/* @import (inline) "css/gdpr-consent-guard.css"; */
/*! -- Colors -- */
/* max-width for .container in skeleton.css */
/*
nxtest
{
	background-image: url(~"{{url @!site}}")
}
*/
body {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #222222;
}
section {
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  letter-spacing: normal !important;
}
h1,
h2 {
  margin-bottom: 1rem !important;
  font-weight: 600;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 0.25rem !important;
}
h3 {
  font-weight: 500;
  font-size: 3.1rem;
}
h4 {
  font-weight: 700;
  font-size: 2.7rem;
}
h5 {
  font-weight: 600;
  font-size: 2.2rem;
}
h2 + h5 {
  font-weight: 400;
}
h6 {
  font-weight: 700;
  font-size: 1.7rem;
}
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 1rem !important;
}
a {
  text-decoration: none !important;
}
p,
ul,
li {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 150%;
}
address {
  white-space: pre;
  font-style: normal;
  margin-bottom: 1.25rem;
}
div > p:last-child {
  margin-bottom: 0px;
}
/*! -- Color styles -- */
.gray-darker {
  color: #222222;
}
.gray-dark {
  color: #333333;
}
.gray {
  color: #555555;
}
.gray-light {
  color: #777777;
}
.gray-lighter {
  color: #eeeeee;
}
.buy-color {
  color: #3fb5ff !important;
}
.product-name {
  color: #3fb5ff !important;
}
/*! -- Colors -- */
.color-primary {
  color: #337ab7 !important;
}
.filled.color-primary {
  background-color: #337ab7 !important;
  color: white !important;
}
.filled-light.color-primary {
  background-color: #c2d7ea !important;
  color: black !important;
}
.unfilled.color-primary {
  background-color: transparent;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
}
.unfilled-light.color-primary {
  background-color: transparent;
  color: #c2d7ea !important;
  border-color: #c2d7ea !important;
}
a.filled.color-primary:hover,
button.filled.color-primary:hover {
  background-color: #286090 !important;
  color: white !important;
}
a.filled-light.color-primary:hover,
button.filled-light.color-primary:hover {
  background-color: #b8d1e6 !important;
  color: black !important;
}
.levitate.color-primary {
  background-color: #337ab7 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-primary:hover,
button.filled.color-primary:hover,
button.filled-light.color-primary:hover {
  background-color: #3680bf !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-primary:hover {
  background-color: #c6daeb !important;
}
.color-success {
  color: #5cb85c !important;
}
.filled.color-success {
  background-color: #5cb85c !important;
  color: white !important;
}
.filled-light.color-success {
  background-color: #ceeace !important;
  color: black !important;
}
.unfilled.color-success {
  background-color: transparent;
  color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.unfilled-light.color-success {
  background-color: transparent;
  color: #ceeace !important;
  border-color: #ceeace !important;
}
a.filled.color-success:hover,
button.filled.color-success:hover {
  background-color: #449d44 !important;
  color: white !important;
}
a.filled-light.color-success:hover,
button.filled-light.color-success:hover {
  background-color: #c6e6c6 !important;
  color: black !important;
}
.levitate.color-success {
  background-color: #5cb85c !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-success:hover,
button.filled.color-success:hover,
button.filled-light.color-success:hover {
  background-color: #63bb63 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-success:hover {
  background-color: #d1ebd1 !important;
}
.color-info {
  color: #3fb5ff !important;
}
.filled.color-info {
  background-color: #3fb5ff !important;
  color: white !important;
}
.filled-light.color-info {
  background-color: #c5e9ff !important;
  color: black !important;
}
.unfilled.color-info {
  background-color: transparent;
  color: #3fb5ff !important;
  border-color: #3fb5ff !important;
}
.unfilled-light.color-info {
  background-color: transparent;
  color: #c5e9ff !important;
  border-color: #c5e9ff !important;
}
a.filled.color-info:hover,
button.filled.color-info:hover {
  background-color: #0ca1ff !important;
  color: white !important;
}
a.filled-light.color-info:hover,
button.filled-light.color-info:hover {
  background-color: #bce5ff !important;
  color: black !important;
}
.levitate.color-info {
  background-color: #3fb5ff !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-info:hover,
button.filled.color-info:hover,
button.filled-light.color-info:hover {
  background-color: #49b9ff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-info:hover {
  background-color: #c9eaff !important;
}
.color-warning {
  color: #f0ad4e !important;
}
.filled.color-warning {
  background-color: #f0ad4e !important;
  color: white !important;
}
.filled-light.color-warning {
  background-color: #fbe6ca !important;
  color: black !important;
}
.unfilled.color-warning {
  background-color: transparent;
  color: #f0ad4e !important;
  border-color: #f0ad4e !important;
}
.unfilled-light.color-warning {
  background-color: transparent;
  color: #fbe6ca !important;
  border-color: #fbe6ca !important;
}
a.filled.color-warning:hover,
button.filled.color-warning:hover {
  background-color: #ec971f !important;
  color: white !important;
}
a.filled-light.color-warning:hover,
button.filled-light.color-warning:hover {
  background-color: #fae2c1 !important;
  color: black !important;
}
.levitate.color-warning {
  background-color: #f0ad4e !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-warning:hover,
button.filled.color-warning:hover,
button.filled-light.color-warning:hover {
  background-color: #f1b157 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-warning:hover {
  background-color: #fbe8cd !important;
}
.color-danger {
  color: #d9534f !important;
}
.filled.color-danger {
  background-color: #d9534f !important;
  color: white !important;
}
.filled-light.color-danger {
  background-color: #f4cbca !important;
  color: black !important;
}
.unfilled.color-danger {
  background-color: transparent;
  color: #d9534f !important;
  border-color: #d9534f !important;
}
.unfilled-light.color-danger {
  background-color: transparent;
  color: #f4cbca !important;
  border-color: #f4cbca !important;
}
a.filled.color-danger:hover,
button.filled.color-danger:hover {
  background-color: #c9302c !important;
  color: white !important;
}
a.filled-light.color-danger:hover,
button.filled-light.color-danger:hover {
  background-color: #f2c3c1 !important;
  color: black !important;
}
.levitate.color-danger {
  background-color: #d9534f !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-danger:hover,
button.filled.color-danger:hover,
button.filled-light.color-danger:hover {
  background-color: #db5b57 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-danger:hover {
  background-color: #f4cfce !important;
}
.color-buy {
  color: #3fb5ff !important;
}
.filled.color-buy {
  background-color: #3fb5ff !important;
  color: white !important;
}
.filled-light.color-buy {
  background-color: #c5e9ff !important;
  color: black !important;
}
.unfilled.color-buy {
  background-color: transparent;
  color: #3fb5ff !important;
  border-color: #3fb5ff !important;
}
.unfilled-light.color-buy {
  background-color: transparent;
  color: #c5e9ff !important;
  border-color: #c5e9ff !important;
}
a.filled.color-buy:hover,
button.filled.color-buy:hover {
  background-color: #0ca1ff !important;
  color: white !important;
}
a.filled-light.color-buy:hover,
button.filled-light.color-buy:hover {
  background-color: #bce5ff !important;
  color: black !important;
}
.levitate.color-buy {
  background-color: #3fb5ff !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-buy:hover,
button.filled.color-buy:hover,
button.filled-light.color-buy:hover {
  background-color: #49b9ff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-buy:hover {
  background-color: #c9eaff !important;
}
.color-try {
  color: #777777 !important;
}
.filled.color-try {
  background-color: #777777 !important;
  color: white !important;
}
.filled-light.color-try {
  background-color: #d6d6d6 !important;
  color: black !important;
}
.unfilled.color-try {
  background-color: transparent;
  color: #777777 !important;
  border-color: #777777 !important;
}
.unfilled-light.color-try {
  background-color: transparent;
  color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}
a.filled.color-try:hover,
button.filled.color-try:hover {
  background-color: #5e5e5e !important;
  color: white !important;
}
a.filled-light.color-try:hover,
button.filled-light.color-try:hover {
  background-color: #cfcfcf !important;
  color: black !important;
}
.levitate.color-try {
  background-color: #777777 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-try:hover,
button.filled.color-try:hover,
button.filled-light.color-try:hover {
  background-color: #7c7c7c !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-try:hover {
  background-color: #d9d9d9 !important;
}
.color-download {
  color: #5cb85c !important;
}
.filled.color-download {
  background-color: #5cb85c !important;
  color: white !important;
}
.filled-light.color-download {
  background-color: #ceeace !important;
  color: black !important;
}
.unfilled.color-download {
  background-color: transparent;
  color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.unfilled-light.color-download {
  background-color: transparent;
  color: #ceeace !important;
  border-color: #ceeace !important;
}
a.filled.color-download:hover,
button.filled.color-download:hover {
  background-color: #449d44 !important;
  color: white !important;
}
a.filled-light.color-download:hover,
button.filled-light.color-download:hover {
  background-color: #c6e6c6 !important;
  color: black !important;
}
.levitate.color-download {
  background-color: #5cb85c !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-download:hover,
button.filled.color-download:hover,
button.filled-light.color-download:hover {
  background-color: #63bb63 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-download:hover {
  background-color: #d1ebd1 !important;
}
.color-muted {
  color: #888899 !important;
}
.filled.color-muted {
  background-color: #888899 !important;
  color: white !important;
}
.filled-light.color-muted {
  background-color: #dbdbe0 !important;
  color: black !important;
}
.unfilled.color-muted {
  background-color: transparent;
  color: #888899 !important;
  border-color: #888899 !important;
}
.unfilled-light.color-muted {
  background-color: transparent;
  color: #dbdbe0 !important;
  border-color: #dbdbe0 !important;
}
a.filled.color-muted:hover,
button.filled.color-muted:hover {
  background-color: #6e6e80 !important;
  color: white !important;
}
a.filled-light.color-muted:hover,
button.filled-light.color-muted:hover {
  background-color: #d5d5db !important;
  color: black !important;
}
.levitate.color-muted {
  background-color: #888899 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-muted:hover,
button.filled.color-muted:hover,
button.filled-light.color-muted:hover {
  background-color: #8d8d9e !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-muted:hover {
  background-color: #dedee2 !important;
}
.color-grey {
  color: #777777 !important;
}
.filled.color-grey {
  background-color: #777777 !important;
  color: white !important;
}
.filled-light.color-grey {
  background-color: #d6d6d6 !important;
  color: black !important;
}
.unfilled.color-grey {
  background-color: transparent;
  color: #777777 !important;
  border-color: #777777 !important;
}
.unfilled-light.color-grey {
  background-color: transparent;
  color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}
a.filled.color-grey:hover,
button.filled.color-grey:hover {
  background-color: #5e5e5e !important;
  color: white !important;
}
a.filled-light.color-grey:hover,
button.filled-light.color-grey:hover {
  background-color: #cfcfcf !important;
  color: black !important;
}
.levitate.color-grey {
  background-color: #777777 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-grey:hover,
button.filled.color-grey:hover,
button.filled-light.color-grey:hover {
  background-color: #7c7c7c !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-grey:hover {
  background-color: #d9d9d9 !important;
}
.color-bright-grey {
  color: #e1e1e1 !important;
}
.filled.color-bright-grey {
  background-color: #e1e1e1 !important;
  color: white !important;
}
.filled-light.color-bright-grey {
  background-color: #f6f6f6 !important;
  color: black !important;
}
.unfilled.color-bright-grey {
  background-color: transparent;
  color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.unfilled-light.color-bright-grey {
  background-color: transparent;
  color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}
a.filled.color-bright-grey:hover,
button.filled.color-bright-grey:hover {
  background-color: #c8c8c8 !important;
  color: white !important;
}
a.filled-light.color-bright-grey:hover,
button.filled-light.color-bright-grey:hover {
  background-color: #f5f5f5 !important;
  color: black !important;
}
.levitate.color-bright-grey {
  background-color: #e1e1e1 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-bright-grey:hover,
button.filled.color-bright-grey:hover,
button.filled-light.color-bright-grey:hover {
  background-color: #e6e6e6 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-bright-grey:hover {
  background-color: #f7f7f7 !important;
}
.color-yellow {
  color: #f5dd00 !important;
}
.filled.color-yellow {
  background-color: #f5dd00 !important;
  color: white !important;
}
.filled-light.color-yellow {
  background-color: #fcf5b3 !important;
  color: black !important;
}
.unfilled.color-yellow {
  background-color: transparent;
  color: #f5dd00 !important;
  border-color: #f5dd00 !important;
}
.unfilled-light.color-yellow {
  background-color: transparent;
  color: #fcf5b3 !important;
  border-color: #fcf5b3 !important;
}
a.filled.color-yellow:hover,
button.filled.color-yellow:hover {
  background-color: #c2af00 !important;
  color: white !important;
}
a.filled-light.color-yellow:hover,
button.filled-light.color-yellow:hover {
  background-color: #fcf3a6 !important;
  color: black !important;
}
.levitate.color-yellow {
  background-color: #f5dd00 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-yellow:hover,
button.filled.color-yellow:hover,
button.filled-light.color-yellow:hover {
  background-color: #ffe600 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-yellow:hover {
  background-color: #fcf5b8 !important;
}
.color-red {
  color: #d9534f !important;
}
.filled.color-red {
  background-color: #d9534f !important;
  color: white !important;
}
.filled-light.color-red {
  background-color: #f4cbca !important;
  color: black !important;
}
.unfilled.color-red {
  background-color: transparent;
  color: #d9534f !important;
  border-color: #d9534f !important;
}
.unfilled-light.color-red {
  background-color: transparent;
  color: #f4cbca !important;
  border-color: #f4cbca !important;
}
a.filled.color-red:hover,
button.filled.color-red:hover {
  background-color: #c9302c !important;
  color: white !important;
}
a.filled-light.color-red:hover,
button.filled-light.color-red:hover {
  background-color: #f2c3c1 !important;
  color: black !important;
}
.levitate.color-red {
  background-color: #d9534f !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-red:hover,
button.filled.color-red:hover,
button.filled-light.color-red:hover {
  background-color: #db5b57 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-red:hover {
  background-color: #f4cfce !important;
}
.color-orange {
  color: #ff9628 !important;
}
.filled.color-orange {
  background-color: #ff9628 !important;
  color: white !important;
}
.filled-light.color-orange {
  background-color: #ffe0bf !important;
  color: black !important;
}
.unfilled.color-orange {
  background-color: transparent;
  color: #ff9628 !important;
  border-color: #ff9628 !important;
}
.unfilled-light.color-orange {
  background-color: transparent;
  color: #ffe0bf !important;
  border-color: #ffe0bf !important;
}
a.filled.color-orange:hover,
button.filled.color-orange:hover {
  background-color: #f47d00 !important;
  color: white !important;
}
a.filled-light.color-orange:hover,
button.filled-light.color-orange:hover {
  background-color: #ffdab4 !important;
  color: black !important;
}
.levitate.color-orange {
  background-color: #ff9628 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-orange:hover,
button.filled.color-orange:hover,
button.filled-light.color-orange:hover {
  background-color: #ff9b32 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-orange:hover {
  background-color: #ffe2c3 !important;
}
.color-green {
  color: #5cb85c !important;
}
.filled.color-green {
  background-color: #5cb85c !important;
  color: white !important;
}
.filled-light.color-green {
  background-color: #ceeace !important;
  color: black !important;
}
.unfilled.color-green {
  background-color: transparent;
  color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.unfilled-light.color-green {
  background-color: transparent;
  color: #ceeace !important;
  border-color: #ceeace !important;
}
a.filled.color-green:hover,
button.filled.color-green:hover {
  background-color: #449d44 !important;
  color: white !important;
}
a.filled-light.color-green:hover,
button.filled-light.color-green:hover {
  background-color: #c6e6c6 !important;
  color: black !important;
}
.levitate.color-green {
  background-color: #5cb85c !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-green:hover,
button.filled.color-green:hover,
button.filled-light.color-green:hover {
  background-color: #63bb63 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-green:hover {
  background-color: #d1ebd1 !important;
}
.color-bright-green {
  color: #4bcb4b !important;
}
.filled.color-bright-green {
  background-color: #4bcb4b !important;
  color: white !important;
}
.filled-light.color-bright-green {
  background-color: #c9efc9 !important;
  color: black !important;
}
.unfilled.color-bright-green {
  background-color: transparent;
  color: #4bcb4b !important;
  border-color: #4bcb4b !important;
}
.unfilled-light.color-bright-green {
  background-color: transparent;
  color: #c9efc9 !important;
  border-color: #c9efc9 !important;
}
a.filled.color-bright-green:hover,
button.filled.color-bright-green:hover {
  background-color: #33b033 !important;
  color: white !important;
}
a.filled-light.color-bright-green:hover,
button.filled-light.color-bright-green:hover {
  background-color: #c0edc0 !important;
  color: black !important;
}
.levitate.color-bright-green {
  background-color: #4bcb4b !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-bright-green:hover,
button.filled.color-bright-green:hover,
button.filled-light.color-bright-green:hover {
  background-color: #53cd53 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-bright-green:hover {
  background-color: #cdf0cd !important;
}
.color-white {
  color: white !important;
}
.filled.color-white {
  background-color: white !important;
  color: black !important;
}
.filled-light.color-white {
  background-color: #ffffff !important;
  color: white !important;
}
.unfilled.color-white {
  background-color: transparent;
  color: white !important;
  border-color: white !important;
}
.unfilled-light.color-white {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
a.filled.color-white:hover,
button.filled.color-white:hover {
  background-color: #e6e6e6 !important;
  color: black !important;
}
a.filled-light.color-white:hover,
button.filled-light.color-white:hover {
  background-color: #ffffff !important;
  color: white !important;
}
.levitate.color-white {
  background-color: white !important;
  color: black !important;
  display: inline-block !important;
}
a.levitate.color-white:hover,
button.filled.color-white:hover,
button.filled-light.color-white:hover {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-white:hover {
  background-color: #ffffff !important;
}
.color-blue {
  color: #3fb5ff !important;
}
.filled.color-blue {
  background-color: #3fb5ff !important;
  color: white !important;
}
.filled-light.color-blue {
  background-color: #c5e9ff !important;
  color: black !important;
}
.unfilled.color-blue {
  background-color: transparent;
  color: #3fb5ff !important;
  border-color: #3fb5ff !important;
}
.unfilled-light.color-blue {
  background-color: transparent;
  color: #c5e9ff !important;
  border-color: #c5e9ff !important;
}
a.filled.color-blue:hover,
button.filled.color-blue:hover {
  background-color: #0ca1ff !important;
  color: white !important;
}
a.filled-light.color-blue:hover,
button.filled-light.color-blue:hover {
  background-color: #bce5ff !important;
  color: black !important;
}
.levitate.color-blue {
  background-color: #3fb5ff !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-blue:hover,
button.filled.color-blue:hover,
button.filled-light.color-blue:hover {
  background-color: #49b9ff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-blue:hover {
  background-color: #c9eaff !important;
}
/*! -- Mixins -- */
/*! -- Header styles -- */
.embossed {
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.05rem;
  background-color: white;
  color: #777777 !important;
  white-space: nowrap;
}
.bold-weight {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
/*! -- Buttons  -- */
.btn {
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  transition: all 0.2s ease-in-out;
  background-color: #777777;
  color: white !important;
  white-space: nowrap;
}
.btn:hover {
  color: white !important;
  background-color: #5e5e5e;
}
.btn-big {
  padding: 10px 25px 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  transition: all 0.2s ease-in-out;
  background-color: #777777;
  color: white !important;
  white-space: nowrap;
}
.btn-big.appstore-sized {
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn-big.fine {
  text-transform: none;
  font-size: 1.4rem;
}
.btn-big.large {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 14px 30px 14px 30px;
}
.btn-big:hover {
  color: white  !important;
  background-color: #5e5e5e;
}
.btn-big + .btn-big {
  margin-left: 2rem;
}
.btn + .btn {
  margin-left: 1.5rem;
}
.bordered {
  border-width: 1px;
  border-style: solid;
}
.btn.fine {
  text-transform: none !important;
  border-radius: 25px !important;
  letter-spacing: 0.02rem;
}
/*! -- Highlighting -- */
.highlight-levitate {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.highlight-levitate:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.highlight-levitate-subtle {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.highlight-levitate-subtle:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.highlight-levitate-light {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}
.highlight-levitate-light:hover {
  /*
	transform: scale(1.05);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.1);
*/
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
/*! -- Text Styles -- */
.strong {
  font-weight: 600;
}
/*! -- Links */
.link-more {
  display: inline-block;
  color: #323a45;
  font-weight: 700;
  text-decoration: none;
  background: url(/assets/images/linkRightChevronBlack@2x.png) right center no-repeat;
  background-size: 6px 9px;
  padding-right: 10px;
  padding-bottom: 2px;
  transition: all 0.2s ease-in-out;
}
.link-more:hover {
  background: url(/assets/images/linkRightChevronBlue@2x.png) right center no-repeat;
  background-size: 6px 9px;
  padding-right: 12px;
}
/*! -- Navigation  */
.navigation {
  padding-top: 0px !important;
  height: 75px;
  transition: background-color 0.25s ease, height 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}
.navigation header {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  background-color: rgba(255, 255, 255, 0.85);
}
.navigation header a {
  text-decoration: none;
  color: #777777;
}
.navigation header a:hover {
  text-decoration: none;
  color: #34a9dc;
}
.navigation .header-content {
  height: 75px;
  padding: 25px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.25s ease, padding 0.25s ease, height 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}
.navigation .header-content.no-header-bottom-line {
  border-bottom-width: 0px !important;
}
.navigation.fixed {
  height: 45px;
}
.navigation.fixed header {
  position: fixed !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.85);
}
.navigation.fixed header nav > ul > li {
  text-shadow: none;
}
.navigation.fixed .header-content {
  height: 45px;
  padding: 9px 0px 16px 0px;
  border-bottom-width: 0px !important;
}
.navigation.fixed .header-content .btn {
  margin-top: -2px;
}
.navigation a.icon-responsive-text:hover {
  color: #777777 !important;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 3px;
}
.navigation .icon-responsive-text span {
  vertical-align: middle;
}
.navigation nav > ul > li.selected > a {
  color: black;
}
.header-content .header-nav {
  position: relative;
  /*
		nav > ul > li > ul > li > a.selected
		{
			color: darken(white, 20%);
		}
		*/
}
.header-content .header-nav div,
.header-content .header-nav ul,
.header-content .header-nav li {
  height: 22px;
  float: left;
  vertical-align: middle;
  margin: 0px;
}
.header-content .header-nav nav > ul > li > a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}
.header-content .header-nav .logo {
  margin-right: 5px;
}
.header-content .header-nav .navigationDivider {
  border-left: 1px solid #f1f1f1 !important;
  margin-top: 8px;
  height: 14px;
}
.header-content .header-nav ul > li > ul {
  position: absolute;
  padding: 0px;
  margin: -3px 0px 0px 0px;
  height: auto !important;
  min-height: 40px;
  z-index: 10000;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, transform 0.1s ease-out, opacity 0.2s ease-out;
}
.header-content .header-nav ul > li > ul li {
  float: none !important;
  padding: 0;
  margin: 0;
}
.header-content .header-nav ul > li > ul li a {
  display: block;
  padding: 0 3em 0 0.75em;
  margin: 0px;
  line-height: 2.3em;
  color: #777777;
  background-color: rgba(255, 255, 255, 0.85);
  text-transform: none;
  font-size: 1.5rem;
}
.header-content .header-nav ul > li > ul li a:hover {
  color: white;
  background-color: #34a9dc;
}
.header-content .header-nav ul > li > ul li:first-of-type > a {
  margin-top: 26px !important;
}
.header-content .header-nav ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.header-content .header-nav ul li.parent:hover {
  padding-bottom: 20px;
  color: #777777;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.15) !important;
}
.header-content .header-nav ul li.parent:hover > a,
.header-content .header-nav ul li.parent:hover > a:hover {
  color: #777777 !important;
}
.header-content .header-nav ul li.parent:hover > ul {
  background-color: white;
  margin: 11px 0px 0px -3px;
}
.header-content .header-nav ul li.parent:hover > ul li a {
  background-color: white;
  color: black;
  font-size: 1.25rem !important;
}
.header-content .header-nav ul li.parent:hover > ul li a:hover {
  background-color: #34a9dc;
  color: white;
}
.header-content .header-nav ul li.parent:hover > ul li:first-of-type > a {
  margin-top: 5px !important;
}
.header-content .header-nav ul li.main {
  margin: 0px 10px 0px 0px !important;
}
.header-content .header-nav ul li.main > a {
  font-size: 1.5rem;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  color: #222222;
  text-transform: none;
}
.header-content .header-nav ul li.main > ul {
  margin: -5px 0px 0px 0px;
  min-height: 20px;
}
.header-content .header-nav ul li.main > ul li:first-of-type > a {
  margin-top: 26px !important;
}
.header-content .header-nav ul li {
  margin-left: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 3px;
  list-style: none;
  display: inline;
  float: left;
}
.header-content .header-nav ul.left-nav li.main {
  padding-left: 10px;
}
.header-content .header-nav ul.right-nav {
  float: right;
}
.navigation.fixed .header-content .header-nav ul li ul li:first-of-type a {
  margin-top: 10px !important;
}
.navigation.fixed .header-content .header-nav ul li.main ul li:first-of-type a {
  margin-top: 14px !important;
}
.mobile-menu .inner {
  display: none;
  margin-top: 20px;
}
.mobile-menu .inner ul {
  margin-bottom: 0px;
  padding-left: 32px;
}
.mobile-menu .inner > ul:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
.mobile-menu .inner ul > li {
  list-style: none;
}
.mobile-menu .inner ul li > ul {
  margin-left: 0px;
}
@media (min-width: 400px) {
  .header-content .header-nav .logo {
    margin-right: 8px;
  }
  .header-content .header-nav ul li.main {
    margin: -2px 10px 0px 0px !important;
    line-height: 1.5;
    /*
				> a.selected
				{
					border-bottom: 2px @brand-buy solid;
				}
				*/
  }
  .header-content .header-nav ul li.main > a {
    font-size: 2rem;
  }
  .header-content .header-nav ul li.main > ul {
    box-shadow: none !important;
  }
  .header-content .header-nav ul li.main > ul li:first-of-type > a {
    margin-top: 22px !important;
    transition: margin 0.5s ease;
  }
  .header-content .header-nav ul.left-nav li.main {
    padding-left: 0px;
  }
  .navigation.fixed .header-content .header-nav ul li.main ul li:first-of-type a {
    margin-top: 10px !important;
  }
}
/*
@media (min-width: @screen-width-tablet)
{
	.mobile-menu
	{
		display: none !important;
	}
}
*/
@media (min-width: 1000px) {
  .header-content .header-nav nav > ul > li > a {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .header-content .header-nav ul li.parent:hover > ul {
    margin: 11px 0px 0px -5px;
  }
  .header-content .header-nav ul li.parent:hover > ul > li a {
    font-size: 1.2rem;
  }
  .header-content .header-nav ul li {
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
  }
}
.nav-toggle {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 999999;
  padding: 10px 35px 16px 0px;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #777777;
  cursor: pointer;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
.navicon {
  display: block;
  margin-top: 2px;
  padding-left: 10px;
  height: 26px;
  min-width: 26px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*! -- Site Navigation */
.site-navigation {
  background-color: #333333;
  padding: 10px 0px 13px 0px;
}
.site-navigation a {
  text-decoration: none;
  color: #f2f2f2;
}
.site-navigation a:hover {
  text-decoration: none;
  color: #777777 !important;
}
.site-navigation nav > ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 480px;
}
.site-navigation nav > ul > li {
  display: list-item !important;
  float: none;
  flex: auto;
  line-height: 1.6 !important;
}
.site-navigation nav > ul > li > a {
  text-transform: none !important;
  font-weight: 300 !important;
  font-size: 1.4rem !important;
}
.site-navigation nav > ul > li.selected > a {
  border-bottom: none !important;
  color: #c8c8c8;
}
.site-navigation nav > ul > li > ul > li a:hover {
  color: white !important;
}
.site-navigation li.logo {
  margin-top: -1px !important;
  flex: auto;
  align-self: flex-start !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.site-navigation .header-content {
  border-bottom: none !important;
}
/*! -- Site Message */
.site-message .row {
  padding-bottom: 0px !important;
}
/*! -- Footer  */
.footer {
  background-color: #222222;
  border-top: 1px #3c3c3c solid;
}
.footer .container {
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.footer .container nav {
  margin-bottom: 10px;
}
.footer .container nav h5 {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
.footer .container nav ul {
  list-style: none;
  margin-top: 5px 0px 0px 0px;
  padding: 0px;
}
.footer .container nav ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .container nav ul li a {
  font-size: 1.25rem;
  text-decoration: none;
}
.footer .container .copyright {
  font-size: 1.25rem;
  color: #777777;
}
.footer .container {
  color: white;
}
.footer .language-picker {
  position: relative;
  display: block;
  min-height: 48px;
  margin-top: 7px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern=1, liga=1";
  -ms-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
}
.footer .language-picker ul {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #2f2f2f;
  border-radius: 3px;
  position: absolute;
  margin: 0px;
}
.footer .language-picker ul > li {
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer .language-picker ul > li a {
  display: block;
  padding: 8px !important;
  padding-left: 40px !important;
}
.footer .language-picker ul > li.lang-de a {
  background: url(/assets/images/lang-de@2x.png) 8px center no-repeat;
}
.footer .language-picker ul > li.lang-en a {
  background: url(/assets/images/lang-en@2x.png) 8px center no-repeat;
}
.footer .language-picker ul > li.selected {
  display: block;
}
.footer .language-picker ul > li > a {
  color: white;
  background-size: 25px 25px !important;
}
.footer .language-picker ul:hover {
  border: 1px solid #555555;
  background-color: #2f2f2f;
}
.footer .language-picker ul:hover > li {
  display: block !important;
}
.footer .language-picker ul:hover > li:hover {
  background-color: #494949;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
/*! -- Sections -- */
/*
section:nth-of-type(2)
{
	padding-top: @navigation-height;
}
*/
section:nth-of-type(2) .container .row {
  padding-bottom: 20px;
}
/*
section:nth-of-type(2)
{
	h5
	{
		color: @brand-muted;
	}
}
*/
section.hero {
  background-size: cover;
}
section.fillnavigationgap {
  height: 76px;
  padding: 0px;
  background-color: #808080;
}
section.gradient {
  background-color: #d8d8d8;
  background: radial-gradient(at 50% 70%, #f7f7f7, #d8d8d8);
}
/*! -- Responsive helpers -- */
.hide-phone {
  display: none !important;
}
.show-phone {
  display: block !important;
}
.hide-inline-phone {
  display: none !important;
}
.show-inline-phone {
  display: inline-block !important;
}
li.show-phone {
  display: inline !important;
}
@media (min-width: 400px) {
  .hide-phone {
    display: block !important;
  }
  .hide-inline-phone {
    display: inline-block !important;
  }
  li.hide-phone {
    display: inline !important;
  }
  .show-phone {
    display: none !important;
  }
  .show-inline-phone {
    display: none !important;
  }
}
.hide-phablet {
  display: none !important;
}
.show-phablet {
  display: block !important;
}
.hide-inline-phablet {
  display: none !important;
}
.show-inline-phablet {
  display: inline-block !important;
}
li.show-phablet {
  display: inline !important;
}
@media (min-width: 550px) {
  .hide-phablet {
    display: block !important;
  }
  .hide-inline-phablet {
    display: inline-block !important;
  }
  li.hide-phablet {
    display: inline !important;
  }
  .show-phablet {
    display: none !important;
  }
  .show-inline-phablet {
    display: none !important;
  }
}
.hide-tablet {
  display: none !important;
}
.show-tablet {
  display: block !important;
}
.hide-inline-tablet {
  display: none !important;
}
.show-inline-tablet {
  display: inline-block !important;
}
li.show-tablet {
  display: inline !important;
}
@media (min-width: 750px) {
  .hide-tablet {
    display: block !important;
  }
  .hide-inline-tablet {
    display: inline-block !important;
  }
  li.hide-tablet {
    display: inline !important;
  }
  .show-tablet {
    display: none !important;
  }
  .show-inline-tablet {
    display: none !important;
  }
}
.hide-desktop {
  display: none !important;
}
.show-desktop {
  display: block !important;
}
.hide-inline-desktop {
  display: none !important;
}
.show-inline-desktop {
  display: inline-block !important;
}
li.show-desktop {
  display: inline !important;
}
@media (min-width: 1000px) {
  .hide-desktop {
    display: block !important;
  }
  .hide-inline-desktop {
    display: inline-block !important;
  }
  li.hide-desktop {
    display: inline !important;
  }
  .show-desktop {
    display: none !important;
  }
  .show-inline-desktop {
    display: none !important;
  }
}
.hide-collapse-menu {
  display: none !important;
}
.show-collapse-menu {
  display: block !important;
}
.hide-inline-collapse-menu {
  display: none !important;
}
.show-inline-collapse-menu {
  display: inline-block !important;
}
li.show-collapse-menu {
  display: inline !important;
}
@media (min-width: 700px) {
  .hide-collapse-menu {
    display: block !important;
  }
  .hide-inline-collapse-menu {
    display: inline-block !important;
  }
  li.hide-collapse-menu {
    display: inline !important;
  }
  .show-collapse-menu {
    display: none !important;
  }
  .show-inline-collapse-menu {
    display: none !important;
  }
}
/*! -- Size Classes -- */
img.responsive,
img.responsive-width {
  max-width: 100%;
  height: auto;
}
img.responsive-50 {
  max-width: 50%;
  height: auto;
}
img.responsive-40 {
  max-width: 40%;
  height: auto;
}
img.responsive-height {
  max-height: 100%;
  width: auto;
}
/*! -- Framing -- */
.frame-text {
  padding-top: 2em;
  padding-bottom: 2em;
}
.frame-text.minus-top {
  padding-top: 0;
}
.frame-text.minus-bottom {
  padding-bottom: 0;
}
/*! -- Badges -- */
.badge-mini {
  display: inline;
  padding: 3px 5px 3px 5px ;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  transition: all 0.2s ease-in-out;
  background-color: #777777;
  color: white !important;
  white-space: nowrap;
}
.badge-circle {
  display: inline;
  border-radius: 50%;
  padding: 5px 11px 5px 11px;
  margin-right: 10px;
}
/*! -- Icons -- */
.icon-left {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.fine.icon-left {
  background-position: 0.5rem center;
  background-size: auto 90%;
  padding-left: 2.5rem;
}
.icon-right {
  padding-right: 24px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.fine.icon-right {
  background-position: calc(100% - 10px) center;
}
.icon-twitter {
  background-image: url(/assets/images/iconTwitter@2x.png);
}
.icon-mastodon {
  background-image: url(/assets/images/iconMastodon@2x.png);
}
.icon-bluesky {
  background-image: url(/assets/images/iconBluesky@2x.png);
}
.icon-feedly {
  background-image: url(/assets/images/iconFeedly@2x.png);
}
.icon-feed {
  background-image: url(/assets/images/iconFeed@2x.png);
}
.icon-download {
  background-image: url(/assets/images/icon-download-small.svg);
}
.icon-more {
  background-image: url(/assets/images/linkRightChevronBlack@2x.png);
  background-size: 6px 9px;
}
.icon-more.filled {
  background-image: url(/assets/images/linkRightChevronBlue@2x.png);
  background-size: 6px 9px;
}
/*! -- Notes -- */
.note {
  padding: 10px;
  background-color: #fff9c1;
  border-radius: 5px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 150%;
}
.note.flat {
  box-shadow: none;
  -webkit-perspective: none;
  perspective: none;
}
.left-badged {
  position: relative;
  padding: 15px;
  padding-left: 62px;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.left-badged > *:before {
  content: " ";
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 22px;
  line-height: 1;
  border-radius: 50%;
  background-color: white;
  padding: 6px 5px 4px 5px;
  margin-right: 5px;
}
.left-badged:last-child {
  margin-bottom: 0px;
}
.left-badged.tip > *:before {
  content: "💡";
}
.left-badged.saving > *:before {
  content: "💰";
}
.left-badged.point-to > *:before {
  content: "👉";
}
.left-badged.warning > *:before {
  content: "⚠️";
}
.encircled {
  border-radius: 50%;
  background-color: white;
  padding: 3px;
  margin-right: 5px;
}
/*! -- Cards -- */
.card {
  padding: 10px;
  border-radius: 5px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  line-height: 150%;
}
/*! -- Image boxes -- */
.image-box {
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
}
.image-box img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.image-box p {
  font-size: 1.25rem !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0px !important;
  text-align: center;
}
/*! -- Feature lists -- */
.feature {
  position: relative;
  background-color-: white;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.feature div {
  display: block;
  vertical-align: top;
}
.feature .icon {
  width: 30px;
  height: 30px;
  text-align: center;
}
.feature .description {
  margin-left: 45px;
  margin-top: -34px;
}
.feature .description h5 {
  font-weight: 400;
  font-size: 1.8rem !important;
  letter-spacing: 0.015rem;
  margin: 0px !important;
  padding: 0px;
}
.feature .description p {
  margin-top: 0.25rem;
  margin-bottom: 0px;
  line-height: 160%;
  color: #888899;
  font-size: 1.3rem;
}
.feature .description p > a:not(.link-more) {
  color: #888899;
  text-decoration: none;
}
.feature .description a {
  margin-top: 0.5rem;
}
.feature .responsive-icon {
  width: 100%;
  height: auto;
}
.feature-mini {
  height: 45px;
}
.feature-mini .responsive-icon {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
.feature-mini span {
  font-weight: 300;
  font-size: 1.4rem !important;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.feature-row:first-child {
  padding-top: 20px;
}
.feature-row:last-child {
  padding-bottom: 20px;
}
.feature-highlight h5 {
  font-weight: 600;
  font-size: 2.4rem !important;
  letter-spacing: 0.015rem;
  margin: 0px !important;
  padding: 0px;
}
.feature-highlight p {
  margin-top: 0.75rem;
  margin-bottom: 0px;
  line-height: 160%;
  color: #888899;
  font-size: 1.75rem;
}
@media (min-width: 750px) {
  .feature .icon {
    width: 60px;
    height: 60px;
  }
  .feature .description {
    margin-left: 75px;
    margin-top: -64px;
  }
  .feature-mini {
    min-width: 200px;
    width: 50%;
    float: left;
  }
}
/*! -- Product specs -- */
.product-spec {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3c3c3c;
  color: white;
}
.product-spec .product-box {
  position: relative;
  padding-left: 148px;
  min-height: 128px;
}
.product-spec .product-box img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
}
.product-spec .product-box h5 {
  font-size: 2.5rem !important;
  padding-top: 30px;
}
.product-spec .product-box p {
  color: #8c8c8c;
  font-size: 1.25rem !important;
}
.product-spec .product-support {
  padding-top: 20px;
}
.product-spec .options-box {
  text-align: right;
  padding-top: 40px;
  line-height: 250%;
}
.product-spec hr {
  border-top-color: #808080 !important;
}
.product-spec .column,
.product-spec .columns {
  margin-bottom: 2px;
}
/*! -- Comparison table -- */
.comparison-table tbody + thead tr > td {
  padding-top: 40px;
}
.comparison-table thead td {
  color: #888899;
  font-weight: 300;
  font-size: 1.5rem;
}
.comparison-table thead td:first-child {
  color: black;
  font-weight: 500;
  text-transform: uppercase;
}
.comparison-table tbody td {
  font-weight: 300;
  font-size: 1.4rem;
}
.comparison-table tbody td.filled {
  border-right: 1px solid #E1E1E1;
}
.comparison-table tbody td.filled:last-of-type {
  border-right: none;
}
/*! -- Testimonials -- */
.testimonial {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.testimonial .quote {
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
}
.testimonial .source {
  font-size: 1.5rem;
  font-weight: 300;
  padding-top: 2rem;
}
.testimonial .source a {
  color: #888;
}
.testimonial .source img {
  height: 3rem;
  width: auto;
  padding-right: 0.5rem;
}
.testimonial .source img.circular {
  border-radius: 50%;
}
/*! -- Video -- */
.video-play.thumbnail {
  display: inline-block !important;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.video-play .thumbnail-container {
  position: relative;
}
.video-play .thumbnail-container .play-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url(/assets/images/videoPlayButton@2x.png) center center no-repeat;
  background-size: 80px 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.video-play .thumbnail-container .play-overlay:hover {
  background: url(/assets/images/videoPlayButton@2x.png) center center no-repeat;
  background-size: 80px 60px;
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}
.video-container {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.92) !important;
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  z-index: 2000;
  padding: 40px;
}
.video-container section,
.video-container .column,
.video-container .row {
  background-color: rgba(255, 255, 255, 0) !important;
}
.video-container section {
  margin-top: 40px;
}
.video-responsive {
  height: 0;
  padding-top: 0px;
  padding-bottom: 67.5%;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.video-responsive.wide {
  padding-bottom: 56.3%;
}
/*! -- Image strip / gallery -- */
.imagestrip-image {
  max-width: 200px;
  height: auto;
  margin: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.imagestrip-image-h {
  max-height: 300px;
  width: auto;
  margin: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.imagestrip-image:hover,
.imagestrip-image-h:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
#ioModalContents p {
  text-align: center;
  padding: 10px;
  font-weight: 300;
}
/*!-- Behaviours -- */
.table-behaviours {
  font-size: 13px;
  width: 100%;
}
.table-behaviours tr:first-child {
  text-transform: uppercase !important;
  color: #888899 !important;
}
.table-behaviours td:first-child {
  font-weight: bold;
  width: 25%;
  vertical-align: top;
}
/*!-- Privacy page -- */
.privacy-page h5,
.privacy-page h4 {
  font-size: 2.1rem;
  font-weight: 700;
  color: black !important;
  margin-bottom: 0.7rem !important;
  margin-top: 1.7rem !important;
}
.privacy-page h5 {
  border-bottom: 2px solid #dddddd;
}
.privacy-page h6 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem !important;
}
.privacy-page ul:first-of-type li {
  margin-bottom: 0.2rem !important;
}
.privacy-page .emphasized-box {
  background-color: #ecf8ff;
  border: 1px solid #3fb5ff;
  padding: 1rem;
  margin: -1rem -1rem 0rem -1rem;
}
.privacy-page .emphasized-box b {
  font-size: 120%;
}
/*!-- Release Notes -- */
.releasenotes ul {
  list-style: disc;
  padding-left: 20px;
}
.releasenotes > h3 {
  font-size: 1.75rem;
  display: block;
  background: white;
  padding: 10px 15px 10px 15px;
}
.releasenotes > ul {
  display: block;
  background: white;
  padding: 10px 15px 10px 40px;
}
/*! -- Animations -- */
@keyframes fade-in-slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-3.2rem);
    transform: translateY(-3.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-3.2rem);
    transform: translateY(-3.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(3.2rem);
    transform: translateY(3.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(3.2rem);
    transform: translateY(3.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*! -- Popup buttons -- */
.popup-menu {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  text-align: left;
  /* Menu button with dropdown */
  /* Box with arrow*/
}
.popup-menu .popup-menu-button {
  display: inline-block;
  background: url(/assets/images/linkDownChevronBlue@2x.png) right center no-repeat;
  background-size: 12px 6px;
  padding-right: 16px;
}
.popup-menu .popup-menu-content {
  position: absolute;
  vertical-align: middle;
  border-radius: 5px;
  /* padding: 4px 8px 4px 8px; */
  padding: 8px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  font-size: 12px;
  font-weight: normal;
  background: white;
  border: 1px solid #c2c2c2;
  z-index: 100;
}
.popup-menu .popup-menu-content:after,
.popup-menu .popup-menu-content:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popup-menu .popup-menu-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 7px;
  margin-left: -7px;
}
.popup-menu .popup-menu-content:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #c2c2c2;
  border-width: 8px;
  margin-left: -8px;
}
.popup-menu .popup-menu-content p:first-of-type {
  margin-top: 0px;
}
.popup-menu .popup-menu-content p:last-of-type {
  margin-bottom: 0px;
}
.popup-menu .popup-menu-content {
  display: none;
  opacity: 0;
  margin-top: 10px;
}
.popup-menu .popup-menu-content ul {
  margin: 0px;
}
.popup-menu .popup-menu-content ul li {
  list-style: none;
  display: block;
  margin: 0px;
}
.popup-menu .popup-menu-content ul li a {
  display: block;
  margin: 7px 0px 7px 0px;
  white-space: nowrap;
  font-size: 1.4rem;
}
.popup-menu:last-child {
  margin-right: 0px;
}
/*! -- Blog post -- */
.blog-post,
.blog-preview {
  background-color: white;
  /* font-family: 'Source Sans Pro', sans-serif; */
  letter-spacing: normal !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern=1, liga=1";
  -ms-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
}
.blog-preview {
  padding-bottom: 4rem;
}
.blog-preview:first-of-type {
  padding-top: 4rem;
}
.blog-preview-box a:first-of-type {
  color: black;
}
.blog-preview-box .blog-preview-image {
  border-radius: 5px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto !important;
  background-attachment: scroll;
  position: relative;
  width: 100%;
  padding-bottom: 42%;
}
.blog-preview-box .date {
  font-weight: 400;
  margin: 0px;
  color: #888899;
}
.blog-preview-box .description {
  color: black;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1.2rem;
}
.blog-preview-box h3 {
  display: block;
  color: black;
  font-size: 2.4rem;
  font-weight: 650;
  margin-bottom: 1.2rem !important;
  line-height: 130%;
  letter-spacing: normal;
}
.blog-post-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blog-post-box .blog-post-header {
  text-align: left;
}
.blog-post-box .blog-post-header h3 {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  margin-top: 1.5rem;
}
.blog-post-box .blog-post-header h3 a {
  color: black !important;
}
.blog-post-box .blog-post-metadata {
  color: #888899;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: right;
}
.blog-post-box .blog-post-metadata p {
  margin: 0px;
  line-height: 140%;
}
.blog-post-box .blog-post-metadata span {
  font-weight: 400;
}
.blog-post-box .blog-post-metadata .avatar {
  height: 56px;
  max-width: 56px;
  width: auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.blog-post-box .blog-post-metadata a,
.blog-post-box .blog-post-metadata .author,
.blog-post-box .blog-post-metadata .category {
  font-weight: 300;
}
.blog-post-box .blog-post-metadata .date {
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.75rem;
}
.blog-post-box .blog-post-metadata .category {
  margin-top: 1.5rem;
}
.blog-post-box .blog-post-metadata-compact {
  color: #888899;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2.5rem;
  padding-bottom: 0.2rem;
}
.blog-post-box .blog-post-metadata-compact .avatar {
  height: 16px;
  max-width: 16px;
  width: auto;
  border-radius: 50%;
  margin-bottom: 3px;
  margin-left: 5px;
}
.blog-post-box .blog-post-metadata-compact .date,
.blog-post-box .blog-post-metadata-compact .category,
.blog-post-box .blog-post-metadata-compact .author {
  text-transform: uppercase;
}
.blog-post-box .blog-post-metadata-compact a {
  color: #888899;
}
.blog-post-box .blog-post-body {
  color: #222222;
}
.blog-post-box .blog-post-body .two-thirds-width,
.blog-post-box .blog-post-body .full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 1.25rem;
}
.blog-post-box .blog-post-body .illu-right {
  max-width: 50%;
  height: auto;
  float: right;
  margin-left: 2rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.blog-post-box .blog-post-body .illu-right.fixed {
  width: 50%;
}
.blog-post-box .blog-post-body strong {
  font-weight: 600;
}
.blog-post-box .blog-post-body p,
.blog-post-box .blog-post-body ul,
.blog-post-box .blog-post-body li {
  margin-bottom: 1.25rem;
  font-size: 1.7rem;
}
.blog-post-box .blog-post-body p + h4,
.blog-post-box .blog-post-body p + h3 {
  margin-top: 2.5rem !important;
}
.blog-post-box .blog-post-body h3 {
  font-weight: 725;
}
.blog-post-box .blog-post-body h4 {
  padding-top: 5px;
  padding-bottom: 4px;
}
.blog-post-box .blog-post-body p + h6,
.blog-post-box .blog-post-body p + h5 {
  margin-top: 2.2rem;
}
.blog-post-box .blog-post-body h6 {
  margin-bottom: 0.5rem !important;
}
.blog-post-box .blog-post-body blockquote {
  margin-left: 1px;
  padding-left: 1.5rem;
  border-left: 2px solid #ddd;
  color: #888899;
}
.blog-post-box .blog-post-body ul,
.support ul,
.styled-list ul,
.frame-text ul,
.dynamo ul,
.blog-post-box .blog-post-body ol,
.support ol,
.styled-list ol,
.frame-text ol,
.dynamo ol {
  padding: 0px;
  list-style: none;
  list-style-image: none;
  counter-reset: listitemcount;
}
.blog-post-box .blog-post-body ul li,
.support ul li,
.styled-list ul li,
.frame-text ul li,
.dynamo ul li,
.blog-post-box .blog-post-body ol li,
.support ol li,
.styled-list ol li,
.frame-text ol li,
.dynamo ol li {
  margin-left: 20px;
  margin-bottom: 0.75rem;
}
.blog-post-box .blog-post-body ul > li:before,
.support ul > li:before,
.styled-list ul > li:before,
.frame-text ul > li:before,
.dynamo ul > li:before,
.blog-post-box .blog-post-body ol > li:before,
.support ol > li:before,
.styled-list ol > li:before,
.frame-text ol > li:before,
.dynamo ol > li:before {
  padding-right: 15px;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
}
.blog-post-box .blog-post-body ul > li:before,
.support ul > li:before,
.styled-list ul > li:before,
.frame-text ul > li:before,
.dynamo ul > li:before {
  content: '•';
  width: 40px;
  margin-left: -40px;
}
.blog-post-box .blog-post-body ol > li:before,
.support ol > li:before,
.styled-list ol > li:before,
.frame-text ol > li:before,
.dynamo ol > li:before {
  width: 40px;
  margin-left: -32px;
  counter-increment: listitemcount;
  content: counter(listitemcount) ".";
}
.blog-post-box .blog-post-body p,
.support p,
.styled-list p,
.frame-text p,
.dynamo p {
  margin-bottom: 2rem;
}
@media (min-width: 750px) {
  .blog-post-box .blog-post-body .two-thirds-width {
    position: relative;
    width: 66vw;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 1.25rem;
  }
}
.blog-post-footer {
  /* font-family: 'Source Sans Pro', sans-serif; */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern=1, liga=1";
  -ms-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
  background-color: #f1f1f1 !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blog-post-footer .article-link-box a {
  display: block;
  font-size: 1.75rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-post-footer .left-label {
  font-weight: 600;
  color: #888899;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.blog-post-footer .right-label {
  font-weight: 600;
  color: #888899;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.blog-post-footer .left-link {
  text-align: right;
  background: url(/assets/images/linkLeftBigChevron@2x.png) left center no-repeat;
  background-size: 8px 16px;
  padding-left: 21px;
  transition: all 0.15s ease-in-out;
}
.blog-post-footer .left-link:hover {
  background: url(/assets/images/linkLeftBigChevron@2x.png) left center no-repeat;
  background-size: 8px 16px;
}
.blog-post-footer .right-link {
  text-align: left;
  background: url(/assets/images/linkRightBigChevron@2x.png) right center no-repeat;
  background-size: 8px 16px;
  padding-right: 21px;
  transition: all 0.15s ease-in-out;
}
.blog-post-footer .right-link:hover {
  background: url(/assets/images/linkRightBigChevron@2x.png) right center no-repeat;
  background-size: 8px 16px;
}
/*! -- Support -- */
.support.header h5,
.support.header h2 {
  margin: 0px !important;
  padding: 0px;
}
.support.header h2 {
  font-size: 3.7rem;
}
.support.header h5 {
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  padding-bottom: 2px;
}
.support.header h5 > a {
  background: url(/assets/images/linkRightChevronBlack@2x.png) right center no-repeat;
  background-size: 6px 9px;
  padding-right: 15px;
}
.support.header h2 > a {
  color: black;
}
.support.kb .blog-post-box {
  -webkit-animation: none;
  animation: none;
}
.support.faq .blog-post-box {
  -webkit-animation: none;
  animation: none;
  padding-top: 5px;
  padding-bottom: 20px;
}
.support.faq .blog-post-body {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd !important;
}
.support.faq.overview .category {
  margin-bottom: 30px;
}
.support.faq.overview .category h5 {
  display: block;
  font-weight: 500;
  font-size: 1.9rem;
  padding: 10px 0px 10px 0px;
  margin: 0px !important;
  border: none !important;
  background: white;
}
.support.faq.overview .category h5 a {
  color: black;
}
.support.faq.overview .category .articles a:not(.kb-showmore) {
  display: block;
  background-color: #f7f7f7;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 8px 0px;
  line-height: 140%;
  transition: background-color 0.3s ease-out;
  border-radius: 5px;
}
.support.faq.overview .category .articles a:not(.kb-showmore):hover {
  background-color: #f0f0f0;
}
/*! -- Knowledge Base -- */
.kb-additional {
  display: none !important;
}
.kb-showmore span {
  background-position: calc(100% - 15px) center !important;
  padding-right: 30px !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: normal;
  padding: 5px 15px 5px 15px;
}
.kb-links {
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
}
.kb-links a {
  display: block;
  background-color: #f7f7f7;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 8px 0px;
  line-height: 140%;
  transition: background-color 0.3s ease-out;
  border-radius: 5px;
}
.kb-links a:hover {
  background-color: #f0f0f0;
}
/*! -- Date table -- */
.date-table {
  margin: 0px;
  padding: 0px;
}
.date-table tr {
  padding: 0px;
  margin: 0px;
}
.date-table td {
  margin: 0px;
  border: 2px solid white;
  padding: 5px 7px;
  border-bottom-width: 0px;
  font-size: 1.3rem !important;
  font-weight: 300;
  color: #888899;
}
.date-table td:first-child {
  font-weight: bold;
  width: 25%;
  vertical-align: top;
  color: #222222;
}
.date-table .heat {
  padding: 0px;
}
.date-table .heat a {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 5px 7px;
}
/*! -- Store -- */
.store-price strike {
  font-size: 1.4rem;
  display: table;
  text-decoration: none;
  margin-bottom: -0.3rem;
}
.store-price strike {
  position: relative;
}
.store-price strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  right: 0;
  border-top: 3px solid;
  border-color: rgba(255, 0, 0, 0.4);
  transform: rotate(-8deg);
}
.store-price span {
  color: red;
}
div.store-front-divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 11px 0px;
}
.store-front-purchase {
  margin-bottom: 0rem;
  background-color: white;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}
.store-front-purchase .pricetag-box {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
.store-front-purchase .pricetag-box div {
  font-size: 1rem;
}
.store-front-purchase .pricetag-box span {
  font-size: 1.9rem;
  white-space: nowrap;
}
.store-front-purchase .pricetag-box.upgrade span {
  font-size: 1.6rem !important;
}
.store-front-purchase .button-box {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.store-front-purchase .button-box a {
  display: inline-block;
  min-width: 130px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.store-front-purchase:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.store-front-purchase:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 0px solid #e0e0e0 !important;
}
/*! -- Benefits -- */
.benefits-element[data-benefits-visibility] {
  visibility: hidden;
}
.benefits-element[data-benefits-display] {
  display: none;
}
.benefits-purchase-info {
  margin-bottom: 0rem;
  padding: 2.85rem 1rem;
  border-radius: 10px;
  vertical-align: middle;
  background-color: #1dca28;
  color: white;
  text-align: center;
}
/*! -- Check point -- */
.check-point {
  background: url(/assets/images/checkmark-green-64.png) left top no-repeat;
  background-size: 21px 21px;
  min-height: 21px;
  padding-left: 29px;
}
.check-point h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}
.check-point p {
  font-size: 1.35rem;
  font-weight: 400;
  color: #555555;
}
.check-point + .check-point {
  margin-top: 0.95rem;
}
.check-point.small {
  background-size: 16px 16px;
  min-height: 16px;
  padding-left: 20px;
}
.check-point.small p {
  font-size: 1.3rem;
}
/*! -- Code -- */
.code-box {
  white-space: pre;
  font-family: 'Monaco', 'Courier', Monospace;
  font-size: 11px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #b3bed8;
  border-radius: 5px;
  background-color: #e8eef4;
}
.code-box.wrapping {
  white-space: pre-wrap;
}
.code-box.compact {
  font-size: 1.25rem !important;
}
/*! -- Price table -- */
table.pricing-table {
  width: 100%;
  margin-bottom: 3.5rem;
}
table.pricing-table tbody + thead tr > td {
  padding-top: 3rem;
}
table.pricing-table thead td {
  color: #337ab7 !important;
  font-weight: 700;
  font-size: 1.8rem;
}
table.pricing-table tbody tr:nth-child(even) {
  background: #FAFAFA;
}
table.pricing-table tbody tr:nth-child(odd) {
  background: #FDFDFD;
}
table.pricing-table tbody td {
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
table.pricing-table tbody > tr:first-of-type {
  border-top: 1px solid #E1E1E1 !important;
}
table.pricing-table td {
  border-right: 1px solid #E1E1E1;
}
table.pricing-table td:last-of-type {
  border-right: none;
}
table.pricing-table .price {
  text-align: right;
  font-family: monospace;
  font-size: 1.8rem;
  font-weight: bolder;
  white-space: nowrap;
}
table.pricing-table .price.free {
  text-align: center;
}
table.pricing-table .upgrade a.btn-big {
  display: block;
  min-width: 80px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
table.pricing-table tfoot tr > td {
  border-bottom-width: 0px;
}
/*! -- Counters -- */
.steps-reset,
ol.steps-reset {
  counter-reset: step-counter;
}
.steps,
ol.steps-reset > li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 3.5rem;
  margin-bottom: 0px !important;
}
ol.steps-reset > li {
  margin-left: 0px !important;
}
.steps:last-of-type,
ol.steps-reset > li:last-of-type {
  padding-bottom: 0rem !important;
}
.steps::before,
ol.steps-reset > li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0px;
  top: 0px;
  color: #3fb5ff;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1em;
}
ol.steps-reset > li::before {
  margin-left: 0px !important;
  padding-right: 0px !important;
  width: auto !important;
}
.mini .steps,
ol.steps-reset.mini > li {
  padding-left: 30px;
  padding-bottom: 2.5rem;
}
.mini .steps::before,
ol.steps-reset.mini > li::before {
  font-size: 2.5rem;
  font-weight: 600;
}
ol.substeps {
  counter-reset: sub-step-counter !important;
  margin-left: 0px !important;
}
ol.substeps > li {
  position: relative;
  margin-left: 40px !important;
  margin-bottom: 0.75rem;
}
ol.substeps > li::before {
  counter-increment: sub-step-counter !important;
  content: counter(sub-step-counter, upper-alpha) !important;
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto !important;
  min-width: 30px !important;
  margin-left: -40px !important;
  padding: 2px 8px 2px 8px !important;
  border-radius: 50%;
  background-color: #3fb5ff;
  color: white;
  font-size: 1.75rem !important;
  font-weight: 400;
  text-align: center !important;
  box-sizing: border-box;
}
.mini ol.substeps > li::before {
  font-size: 1.5rem !important;
  min-width: 25px !important;
  padding: 2px 7px 2px 7px !important;
}
ol.substeps.numeric > li::before {
  content: counter(sub-step-counter) !important;
}
/*! -- Device overview -- */
.hw-device-list .thumb-card {
  border: 1px solid #E1E1E1;
}
.hw-device-list .thumb-card .image {
  height: 130px;
  position: relative;
}
.hw-device-list .thumb-card .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hw-vendor-row {
  padding-bottom: 2rem;
}
.hw-vendor-row h5:first-of-type {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #888899;
}
/*! -- Thumb cards -- */
.thumb-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 10px 5px 10px;
}
.thumb-card .image {
  background-color: #fafafa !important;
  padding: 15px;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 7px;
  overflow: hidden;
}
.thumb-card .image img[src$=".png"] {
  filter: drop-shadow(0 0px 1px rgba(0, 0, 0, 0.6));
  transition: transform 0.2s ease-in-out;
}
.thumb-card .image.hero {
  margin: -10px -10px 0px -10px;
  padding: 25px;
  border-radius: 10px 10px 0px 0px;
}
.thumb-card .label {
  padding: 0.6rem 0.2rem 0.6rem 0.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  color: black;
}
.thumb-card .label .sublabel {
  text-transform: uppercase;
  color: grey;
  font-size: 1.1rem;
}
.thumb-card .appendixlabel {
  font-size: 1.2rem;
  color: grey;
  font-weight: 400;
}
.thumb-card .centered {
  text-align: center;
}
.thumb-card.on-white {
  background-color: #f2f2f2;
}
.thumb-card.on-white .image {
  background-color: white !important;
}
.thumb-card.on-white .label {
  color: black;
}
.thumb-card.white-label {
  border: 1px solid #ddd;
}
.thumb-card.standalone {
  display: block;
  margin-right: 0px !important;
  padding: 15px;
}
.thumb-card.standalone .image.hero {
  margin: -15px -15px 0px -15px;
}
.thumb-card.fixed-width-4 {
  width: 95%;
}
.thumb-card .thumb-card {
  margin-bottom: 0px;
}
@media (min-width: 400px) {
  /* 2 in a row */
  .thumb-card.fixed-width-4 {
    width: 42%;
    margin-right: 2%;
  }
  .thumb-card.fixed-width-4.dense {
    width: 40%;
  }
  .thumb-card.fixed-width-4:nth-child(2n+0) {
    margin-right: 0px;
  }
}
@media (min-width: 720px) {
  /* 3 in a row */
  .thumb-card.fixed-width-4 {
    width: 29.2%;
    margin-right: 1%;
  }
  .thumb-card.fixed-width-4.dense {
    width: 26%;
  }
  .thumb-card.fixed-width-4:nth-child(2n+0) {
    margin-right: 1%;
  }
  .thumb-card.fixed-width-4:nth-child(3n+0) {
    margin-right: 0px;
  }
}
@media (min-width: 1000px) {
  /* 4 in a row */
  .thumb-card.fixed-width-4 {
    width: 21.5%;
    margin-right: 1%;
  }
  .thumb-card.fixed-width-4:nth-child(2n+0) {
    margin-right: 1%;
  }
  .thumb-card.fixed-width-4:nth-child(3n+0) {
    margin-right: 1%;
  }
  .thumb-card.fixed-width-4:nth-child(4n+0) {
    margin-right: 0px;
  }
}
.thumb-card.zoom:hover .image {
  background-color: #3fb5ff !important;
}
.thumb-card.zoom:hover .image img {
  transform: scale(1.25) translateY(12.5%);
}
.right-badge.wakeup {
  color: #3fb5ff;
  padding: 0px 4px 0px 4px;
  display: inline-block;
  border-radius: 4px;
  font-size: x-small;
  text-transform: uppercase;
  border: 1px solid #3fb5ff;
}
.thumb-card .right-badge.wakeup {
  float: right;
  margin-top: 6px;
}
.thumb-card .badges {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 5px;
  width: 30px;
  text-align: right;
  font-size: 1.2rem;
}
.thumb-card .badges .badge {
  color: white;
  padding: 0px 4px 0px 4px;
  display: inline-block;
  border-radius: 5px;
}
.thumb-card .badges .badge.ir {
  background-color: #ff0000;
  text-transform: uppercase;
}
.thumb-card .badges .badge.bt,
.thumb-card .badges .badge.ble {
  background-color: #4040ff;
  text-transform: uppercase;
}
.thumb-card.hover-badges .badges {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.thumb-card.hover-badges:hover .badges {
  visibility: visible;
  opacity: 1;
}
/*! -- Disclaimer -- */
.legal {
  color: #888899;
}
.legal a {
  color: #6e6e80 !important;
  text-decoration: underline !important;
}
.legal.small {
  font-size: 1.2rem;
}
/*! -- Spec table -- */
table.spec-table {
  width: 100%;
  margin: 0px;
}
table.spec-table tbody td {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  border-bottom: none;
  vertical-align: top;
}
table.spec-table tbody td:first-of-type {
  font-weight: 600;
  white-space: nowrap;
}
table.spec-table tbody td:last-of-type {
  color: #888899;
  padding-left: 20px;
}
table.spec-table tbody tr {
  border-bottom: 1px solid #E1E1E1 !important;
}
table.spec-table tbody tr:last-of-type {
  border-bottom: 0px solid black !important;
}
table.spec-table.normal thead > tr > th {
  padding-left: 0px;
  padding-top: 0px;
}
table.spec-table.normal tbody td {
  padding: 5px 0px 5px 0px;
}
table.spec-table.normal-last-col tbody td:last-of-type {
  color: black !important;
}
table.spec-table.plain {
  width: auto;
}
table.spec-table.plain thead td {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0px;
  padding: 3px 10px 3px 10px;
  border-bottom: none;
  vertical-align: top;
}
table.spec-table.plain thead td:first-of-type {
  padding-left: 0px;
}
table.spec-table.plain tbody td {
  padding: 3px 10px 3px 10px;
}
table.spec-table.plain tbody td:first-of-type {
  padding-left: 0px;
}
table.spec-table.plain tbody td:last-of-type {
  padding-left: 10px;
}
.purchase-buttons a.btn-big {
  text-align: center;
  display: block;
  margin: 0px 0px 8px 0px;
  font-size: 1.5rem;
  padding: 6px 10px 6px 30px;
  background: url(/assets/images/cart-icon.svg) 10px center no-repeat;
  background-size: 21px 17px;
}
/*! -- Expandable -- */
.expandable {
  margin-bottom: 1rem;
  background-color: #fafafa;
  border-radius: 7px;
  overflow: hidden;
  transition: box-shadow 0.2s, margin-left 0.2s, margin-right 0.2s ease-out;
}
.expandable .title,
.expandable .link {
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #3fb5ff;
  display: block;
  position: relative;
  transition: background-color 0.2s, color 0.2s, font-weight 0.2s ease-out;
}
.expandable .link {
  border-bottom: 1px solid #dadada;
}
.expandable .link:last-child {
  border-bottom-width: 0px;
}
.expandable .title:hover,
.expandable .link:hover {
  background-color: #ebebeb;
}
.expandable .title:after,
.expandable .link:after {
  content: "+";
  font-size: 25px;
  font-weight: 200;
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s, font-weight 0.2s, right 0.2s ease-out;
}
.expandable .link:after {
  content: "→";
  right: 15px;
}
.expandable .link:hover:after {
  right: 10px;
}
.expandable .body {
  height: 0px;
  overflow: hidden;
  transition: height 0.4s ease-out;
}
.expandable .body .content {
  display: none;
  padding: 10px 20px 10px 20px;
}
.expandable.expanded {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.expandable.expanded .title {
  background-color: #3fb5ff;
  color: white;
  font-weight: 600;
}
.expandable.expanded .title:after {
  transform: translateY(-50%) rotate(-45deg);
  font-weight: 500;
}
.expandable.expanded .body {
  height: auto;
}
.expandable.expanded .body .content {
  display: block;
}
/*! -- Galleries: "Guide" style -- */
.feather-gallery-guide {
  width: 100%;
}
.feather-gallery-guide p {
  font-size: 1.5rem !important;
}
.feather-gallery-guide .gallery-start {
  display: block;
  position: relative;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 5px;
  border-width: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #eeeeee;
  transition: box-shadow 0.4s, border-radius 0.4s, border 0.4s ease-out, background-color 0.4s ease-out;
  width: 100%;
}
.feather-gallery-guide .gallery-start[gallery="visible"] {
  background-color: #d5d5d5;
  border-radius: 5px 5px 0px 0px !important;
}
.feather-gallery-guide .gallery-start .gallery-toggle {
  position: absolute;
  left: auto;
  right: 10px;
  top: 8px;
  bottom: 8px;
}
.feather-gallery-guide .gallery-view {
  box-sizing: border-box;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #d5d5d5;
  border-top-width: 0px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  padding-bottom: 75%;
}
.feather-gallery-guide.sliced .gallery-view {
  display: block;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.feather-gallery-guide .gallery-view:first-child {
  border-radius: 5px;
}
.feather-gallery-guide .gallery-view .gallery-left {
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: 35px;
  padding: 0px;
  margin: 0px;
}
.feather-gallery-guide .gallery-view .gallery-left .gallery-contents {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.feather-gallery-guide .gallery-view .gallery-right {
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  bottom: 35px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.0125);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  vertical-align: middle;
}
.feather-gallery-guide .gallery-view .gallery-right .gallery-contents {
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  line-height: 155%;
  vertical-align: middle;
}
.feather-gallery-guide .gallery-view .gallery-right .gallery-contents p:first-child {
  margin-top: 0px;
}
.feather-gallery-guide .gallery-view .gallery-overview {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 35px;
  padding: 0px;
  margin: 0px;
  z-index: 500;
  overflow: scroll;
  display: none;
}
.feather-gallery-guide .gallery-view .gallery-overview .gallery-overview-index {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.feather-gallery-guide .gallery-view .gallery-navigation {
  position: absolute;
  box-sizing: border-box;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.065);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.feather-gallery-guide .gallery-view .gallery-navigation #overview {
  float: left;
  padding-left: 10px;
}
.feather-gallery-guide .gallery-view .gallery-navigation #prev {
  float: right;
  padding-right: 10px;
}
.feather-gallery-guide .gallery-view .gallery-navigation #next {
  float: right;
  padding-right: 10px;
}
.feather-gallery-guide .gallery-view .gallery-navigation .gallery-index {
  border-radius: 50%;
  behavior: url(PIE.htc);
  height: 3px;
  width: 3px;
  padding: 1px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 9px;
  display: inline-block;
}
.feather-gallery-guide .gallery-view .gallery-navigation .gallery-index.selected {
  background: rgba(0, 0, 0, 0.2);
}
/*! -- DYNAMO  -- */
/*! -- Dynamo: Page -- */
.dynamo .intro h2,
.dynamo .title h2 {
  font-size: 3.8rem;
  font-weight: 700;
}
.dynamo .intro h3,
.dynamo .title h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
.dynamo .title {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.dynamo .flex-row + .title {
  padding-top: 0rem;
}
.dynamo h4 + p {
  padding-top: 0.2rem;
}
.dynamo p,
.dynamo ul,
.dynamo li {
  font-size: 1.7rem;
}
.dynamo.dark .intro h1,
.dynamo.dark .intro h2,
.dynamo.dark .intro h3 {
  color: white;
}
section.dynamo {
  padding-bottom: 2rem;
}
section.dynamo .container > .row:first-child {
  padding-top: 3rem;
}
section.dynamo .container > .row {
  padding-top: 2rem;
}
section.dynamo.dark {
  background-color: black !important;
}
.dynamo.light .intro h1,
.dynamo.light .intro h2,
.dynamo.light .intro h3 {
  color: black;
}
section.dynamo.light {
  background-color: #e6e6ea !important;
}
.dynamo.hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.dynamo.hero h1 {
  font-size: 5rem;
  font-weight: 600;
}
.dynamo.hero h2 {
  font-size: 2.3rem;
  font-weight: 500;
}
.dynamo.hero .light h1,
.dynamo.hero .light h2 {
  color: black;
}
.dynamo.hero .dark h1 {
  color: white;
}
.dynamo.hero .dark h2 {
  color: #dcdcdc;
}
/*! -- Flex Row/Col  -- */
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: calc(30px/-2);
  margin-right: calc(30px/-2);
  flex-wrap: wrap;
}
.flex-row.compact {
  margin-left: calc(10px/-2);
  margin-right: calc(10px/-2);
}
.flex-row.dense {
  margin-left: calc(5px/-2);
  margin-right: calc(5px/-2);
}
.flex-row:not(.dynamic-width) .flex-col {
  flex-basis: 100%;
}
.flex-row.no-collapse {
  flex-wrap: nowrap;
}
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(1),
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(1) {
  flex-basis: 100%;
}
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(2),
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(2):nth-last-child(1) {
  flex-basis: 50%;
}
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(3),
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(2):nth-last-child(2),
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(3):nth-last-child(1) {
  flex-basis: 33.3333%;
}
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(4),
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(2):nth-last-child(3),
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(3):nth-last-child(2),
.flex-row.no-collapse:not(.dynamic-width) .flex-col:nth-child(4):nth-last-child(1) {
  flex-basis: 25%;
}
.flex-row.no-collapse > .flex-col > .flex-row:last-of-type > .flex-col {
  margin-bottom: 0px;
}
@media (min-width: 750px) {
  .flex-row {
    flex-wrap: nowrap;
  }
  .flex-row:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(1),
  .flex-row:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(1) {
    flex-basis: 100%;
  }
  .flex-row:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(2),
  .flex-row:not(.dynamic-width) .flex-col:nth-child(2):nth-last-child(1) {
    flex-basis: 50%;
  }
  .flex-row:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(3),
  .flex-row:not(.dynamic-width) .flex-col:nth-child(2):nth-last-child(2),
  .flex-row:not(.dynamic-width) .flex-col:nth-child(3):nth-last-child(1) {
    flex-basis: 33.3333%;
  }
  .flex-row:not(.dynamic-width) .flex-col:nth-child(1):nth-last-child(4),
  .flex-row:not(.dynamic-width) .flex-col:nth-child(2):nth-last-child(3),
  .flex-row:not(.dynamic-width) .flex-col:nth-child(3):nth-last-child(2),
  .flex-row:not(.dynamic-width) .flex-col:nth-child(4):nth-last-child(1) {
    flex-basis: 25%;
  }
  .flex-row > .flex-col > .flex-row:last-of-type > .flex-col {
    margin-bottom: 0px;
  }
}
.flex-col {
  margin-left: calc(30px/2);
  margin-right: calc(30px/2);
  margin-bottom: 30px;
}
.compact .flex-col {
  margin-left: calc(10px/2);
  margin-right: calc(10px/2);
  margin-bottom: 10px;
}
.dense .flex-col {
  margin-left: calc(5px/2);
  margin-right: calc(5px/2);
  margin-bottom: 5px;
}
.flat .flex-col,
.flat ul,
ol.flat,
.flat > li:last-of-type {
  margin-bottom: 0px !important;
}
a.flex-col {
  color: black;
}
.container > .flex-row:first-of-type {
  padding-top: 3rem;
}
/*! -- CARD BOX -- */
.card-box {
  background-color: #ffffff;
  border-radius: 10px;
  transition: ease-out background-color 0.2s, box-shadow 0.2s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-grow: 2;
}
.card-box .edge-to-edge {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.card-box .edge-h-inset {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.card-box .edge-v-inset {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.card-box > div {
  padding: 2.5rem;
  flex-grow: 1;
}
.card-box.vertical {
  flex-direction: column;
}
.card-box.vertical > div:last-of-type:not(:only-of-type):not(.padded) {
  padding: 0rem;
  flex-grow: 0;
}
.card-box.vertical > div:last-of-type:not(:only-of-type) {
  /* align-self: flex-end; */
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.card-box.vertical > div:last-of-type:not(:only-of-type) img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.card-box.vertical.mirror {
  flex-direction: column-reverse;
}
.card-box.vertical.mirror > div:last-of-type:not(:only-of-type):not(.padded) {
  padding: 0rem;
  flex-grow: 0;
}
.card-box.vertical.mirror > div:last-of-type:not(:only-of-type) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card-box.vertical.mirror > div:last-of-type:not(:only-of-type) img {
  width: 100%;
  height: auto;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.background-dimmed {
  background-color: rgba(0, 0, 0, 0.07);
  box-shadow: none !important;
}
.background-dimmed.light {
  background-color: rgba(0, 0, 0, 0.04);
}
.background-dimmed.bluish {
  background-color: rgba(91, 192, 222, 0.2);
  border: 1px solid rgba(52, 169, 220, 0.3);
  box-shadow: none !important;
}
.card-box.centered {
  text-align: center;
  justify-content: center;
}
.card-box.centered div {
  align-self: center !important;
}
.card-box.micro {
  font-size: smaller;
}
.card-box.micro > div {
  padding: calc(2.5rem / 2);
}
.card-box.micro p {
  font-size: small;
}
@media (max-width: calc(750px - 1px)) {
  .card-box.horizontal {
    flex-direction: column;
  }
  .card-box.horizontal > div:last-of-type:not(:only-of-type):not(.padded) {
    padding: 0rem;
    flex-grow: 0;
  }
  .card-box.horizontal > div.collapseFullWidth:last-of-type:not(:only-of-type) {
    width: 100% !important;
  }
  .card-box.horizontal > div:last-of-type:not(:only-of-type) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .card-box.horizontal > div:last-of-type:not(:only-of-type) img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
}
@media (min-width: 750px) {
  .card-box.horizontal {
    flex-direction: row;
  }
  .card-box.horizontal > div:last-of-type:not(:only-of-type):not(.padded) {
    padding: 0rem;
    flex-grow: 0;
  }
  .card-box.horizontal > div:last-of-type:not(:only-of-type) {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .card-box.horizontal > div:last-of-type:not(:only-of-type) img {
    width: 100%;
    height: auto;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
  }
}
.basis-50 {
  flex-basis: 50%;
}
.card-box h3 {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 0.5rem;
  margin: 0px;
}
.card-box h4 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 0px;
  margin: 0px;
  margin-bottom: 0.2rem !important;
}
.card-box h5 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 0px;
  margin: 0px;
  margin-bottom: 0.2rem !important;
}
.card-box p,
.card-box ul,
.card-box ol {
  font-size: 1.7rem;
  line-height: 1.43;
  font-weight: normal;
  color: #6e6e78;
  margin-bottom: 1.2rem;
}
.card-box .badge {
  display: inline-block;
  font-size: x-small;
  padding: 0.2rem 0.5rem;
  margin-top: -0.2rem;
  margin-left: 0.3rem;
  border-radius: 4px;
  background-color: #4bcb4b;
  color: white;
  vertical-align: middle;
}
.card-box .badge.outlined {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  background-color: white;
}
.card-box .emphasize {
  font-weight: 600;
  color: inherit;
}
.card-box .card-icon,
.card-box > div > .svg-icon {
  height: 3.5rem;
  width: auto;
  margin-bottom: 1rem;
  fill: #34a9dc;
}
.card-box .card-icon .stroke,
.card-box > div > .svg-icon .stroke,
.card-box .svg-icon.stroke {
  stroke: #34a9dc;
}
.card-box .svg-icon + .svg-icon {
  padding-left: 1rem;
}
.card-box .big-icon {
  height: 6rem;
  width: auto;
  margin-bottom: 1rem;
}
.uptitle {
  color: #0f91dc;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.card-box.white p,
.card-box.white ul,
.card-box.white ol {
  color: #e4e4e4;
}
.card-box.white h3 {
  color: white;
}
.image-text-row {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 5px;
}
.image-text-row > div {
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
}
.image-text-row > div:first-of-type {
  padding-right: 5px;
  min-width: 24px;
  text-align: center;
}
.image-text-row > div:first-of-type > img,
.image-text-row > div:first-of-type > svg {
  padding: 0px;
  max-height: 24px;
  max-width: 24px;
}
.multicard-selector li {
  margin: 8px 0px 8px 0px;
  border-radius: 8px;
  padding: 10px 15px 10px 15px;
  list-style: none;
  display: block;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.multicard-selector li:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
/*! -- Managed Form -- */
.managed-form input[type="radio"] {
  display: none;
  position: relative;
}
.managed-form input[type="radio"] + label {
  border-radius: 10px;
  padding: 10px;
  background: white;
  display: block;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
  flex: 1 1 1px;
}
.managed-form input[type="radio"]:checked + label {
  background: #0ca1ff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  color: white;
}
.managed-form input[type="radio"] + label img {
  width: auto;
  height: 64px;
  margin-bottom: 10px;
}
.managed-form input[type="radio"] + label h6 {
  font-size: 1.6rem;
}
.managed-form input[type="radio"] + label p {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  margin-bottom: 0.3rem;
  color: #999;
}
.managed-form input[type="radio"]:checked + label p {
  color: white;
}
.managed-form textarea {
  position: relative;
}
.managed-form .embedding {
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.managed-form .embedding .checkbox-with-label {
  position: relative;
  padding: 1.5rem;
  background-color: #eee;
  border-radius: 1rem;
}
.textfield-with-label {
  position: relative;
}
.textfield-with-label input[type="text"],
.textfield-with-label input[type="email"] {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 20px;
}
.textfield-with-label input[type="text"] ~ label,
.textfield-with-label input[type="email"] ~ label {
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: 15px;
  transition: 0.15s ease-out all;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
  padding: 0px 3px 0px 3px;
  color: #999;
}
.textfield-with-label input[type="text"]:not(:placeholder-shown) ~ label,
.textfield-with-label input:focus[type="text"] ~ label,
.textfield-with-label input[type="email"]:not(:placeholder-shown) ~ label,
.textfield-with-label input:focus[type="email"] ~ label {
  top: 2px;
  font-size: 12px;
  opacity: 1;
}
.managed-form input[type="checkbox"] {
  -webkit-transform: scale(1.2, 1.2);
  margin-right: 10px;
}
.checkbox-with-label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.checkbox-with-label input[type="checkbox"],
.checkbox-with-label label {
  display: inline-block;
  margin-bottom: 0px;
}
.managed-form .message textarea {
  width: 100%;
  min-height: 200px;
}
.managed-form input[type="text"],
.managed-form input[type="email"] {
  display: inline-block;
  width: 100%;
}
.managed-form .flex-row + small {
  margin-top: -2rem;
  margin-bottom: 1.7rem;
  color: #888;
  display: block;
}
.managed-form-row {
  background-color: rgba(231, 239, 243, 0.4);
  border-radius: 1rem;
  margin-bottom: 2rem;
  margin-left: 3px;
  padding: 2rem;
}
.managed-form-row h5,
.managed-form-row h4 {
  padding-bottom: 1.25rem;
  font-weight: bold;
}
.managed-form-row .flex-row.compact {
  justify-content: flex-start;
}
.managed-form-row #submit-button {
  display: block;
  text-align: center;
}
/*! -- Bubble Help (Forms) -- */
.bubble {
  position: absolute;
  vertical-align: middle;
  border-radius: 5px;
  /* padding: 4px 8px 4px 8px; */
  padding: 8px 11px 8px 11px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s ease-out;
  font-size: 14px;
  font-weight: normal;
  background: #ffffbe;
  border: 1px solid #c2c2c2;
  z-index: 100;
}
.bubble:after,
.bubble:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(255, 255, 190, 0);
  border-top-color: #ffffbe;
  border-width: 7px;
  margin-left: -7px;
}
.bubble:before {
  border-color: rgba(194, 194, 194, 0);
  border-top-color: #c2c2c2;
  border-width: 8px;
  margin-left: -8px;
}
.bubble p:first-of-type {
  margin-top: 0px;
}
.bubble p:last-of-type {
  margin-bottom: 0px;
}
