
@font-face {
  font-family: 'Montserrat Extra Light ';
  font-weight: 100;
}
@font-face {
  font-family: 'Montserrat Light';
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat Regular';
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat Semi Bold';
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat Bold';
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat Black';
  font-weight: 700;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus,
*:active {
  outline: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --svg-path-opacity: 0.2;
}
@font-face {
  font-family: 'Montserrat Extra Light ';
  font-weight: 100;
}
@font-face {
  font-family: 'Montserrat Light';
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat Regular';
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat Semi Bold';
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat Bold';
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat Black';
  font-weight: 700;
}
input,
select,
textarea {
  -webkit-appearance: none;
  display: block;
  border-radius: 0;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
input:disabled,
select:disabled,
textarea:disabled,
input.disabled,
select.disabled,
textarea.disabled {
  color: #DDDDDD !important;
  background-color: #EEEEEE !important;
  cursor: not-allowed;
}
input:disabled::-webkit-input-placeholder,
select:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
input.disabled::-webkit-input-placeholder,
select.disabled::-webkit-input-placeholder,
textarea.disabled::-webkit-input-placeholder,
input:disabled::placeholder,
select:disabled::placeholder,
textarea:disabled::placeholder,
input.disabled::placeholder,
select.disabled::placeholder,
textarea.disabled::placeholder {
  color: #DDDDDD !important;
}
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
}
button.button,
a.button {
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px 15px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  font-size: 12px;
  width: 100%;
  display: block;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  cursor: pointer;
  background-color: #221f22;
  color: #FFFFFF;
}
button.button:disabled,
a.button:disabled,
button.button.disabled,
a.button.disabled {
  background-color: #DDDDDD !important;
  color: #F9F9F9 !important;
  cursor: not-allowed;
}
button.button.primary,
a.button.primary {
  background-color: #00A8E1;
  color: #FFFFFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  button.button.primary,
  a.button.primary {
    font-size: 1.2rem;
  }
}
button.button.primary:hover,
a.button.primary:hover {
  background-color: #0082ae;
}
button.button.secondary,
a.button.secondary {
  background-color: #e62c73;
  color: white;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  button.button.secondary,
  a.button.secondary {
    font-size: 1.2rem;
  }
}
button.button.secondary:hover,
a.button.secondary:hover {
  background-color: #c7185b;
}
form {
  padding: 10px;
  box-sizing: border-box;
  margin: -20px -15px;
}
.form-group {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  padding: 5px 0;
  align-items: flex-start;
}
.form-group.form-center {
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .form-group.form-center {
    justify-content: left;
    text-align: left;
  }
}
.form-item {
  position: relative;
  padding: 10px;
}
.form-info {
  width: 100%;
  padding: 10px;
}
.form-info > * ~ * {
  margin-top: 15px;
}
form .form-item,
form .form-info,
form .form-input,
form .form-select {
  position: relative;
  padding: 5px;
  width: 33.33%;
}
form .form-item > label,
form .form-info > label,
form .form-input > label,
form .form-select > label {
  padding-bottom: 5px;
  display: block;
}
form .form-item.width-2x,
form .form-info.width-2x,
form .form-input.width-2x,
form .form-select.width-2x {
  width: 66.66%;
}
form .form-item.width-3x,
form .form-info.width-3x,
form .form-input.width-3x,
form .form-select.width-3x {
  width: 100%;
}
@media screen and (max-width: 768px) {
  form .form-item,
  form .form-info,
  form .form-input,
  form .form-select {
    width: 50%;
  }
  form .form-item.width-2x,
  form .form-info.width-2x,
  form .form-input.width-2x,
  form .form-select.width-2x {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  form .form-item,
  form .form-info,
  form .form-input,
  form .form-select {
    width: 100%;
  }
}
form .form-item .file-list,
form .form-info .file-list,
form .form-input .file-list,
form .form-select .file-list {
  margin: 10px 0 0 0;
}
form .form-item .file-list li,
form .form-info .file-list li,
form .form-input .file-list li,
form .form-select .file-list li {
  display: block;
  background-color: #EEEEEE;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  cursor: default;
}
form .form-item .file-list li ~ li,
form .form-info .file-list li ~ li,
form .form-input .file-list li ~ li,
form .form-select .file-list li ~ li {
  margin-top: 1px;
}
form .form-item .file-list li > span,
form .form-info .file-list li > span,
form .form-input .file-list li > span,
form .form-select .file-list li > span {
  word-break: break-all;
  padding: 10px;
}
form .form-item .file-list li > i,
form .form-info .file-list li > i,
form .form-input .file-list li > i,
form .form-select .file-list li > i {
  color: #888888;
  padding: 10px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
}
form .form-item .file-list li:hover,
form .form-info .file-list li:hover,
form .form-input .file-list li:hover,
form .form-select .file-list li:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
form .form-item .file-list li:hover i,
form .form-info .file-list li:hover i,
form .form-input .file-list li:hover i,
form .form-select .file-list li:hover i {
  color: inherit;
}
form.form-small .form-item,
form.form-small .form-info,
form.form-small .form-input,
form.form-small .form-select {
  width: 50%;
}
form.form-small .form-item.width-2x,
form.form-small .form-info.width-2x,
form.form-small .form-input.width-2x,
form.form-small .form-select.width-2x {
  width: 100%;
}
form.form-small .form-item.width-3x,
form.form-small .form-info.width-3x,
form.form-small .form-input.width-3x,
form.form-small .form-select.width-3x {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  form.form-small .form-item,
  form.form-small .form-info,
  form.form-small .form-input,
  form.form-small .form-select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  form.form-small .form-item,
  form.form-small .form-info,
  form.form-small .form-input,
  form.form-small .form-select {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  form.form-small .form-item,
  form.form-small .form-info,
  form.form-small .form-input,
  form.form-small .form-select {
    width: 100%;
  }
}
.input-text input {
  background-color: #F9F9F9;
  color: #221f22;
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  font-size: 12px;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
}
.input-text input::-webkit-input-placeholder,
.input-text input::placeholder {
  color: #888888;
}
.input-text input:not([readonly]):focus {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}
.input-text.input-with-button {
  display: grid;
  grid-template-columns: 1fr auto;
}
.input-text.input-with-button label,
.input-text.input-with-button .file-list {
  grid-column-end: 3;
  grid-column-start: 1;
}
.input-select select {
  background-color: #F9F9F9;
  color: #221f22;
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
}
.input-select select:focus {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}
.input-textarea textarea {
  background-color: #F9F9F9;
  color: #221f22;
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  border: 0 none;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
  resize: none;
}
.input-textarea textarea:focus {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}
.input-action button,
.input-action .button {
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  font-size: 12px;
  width: 100%;
  display: block;
}
.input-checkbox-multi {
  width: auto;
}
.input-checkbox-multi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.input-checkbox-multi ul li ~ li {
  padding-top: 20px;
}
.input-checkbox-multi ul input[type=checkbox] {
  display: none;
}
.input-checkbox-multi ul input[type=checkbox] ~ label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.input-checkbox-multi ul input[type=checkbox] ~ label > span {
  width: 48px;
  background-color: #EEEEEE;
  display: block;
  height: 48px;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.input-checkbox-multi ul input[type=checkbox] ~ label > span:before {
  opacity: 0;
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  transform: rotate(-45deg);
  margin: 12px 0 0 11px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.input-checkbox-multi ul input[type=checkbox] ~ label p {
  padding: 4px 20px;
  margin: 0;
}
.input-checkbox-multi ul input[type=checkbox] ~ label p span {
  display: block;
  margin-bottom: 3px;
}
.input-checkbox-multi ul input[type=checkbox]:checked ~ label > span {
  background-color: #00A8E1;
}
.input-checkbox-multi ul input[type=checkbox]:checked ~ label > span:before {
  opacity: 1;
}
.input-signature .signature-date {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
}
.input-signature .signature-clear {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 48px;
  height: 48px;
}
.input-signature canvas {
  background-color: #EEEEEE;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  height: 230px;
  border-radius: 5px;
  width: 100% !important;
}
.select-custom {
  position: relative;
}
.select-custom .select-input {
  display: none;
}
.select-custom .select-input:checked ~ .select-list ul {
  max-height: 300px;
}
.select-custom .select-value {
  padding: 10px;
  line-height: 20px;
  display: block;
  cursor: pointer;
  background-color: #EEEEEE;
  z-index: 1;
  position: relative;
}
.select-custom .select-list {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 0;
}
.select-custom .select-list ul {
  display: block;
  max-height: 0;
  overflow: hidden;
  overflow-y: auto;
}
.select-custom .select-list ul label {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.material {
  position: relative;
  padding-top: 15px!important;
  /* active state */
  /* BOTTOM BARS ================================= */
}
.material input {
  border: 0 none;
  border-bottom: 1px solid #EEEEEE;
  background-color: transparent;
  padding: 10px 0;
}
.material label {
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 25px;
  left: 5px;
  line-height: 20px;
  transition: all 400ms ease;
  color: #888888;
}
.material input:focus ~ label,
.material input:valid ~ label {
  top: 0px;
  color: #333333;
  font-size: 1rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus,
*:active {
  outline: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --svg-path-opacity: 0.2;
}
@font-face {
  font-family: 'Montserrat Extra Light ';
  font-weight: 100;
}
@font-face {
  font-family: 'Montserrat Light';
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat Regular';
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat Semi Bold';
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat Bold';
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat Black';
  font-weight: 700;
}
input,
select,
textarea {
  -webkit-appearance: none;
  display: block;
  border-radius: 0;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
input:disabled,
select:disabled,
textarea:disabled,
input.disabled,
select.disabled,
textarea.disabled {
  color: #DDDDDD !important;
  background-color: #EEEEEE !important;
  cursor: not-allowed;
}
input:disabled::-webkit-input-placeholder,
select:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
input.disabled::-webkit-input-placeholder,
select.disabled::-webkit-input-placeholder,
textarea.disabled::-webkit-input-placeholder,
input:disabled::placeholder,
select:disabled::placeholder,
textarea:disabled::placeholder,
input.disabled::placeholder,
select.disabled::placeholder,
textarea.disabled::placeholder {
  color: #DDDDDD !important;
}
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
}
button.button,
a.button {
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px 15px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  font-size: 12px;
  width: 100%;
  display: block;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  cursor: pointer;
  background-color: #221f22;
  color: #FFFFFF;
}
button.button:disabled,
a.button:disabled,
button.button.disabled,
a.button.disabled {
  background-color: #DDDDDD !important;
  color: #F9F9F9 !important;
  cursor: not-allowed;
}
button.button.primary,
a.button.primary {
  background-color: #00A8E1;
  color: #FFFFFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  button.button.primary,
  a.button.primary {
    font-size: 1.2rem;
  }
}
button.button.primary:hover,
a.button.primary:hover {
  background-color: #0082ae;
}
button.button.secondary,
a.button.secondary {
  background-color: #e62c73;
  color: white;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  button.button.secondary,
  a.button.secondary {
    font-size: 1.2rem;
  }
}
button.button.secondary:hover,
a.button.secondary:hover {
  background-color: #c7185b;
}
form {
  padding: 10px;
  box-sizing: border-box;
  margin: -20px -15px;
}
.form-group {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  padding: 5px 0;
  align-items: flex-start;
}
.form-group.form-center {
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .form-group.form-center {
    justify-content: left;
    text-align: left;
  }
}
.form-item {
  position: relative;
  padding: 10px;
}
.form-info {
  width: 100%;
  padding: 10px;
}
.form-info > * ~ * {
  margin-top: 15px;
}
form .form-item,
form .form-info,
form .form-input,
form .form-select {
  position: relative;
  padding: 5px;
  width: 33.33%;
}
form .form-item > label,
form .form-info > label,
form .form-input > label,
form .form-select > label {
  padding-bottom: 5px;
  display: block;
}
form .form-item.width-2x,
form .form-info.width-2x,
form .form-input.width-2x,
form .form-select.width-2x {
  width: 66.66%;
}
form .form-item.width-3x,
form .form-info.width-3x,
form .form-input.width-3x,
form .form-select.width-3x {
  width: 100%;
}
@media screen and (max-width: 768px) {
  form .form-item,
  form .form-info,
  form .form-input,
  form .form-select {
    width: 50%;
  }
  form .form-item.width-2x,
  form .form-info.width-2x,
  form .form-input.width-2x,
  form .form-select.width-2x {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  form .form-item,
  form .form-info,
  form .form-input,
  form .form-select {
    width: 100%;
  }
}
form .form-item .file-list,
form .form-info .file-list,
form .form-input .file-list,
form .form-select .file-list {
  margin: 10px 0 0 0;
}
form .form-item .file-list li,
form .form-info .file-list li,
form .form-input .file-list li,
form .form-select .file-list li {
  display: block;
  background-color: #EEEEEE;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  cursor: default;
}
form .form-item .file-list li ~ li,
form .form-info .file-list li ~ li,
form .form-input .file-list li ~ li,
form .form-select .file-list li ~ li {
  margin-top: 1px;
}
form .form-item .file-list li > span,
form .form-info .file-list li > span,
form .form-input .file-list li > span,
form .form-select .file-list li > span {
  word-break: break-all;
  padding: 10px;
}
form .form-item .file-list li > i,
form .form-info .file-list li > i,
form .form-input .file-list li > i,
form .form-select .file-list li > i {
  color: #888888;
  padding: 10px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
}
form .form-item .file-list li:hover,
form .form-info .file-list li:hover,
form .form-input .file-list li:hover,
form .form-select .file-list li:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
form .form-item .file-list li:hover i,
form .form-info .file-list li:hover i,
form .form-input .file-list li:hover i,
form .form-select .file-list li:hover i {
  color: inherit;
}
form.form-small .form-item,
form.form-small .form-info,
form.form-small .form-input,
form.form-small .form-select {
  width: 50%;
}
form.form-small .form-item.width-2x,
form.form-small .form-info.width-2x,
form.form-small .form-input.width-2x,
form.form-small .form-select.width-2x {
  width: 100%;
}
form.form-small .form-item.width-3x,
form.form-small .form-info.width-3x,
form.form-small .form-input.width-3x,
form.form-small .form-select.width-3x {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  form.form-small .form-item,
  form.form-small .form-info,
  form.form-small .form-input,
  form.form-small .form-select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  form.form-small .form-item,
  form.form-small .form-info,
  form.form-small .form-input,
  form.form-small .form-select {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  form.form-small .form-item,
  form.form-small .form-info,
  form.form-small .form-input,
  form.form-small .form-select {
    width: 100%;
  }
}
.input-text input {
  background-color: #F9F9F9;
  color: #221f22;
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  font-size: 12px;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
}
.input-text input::-webkit-input-placeholder,
.input-text input::placeholder {
  color: #888888;
}
.input-text input:not([readonly]):focus {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}
.input-text.input-with-button {
  display: grid;
  grid-template-columns: 1fr auto;
}
.input-text.input-with-button label,
.input-text.input-with-button .file-list {
  grid-column-end: 3;
  grid-column-start: 1;
}
.input-select select {
  background-color: #F9F9F9;
  color: #221f22;
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
}
.input-select select:focus {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}
.input-textarea textarea {
  background-color: #F9F9F9;
  color: #221f22;
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  border: 0 none;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
  resize: none;
}
.input-textarea textarea:focus {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}
.input-action button,
.input-action .button {
  font-size: 1.2rem;
  font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
  padding: 10px;
  line-height: 20px;
  height: 40px;
  border: 0 none;
  font-size: 12px;
  width: 100%;
  display: block;
}
.input-checkbox-multi {
  width: auto;
}
.input-checkbox-multi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.input-checkbox-multi ul li ~ li {
  padding-top: 20px;
}
.input-checkbox-multi ul input[type=checkbox] {
  display: none;
}
.input-checkbox-multi ul input[type=checkbox] ~ label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.input-checkbox-multi ul input[type=checkbox] ~ label > span {
  width: 48px;
  background-color: #EEEEEE;
  display: block;
  height: 48px;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.input-checkbox-multi ul input[type=checkbox] ~ label > span:before {
  opacity: 0;
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  transform: rotate(-45deg);
  margin: 12px 0 0 11px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.input-checkbox-multi ul input[type=checkbox] ~ label p {
  padding: 4px 20px;
  margin: 0;
}
.input-checkbox-multi ul input[type=checkbox] ~ label p span {
  display: block;
  margin-bottom: 3px;
}
.input-checkbox-multi ul input[type=checkbox]:checked ~ label > span {
  background-color: #00A8E1;
}
.input-checkbox-multi ul input[type=checkbox]:checked ~ label > span:before {
  opacity: 1;
}
.input-signature .signature-date {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
}
.input-signature .signature-clear {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 48px;
  height: 48px;
}
.input-signature canvas {
  background-color: #EEEEEE;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  height: 230px;
  border-radius: 5px;
  width: 100% !important;
}
.select-custom {
  position: relative;
}
.select-custom .select-input {
  display: none;
}
.select-custom .select-input:checked ~ .select-list ul {
  max-height: 300px;
}
.select-custom .select-value {
  padding: 10px;
  line-height: 20px;
  display: block;
  cursor: pointer;
  background-color: #EEEEEE;
  z-index: 1;
  position: relative;
}
.select-custom .select-list {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 0;
}
.select-custom .select-list ul {
  display: block;
  max-height: 0;
  overflow: hidden;
  overflow-y: auto;
}
.select-custom .select-list ul label {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.material {
  position: relative;
  padding-top: 15px!important;
  /* active state */
  /* BOTTOM BARS ================================= */
}
.material input {
  border: 0 none;
  border-bottom: 1px solid #EEEEEE;
  background-color: transparent;
  padding: 10px 0;
}
.material label {
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 25px;
  left: 5px;
  line-height: 20px;
  transition: all 400ms ease;
  color: #888888;
}
.material input:focus ~ label,
.material input:valid ~ label {
  top: 0px;
  color: #333333;
  font-size: 1rem;
}
@keyframes navIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav {
  z-index: 4;
  overflow: hidden;
  overflow-y: auto;
  color: #FFFFFF;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  /* required */
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  animation: navIn 1s;
  animation-fill-mode: forwards;
  min-width: 320px;
}
@media screen and (max-width: 640px) {
  .nav {
    overflow: visible;
    height: 60px;
    flex-wrap: wrap;
  }
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav .nav-top {
  width: 60px;
  height: 60px;
  padding: 20px;
}
.nav .nav-top img {
  width: 20px;
}
.nav .nav-toggle {
  display: none;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  order: 2;
}
@media screen and (max-width: 640px) {
  .nav .nav-toggle {
    display: block;
  }
}
.nav .nav-toggle span {
  display: block;
  background-color: #FFFFFF;
  height: 2px;
  transition: all 400ms ease;
  transform-origin: center;
  position: absolute;
  left: 20px;
  width: 20px;
}
.nav .nav-toggle span.top {
  top: 22px;
}
.nav .nav-toggle span.bottom {
  bottom: 22px;
}
.nav .nav-toggle span.middle {
  top: 29px;
}
.nav .nav-home {
  order: 1;
  overflow: hidden;
  transition: all 400ms ease;
  opacity: 1;
  width: 80px;
  padding: 26px 30px;
}
@media screen and (max-width: 640px) {
  .nav .nav-home {
    opacity: 1;
    width: 60px;
    padding: 19px 20px;
    margin-right: auto;
  }
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  order: 2;
}
.nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .nav > ul {
    z-index: 100;
    max-height: 0px;
    overflow: hidden;
    transition: all 400ms ease;
    background-color: #FFFFFF;
    opacity: 0;
    order: 3;
    width: 100%;
    display: block;
  }
}
.nav > ul li {
  display: block;
  text-align: center;
}
.nav > ul li.active a,
.nav > ul li.active label {
  color: #FFFFFF;
}
.nav > ul li.active a:after,
.nav > ul li.active label:after {
  width: auto;
  left: 20px;
  opacity: 1;
  right: 20px;
}
.nav > ul a,
.nav > ul label {
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 30px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 15px;
}
.nav > ul a:after,
.nav > ul label:after {
  display: block;
  opacity: 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 20px;
  background-color: #FFFFFF;
  left: 50%;
  right: 50%;
  width: 0;
  transition: all 400ms ease;
}
@media screen and (max-width: 640px) {
  .nav > ul a,
  .nav > ul label {
    padding: 30px 15px;
    font-size: 1.2rem;
    padding: 18px 0;
    height: 50px;
    border-top: 1px solid #EEEEEE;
    position: relative;
  }
  .nav > ul a:after,
  .nav > ul label:after {
    display: none;
    opacity: 0;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: red;
    left: 0;
    width: 0;
  }
}
.nav > ul a:hover,
.nav > ul label:hover {
  color: #FFFFFF;
}
.nav > ul a:hover:after,
.nav > ul label:hover:after {
  width: auto;
  left: 20px;
  opacity: 0.33;
  right: 20px;
}
.nav.scrolled {
  background-color: #F9F9F9;
}
@media screen and (max-width: 640px) {
  .nav.scrolled {
    background-color: #FFFFFF;
  }
  .nav.scrolled .nav-toggle span {
    background-color: #333333;
  }
}
.nav.scrolled .nav-home {
  opacity: 1;
  width: 80px;
  padding: 26px 30px;
}
.nav.scrolled > ul li.active a,
.nav.scrolled > ul li.active label {
  color: #333333;
}
.nav.scrolled > ul li.active a:after,
.nav.scrolled > ul li.active label:after {
  background-color: #333333;
}
.nav.scrolled > ul a,
.nav.scrolled > ul label {
  color: rgba(51, 51, 51, 0.66);
}
.nav.scrolled > ul a:after,
.nav.scrolled > ul label:after {
  display: none;
}
.nav.scrolled > ul a:hover,
.nav.scrolled > ul label:hover {
  color: #333333;
}
.nav.scrolled ~ #backtotop {
  visibility: visible;
  opacity: 1;
}
.section-home .nav .nav-home {
  opacity: 0;
  width: 0px;
  padding: 26px 0;
}
@media screen and (max-width: 640px) {
  .section-home .nav .nav-home {
    opacity: 1;
    width: 60px;
    padding: 19px 20px;
  }
}
.section-home .nav.scrolled .nav-home {
  opacity: 1;
  width: 80px;
  padding: 26px 30px;
}
@media screen and (max-width: 640px) {
  .section-home .nav.scrolled .nav-home {
    opacity: 1;
    width: 60px;
    padding: 19px 20px;
  }
}
@media screen and (max-width: 640px) {
  #nav-toggle:checked ~ .section .nav {
    background-color: #FFFFFF;
  }
  #nav-toggle:checked ~ .section .nav > ul {
    max-height: 200px;
    overflow: hidden;
    opacity: 1;
  }
  #nav-toggle:checked ~ .section .nav > ul li {
    display: block;
  }
  #nav-toggle:checked ~ .section .nav > ul a,
  #nav-toggle:checked ~ .section .nav > ul label {
    color: #333333;
  }
  #nav-toggle:checked ~ .section .nav > ul a:hover,
  #nav-toggle:checked ~ .section .nav > ul label:hover {
    color: #68afc4;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span {
    background-color: #333333;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span.top {
    transform: rotate(45deg);
    top: 29px;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span.bottom {
    transform: rotate(-45deg);
    top: 29px;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span.middle {
    opacity: 0;
  }
}
a#backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  z-index: 4;
  background-color: rgba(34, 31, 34, 0.66);
  margin: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
a#backtotop span {
  border: 2px solid #FFFFFF;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
  display: block;
  width: 10px;
  height: 10px;
  margin: 20px;
}
html {
  font-size: 10px;
  line-height: 14px;
  background-color: #FFFFFF;
  min-width: 320px;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: inherit;
  color: #333333;
  line-height: 18px;
  background-color: #FFFFFF;
  letter-spacing: 0.05rem;
  min-width: 320px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
    font-weight: 300;
  }
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 170%;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-weight: 300;
  }
}
h1 {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 1.6rem;
  }
}
h2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 1.4rem;
  }
}
h3 {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 1.2rem;
  }
}
h4 {
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 1.2rem;
  }
}
a {
  color: inherit;
  position: relative;
}
a[href],
a[onclick] {
  cursor: pointer;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
a[href]:hover,
a[onclick]:hover {
  cursor: pointer;
}
label {
  cursor: pointer;
}
p,
ul {
  line-height: 170%;
  color: rgba(51, 51, 51, 0.75);
}
p ~ p,
ul ~ p,
p ~ ul,
ul ~ ul {
  margin-top: 15px;
}
a.button-round {
  display: inline-block;
  padding: 1px;
  position: relative;
  background-color: #EEEEEE;
  border-radius: 100px;
  overflow: hidden;
  transition: all 400ms ease;
}
a.button-round:before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  top: -20px;
  bottom: -20px;
  background-color: #68afc4;
  right: 140%;
  transition: all 400ms ease;
  z-index: 0;
  filter: blur(20px);
}
a.button-round span {
  display: block;
  padding: 15px 30px;
  background-color: #FFFFFF;
  border-radius: 100px;
  z-index: 1;
  position: relative;
}
a.button-round:hover {
  background-color: #ce6b91;
}
a.button-round:hover:before {
  right: -20%;
}
a.button-round.button-contact {
  padding: 0;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
a.button-round.button-contact span {
  background-color: transparent;
}
a.button-round.button-contact:before {
  display: none;
}
a.button-round.button-contact:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.33);
}
.app {
  z-index: 0;
  height: 100vh;
  font-size: 1.2rem;
}
.main .main-content {
  position: relative;
}
.section {
  display: flex;
  flex-direction: column;
}
.section-mesh .row-theme,
.section-mesh .row-carousel {
  background-color: #0086b4;
}
.section-jd .row-theme,
.section-jd .row-carousel {
  background-color: #222222;
}
.section-playdate .row-theme,
.section-playdate .row-carousel {
  background-color: #80BC3A;
}
@media screen and (max-width: 640px) {
  .nav {
    order: 1;
  }
  .banner {
    order: 2;
  }
  .row {
    order: 3;
  }
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 30px;
  position: relative;
  background-color: rgba(34, 31, 34, 0.6);
  color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.banner-100vh {
  height: calc(100vh - 75px);
}
@media screen and (max-width: 640px) {
  .banner-100vh {
    height: calc(100vh - 60px);
  }
}
.banner-66vh {
  height: calc(80vh - 75px);
}
@media screen and (max-width: 640px) {
  .banner-66vh {
    height: calc(80vh - 60px);
  }
}
.banner .banner-overlay {
  background-color: rgba(34, 31, 34, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.banner img {
  max-width: 120px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .banner img {
    max-width: 80px;
  }
}
.banner h1 {
  z-index: 2;
  position: relative;
  font-size: 5rem;
  font-weight: 100;
  line-height: 90%;
  margin-top: 20px;
  color: inherit;
}
.banner h1 span {
  display: inline-block;
}
.banner h1 ~ p {
  margin-top: 30px;
}
.banner h2 {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 120%;
  color: inherit;
}
.banner h2 span {
  display: inline-block;
}
.banner h3 {
  z-index: 2;
  color: inherit;
  margin-top: 15px;
}
.banner .label {
  color: rgba(255, 255, 255, 0.33);
}
.banner p {
  position: relative;
  z-index: 2;
  max-width: 400px;
  width: 100%;
  margin-top: 15px;
  color: #FFFFFF;
}
.banner p span {
  display: inline-block;
}
.banner a {
  position: relative;
  z-index: 2;
}
.banner .blocker {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  animation-fill-mode: forwards;
}
.banner:before,
.banner:after {
  content: "";
  position: fixed;
  bottom: 100%;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  animation-fill-mode: forwards!important;
  z-index: 1;
  display: block;
}
@keyframes bannerShiftLeft {
  0% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
@keyframes bannerShiftRight {
  0% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(20deg);
  }
}
.banner:before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  transform-origin: top right;
  animation: bannerShiftLeft 1.5s ease-in-out;
}
.banner:after {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  transform-origin: top left;
  animation: bannerShiftRight 2s ease-in-out;
}
.banner-client h1,
.banner-page h1 {
  font-size: 3.5rem;
  line-height: 100%;
}
.banner-client h2,
.banner-page h2 {
  font-size: 1.6rem;
}
.banner-home {
  background-image: url('../assets/img/home/main-bg.jpg');
}
.banner-contact {
  background-image: url('../assets/img/contact/main-bg.jpg');
}
.banner-about {
  background-image: url('../assets/img/about/main-bg.jpg');
}
.banner-work {
  background-image: url('../assets/img/work/main-bg.jpg');
}
.banner-jd {
  background-image: url('../assets/img/work/jd/main-bg.jpg');
}
.banner-mesh {
  background-image: url('../assets/img/work/mesh/main-bg.jpg');
}
.banner-playdate {
  background-image: url('../assets/img/work/playdate/main-bg.jpg');
}
.icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
}
.icons li {
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.icons li img {
  display: block;
  height: 40px;
  margin: 0 auto 15px;
  filter: contrast(0%);
}
.wowed h3:after {
  animation: grow 1s ease-in;
  animation-fill-mode: forwards;
}
.row {
  background-color: #FFFFFF;
  text-align: center;
  z-index: 3;
  position: relative;
  width: 100%;
}
@keyframes grow {
  0% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
.row .anchor {
  position: absolute;
  top: -62px;
  visibility: hidden;
  height: 0;
  line-height: 0;
  background-color: red;
}
.row h3 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .row h3 {
    font-size: 1.4rem;
  }
}
.row h3 ~ p,
.row h3 ~ ul {
  margin-top: 30px;
}
.row h3:after {
  content: "";
  display: block;
  width: 0px;
  background-color: #DDDDDD;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 25px;
}
.row .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
}
@media screen and (max-width: 640px) {
  .row .container {
    padding: 45px 30px;
  }
}
.row .container img {
  max-width: 100%;
}
.row .text-left {
  text-align: left;
}
.row .text-left h3:after {
  margin: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .row .text-left h3:after {
    margin: 0 auto;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .row .text-left {
    text-align: center;
  }
}
.row.light {
  background-color: #F9F9F9;
}
.row-dark {
  background-color: #888888 !important;
  color: white;
}
.row-dark h3:after {
  background-color: rgba(255, 255, 255, 0.33);
}
.row-dark h3 ~ p,
.row-dark h3 ~ ul {
  color: inherit;
}
.row-full {
  padding: 0;
}
.row-full .container {
  max-width: none;
  margin: 0;
  padding: 0;
}
.row-cols .container {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .row-cols .container {
    padding: 30px 15px;
  }
}
.row-cols .container .col {
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .row-cols .container .col {
    padding: 15px;
  }
}
.row-cols-full .container {
  max-width: none;
  padding: 0;
  justify-content: stretch;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .row-cols-full .container .col {
    flex-basis: 100%;
  }
}
.row-cols-full .container .col-img {
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .row-cols-full .container .col-img {
    min-height: 100vw;
  }
}
.row-cols-full .container .col-img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.02, 1.02);
}
.row-cols-full .container .col-txt {
  max-width: 600px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .row-cols-full .container .col-txt {
    max-width: none;
    padding: 45px 30px;
    text-align: center;
  }
}
.row-cols-full.full-right .container {
  flex-direction: row-reverse;
}
.row-cols-100 .container .col {
  flex-basis: 100%;
}
.row-cols-50 .container .col {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .row-cols-50 .container .col {
    flex-basis: 100%;
  }
}
.row-cols-33 .container .col {
  flex-basis: 33.33%;
}
@media screen and (max-width: 768px) {
  .row-cols-33 .container .col {
    flex-basis: 100%;
  }
}
.row-cols-top .container {
  align-items: start;
}
.row-grid .container {
  padding: 0;
}
.row-left {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .row-left {
    position: absolute;
    transition: inherit;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.02, 1.02);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 400ms ease;
    text-align: center;
  }
}
.row-left h3:after {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .row-left h3:after {
    margin: 0 auto;
  }
}
.row.no-padding-bottom .container {
  padding-bottom: 0 !important;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-3 {
  margin: 0 -15px;
}
.flex-3 > div {
  flex-basis: 33.33%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .flex-3 > div {
    flex-basis: 100%;
  }
  .flex-3 > div ~ div {
    margin-top: 60px;
  }
}
.grid {
  display: grid;
  margin-top: 0!important;
}
.grid .grid-square {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  /*@media @device-sm {
			min-height: 100vw;
		}
		> div {
			position: relative;
			background-color: fade(@color-dark, 75%);
			width: 100%;
			transition: @transition;
			justify-content: center;
			display: flex;
			flex-direction: column;
			padding: 30px;
			h4 {
				margin-bottom: 10px;
				color: @color-white;
			}
			p {
			 margin-bottom: 15px;
				color: @color-white;
			}
			input {
				&:checked {
					~ label {
						border-color: @color-blue;
						&[for=portfolio-02] {
							border-color: @color-pink;
						}
						&[for=portfolio-03] {
							border-color: @color-orange;
						}
						&:after {
							transform: rotate(0);
							color: @color-white;
						}
						&:before {
							transform: rotate(180deg);
							color: @color-white;
						}
					}
					~ div {
						max-height: 250vh;
						opacity: 1;
						visibility: visible;
					}
				}
			}
			label {
				width: 40px;
				height: 40px;
				box-sizing: border-box;
				border: 1px solid fade(@color-white, 50%);
				display:inline-block;
				border-radius: 100%;
				margin: 0 auto;
				transition: @transition-all;
				position: relative;
				&:before, &:after {
					content: '';
					background-color:fade(@color-white, 50%);
					display: block;
					width: 16px;
					height: 1px;
					position: absolute;
					left: 50%;
					top: 50%;
					margin-left: -8px;
					transition: @transition-all ;
				}
				&:after {
					transform: rotate(270deg);
				}
				&:hover {
					border-color: @color-blue;
					&[for=portfolio-02] {
						border-color: @color-pink;
					}
					&[for=portfolio-03] {
						border-color: @color-orange;
					}
				}
			}
			.info {
				visibility: hidden;
				opacity: 0;
				max-height: 0;
				transition: all 2s;
				overflow: hidden;
				margin-top: 20px;
				p {
					margin: 10px 0;
					color: @color-white;
				}
				
			}
		}*/
}
@media screen and (max-width: 640px) {
  .grid .grid-square {
    min-height: 100vw;
  }
}
.grid .grid-square > a {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 31, 34, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 30px;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.grid .grid-square > a:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.05);
  transform-origin: top left;
  animation: gridLight 1.5s ease-in-out;
  animation-fill-mode: forwards!important;
  z-index: 1;
  display: block;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
}
.grid .grid-square > a:hover {
  background-color: rgba(34, 31, 34, 0.66);
}
@keyframes gridLight {
  0% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(45deg);
  }
}
.grid .grid-square .info {
  color: inherit;
}
.grid .grid-square .info * {
  color: inherit;
}
.grid .grid-square .info h4 {
  font-size: 1.6rem;
}
.grid .grid-square .info p {
  text-transform: uppercase;
}
.grid .grid-square .info p .label {
  color: rgba(255, 255, 255, 0.33);
}
.grid .grid-square img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.02, 1.02);
  transform-origin: center;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid-2 .grid-square {
  min-height: 50vw;
}
@media screen and (max-width: 640px) {
  .grid-2 .grid-square {
    min-height: 100vw;
  }
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid-3 .grid-square {
  min-height: 33.33vw;
}
@media screen and (max-width: 768px) {
  .grid-3 .grid-square {
    min-height: 50vw;
  }
}
@media screen and (max-width: 640px) {
  .grid-3 .grid-square {
    min-height: 100vw;
  }
}
.grid-3-aabaac {
  grid-template-areas: "a b b" "c b b";
}
.grid-3-aabaac #grid-1 {
  grid-area: a;
}
.grid-3-aabaac #grid-2 {
  grid-area: b;
}
.grid-3-aabaac #grid-3 {
  grid-area: c;
}
.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}
.grid-4 .grid-square {
  min-height: 25vw;
}
@media screen and (max-width: 768px) {
  .grid-4 .grid-square {
    min-height: 50vw;
  }
}
@media screen and (max-width: 640px) {
  .grid-4 .grid-square {
    min-height: 100vw;
  }
}
.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .grid-5 {
    grid-template-columns: 1fr;
  }
}
.grid-5 .grid-square {
  min-height: 20vw;
}
@media screen and (max-width: 640px) {
  .grid-5 .grid-square {
    min-height: 100vw;
  }
}
.zoom img {
  transform: translate(-50%, -50%) scale(1.02, 1.02);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 400ms ease !important;
}
@media screen and (max-width: 640px) {
  .zoom img {
    transform: translate(-50%, -50%) scale(1.02, 1.02) !important;
  }
}
.zoom:hover img {
  transform: translate(-50%, -50%) scale(1.07, 1.07) !important;
}
@media screen and (max-width: 640px) {
  .zoom:hover img {
    transform: translate(-50%, -50%) scale(1.02, 1.02) !important;
  }
}
.row.row-skillset img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}
.row.row-skillset h4 {
  margin-bottom: 20px;
}
.row.row-skillset ul {
  color: rgba(51, 51, 51, 0.75);
}
.row.row-skillset ul li ~ li {
  margin-top: 10px;
}
.row.row-contact {
  background-attachment: fixed;
  background-size: cover;
}
.row.row-footer {
  background-color: #221f22;
  color: #FFFFFF;
}
.row-carousel {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .row-carousel .container {
    padding: 10px;
  }
}
.carousel-mesh .carousel-slider {
  position: relative;
}
.carousel-mesh .carousel-slider .slide {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .carousel-mesh .carousel-slider .slide {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    padding: 15px;
  }
  .carousel-mesh .carousel-slider .slide ~ .slide {
    position: relative;
  }
}
.carousel-mesh .carousel-slider .slide ~ .slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.carousel-mesh .carousel-slider .slide label {
  display: block;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
}
@media screen and (max-width: 640px) {
  .carousel-mesh .carousel-slider .slide label {
    display: none;
  }
}
.carousel-mesh .carousel-slider .slide label + label {
  left: auto;
  right: -60px;
}
.carousel-mesh .carousel-slider:before,
.carousel-mesh .carousel-slider:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #DDDDDD;
  border-bottom: none;
  position: absolute;
  top: 50%;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .carousel-mesh .carousel-slider:before,
  .carousel-mesh .carousel-slider:after {
    display: none;
  }
}
.carousel-mesh .carousel-slider:before {
  transform: rotate(45deg);
  border-left: none;
  right: -30px;
}
.carousel-mesh .carousel-slider:after {
  transform: rotate(-45deg);
  border-right: none;
  left: -30px;
}
.carousel-mesh .carousel-tabs {
  display: flex;
  margin: 0 auto;
  width: auto;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .carousel-mesh .carousel-tabs {
    display: none;
  }
}
.carousel-mesh .carousel-tabs li {
  flex-basis: 10px;
  height: 10px;
  margin: 0 5px;
}
.carousel-mesh .carousel-tabs label {
  display: block;
  background-color: rgba(34, 31, 34, 0.33);
  height: 100%;
  border-radius: 100%;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.carousel-mesh > input:checked#carousel-slide-01 ~ .carousel-slider .slide-01 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-mesh > input:checked#carousel-slide-01 ~ .carousel-tabs .slide-01 {
  background-color: #FFFFFF;
}
.carousel-mesh > input:checked#carousel-slide-02 ~ .carousel-slider .slide-02 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-mesh > input:checked#carousel-slide-02 ~ .carousel-tabs .slide-02 {
  background-color: #FFFFFF;
}
.carousel-mesh > input:checked#carousel-slide-03 ~ .carousel-slider .slide-03 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-mesh > input:checked#carousel-slide-03 ~ .carousel-tabs .slide-03 {
  background-color: #FFFFFF;
}
.carousel-mesh > input:checked#carousel-slide-04 ~ .carousel-slider .slide-04 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-mesh > input:checked#carousel-slide-04 ~ .carousel-tabs .slide-04 {
  background-color: #FFFFFF;
}
.carousel-mesh > input:checked#carousel-slide-05 ~ .carousel-slider .slide-05 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-mesh > input:checked#carousel-slide-05 ~ .carousel-tabs .slide-05 {
  background-color: #FFFFFF;
}
.carousel-mesh > input:checked#carousel-slide-06 ~ .carousel-slider .slide-06 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-mesh > input:checked#carousel-slide-06 ~ .carousel-tabs .slide-06 {
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .carousel-mesh .carousel-slider .slide {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    padding: 15px;
    display: block;
  }
  .carousel-mesh .carousel-slider .slide ~ .slide {
    position: relative;
  }
  .carousel-mesh .carousel-slider .slide label {
    display: none;
  }
  .carousel-mesh .carousel-tabs {
    display: none;
  }
}
.carousel-playdate .carousel-slider {
  position: relative;
}
.carousel-playdate .carousel-slider .slide {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .carousel-playdate .carousel-slider .slide {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    padding: 15px;
  }
  .carousel-playdate .carousel-slider .slide ~ .slide {
    position: relative;
  }
}
.carousel-playdate .carousel-slider .slide ~ .slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.carousel-playdate .carousel-slider .slide label {
  display: block;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
}
@media screen and (max-width: 640px) {
  .carousel-playdate .carousel-slider .slide label {
    display: none;
  }
}
.carousel-playdate .carousel-slider .slide label + label {
  left: auto;
  right: -60px;
}
.carousel-playdate .carousel-slider:before,
.carousel-playdate .carousel-slider:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #DDDDDD;
  border-bottom: none;
  position: absolute;
  top: 50%;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .carousel-playdate .carousel-slider:before,
  .carousel-playdate .carousel-slider:after {
    display: none;
  }
}
.carousel-playdate .carousel-slider:before {
  transform: rotate(45deg);
  border-left: none;
  right: -30px;
}
.carousel-playdate .carousel-slider:after {
  transform: rotate(-45deg);
  border-right: none;
  left: -30px;
}
.carousel-playdate .carousel-tabs {
  display: flex;
  margin: 0 auto;
  width: auto;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .carousel-playdate .carousel-tabs {
    display: none;
  }
}
.carousel-playdate .carousel-tabs li {
  flex-basis: 10px;
  height: 10px;
  margin: 0 5px;
}
.carousel-playdate .carousel-tabs label {
  display: block;
  background-color: rgba(34, 31, 34, 0.33);
  height: 100%;
  border-radius: 100%;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.carousel-playdate > input:checked#carousel-slide-01 ~ .carousel-slider .slide-01 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-playdate > input:checked#carousel-slide-01 ~ .carousel-tabs .slide-01 {
  background-color: #FFFFFF;
}
.carousel-playdate > input:checked#carousel-slide-02 ~ .carousel-slider .slide-02 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-playdate > input:checked#carousel-slide-02 ~ .carousel-tabs .slide-02 {
  background-color: #FFFFFF;
}
.carousel-playdate > input:checked#carousel-slide-03 ~ .carousel-slider .slide-03 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-playdate > input:checked#carousel-slide-03 ~ .carousel-tabs .slide-03 {
  background-color: #FFFFFF;
}
.carousel-playdate > input:checked#carousel-slide-04 ~ .carousel-slider .slide-04 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-playdate > input:checked#carousel-slide-04 ~ .carousel-tabs .slide-04 {
  background-color: #FFFFFF;
}
.carousel-playdate > input:checked#carousel-slide-05 ~ .carousel-slider .slide-05 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-playdate > input:checked#carousel-slide-05 ~ .carousel-tabs .slide-05 {
  background-color: #FFFFFF;
}
.carousel-playdate > input:checked#carousel-slide-06 ~ .carousel-slider .slide-06 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-playdate > input:checked#carousel-slide-06 ~ .carousel-tabs .slide-06 {
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .carousel-playdate .carousel-slider .slide {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    padding: 15px;
    display: block;
  }
  .carousel-playdate .carousel-slider .slide ~ .slide {
    position: relative;
  }
  .carousel-playdate .carousel-slider .slide label {
    display: none;
  }
  .carousel-playdate .carousel-tabs {
    display: none;
  }
}
.carousel-jd .carousel-slider {
  position: relative;
}
.carousel-jd .carousel-slider .slide {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .carousel-jd .carousel-slider .slide {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    padding: 15px;
  }
  .carousel-jd .carousel-slider .slide ~ .slide {
    position: relative;
  }
}
.carousel-jd .carousel-slider .slide ~ .slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.carousel-jd .carousel-slider .slide label {
  display: block;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
}
@media screen and (max-width: 640px) {
  .carousel-jd .carousel-slider .slide label {
    display: none;
  }
}
.carousel-jd .carousel-slider .slide label + label {
  left: auto;
  right: -60px;
}
.carousel-jd .carousel-slider:before,
.carousel-jd .carousel-slider:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #DDDDDD;
  border-bottom: none;
  position: absolute;
  top: 50%;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .carousel-jd .carousel-slider:before,
  .carousel-jd .carousel-slider:after {
    display: none;
  }
}
.carousel-jd .carousel-slider:before {
  transform: rotate(45deg);
  border-left: none;
  right: -30px;
}
.carousel-jd .carousel-slider:after {
  transform: rotate(-45deg);
  border-right: none;
  left: -30px;
}
.carousel-jd .carousel-tabs {
  display: flex;
  margin: 0 auto;
  width: auto;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .carousel-jd .carousel-tabs {
    display: none;
  }
}
.carousel-jd .carousel-tabs li {
  flex-basis: 10px;
  height: 10px;
  margin: 0 5px;
}
.carousel-jd .carousel-tabs label {
  display: block;
  background-color: rgba(34, 31, 34, 0.33);
  height: 100%;
  border-radius: 100%;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.carousel-jd > input:checked#carousel-slide-01 ~ .carousel-slider .slide-01 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-jd > input:checked#carousel-slide-01 ~ .carousel-tabs .slide-01 {
  background-color: #FFFFFF;
}
.carousel-jd > input:checked#carousel-slide-02 ~ .carousel-slider .slide-02 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-jd > input:checked#carousel-slide-02 ~ .carousel-tabs .slide-02 {
  background-color: #FFFFFF;
}
.carousel-jd > input:checked#carousel-slide-03 ~ .carousel-slider .slide-03 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-jd > input:checked#carousel-slide-03 ~ .carousel-tabs .slide-03 {
  background-color: #FFFFFF;
}
.carousel-jd > input:checked#carousel-slide-04 ~ .carousel-slider .slide-04 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-jd > input:checked#carousel-slide-04 ~ .carousel-tabs .slide-04 {
  background-color: #FFFFFF;
}
.carousel-jd > input:checked#carousel-slide-05 ~ .carousel-slider .slide-05 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-jd > input:checked#carousel-slide-05 ~ .carousel-tabs .slide-05 {
  background-color: #FFFFFF;
}
.carousel-jd > input:checked#carousel-slide-06 ~ .carousel-slider .slide-06 {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.carousel-jd > input:checked#carousel-slide-06 ~ .carousel-tabs .slide-06 {
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .carousel-jd .carousel-slider .slide {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    padding: 15px;
    display: block;
  }
  .carousel-jd .carousel-slider .slide ~ .slide {
    position: relative;
  }
  .carousel-jd .carousel-slider .slide label {
    display: none;
  }
  .carousel-jd .carousel-tabs {
    display: none;
  }
}
#pie svg path {
  stroke: white;
  stroke-width: 2px;
}
.diagram {
  padding: 60px;
  text-align: center;
}
.diagram span {
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
}
.diagram svg {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.skills h4 {
  margin: 10px 15px;
  font-size: 1.4rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus,
*:active {
  outline: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --svg-path-opacity: 0.2;
}
@font-face {
  font-family: 'Montserrat Extra Light ';
  font-weight: 100;
}
@font-face {
  font-family: 'Montserrat Light';
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat Regular';
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat Semi Bold';
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat Bold';
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat Black';
  font-weight: 700;
}
@keyframes flashFade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.module {
  animation: module 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transition: all;
  word-wrap: break-word;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  opacity: 0;
}
@keyframes module {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module.double {
  grid-column-end: span 2;
}
.module .module-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 20px;
  align-items: baseline;
  align-items: stretch;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  z-index: 1;
}
.module .module-header h3 {
  padding: 20px 0;
  flex-grow: 1;
}
.module .module-header h3 i {
  margin-right: 10px;
  display: inline-block;
}
.module .module-header a {
  flex-shrink: 1;
  display: block;
  color: #00A8E1;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 20px 0;
}
.module .module-header a ~ a {
  margin-left: 15px;
}
.module .module-content {
  position: relative;
  z-index: 0;
  padding: 20px;
}
.module:nth-of-type(2) {
  animation: module 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  transition: all;
}
@keyframes module {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module:nth-of-type(3) {
  animation: module 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  transition: all;
}
@keyframes module {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module:nth-of-type(4) {
  animation: module 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  transition: all;
}
@keyframes module {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module:nth-of-type(1n+4) {
  animation: module 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  transition: all;
}
@keyframes module {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module .list {
  padding: 0 0 20px 0;
}
.module .list li {
  display: block;
}
.module .list li.list-header {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.module .list.list-links {
  grid-gap: 10px;
}
.module .list.list-links li {
  padding: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.module .list.list-items {
  margin: -20px 0;
}
.module .list.list-items li {
  border-bottom: 1px solid #EEEEEE;
}
.module .list.list-items li:nth-of-type(2n+0) {
  background-color: #F9F9F9;
}
.module .list.list-items li > a,
.module .list.list-items li > label {
  padding: 10px;
  display: grid;
  grid-gap: 10px;
}
.module .list.list-items li > a > span,
.module .list.list-items li > label > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module .list.list-items li > a > span img,
.module .list.list-items li > label > span img {
  max-width: 100%;
}
.module .list.list-items li > a[href]:hover,
.module .list.list-items li > label[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.module .list.list-items li > a[href]:hover span,
.module .list.list-items li > label[href]:hover span {
  color: inherit;
}
.module .list.list-items li > a[href]:hover span.pill > span,
.module .list.list-items li > label[href]:hover span.pill > span {
  color: #00A8E1;
  background-color: #FFFFFF;
}
.module .list.list-notes li {
  padding: 20px 15px;
}
.module .list.list-notes h4 span {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
}
.module .list.list-notes p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .module .list.list-label-sm li.list-header {
    display: none;
  }
  .module .list.list-label-sm li.list-header ~ li {
    text-align: left;
  }
  .module .list.list-label-sm li.list-header ~ li > a,
  .module .list.list-label-sm li.list-header ~ li > label {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
  .module .list.list-label-sm li.list-header ~ li > a > span,
  .module .list.list-label-sm li.list-header ~ li > label > span {
    text-align: left !important;
    position: relative;
    padding-left: 110px;
    white-space: initial;
  }
  .module .list.list-label-sm li.list-header ~ li > a > span:before,
  .module .list.list-label-sm li.list-header ~ li > label > span:before {
    content: attr(data-label) ":";
    display: inline-block;
    font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
    float: left;
    width: 100px;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .module .list.list-label-md li.list-header {
    display: none;
  }
  .module .list.list-label-md li.list-header ~ li {
    text-align: left;
  }
  .module .list.list-label-md li.list-header ~ li > a,
  .module .list.list-label-md li.list-header ~ li > label {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
  .module .list.list-label-md li.list-header ~ li > a > span,
  .module .list.list-label-md li.list-header ~ li > label > span {
    text-align: left !important;
    position: relative;
    padding-left: 110px;
    white-space: initial;
  }
  .module .list.list-label-md li.list-header ~ li > a > span:before,
  .module .list.list-label-md li.list-header ~ li > label > span:before {
    content: attr(data-label) ":";
    display: inline-block;
    font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
    float: left;
    width: 100px;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .module .list.list-label-lg li.list-header {
    display: none;
  }
  .module .list.list-label-lg li.list-header ~ li {
    text-align: left;
  }
  .module .list.list-label-lg li.list-header ~ li > a,
  .module .list.list-label-lg li.list-header ~ li > label {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
  .module .list.list-label-lg li.list-header ~ li > a > span,
  .module .list.list-label-lg li.list-header ~ li > label > span {
    text-align: left !important;
    position: relative;
    padding-left: 110px;
    white-space: initial;
  }
  .module .list.list-label-lg li.list-header ~ li > a > span:before,
  .module .list.list-label-lg li.list-header ~ li > label > span:before {
    content: attr(data-label) ":";
    display: inline-block;
    font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
    float: left;
    width: 100px;
    position: absolute;
    left: 0;
  }
}
.module .grid-flex {
  display: flex;
  flex-wrap: wrap;
}
.module.module-no-header .module-header {
  display: none;
}
.module.module-no-border .module-header {
  border-bottom: 0 none;
}
.module.module-add-new {
  background-color: transparent;
  box-shadow: none;
  border: 1px dashed #DDDDDD;
  color: #888888;
  text-align: center;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.module.module-add-new .module-header {
  border: 0 none;
}
.module.module-add-new .module-header h3 {
  padding: 25px 0;
}
.module.module-add-new:hover {
  cursor: pointer;
  border-color: #00A8E1;
  color: #00A8E1;
}
module.quick-links .list.list-grid li {
  line-height: 0;
  position: relative;
  flex-basis: 25%;
}
@media screen and (min-width: 1881px) {
  module.quick-links .list.list-grid li {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 1280px) {
  module.quick-links .list.list-grid li {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  module.quick-links .list.list-grid li {
    flex-basis: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  module.quick-links .list.list-grid li {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 480px) {
  module.quick-links .list.list-grid li {
    flex-basis: 50%;
  }
}
module.quick-links .list.list-grid li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 0;
  padding: 50% 0;
  background-color: #F9F9F9;
}
module.quick-links .list.list-grid li a span {
  height: auto;
  display: block;
  line-height: initial;
  padding: 0 10px;
  transform: translateY(-50%);
}
.module.order-list .list li a {
  grid-template-columns: 1fr 1.5fr 1fr 0.5fr 1fr 1fr;
}
.module.order-list .list li a[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.module.order-list .list li a[href]:hover span {
  color: inherit;
}
.module.order-list .list li a > span:nth-of-type(1n + 4) {
  text-align: right;
}
.module.order-list-full .list li a {
  grid-template-columns: 1fr 1fr 1.5fr 1fr 1.5fr 1fr 1fr 1fr 1fr;
}
.module.order-list-full .list li a[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.module.order-list-full .list li a[href]:hover span {
  color: inherit;
}
.module.order-list-full .list li a > span:nth-of-type(1n + 6) {
  text-align: right;
}
.module.user-logs .list li {
  padding: 0;
}
.module.user-logs .list li a {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
.module.user-logs .list li a > span:nth-of-type(1n + 2) {
  text-align: right;
}
.module.user-logs .list li a > span.active {
  color: #52A81f;
}
.module.user-logs .list li a > span.ended {
  color: #C21B14;
}
.social-campaigns .list li {
  padding: 0;
}
.social-campaigns .list li a {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 40px 3fr 1fr 1fr;
}
.social-campaigns .list li a[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.social-campaigns .list li a[href]:hover span {
  color: inherit;
}
.social-campaigns .list li a > span img {
  width: 100%;
}
.social-campaigns .list li a > span:nth-of-type(1n + 3) {
  text-align: right;
}
.social-campaigns .list li a > span.active {
  color: #52A81f;
}
.social-campaigns .list li a > span.ended {
  color: #C21B14;
}
.module.top-sellers .grid-flex {
  padding: 5px;
  margin: -30px -10px 0;
}
.module.top-sellers .grid-flex li {
  line-height: 0;
  position: relative;
  flex-basis: 20%;
  padding: 5px;
}
@media screen and (min-width: 1881px) {
  .module.top-sellers .grid-flex li {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 1280px) {
  .module.top-sellers .grid-flex li {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .module.top-sellers .grid-flex li {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .module.top-sellers .grid-flex li {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .module.top-sellers .grid-flex li {
    flex-basis: 50%;
  }
}
.module.top-sellers .grid-flex li a {
  display: block;
  grid-gap: 10px;
  grid-template-columns: 80px 1fr;
  position: relative;
  text-align: center;
}
.module.top-sellers .grid-flex li a span {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #221f22;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  top: 10px;
  left: 10px;
  border-radius: 100%;
}
.module.top-sellers .grid-flex li a img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10%;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  opacity: 0.7;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  margin-bottom: 10px;
}
.module.top-sellers .grid-flex li a h3 {
  color: #00A8E1;
}
.module.top-sellers .grid-flex li a h4 {
  margin-bottom: 5px;
}
.module.top-sellers .grid-flex li a:hover img {
  opacity: 1;
}
.sales-graph .graph {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: -10px 0 0;
}
.sales-graph .graph .graph-label-y {
  display: grid;
  grid-auto-rows: 30px;
  align-content: center;
  justify-content: right;
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #EEEEEE;
  line-height: 0;
}
.sales-graph .graph .graph-label-x {
  grid-column-end: 3;
  grid-column-start: 2;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #EEEEEE;
}
.sales-graph .graph .graph-label-x label.active {
  color: #00A8E1;
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.sales-graph .graph .graph-main {
  position: relative;
}
.sales-graph .graph .graph-main .graph-grid {
  height: 100%;
  display: grid;
  grid-auto-rows: 30px;
}
.sales-graph .graph .graph-main .graph-grid > div {
  border-top: 1px solid #EEEEEE;
}
.sales-graph .graph .graph-main .graph-data {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
.sales-graph .graph .graph-main .graph-data > div {
  position: relative;
  border-right: 1px solid #EEEEEE;
  background-color: rgba(0, 0, 0, 0.05);
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  height: 100%;
}
.sales-graph .graph .graph-main .graph-data > div.active {
  color: #00A8E1;
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
  background-color: transparent;
}
.sales-graph .graph .graph-main .graph-data > div:hover {
  background-color: transparent;
}
.sales-graph .graph .graph-main .graph-data > div:hover:before,
.sales-graph .graph .graph-main .graph-data > div:hover:after {
  opacity: 1!important;
}
.sales-graph .graph .graph-main .graph-data > div.active:before,
.sales-graph .graph .graph-main .graph-data > div.active:after {
  opacity: 1!important;
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(1):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 50%;
  background-color: #4ebbe0;
  animation: grow-prev 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-prev {
  from {
    height: 0;
  }
  to {
    height: var(--sales-prev-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(1):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  background-color: #00A8E1;
  animation: grow-this 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-this {
  from {
    height: 0;
  }
  to {
    height: var(--sales-this-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(2):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 50%;
  background-color: #4ebbe0;
  animation: grow-prev 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-prev {
  from {
    height: 0;
  }
  to {
    height: var(--sales-prev-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(2):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  background-color: #00A8E1;
  animation: grow-this 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-this {
  from {
    height: 0;
  }
  to {
    height: var(--sales-this-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(3):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 50%;
  background-color: #4ebbe0;
  animation: grow-prev 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-prev {
  from {
    height: 0;
  }
  to {
    height: var(--sales-prev-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(3):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  background-color: #00A8E1;
  animation: grow-this 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-this {
  from {
    height: 0;
  }
  to {
    height: var(--sales-this-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(4):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 50%;
  background-color: #4ebbe0;
  animation: grow-prev 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-prev {
  from {
    height: 0;
  }
  to {
    height: var(--sales-prev-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(4):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  background-color: #00A8E1;
  animation: grow-this 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-this {
  from {
    height: 0;
  }
  to {
    height: var(--sales-this-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(5):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 50%;
  background-color: #4ebbe0;
  animation: grow-prev 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-prev {
  from {
    height: 0;
  }
  to {
    height: var(--sales-prev-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(5):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  background-color: #00A8E1;
  animation: grow-this 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-this {
  from {
    height: 0;
  }
  to {
    height: var(--sales-this-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(6):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 50%;
  background-color: #4ebbe0;
  animation: grow-prev 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-prev {
  from {
    height: 0;
  }
  to {
    height: var(--sales-prev-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(6):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  background-color: #00A8E1;
  animation: grow-this 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-this {
  from {
    height: 0;
  }
  to {
    height: var(--sales-this-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(7):before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 50%;
  background-color: #4ebbe0;
  animation: grow-prev 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-prev {
  from {
    height: 0;
  }
  to {
    height: var(--sales-prev-week);
  }
}
.sales-graph .graph .graph-main .graph-data > div:nth-of-type(7):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  background-color: #00A8E1;
  animation: grow-this 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
  transition: inherit;
  opacity: 0.66;
}
@keyframes grow-this {
  from {
    height: 0;
  }
  to {
    height: var(--sales-this-week);
  }
}
.quick-stats .module-content {
  padding: 0px;
}
.quick-stats .module-header {
  display: none;
}
.quick-stats .grid-flex {
  flex-basis: 33.33%;
  padding: 0;
  margin: 0px;
}
.quick-stats .grid-flex li {
  padding: 20px;
  flex-grow: 1;
  text-align: center;
}
.quick-stats .grid-flex li h2 {
  font-size: 2.24rem;
  margin-top: 5px;
  color: #00A8E1;
}
.quick-stats .grid-flex li h2 span {
  padding-left: 10px;
  color: #4ebbe0;
  font-size: 0.8em;
}
.quick-stats .grid-flex li h2 span i {
  margin-right: 5px;
  font-size: 0.6em;
  display: inline-block;
  position: relative;
  top: -3px;
}
.quick-stats .grid-flex li.stretch {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.quick-stats .grid-flex li.stretch h2 {
  font-size: 2.88rem;
}
.order-tracking form {
  display: flex;
  flex-basis: 50%;
}
@media screen and (max-width: 640px) {
  .order-tracking form {
    display: block;
    flex-basis: 100%;
  }
}
.order-tracking form .form-group {
  flex-grow: 1;
  min-width: 50%;
}
.order-tracking form .form-group.right {
  justify-content: flex-end;
}
.order-items .list li {
  padding: 0;
}
.order-items .list li > a,
.order-items .list li > label {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 40px 3fr 1fr 1fr 1.5fr;
}
.order-items .list li > a[href]:hover,
.order-items .list li > label[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.order-items .list li > a[href]:hover span,
.order-items .list li > label[href]:hover span {
  color: inherit;
}
.order-items .list li > a > span:nth-of-type(1n + 3),
.order-items .list li > label > span:nth-of-type(1n + 3) {
  text-align: right;
}
.order-items .list li.subtotal {
  background-color: #FFFFFF;
  border: 0 none;
}
.order-items .list li.subtotal label {
  background-color: #FFFFFF;
  grid-template-columns: 40px 5fr 1.5fr;
  padding: 10px 10px 5px;
}
.order-items .list li.subtotal label > span:nth-of-type(1n + 1) {
  text-align: right;
}
.order-items .list li.subtotal ~ .subtotal label {
  padding: 5px 10px;
}
.order-items .list li.subtotal.total {
  margin-top: 5px;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.order-items .list li.subtotal.total label {
  padding: 15px 10px;
}
.order-info .grid-flex {
  margin: -10px;
}
.order-info .grid-flex a {
  color: #00A8E1;
  text-decoration: underline;
}
.order-info .grid-flex > li {
  padding: 10px;
  flex-basis: 16.66%;
}
@media screen and (max-width: 1024px) {
  .order-info .grid-flex > li {
    min-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .order-info .grid-flex > li {
    min-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .order-info .grid-flex > li {
    min-width: 100%;
  }
}
.order-info .grid-flex > li h4 {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.order-info .grid-flex > li h4 ~ p {
  margin-top: 3px;
}
.order-info .grid-flex > li h4 ~ h4 {
  margin-top: 10px;
}
.module.devices-list .grid-flex {
  margin: -30px -10px -10px;
  padding: 5px;
  flex-direction: row;
}
.module.devices-list .grid-flex li {
  padding: 5px;
  flex-basis: 25%;
}
@media screen and (min-width: 1881px) {
  .module.devices-list .grid-flex li {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 1800px) {
  .module.devices-list .grid-flex li {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1280px) {
  .module.devices-list .grid-flex li {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .module.devices-list .grid-flex li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 640px) {
  .module.devices-list .grid-flex li {
    flex-basis: 100%;
  }
}
.module.devices-list .grid-flex li a {
  display: grid;
  grid-template-columns: 50px 1fr;
  background-color: #F9F9F9;
}
.module.devices-list .grid-flex li a h4 {
  padding: 15px 15px 5px 15px;
}
.module.devices-list .grid-flex li a h2 {
  padding: 0 15px 15px 15px;
}
.module.devices-list .grid-flex li a span {
  grid-row-end: 3;
  grid-row-start: 1;
  background-color: #00A8E1;
  display: block;
  text-align: center;
  padding: 15px;
  color: #FFFFFF;
  font-size: 36px;
}
.module.devices-list .grid-flex li a:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.module.devices-list .grid-flex li a:hover span {
  background-color: #0095c8;
}
.module.error-list .list-items li {
  padding: 0;
}
.module.error-list .list-items li a {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 1fr;
}
.module.error-list .list-items li a > span:first-of-type {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.module.error-list .list-items li a > span:first-of-type.offline {
  color: #C21B14;
}
.module.landing-page-search form {
  display: flex;
  flex-basis: 50%;
}
@media screen and (max-width: 640px) {
  .module.landing-page-search form {
    display: block;
    flex-basis: 100%;
  }
}
.module.landing-page-search form .form-group {
  flex-grow: 1;
  min-width: 50%;
}
.module.landing-page-search form .form-group.right {
  justify-content: flex-end;
}
.module.recent-landing-pages .list li a {
  grid-template-columns: 1fr 2fr;
}
.module.recent-landing-pages .list li a[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.module.recent-landing-pages .list li a[href]:hover span {
  color: inherit;
}
.module.recent-landing-pages .list li a > span:nth-of-type(1n + 4) {
  text-align: right;
}
.module.landing-page-results-list .list-items li {
  padding: 0;
}
.module.landing-page-results-list .list-items li a {
  grid-template-columns: 2fr 1fr 2fr 1fr 1fr;
}
.module.landing-page-results-list .list-items li a > span:nth-of-type(1n + 4) {
  text-align: right;
}
.module.landing-page-results-list .list-items li a:hover > span > span {
  background-color: #FFFFFF;
  color: #00A8E1 !important;
}
.module-grid {
  box-shadow: none;
  background-color: transparent;
}
.module-grid .module-content {
  padding: 0px;
}
.module-grid .module-content .grid-flex {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(5, 1fr);
}
.module-grid .module-content .grid-flex li {
  background-color: #FFFFFF;
}
@media screen and (min-width: 1881px) {
  .module-grid .module-content .grid-flex li {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 1800px) {
  .module-grid .module-content .grid-flex li {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .module-grid .module-content .grid-flex li {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .module-grid .module-content .grid-flex li {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .module-grid .module-content .grid-flex li {
    grid-template-columns: 1fr;
  }
}
.module-grid .module-content .grid-flex li a {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  align-items: stretch;
  height: 100%;
  text-align: center;
  flex-direction: column;
}
.module-grid .module-content .grid-flex li a > span {
  display: block;
}
.module-grid .module-content .grid-flex li a img,
.module-grid .module-content .grid-flex li a svg {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.module-grid .module-content .grid-flex li a h4 {
  padding: 15px;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.module-grid .module-content .grid-flex li a h4 span {
  display: block;
}
.module-grid .module-content .grid-flex li a:hover {
  background-color: initial;
}
.module-grid .module-content .grid-flex li a:hover h4 {
  color: #FFFFFF;
  background-color: #00A8E1;
}
.module-grid.client-grid .module-content {
  padding: 0px;
}
.module-grid.client-grid .module-content .grid-flex {
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 20px;
}
@media screen and (min-width: 1881px) {
  .module-grid.client-grid .module-content .grid-flex {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 1800px) {
  .module-grid.client-grid .module-content .grid-flex {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .module-grid.client-grid .module-content .grid-flex {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .module-grid.client-grid .module-content .grid-flex {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .module-grid.client-grid .module-content .grid-flex {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .module-grid.client-grid .module-content .grid-flex {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .module-grid.client-grid .module-content .grid-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
.module-grid.device-grid .module-content .grid-flex {
  grid-gap: 20px;
}
@media screen and (min-width: 1881px) {
  .module-grid.device-grid .module-content .grid-flex {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1800px) {
  .module-grid.device-grid .module-content .grid-flex {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .module-grid.device-grid .module-content .grid-flex {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .module-grid.device-grid .module-content .grid-flex {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .module-grid.device-grid .module-content .grid-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .module-grid.device-grid .module-content .grid-flex {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .module-grid.device-grid .module-content .grid-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.module-grid.device-grid .module-content .grid-flex li a svg {
  padding: 25px 30% 15px;
  fill: #333333;
}
.module-grid.device-grid .module-content .grid-flex li a > span {
  background-color: #FFFFFF;
}
.module-grid.device-grid .module-content .grid-flex li a > span:first-of-type {
  display: inline-block;
  width: auto;
  border-radius: 20px;
  padding: 5px 8px;
  background-color: #00A8E1;
  margin: 15px auto 0;
  color: #FFFFFF;
  font-size: 1rem;
}
.module-grid.device-grid .module-content .grid-flex li.offline a svg {
  fill: #C21B14;
  animation: flashFade 1s infinite;
}
.module-grid.device-grid .module-content .grid-flex li.offline a > span:first-of-type {
  background-color: #C21B14;
}
.module.media-list .grid-flex {
  margin: -10px -10px -10px;
  padding: 5px;
  flex-direction: row;
}
.module.media-list .grid-flex.grid-flex.grid-banners li {
  padding: 5px;
  flex-basis: 25%;
}
@media screen and (min-width: 1881px) {
  .module.media-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 1800px) {
  .module.media-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1280px) {
  .module.media-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .module.media-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .module.media-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 640px) {
  .module.media-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 100%;
  }
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 15px;
  background-color: #F9F9F9;
  border: 1px solid #EEEEEE;
  justify-content: flex-start;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-actions {
  text-align: right;
  margin: -5px -5px 0 0;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-actions span {
  padding: 5px 0;
  text-align: left;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-actions span.active {
  color: #52A81f;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-actions span.inactive {
  color: #C21B14;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-actions a {
  color: #00A8E1;
  display: inline-block;
  padding: 5px 5px;
  text-decoration: underline;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-image {
  position: relative;
  max-height: 160px;
  min-height: 160px;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
  display: flex;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-image.banner-video:hover {
  cursor: pointer;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-image.banner-video:hover:before {
  background-color: #0082ae;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-image.banner-video:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  z-index: 1;
  background-color: #00A8E1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-image.banner-video:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border: 15px solid transparent;
  border-left-color: white;
  position: absolute;
  top: 50%;
  z-index: 24;
  box-sizing: border-box;
  transform: scale(1, 0.5);
  left: 50%;
  margin-top: -15px;
  margin-left: -7px;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-image img {
  max-width: 100%;
  max-height: 160px;
  display: block;
  margin: auto;
  z-index: 0;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-link label,
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-filters label {
  display: block;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-link span,
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-filters span {
  display: block;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div .banner-channels {
  text-align: center;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div h4 {
  text-align: center;
  margin: 15px 0 0;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div h4 ~ p {
  margin-top: 10px;
  text-align: center;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div h4 ~ p > label {
  display: block;
}
.module.media-list .grid-flex.grid-flex.grid-banners li > div h4 ~ p a {
  text-decoration: underline;
  color: #00A8E1;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.row-info {
  width: 100%;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 0 5px 10px;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.row-info label {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.disabled > div {
  position: relative;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.disabled > div .banner-image img {
  opacity: 0.3;
  filter: grayscale(100);
}
.module.media-list .grid-flex.grid-flex.grid-banners li.disabled > div .banner-channels span {
  background-color: #DDDDDD;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.grid-item-add {
  text-align: center;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div {
  background-color: transparent;
  box-shadow: none;
  border: 1px dashed #DDDDDD;
  color: #888888;
  text-align: center;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  justify-content: center;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div h4 {
  margin: 0;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div h4 i {
  display: block;
  font-size: 1.4rem;
}
.module.media-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div:hover {
  cursor: pointer;
  border-color: #00A8E1;
  color: #00A8E1;
}
.module.cart-list .list li a {
  grid-template-columns: 1.5fr 1fr 1.5fr 0.5fr 1fr 1fr;
}
.module.cart-list .list li a[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.module.cart-list .list li a[href]:hover span {
  color: inherit;
}
.module.cart-list .list li a > span:nth-of-type(1n + 4) {
  text-align: right;
}
.customer-info .grid-flex {
  margin: -10px;
}
.customer-info .grid-flex a {
  color: #00A8E1;
  text-decoration: underline;
}
.customer-info .grid-flex > li {
  padding: 10px;
  flex-basis: 33.33%;
}
@media screen and (max-width: 768px) {
  .customer-info .grid-flex > li {
    min-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .customer-info .grid-flex > li {
    min-width: 100%;
  }
}
.customer-info .grid-flex > li h4 {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.customer-info .grid-flex > li h4 ~ p {
  margin-top: 3px;
}
.customer-info .grid-flex > li h4 ~ h4 {
  margin-top: 10px;
}
.module.address-list .grid-flex {
  margin: -30px -10px -10px;
  padding: 5px;
  flex-direction: row;
}
.module.address-list .grid-flex.grid-flex.grid-banners li {
  padding: 5px;
  flex-basis: 25%;
}
@media screen and (min-width: 1881px) {
  .module.address-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 1800px) {
  .module.address-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1280px) {
  .module.address-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .module.address-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .module.address-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 640px) {
  .module.address-list .grid-flex.grid-flex.grid-banners li {
    flex-basis: 100%;
  }
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 15px;
  background-color: #F9F9F9;
  border: 1px solid #EEEEEE;
  justify-content: flex-start;
  text-align: left;
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div .banner-actions {
  text-align: right;
  margin: -5px -5px 0 0;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div .banner-actions span {
  padding: 5px 0;
  text-align: left;
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div .banner-actions a {
  color: #00A8E1;
  display: inline-block;
  padding: 5px 5px;
  text-decoration: underline;
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div h4 {
  margin: 15px 0 0;
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div h4 ~ p {
  margin-top: 10px;
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div h4 ~ p > label {
  display: block;
}
.module.address-list .grid-flex.grid-flex.grid-banners li > div h4 ~ p a {
  text-decoration: underline;
  color: #00A8E1;
}
.module.address-list .grid-flex.grid-flex.grid-banners li.grid-item-add {
  text-align: center;
}
.module.address-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div {
  background-color: transparent;
  box-shadow: none;
  border: 1px dashed #DDDDDD;
  color: #888888;
  text-align: center;
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  justify-content: center;
}
.module.address-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div h4 {
  margin: 0;
}
.module.address-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div h4 i {
  display: block;
  font-size: 1.4rem;
}
.module.address-list .grid-flex.grid-flex.grid-banners li.grid-item-add > div:hover {
  cursor: pointer;
  border-color: #00A8E1;
  color: #00A8E1;
}
.module.info-page-list .list li a {
  grid-template-columns: 0.5fr 1.5fr 1fr 1fr 2fr 1fr;
}
.module.info-page-list .list li a[href]:hover {
  background-color: #00A8E1;
  color: #FFFFFF;
}
.module.info-page-list .list li a[href]:hover span {
  color: inherit;
}
.module.info-page-list .list li a > span:nth-of-type(1n + 6) {
  text-align: right;
}
.device-info .grid-flex {
  margin: -10px;
}
.device-info .grid-flex a {
  color: #00A8E1;
  text-decoration: underline;
}
.device-info .grid-flex > li {
  padding: 10px;
  flex-basis: 33.33%;
}
@media screen and (max-width: 1280px) {
  .device-info .grid-flex > li {
    min-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .device-info .grid-flex > li {
    min-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .device-info .grid-flex > li {
    min-width: 100%;
  }
}
.device-info .grid-flex > li h4 {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.device-info .grid-flex > li h4 ~ p {
  margin-top: 3px;
}
.device-info .grid-flex > li h4 ~ h4 {
  margin-top: 10px;
}
.module.device-screenshot .grid-flex {
  margin: -10px;
}
.module.device-screenshot .grid-flex a {
  color: #00A8E1;
  text-decoration: underline;
}
.module.device-screenshot .grid-flex > li {
  padding: 10px;
  flex-basis: 33.33%;
}
@media screen and (max-width: 1280px) {
  .module.device-screenshot .grid-flex > li {
    min-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .module.device-screenshot .grid-flex > li {
    min-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .module.device-screenshot .grid-flex > li {
    min-width: 100%;
  }
}
.module.device-screenshot .grid-flex > li h4 {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.module.device-screenshot .grid-flex > li h4 ~ p {
  margin-top: 3px;
}
.module.device-screenshot .grid-flex > li h4 ~ h4 {
  margin-top: 10px;
}
.module.device-screenshot .grid-flex > li:first-of-type p {
  background-color: #F9F9F9;
  border: 1px solid #EEEEEE;
  text-align: center;
}
.module.device-screenshot .grid-flex > li img {
  display: block;
  max-height: 200px;
  max-width: 100%;
  margin: auto;
}
.module.heartbeat-info .grid-flex {
  margin: -10px;
}
.module.heartbeat-info .grid-flex a {
  color: #00A8E1;
  text-decoration: underline;
}
.module.heartbeat-info .grid-flex > li {
  padding: 10px;
  flex-basis: 16.66%;
}
@media screen and (max-width: 1800px) {
  .module.heartbeat-info .grid-flex > li:nth-child(1n +3) {
    flex-basis: 34%;
  }
  .module.heartbeat-info .grid-flex > li:nth-child(1n +4) {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1280px) {
  .module.heartbeat-info .grid-flex > li {
    flex-basis: 33.33%;
  }
  .module.heartbeat-info .grid-flex > li:nth-child(1n +3) {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .module.heartbeat-info .grid-flex > li {
    min-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .module.heartbeat-info .grid-flex > li {
    min-width: 50%;
  }
  .module.heartbeat-info .grid-flex > li:nth-child(3),
  .module.heartbeat-info .grid-flex > li:nth-child(6) {
    min-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .module.heartbeat-info .grid-flex > li {
    min-width: 100%;
  }
}
.module.heartbeat-info .grid-flex > li h4 {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
}
.module.heartbeat-info .grid-flex > li h4 ~ p {
  margin-top: 3px;
}
.module.heartbeat-info .grid-flex > li h4 ~ p.progress-bar {
  position: relative;
  display: block;
  height: 10px;
  box-sizing: border-box;
  background-color: #EEEEEE;
}
.module.heartbeat-info .grid-flex > li h4 ~ p.progress-bar .progress-bar-in {
  content: "";
  width: var(--width-finish);
  display: block;
  height: 10px;
  background-color: #00A8E1;
  animation: growbar 1s;
  animation-fill-mode: forwards;
  transition: all;
  animation-delay: 1s;
  width: 0;
}
@keyframes growbar {
  from {
    width: 0;
  }
  to {
    width: var(--width-finish);
  }
}
.module.heartbeat-info .grid-flex > li h4 ~ p.progress-bar:before {
  content: "";
  width: var(--width-finish);
  display: block;
  height: 10px;
  background-color: #00A8E1;
  animation: growbar 1s;
  animation-fill-mode: forwards;
  transition: all;
  animation-delay: 1s;
  width: 0;
}
@keyframes growbar {
  from {
    width: 0;
  }
  to {
    width: var(--width-finish);
  }
}
.module.heartbeat-info .grid-flex > li h4 ~ p.progress-bar.sev-1:before {
  background-color: #00A8E1;
}
.module.heartbeat-info .grid-flex > li h4 ~ p.progress-bar.sev-2:before {
  background-color: #C21B14;
}
.module.heartbeat-info .grid-flex > li h4 ~ p.progress-bar.sev-3:before {
  background-color: #C21B14;
}
.module.heartbeat-info .grid-flex > li h4 ~ p.progress-bar.sev-3:after {
  width: var(--width-finish);
  content: "";
  left: 0px;
  top: 0px;
  height: 10px;
  background-color: #EEEEEE;
  position: absolute;
  animation: flashFade 1s infinite;
}
.module.heartbeat-info .grid-flex > li h4 ~ h4 {
  margin-top: 10px;
}
.track li {
  position: relative;
  padding-left: 20px;
}
.track li h4 {
  font-family: "Montserrat Semi Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
}
.track li a {
  color: #00A8E1;
  text-decoration: underline;
}
.track li:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  background-color: #00A8E1;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 1px;
  border: 2px solid #FFFFFF;
  z-index: 1;
}
.track li:not(:last-of-type) {
  padding-bottom: 15px;
}
.track li:not(:last-of-type):after {
  content: "";
  width: 2px;
  display: block;
  background-color: #EEEEEE;
  position: absolute;
  left: 5px;
  top: 3px;
  bottom: -3px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus,
*:active {
  outline: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --svg-path-opacity: 0.2;
}
@font-face {
  font-family: 'Montserrat Extra Light ';
  font-weight: 100;
}
@font-face {
  font-family: 'Montserrat Light';
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat Regular';
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat Semi Bold';
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat Bold';
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat Black';
  font-weight: 700;
}
@keyframes navIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav {
  z-index: 4;
  overflow: hidden;
  overflow-y: auto;
  color: #FFFFFF;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  /* required */
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  animation: navIn 1s;
  animation-fill-mode: forwards;
  min-width: 320px;
}
@media screen and (max-width: 640px) {
  .nav {
    overflow: visible;
    height: 60px;
    flex-wrap: wrap;
  }
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav .nav-top {
  width: 60px;
  height: 60px;
  padding: 20px;
}
.nav .nav-top img {
  width: 20px;
}
.nav .nav-toggle {
  display: none;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  order: 2;
}
@media screen and (max-width: 640px) {
  .nav .nav-toggle {
    display: block;
  }
}
.nav .nav-toggle span {
  display: block;
  background-color: #FFFFFF;
  height: 2px;
  transition: all 400ms ease;
  transform-origin: center;
  position: absolute;
  left: 20px;
  width: 20px;
}
.nav .nav-toggle span.top {
  top: 22px;
}
.nav .nav-toggle span.bottom {
  bottom: 22px;
}
.nav .nav-toggle span.middle {
  top: 29px;
}
.nav .nav-home {
  order: 1;
  overflow: hidden;
  transition: all 400ms ease;
  opacity: 1;
  width: 80px;
  padding: 26px 30px;
}
@media screen and (max-width: 640px) {
  .nav .nav-home {
    opacity: 1;
    width: 60px;
    padding: 19px 20px;
    margin-right: auto;
  }
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  order: 2;
}
.nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .nav > ul {
    z-index: 100;
    max-height: 0px;
    overflow: hidden;
    transition: all 400ms ease;
    background-color: #FFFFFF;
    opacity: 0;
    order: 3;
    width: 100%;
    display: block;
  }
}
.nav > ul li {
  display: block;
  text-align: center;
}
.nav > ul li.active a,
.nav > ul li.active label {
  color: #FFFFFF;
}
.nav > ul li.active a:after,
.nav > ul li.active label:after {
  width: auto;
  left: 20px;
  opacity: 1;
  right: 20px;
}
.nav > ul a,
.nav > ul label {
  transition: opacity 400ms ease, background-color 400ms ease, color 400ms ease, border 400ms ease, box-shadow 400ms ease;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 30px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 15px;
}
.nav > ul a:after,
.nav > ul label:after {
  display: block;
  opacity: 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 20px;
  background-color: #FFFFFF;
  left: 50%;
  right: 50%;
  width: 0;
  transition: all 400ms ease;
}
@media screen and (max-width: 640px) {
  .nav > ul a,
  .nav > ul label {
    padding: 30px 15px;
    font-size: 1.2rem;
    padding: 18px 0;
    height: 50px;
    border-top: 1px solid #EEEEEE;
    position: relative;
  }
  .nav > ul a:after,
  .nav > ul label:after {
    display: none;
    opacity: 0;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: red;
    left: 0;
    width: 0;
  }
}
.nav > ul a:hover,
.nav > ul label:hover {
  color: #FFFFFF;
}
.nav > ul a:hover:after,
.nav > ul label:hover:after {
  width: auto;
  left: 20px;
  opacity: 0.33;
  right: 20px;
}
.nav.scrolled {
  background-color: #F9F9F9;
}
@media screen and (max-width: 640px) {
  .nav.scrolled {
    background-color: #FFFFFF;
  }
  .nav.scrolled .nav-toggle span {
    background-color: #333333;
  }
}
.nav.scrolled .nav-home {
  opacity: 1;
  width: 80px;
  padding: 26px 30px;
}
.nav.scrolled > ul li.active a,
.nav.scrolled > ul li.active label {
  color: #333333;
}
.nav.scrolled > ul li.active a:after,
.nav.scrolled > ul li.active label:after {
  background-color: #333333;
}
.nav.scrolled > ul a,
.nav.scrolled > ul label {
  color: rgba(51, 51, 51, 0.66);
}
.nav.scrolled > ul a:after,
.nav.scrolled > ul label:after {
  display: none;
}
.nav.scrolled > ul a:hover,
.nav.scrolled > ul label:hover {
  color: #333333;
}
.nav.scrolled ~ #backtotop {
  visibility: visible;
  opacity: 1;
}
.section-home .nav .nav-home {
  opacity: 0;
  width: 0px;
  padding: 26px 0;
}
@media screen and (max-width: 640px) {
  .section-home .nav .nav-home {
    opacity: 1;
    width: 60px;
    padding: 19px 20px;
  }
}
.section-home .nav.scrolled .nav-home {
  opacity: 1;
  width: 80px;
  padding: 26px 30px;
}
@media screen and (max-width: 640px) {
  .section-home .nav.scrolled .nav-home {
    opacity: 1;
    width: 60px;
    padding: 19px 20px;
  }
}
@media screen and (max-width: 640px) {
  #nav-toggle:checked ~ .section .nav {
    background-color: #FFFFFF;
  }
  #nav-toggle:checked ~ .section .nav > ul {
    max-height: 200px;
    overflow: hidden;
    opacity: 1;
  }
  #nav-toggle:checked ~ .section .nav > ul li {
    display: block;
  }
  #nav-toggle:checked ~ .section .nav > ul a,
  #nav-toggle:checked ~ .section .nav > ul label {
    color: #333333;
  }
  #nav-toggle:checked ~ .section .nav > ul a:hover,
  #nav-toggle:checked ~ .section .nav > ul label:hover {
    color: #68afc4;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span {
    background-color: #333333;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span.top {
    transform: rotate(45deg);
    top: 29px;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span.bottom {
    transform: rotate(-45deg);
    top: 29px;
  }
  #nav-toggle:checked ~ .section .nav .nav-toggle span.middle {
    opacity: 0;
  }
}
a#backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  z-index: 4;
  background-color: rgba(34, 31, 34, 0.66);
  margin: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
a#backtotop span {
  border: 2px solid #FFFFFF;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
  display: block;
  width: 10px;
  height: 10px;
  margin: 20px;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus,
*:active {
  outline: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:root {
  --svg-path-opacity: 0.2;
}
