table {
  background-color: transparent;
}

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

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid #dddddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.clearfix:after,
.form-horizontal .form-group:after,
.panel-body:after {
  clear: both;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

div.is-justified-between {
  display: flex;
  justify-content: space-between;
}

.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tabs:not(:last-child), .level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1263px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1413px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1350px;
  }
}
@media screen and (min-width: 1264px) {
  .container:not(.is-max-desktop) {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1414px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1350px;
  }
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.8rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1264px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1414px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -1.8rem;
  margin-right: -1.8rem;
  margin-top: -1.8rem;
}
.columns:last-child {
  margin-bottom: -1.8rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 1.8rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1263px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1264px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1413px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1414px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 53%);
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1264px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1414px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1376px;
  }
}
html,
body {
  background-color: #fcfbf3;
  font-family: Arial;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0.5px;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, a, p, span, button, label, li, b, th, td {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  speak: none;
}

a {
  text-decoration: none;
  color: #063e5c;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea {
  border-radius: 0;
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 960px) {
  .account .account-menu ul {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    justify-content: flex-start;
  }
}
.account .account-menu li {
  cursor: pointer;
}
.account .account-menu .tabs.is-boxed li.is-active a {
  background-color: transparent;
}
.account .account-menu .tab-item {
  color: #063e5c;
  font-size: 17px;
}
.account table th {
  color: #063e5c;
}

.user-order-list-view .empty {
  padding: 15px;
}
.user-order-list-view .table tr {
  cursor: pointer;
}

.storage-user .table-responsive > .table-hover .edit-row:first-of-type .product-volumes {
  margin-top: -70px;
}
.storage-user .table-responsive > .table-hover .edit-row:not(:first-of-type) .product-volumes {
  margin-top: -9px;
}
.storage-user .table-responsive > .table-hover .edit-row:not(:first-of-type) thead {
  display: none;
}
.storage-user .totals {
  margin-left: 73px;
}
.storage-user .totals td {
  padding-right: 10px;
}
.storage-user .product-volumes {
  background-color: transparent;
}
.storage-user .product-volumes .edit-row {
  background-color: transparent !important;
}
.storage-user .edit-row {
  cursor: pointer;
}
.storage-user .is-pulled-left {
  padding: 15px 0;
}
.storage-user .padding-top {
  padding-top: 25px;
}
.storage-user .deduction {
  width: 100px;
}
.storage-user .btn {
  font-size: 13px;
}
.storage-user .product-avatar-holder {
  width: 5rem;
  height: 5rem;
  position: relative;
  background-color: #c9c9c9;
  display: inline-block;
}
.storage-user .product-avatar-holder .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.storage-user .product-avatar-holder .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}

.account table {
  border-collapse: collapse;
}
.account .panel-body .table > tr > td {
  vertical-align: middle;
}
.account .panel-body-with-table {
  padding: 0;
}
.account .header {
  border-bottom: 1px solid #063e5c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.account .header h1 {
  font-size: 31px;
  font-weight: 300;
  color: #e2001a;
  font-weight: 100;
}
.account p {
  color: #063e5c;
  font-size: 17.75px;
  line-height: 1.458;
}
.account .role {
  font-size: 17.75px;
  border: none;
  height: 2.2rem;
  width: 100%;
  outline: none;
  background-color: #c9c9c9;
  color: black;
  padding-left: 0.5rem;
  margin-bottom: 24px;
}
.account em {
  color: #063e5c;
  font-size: 17.75px;
}
.account .message h2 {
  font-weight: bold;
  color: #e2001a;
  font-size: 26px;
}
.account .color-red li {
  color: #e2001a;
}
.account input[type=text] {
  font-size: 17.75px;
}
.account .overlay {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 11;
  color: #063e5c;
}
.account .overlay h2 {
  padding-top: 4.44px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-top: 1px solid #063e5c;
  max-width: 300px;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .account .overlay h2 {
    font-size: 20px;
  }
}
.account .overlay .overlay-popup {
  background-color: #fcfbf3;
  border: 2px solid #063e5c;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  padding: 40px 60px;
  transform: translateX(-50%) translateY(-50%);
}
.account .overlay .overlay-popup .wrap .close-wrap .close-icon {
  z-index: 4;
  cursor: pointer;
  right: 0px;
  top: 0;
  color: #fff;
}
.account .overlay .overlay-popup .wrap .close-wrap .close-icon:before, .account .overlay .overlay-popup .wrap .close-wrap .close-icon:after {
  background-color: #063e5c;
}

.static-page {
  padding-bottom: 40px;
}
.static-page-wrapper.columns {
  margin: 0 !important;
}
.static-page .columns {
  margin: 0 !important;
}
.static-page .triangle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8.8px;
}
.static-page a {
  text-decoration: underline;
}
.static-page .view-more {
  display: block;
  margin-bottom: 2rem;
  font-size: 18px;
}
.static-page .list-styling {
  list-style: disc;
  margin-left: 40px;
}
.static-page .header {
  border-bottom: 1px solid #063e5c;
}
@media screen and (max-width: 960px) {
  .static-page .header {
    border-bottom: 2px solid #063e5c;
  }
}
.static-page .header h1 {
  color: #e2001a;
  margin: 1em 0;
  font-size: 31px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .static-page .header h1 {
    margin: 15px 0;
  }
}
.static-page .text-big {
  margin: 0px;
  font-size: 22.22px;
  padding-top: 4px;
  margin-bottom: 22px;
}
@media (max-width: 960px) {
  .static-page .text-big {
    font-size: 18px;
    margin-bottom: 12px;
    padding-top: 12px;
    font-weight: 300;
  }
}
.static-page p {
  color: #063e5c;
  font-size: 18px;
  line-height: 1.458;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .static-page p {
    font-size: 14px;
  }
}
.static-page .triangle-header span {
  font-size: 22px;
  vertical-align: middle;
  color: #063e5c;
}
.static-page ul {
  margin-bottom: 10px;
}
.static-page ul li {
  line-height: 1.458;
  color: #063e5c;
  font-size: 17.75px;
}
.static-page .text-small {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.static-page.faq .table-faq {
  margin-top: 10px;
}
.static-page.faq .table-faq td {
  color: #063e5c;
  font-size: 18px;
  line-height: 1.458;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .static-page.faq .table-faq td {
    font-size: 14px;
  }
}
.static-page.faq .table-faq td:first-of-type {
  padding-right: 20px;
}
.static-page.faq .table-faq .spacer {
  height: 10px;
}
.static-page.faq .triangle-header {
  margin: 20px 0 5px 0;
}
.static-page.faq .triangle-header span {
  font-weight: bold;
}
@media (max-width: 640px) {
  .static-page.faq .triangle-header span {
    font-size: 18px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .static-page.faq .triangle-header span {
    font-size: 22px;
  }
}
.static-page.press .text-big {
  margin-bottom: 0px;
}
.static-page.press .text-small {
  margin-bottom: 38px;
}
.static-page.press .press-title {
  margin-top: 0px;
}
.static-page.press .press-item .press-logo .img-container {
  width: 2.6rem;
}
.static-page.press .press-item .press-logo .img-container img {
  width: 100%;
  position: relative;
  top: 0.25rem;
}
.static-page.press .press-item .press-info {
  padding-left: 26px;
}
.static-page.press .press-item .press-info p {
  font-size: 22.22px;
  padding-top: 0px;
  margin-bottom: 10px;
  color: #063e5c;
  font-weight: bold;
}
.static-page.contact-page .form {
  width: 500px;
  margin: 0px;
}
.static-page.contact-page .message h2,
.static-page.contact-page .message ul,
.static-page.contact-page .message li {
  color: #e2001a;
}
.static-page.contact-page .contact-person {
  margin-bottom: 40px;
  color: #063e5c;
}
.static-page.contact-page .contact-details {
  display: inline;
  color: #063e5c;
}
.static-page.contact-page .text-underline {
  display: inline;
}
.static-page.contact-page .text-bold {
  font-size: 19.23px;
}
.static-page.contact-page .contact-fields {
  margin-top: 40px;
}
.static-page.contact-page input[type=text],
.static-page.contact-page textarea {
  resize: none;
  font: inherit;
  outline: none;
  border: 1px solid #063e5c;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: transparent;
}
.static-page.contact-page p {
  line-height: 1.458;
  font-size: 17.75px;
}
.static-page.contact-page textarea {
  width: 100%;
  height: 8rem;
}
.static-page.contact-page input[type=text] {
  width: 90%;
  color: #063e5c;
  height: 2.2rem;
  font-size: 17px;
}
.static-page.contact-page label {
  color: #063e5c;
  margin-bottom: 0.375rem;
  font-size: 19.2px;
}
.static-page.contact-page .btn {
  padding: 10px 16px;
}
@media screen and (max-width: 960px) {
  .static-page {
    padding: 0px 15px 40px 15px;
  }
  .static-page.contact-page .form {
    max-width: 500px;
    width: 100%;
    margin: 0px;
    padding: 0;
  }
  .static-page.contact-page .form .columns:nth-of-type(3) {
    padding-top: 1rem;
  }
  .static-page.contact-page .form .columns:nth-of-type(3) .column:nth-of-type(2) {
    padding-top: 1rem;
  }
  .static-page.contact-page .form .columns:nth-of-type(4) {
    max-width: 400px;
    margin: 1.8rem auto 0 auto;
  }
  .static-page.contact-page .form .columns .column {
    padding: 0;
  }
  .static-page.contact-page .form input {
    width: 100%;
  }
  .static-page.contact-page .form input[type=submit] {
    margin-bottom: 0;
  }
  .static-page.contact-page .form label {
    margin-top: 0;
  }
  .static-page.contact-page .contact-person {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .static-page.contact-page .form .columns:nth-of-type(3) .column {
    width: 45%;
  }
  .static-page.contact-page .form .columns:nth-of-type(3) .column:nth-of-type(1) {
    margin-right: 5%;
  }
  .static-page.contact-page .form .columns:nth-of-type(3) .column:nth-of-type(2) {
    margin-left: 5%;
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .route-contact > .columns {
    margin: 0;
  }
}

.trial-subscription ul {
  list-style-type: square;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .trial-subscription > .columns .column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .trial-subscription .header h1 {
    margin: 0px;
  }
}

#app:not(.admin) .topbar {
  height: 3rem;
  margin-top: 35.518px;
  display: none;
}
@media (min-width: 961px) {
  #app:not(.admin) .topbar {
    display: block;
  }
}
#app:not(.admin) .topbar .column:first-of-type {
  display: flex;
}
#app:not(.admin) .topbar a {
  text-decoration: none;
  color: #063e5c;
  padding-top: 4.44px;
  border-top: 1px solid #063e5c;
  font-size: 99%;
}
#app:not(.admin) .topbar a:hover {
  color: #e2001a;
}

@media screen and (min-width: 961px) and (max-width: 1216px) {
  .product-app-navigation {
    padding: 20px;
  }
}
@media (min-width: 961px) {
  .product-app-navigation {
    display: block;
  }
}
.product-app-navigation.margin-bottom {
  margin-bottom: 15px;
}
@media (min-width: 961px) {
  .product-app-navigation.margin-bottom {
    margin-bottom: 2rem;
  }
}
.product-app-navigation.margin-bottom.products {
  margin-bottom: 2rem;
}
@media (min-width: 961px) {
  .product-app-navigation.margin-bottom.products {
    margin-bottom: 6rem;
  }
}
.product-app-navigation .navigation-widget {
  text-align: center;
  position: relative;
}
.product-app-navigation .navigation-widget .projects-button, .product-app-navigation .navigation-widget .for-sale-button {
  position: relative;
  width: 100%;
  border: 4px solid #063e5c;
  color: #063e5c;
  cursor: pointer;
  background-color: transparent;
  font-size: 24px;
  margin-top: 13px;
  height: 36%;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1219px) {
  .product-app-navigation .navigation-widget .projects-button, .product-app-navigation .navigation-widget .for-sale-button {
    margin-top: 8px;
    font-size: 200%;
    padding: 2px 42px;
  }
}
@media screen and (max-width: 1119px) {
  .product-app-navigation .navigation-widget .projects-button, .product-app-navigation .navigation-widget .for-sale-button {
    margin-top: 5px;
  }
}
.product-app-navigation .navigation-widget .for-sale-button {
  border: 4px solid #0c6b26;
  color: #0c6b26;
}
.product-app-navigation .navigation-widget .logo {
  height: 100%;
  vertical-align: top;
  position: relative;
  top: -8px;
}
.product-app-navigation .navigation-widget .img {
  cursor: pointer;
  width: 250px;
  margin: 0px auto;
  height: auto;
}
@media (min-width: 768px) {
  .product-app-navigation .navigation-widget .img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-app-navigation .navigation-widget {
    text-align: initial;
  }
}
.product-app-navigation .col-categories {
  transition: margin-left 1s ease;
}
.product-app-navigation .col-categories.sub-categories {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease, left 1s ease;
  width: 100%;
  padding: 0;
  z-index: 4;
}
.product-app-navigation .col-categories.sub-categories.toggled {
  left: calc(3.6rem + 100%);
  opacity: 1;
}
.product-app-navigation .col-categories.col-left-active {
  margin-left: 20%;
}
.product-app-navigation .col-categories.show:not(.non-active):not(.no-opacity) > .product-category-wrapper:not(.active-wrapper) .toggled {
  pointer-events: none;
}
.product-app-navigation .col-categories.show:not(.non-active):not(.no-opacity) > .product-category-wrapper:not(.active-wrapper) > .product-category:not(.active) {
  opacity: 0.4;
}
.product-app-navigation .col-categories.col-left-active .product-category-wrapper.hide-subcat, .product-app-navigation .col-categories.col-right-active .product-category-wrapper.hide-subcat {
  opacity: 0;
  transition: opacity 1s linear;
}
.product-app-navigation .col-categories .product-category {
  background-color: #c9c9c9;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  top: 0;
  transition: background 1s, color 1s;
  width: 100%;
  z-index: 11;
}
.product-app-navigation .col-categories .product-category:hover {
  background-color: #e2001a;
}
.product-app-navigation .col-categories .product-category:hover .product-title {
  color: #fff;
  width: 100%;
  display: inline-block;
}
.product-app-navigation .col-categories .product-category-wrapper {
  position: relative;
  height: 28.4px;
}
.product-app-navigation .col-categories .product-category-wrapper:not(:last-of-type) {
  margin-bottom: 11px;
}
@media screen and (min-width: 1400px) {
  .product-app-navigation .col-categories .product-category-wrapper {
    height: 35px;
  }
}
.product-app-navigation .col-categories .product-category-wrapper.hide-subcat {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.product-app-navigation .col-categories .product-category-wrapper.show-subcat {
  opacity: 1;
  z-index: 3;
  transition: opacity 1s linear;
}
.product-app-navigation .col-categories .product-category .product-title {
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  letter-spacing: 0.5px;
  padding-left: 2.5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
  font-size: 15px;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  .product-app-navigation .col-categories .product-category .product-title {
    font-size: 18px;
  }
}
.product-app-navigation .col-categories .product-category.active {
  background-color: #e2001a;
}
.product-app-navigation .col-categories .product-category.active .product-title {
  color: white;
}
.product-app-navigation .col-categories .product-category.active .triangle {
  right: -2.8rem;
  top: 3px;
  border-width: 14px 0 14px 26px;
  border-color: transparent transparent transparent #e2001a;
}
.product-app-navigation .col-categories .product-category .triangle {
  position: absolute;
  right: 4px;
  top: 5px;
  transition: all 1s;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 1400px) {
  .product-app-navigation .col-categories .product-category .triangle {
    top: 9px;
  }
}

@media (max-width: 960px) {
  .route-home .product-app-navigation {
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .product-app-navigation.margin-bottom.products {
    margin-bottom: 15px;
  }
}
.product-app-search.column {
  color: #063e5c;
  transition: margin-left 1s ease;
  position: absolute;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .product-app-search.column {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }
}
.product-app-search.column .is-gapless {
  display: flex;
  justify-content: space-between;
}
.product-app-search.column .is-gapless > div {
  width: 60px;
}
.product-app-search.column .is-gapless label {
  width: 60px;
}
.product-app-search.column .is-gapless label input {
  margin-top: 10px;
}
.product-app-search.column .columns.is-gapless {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 1400px) {
  .product-app-search.column .columns.is-gapless {
    margin-top: 0.3rem;
    margin-bottom: 2rem;
  }
}
.product-app-search.column .react-autosuggest__container .react-autosuggest__suggestions-container {
  position: absolute;
  background: #fcfbf3;
  z-index: 11;
}
.product-app-search.column .react-autosuggest__container ul {
  padding: 0px;
  margin: 0px;
}
.product-app-search.column .react-autosuggest__container li {
  list-style-type: none;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  border-left: 1px solid #063e5c;
  border-right: 1px solid #063e5c;
  border-bottom: 1px solid #063e5c;
  padding: 4px 5px;
}
.product-app-search.column .react-autosuggest__container input[type=text] {
  cursor: pointer;
  font-size: 17.75px;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #063e5c;
  margin-bottom: 0px;
  background-color: transparent;
  height: 28.4px;
}
@media screen and (min-width: 1400px) {
  .product-app-search.column .react-autosuggest__container input[type=text] {
    height: 35px;
  }
}
.product-app-search.column .react-autosuggest__container input[type=text]::-webkit-input-placeholder {
  color: #c9c9c9;
}
.product-app-search.column .product-search-by-title-and-nr {
  cursor: pointer;
  font-size: 17.75px;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #063e5c;
  margin-bottom: 0px;
  background-color: transparent;
  height: 28.4px;
}
@media screen and (min-width: 1400px) {
  .product-app-search.column .product-search-by-title-and-nr {
    height: 35px;
  }
}
.product-app-search.column .product-search-by-unit {
  width: 60px;
  color: #063e5c;
  border: 1px solid #063e5c;
  background-color: transparent;
  padding: 1px 4px;
  text-align: center;
  font-size: 20px;
  height: 28.4px;
}
@media screen and (min-width: 1400px) {
  .product-app-search.column .product-search-by-unit {
    height: 35px;
  }
}
.product-app-search.column .product-search-by-unit::-webkit-inner-spin-button, .product-app-search.column .product-search-by-unit::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-app-search.column .product-search-by-unit::-webkit-input-placeholder {
  color: #c9c9c9;
}
.product-app-search.column .alignment {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  display: block;
  animation: movetruck 14s linear infinite;
  margin-top: 0.55rem;
}
@media screen and (min-width: 1400px) {
  .product-app-search.column .alignment {
    margin-top: 1.5rem;
  }
}
.product-app-search.column .order-button {
  display: inline-block;
  width: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
  display: block;
  left: 0;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .product-app-search.column .order-button {
    width: 70px;
  }
}
.product-app-search.column .amount-of-orders {
  background-color: #c9c9c9;
  font: inherit;
  border: none;
  padding: 8px 11px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1400px) {
  .product-app-search.column .amount-of-orders {
    padding: 10px 16px;
  }
}
@keyframes movetruck {
  0% {
    left: 0px;
  }
  8% {
    left: 0px;
  }
  18% {
    left: -200%;
  }
  24% {
    left: -200%;
  }
  34% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  @keyframes movetruck {
    0% {
      left: 0px;
    }
    8% {
      left: 0px;
    }
    18% {
      left: -100%;
    }
    24% {
      left: -100%;
    }
    34% {
      left: 0px;
    }
    100% {
      left: 0px;
    }
  }
}

.products-filter {
  display: none;
}
@media (min-width: 960px) {
  .products-filter {
    display: block;
  }
}
.products-filter div + .product-filter-head {
  margin-top: 30px;
}
.products-filter .product-filter-head {
  display: flex;
  cursor: pointer;
  border-top: 1px solid #063e5c;
  padding-top: 4.44px;
}
.products-filter .product-filter-head span {
  margin-left: auto;
}
.products-filter .product-filter-header {
  color: #063e5c;
  font-weight: normal;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .products-filter .product-filter-header {
    font-size: 20px;
  }
}
.products-filter .colour-filter-checkbox .amount,
.products-filter .material-filter-checkbox .amount {
  color: #dadada;
  margin-left: 10px;
  font-size: 17.75px;
  line-height: 1.458;
  display: inline-block;
}
.products-filter .colour-filter-checkbox .checkbox,
.products-filter .material-filter-checkbox .checkbox {
  display: inline-block;
}
.products-filter .colour-filter-checkbox .checkbox input,
.products-filter .material-filter-checkbox .checkbox input {
  position: absolute;
  opacity: 0;
}
.products-filter .colour-filter-checkbox .checkbox label,
.products-filter .material-filter-checkbox .checkbox label {
  color: #063e5c;
  font-size: 17.75px;
}
.products-filter .colour-filter-checkbox .checkbox-mg,
.products-filter .material-filter-checkbox .checkbox-mg {
  height: 1rem;
  width: 1rem;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 0.65rem;
  background-position: center;
  display: inline-block;
  position: relative;
  border: 2px solid #063e5c;
}
.products-filter .colour-filter-checkbox .checkbox-mg.checked,
.products-filter .material-filter-checkbox .checkbox-mg.checked {
  background-image: url(/img/kruis-blauw.png);
}

.products-overview {
  font-weight: normal;
  position: relative;
}
.products-overview h1 {
  color: #e2001a;
  letter-spacing: 0.1px;
  white-space: nowrap;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .products-overview h1 {
    margin-bottom: 15px;
  }
}
.products-overview .products-wrapper {
  margin-top: -66px;
}
.products-overview .search-in-overview-mobile {
  border-bottom: 2px solid #063e5c;
  padding: 3px 0px 20px 0px;
  margin-bottom: 20px;
}
.products-overview .search-in-overview-mobile .triangle-container {
  margin-bottom: 10px;
}
.products-overview .search-in-overview-mobile h3 {
  color: #063e5c;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}
.products-overview .search-in-overview-mobile input[type=text] {
  cursor: pointer;
  font-size: 17.75px;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #063e5c;
  margin-bottom: 0px;
  background-color: transparent;
  height: 28.4px;
}
@media screen and (min-width: 1400px) {
  .products-overview .search-in-overview-mobile input[type=text] {
    height: 35px;
  }
}
.products-overview .search-in-overview-mobile input[type=text]::-webkit-input-placeholder {
  color: #c9c9c9;
}
.products-overview .search-in-overview-mobile .search-bar {
  margin-bottom: 15px;
}
.products-overview .search-in-overview-mobile .search-button {
  text-transform: uppercase;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  padding: 7px 30px;
  margin: 0 auto;
  display: block;
  font-size: 19px;
  font-weight: 300;
  background-color: #e2001a;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 960px) {
  .products-overview .search-in-overview-mobile {
    display: none;
  }
}
.products-overview .product {
  color: #063e5c;
  margin-bottom: 0px;
}
.products-overview .product .product-specs-title {
  font-weight: normal;
  margin: 0px;
  border-top: 1px solid #063e5c;
  padding-top: 0.25rem;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .products-overview .product .product-specs-title {
    font-size: 20px;
  }
}
.products-overview .product .product-title {
  font-weight: bold;
}
.products-overview .product .product-specifications {
  font-size: 17.75px;
  width: 100%;
}
.products-overview .product .product-specifications table {
  width: 100%;
}
.products-overview .product .product-specifications table tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.products-overview .product .product-specifications th {
  font-weight: bold;
}
.products-overview .product .product-specifications .property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 15px;
  width: 100%;
}
.products-overview .product .product-specifications .property-grid .property-grid-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  box-sizing: border-box;
}
.products-overview .product .product-specifications .property-grid .property-grid-item .property-grid-item-subheader {
  font-weight: bold;
  font-size: 0.9em;
  color: #063e5c;
}
.products-overview .product .product-specifications .property-grid .property-grid-item .property-grid-item-content {
  margin-bottom: 8px;
}
.products-overview .product .product-specifications .property-grid .property-grid-item .material {
  display: flex;
  flex-direction: column;
}
.products-overview .product .product-image {
  margin: 0px;
  position: relative;
  background-color: #c9c9c9;
  margin-bottom: 3.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.products-overview .product .product-image::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.products-overview .product .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products-overview .product .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.products-overview .product .product-available {
  font-size: 17.75px;
}
.products-overview .product .product-available.desktop {
  display: block;
}
.products-overview .product .product-available.mobile {
  display: none;
}
.products-overview .scroll-to-top {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  position: fixed;
  top: 80%;
  right: 0px;
  z-index: 3;
}
.products-overview .scroll-to-top .triangle-element {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26.5px 43px 26.5px;
  border-color: transparent transparent #e2001a transparent;
}
.products-overview .filter-results-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.products-overview .filter-results-mobile .active-filters {
  color: #063e5c;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .products-overview .filter-results-mobile .active-filters {
    display: none;
  }
}
.products-overview .filter-results-mobile .toggle-filter-mobile-screen {
  width: 100%;
  max-width: 400px;
  padding: 7px 30px;
  font-size: 18px;
}
@media (max-width: 370px) {
  .products-overview .filter-results-mobile .toggle-filter-mobile-screen {
    font-size: 14px;
  }
}
.products-overview .filter-results-mobile .toggle-filter-mobile-screen {
  font-weight: 300;
  background-color: #e2001a;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  border: none;
  color: white;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 400;
}
.products-overview .filter-results-mobile .toggle-filter-mobile-screen .triangle.down {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  border-width: 10px 6px 0px 6px;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 960px) {
  .products-overview .filter-results-mobile .toggle-filter-mobile-screen {
    display: none;
  }
}
.products-overview .filter-results-mobile .overlay-popup {
  padding: 1rem;
}
.products-overview .filter-results-mobile .overlay-popup .is-half button {
  border: none;
}
.products-overview .filter-results-mobile .overlay-popup .unit-bar input {
  margin-top: 8px;
}
.products-overview .filter-results-mobile .overlay-popup .unit-bar > .column:not(:last-of-type) {
  padding-right: 10px;
}
.products-overview .filter-results-mobile .overlay-popup div:nth-of-type(4) .triangle-header {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .products-overview .filter-results-mobile .overlay-popup h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .products-overview .products-material-filter {
    width: unset;
  }
  .products-overview .product .columns .column:nth-of-type(2) {
    width: unset;
    flex: unset;
    flex-grow: 1;
  }
}
@media (max-width: 960px) {
  .products-overview {
    padding: 0px 15px;
    padding-bottom: 15px;
  }
  .products-overview .products-wrapper {
    margin-top: 0;
  }
  .products-overview .products-wrapper h1 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #063e5c;
    margin-bottom: 1rem;
    white-space: unset;
    font-size: 16px;
  }
  .products-overview .products-wrapper h1:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .products-overview .columns {
    margin: 0;
  }
  .products-overview .columns .column {
    padding: 0;
  }
  .products-overview .product:not(:last-of-type) {
    margin-bottom: 36px;
  }
  .products-overview .product .columns {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .products-overview .product .columns .favorite-button {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .products-overview .product .columns .column {
    display: flex;
    flex-direction: column;
  }
  .products-overview .product .columns .column a {
    margin-bottom: 0;
  }
  .products-overview .product .columns .column:nth-of-type(1) {
    margin-right: 10px;
  }
  .products-overview .product .columns .column:nth-of-type(2) {
    margin-left: 10px;
  }
  .products-overview .product .columns .column:nth-of-type(2) .product-specs-title {
    display: none;
  }
  .products-overview .product .columns .column:nth-of-type(2) .product-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 18px;
  }
}
@media (max-width: 960px) and (max-width: 460px) {
  .products-overview .product .columns .column:nth-of-type(2) .product-title {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .products-overview .product .columns .column:nth-of-type(2) .product-specifications,
  .products-overview .product .columns .column:nth-of-type(2) .product-available {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .products-overview .product .columns .column:nth-of-type(2) .product-specifications th:not(:last-of-type) {
    padding-right: 10px;
  }
  .products-overview .product .columns .column:nth-of-type(2) .product-available.desktop {
    display: none;
  }
  .products-overview .product .columns .column:nth-of-type(2) .product-available.mobile {
    display: flex;
    flex-direction: column;
  }
  .products-overview .product .columns .column:nth-of-type(2) a {
    align-self: flex-end;
    width: 100%;
    max-width: 400px;
    margin-top: auto;
    font-size: 14px;
  }
  .products-overview .product .columns .column:nth-of-type(2) th {
    text-transform: capitalize;
  }
}

@media (max-width: 960px) {
  .product-app-navigation {
    padding: 15px 0;
    margin: 0px 15px 0px 15px;
    border-bottom: 2px solid #063e5c;
  }
  .product-app-navigation .categories .is-half:first-of-type .category-content {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.newsletter .newsletter-input-wrap {
  position: relative;
}
.newsletter .newsletter-input-wrap input {
  width: 90%;
  transform: translateY(-100%);
  box-sizing: border-box;
  border: 2px solid #063e5c;
  outline: none;
  font: inherit;
  padding-left: 3%;
  font-size: 18px;
  border-radius: 0;
}
@media screen and (max-width: 344px) {
  .newsletter .newsletter-input-wrap button {
    margin: auto;
    margin-top: 12px;
  }
}
.newsletter .newsletter-input-wrap .subscribe {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  height: 100%;
  width: 1.5rem;
  background-color: #063e5c;
  color: #fcfbf3;
  text-align: center;
  cursor: pointer;
}
.newsletter .newsletter-input-wrap .subscribe:disabled {
  background-color: #c9c9c9;
  border: 2px solid #c9c9c9;
}
@media screen and (max-width: 960px) {
  .newsletter .newsletter-input-wrap .subscribe {
    width: auto;
  }
}
.newsletter .newsletter-input-wrap .triangle {
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newsletter .message {
  font-size: 17.75px;
  color: #063e5c;
}

.serie-detail {
  color: #063e5c;
}
.serie-detail .message {
  color: #e2001a;
}
.serie-detail .breadcrumb-mobile {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 370px) {
  .serie-detail .breadcrumb-mobile a {
    font-size: 15px;
  }
}
.serie-detail .breadcrumb-mobile a:first-letter {
  text-transform: capitalize;
}
.serie-detail .breadcrumb-mobile .triangle-header {
  display: flex;
  align-items: center;
  margin: 0px 12px;
}
@media screen and (max-width: 370px) {
  .serie-detail .breadcrumb-mobile .triangle-header {
    margin: 0px 8px;
  }
}
.serie-detail .breadcrumb-mobile .triangle {
  display: initial !important;
}
@media (min-width: 960px) {
  .serie-detail .breadcrumb-mobile {
    display: none;
  }
}
.serie-detail p {
  font-size: 17.75px;
  font-family: Arial;
  line-height: 1.45;
  margin-bottom: 2.25rem;
}
.serie-detail h1 {
  font-size: 31px;
  font-weight: 300;
  color: #e2001a;
  font-weight: 300;
  margin: 0px 0px 30px 0;
}
.serie-detail h2 {
  padding-top: 4.44px;
  margin-bottom: 5px;
  border-top: 1px solid #063e5c;
  font-size: 17px;
}
.serie-detail .availability-calendar .SingleDatePicker .DateInput {
  display: none;
}
.serie-detail .availability-calendar .SingleDatePicker_picker {
  transform: translate(-12%);
}
.serie-detail .availability-calendar .CalendarMonth_table {
  border-collapse: collapse;
}
.serie-detail .availability-calendar .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.serie-detail .availability-calendar .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .serie-detail .availability-calendar .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .serie-detail .availability-calendar .DayPicker_focusRegion {
    zoom: 1;
  }
}
.serie-detail .availability-calendar .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.serie-detail .availability-calendar .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.serie-detail .availability-calendar .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.serie-detail .availability-calendar .CalendarDay__selected.CalendarDay__default,
.serie-detail .availability-calendar .CalendarDay__selected_span.CalendarDay__default,
.serie-detail .availability-calendar .CalendarDay__hovered_span.CalendarDay__default,
.serie-detail .availability-calendar .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.serie-detail .availability-calendar .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .serie-detail .availability-calendar .arrows {
    top: 5px;
  }
}
.serie-detail .availability-calendar .arrows.next {
  right: 22px;
}
.serie-detail .availability-calendar .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.serie-detail .availability-calendar .arrows.prev {
  left: 22px;
}
.serie-detail .availability-calendar .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.serie-detail .availability-calendar .DayPicker__withBorder {
  box-shadow: none;
}
.serie-detail .availability-calendar .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .serie-detail .availability-calendar .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.serie-detail .availability-calendar .CalendarMonth_caption strong {
  font-weight: normal;
}
.serie-detail .availability-calendar .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .serie-detail .availability-calendar .DayPicker_weekHeader {
    top: 37px;
  }
}
.serie-detail .availability-calendar li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.serie-detail .availability-calendar .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.serie-detail .availability-calendar .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.serie-detail .availability-calendar .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.serie-detail .availability-calendar .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.serie-detail .availability-calendar .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.serie-detail .availability-calendar .CalendarMonth,
.serie-detail .availability-calendar .CalendarMonthGrid,
.serie-detail .availability-calendar .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.serie-detail .availability-calendar .CalendarDay__selected,
.serie-detail .availability-calendar .CalendarDay__selected:active,
.serie-detail .availability-calendar .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.serie-detail .availability-calendar .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}
.serie-detail .suggestion-box h2 {
  text-transform: uppercase;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .serie-detail .suggestion-box h2 {
    font-size: 19.23px;
  }
}
.serie-detail .suggestion-box .suggestions {
  overflow: hidden;
  height: 40rem;
}
.serie-detail .suggestion-box .suggestions .suggestions-inner {
  overflow-y: scroll;
  height: 41rem;
  width: 100%;
}
.serie-detail .suggestion-box .suggestions .suggestion-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fcfbf3;
  padding: 2px 10px 0px 0px;
  color: #063e5c;
}
.serie-detail .suggestion-box .suggestions .suggestion {
  width: 100%;
  position: relative;
  margin-bottom: 0.6rem;
  background-color: #c9c9c9;
}
.serie-detail .suggestion-box .suggestions .suggestion::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.serie-detail .pictures {
  margin-top: -66px;
}
.serie-detail .information .product-specifications {
  font-size: 17.75px;
}
@media (max-width: 960px) {
  .serie-detail .information .product-specifications div p {
    word-break: break-word;
    hyphens: auto;
  }
}
.serie-detail .information .product-specifications th {
  font-weight: normal;
}
.serie-detail .information .product-description {
  margin-top: 20px;
}
.serie-detail .information .product-description h2 {
  font-weight: normal;
}
.serie-detail .information .product-description .product-description-content {
  margin: 0;
}
.serie-detail .information .product-note {
  margin-top: 15px;
}
.serie-detail .information .product-note p {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 961px) {
  .serie-detail .information > h2 {
    display: block;
  }
  .serie-detail > a {
    display: none;
  }
  .serie-detail .product-image-magnifier {
    display: block;
  }
  .serie-detail .triangle:not(.next):not(.previous) {
    display: none;
  }
  .serie-detail .availability-calendar .triangle {
    display: block;
  }
  .serie-detail .availability {
    display: block;
  }
  .serie-detail .availability p,
  .serie-detail .availability .serieAvailabilityCalendar {
    display: block;
  }
  .serie-detail .information .serieAvailabilityCalendar {
    display: none;
  }
  .serie-detail .product-unit-specification > div > p:first-of-type {
    display: none;
  }
}
.serie-detail .product-unit-colors-materials {
  margin-bottom: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.serie-detail .product-unit-colors-materials > div .unit-title {
  font-weight: bold;
}
.serie-detail .product-unit-colors-materials > div p {
  margin-bottom: 0px;
}
.serie-detail .product-unit-colors-materials > div .color-material {
  margin: 0;
}
.serie-detail .product-unit-colors-materials > div th:not(:last-of-type) {
  padding-right: 20px;
}
.serie-detail .product-unit-colors-materials > div .material {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .serie-detail {
    padding: 0px 15px;
    flex-direction: column;
    overflow: hidden;
  }
  .serie-detail > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2001a;
    color: white;
    letter-spacing: 1.5px;
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: 15px auto;
  }
  .serie-detail > a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 362px) {
  .serie-detail > a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .serie-detail > a svg {
    margin-top: -3px;
  }
  .serie-detail > a span {
    margin-left: 10px;
  }
  .serie-detail .add-to-order {
    order: 4;
  }
  .serie-detail .add-to-order .add-product-to-order {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .serie-detail .columns {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-top: 2px solid #063e5c;
  }
  .serie-detail .columns > div {
    width: 100%;
    padding: 15px 0;
  }
  .serie-detail .columns .triangle-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .serie-detail .columns .triangle-header .serie-product-title {
    font-size: 18px;
  }
  .serie-detail .columns .triangle-header .triangle {
    display: block;
    margin-right: 12px;
  }
  .serie-detail .columns .triangle-header *:not(:first-child) {
    margin: 0;
    text-transform: uppercase;
    color: #063e5c;
    border: unset;
  }
  .serie-detail .columns .availability {
    display: none;
  }
  .serie-detail .columns .availability .availability-calendar {
    display: flex;
    justify-content: center;
  }
  .serie-detail .columns .availability .availability-calendar .SingleDatePicker_picker {
    position: unset;
    transform: unset;
  }
  .serie-detail .columns .availability p,
  .serie-detail .columns .availability .serieAvailabilityCalendar {
    display: none;
  }
  .serie-detail .columns .pictures {
    order: 1;
    margin: 0;
    word-break: break-word;
    hyphens: auto;
  }
  .serie-detail .columns .pictures .widget {
    max-width: 500px;
    margin: auto;
  }
  .serie-detail .columns .information {
    order: 2;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #063e5c;
  }
  .serie-detail .columns .information .product-description {
    order: 1;
  }
  .serie-detail .columns .information [data-widgetname=productUnitSpecification] {
    order: 2;
  }
  .serie-detail .columns .information .product-unit-specification {
    padding: 15px 0;
    order: 2;
  }
  .serie-detail .columns .information table {
    width: 87%;
  }
  .serie-detail .columns .information table th {
    width: 29%;
    text-align: center;
    padding: 0;
  }
  .serie-detail .columns .information div > p:first-of-type {
    display: block;
    margin: 0;
  }
  .serie-detail .columns .product-bestel {
    order: 4;
  }
  .serie-detail .columns .product-bestel button.btn {
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: 30px auto 0;
    display: block;
    font-size: 19px;
    font-weight: 300;
    background-color: #e2001a;
    letter-spacing: 1.5px;
  }
  .serie-detail .columns > h2 {
    display: none;
  }
  .serie-detail .columns .staffel {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .serie-detail .columns .staffel span {
    text-transform: uppercase;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20px;
  }
  .serie-detail .columns .staffel span:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .serie-detail .columns .serieAvailabilityCalendar {
    display: block;
  }
  .serie-detail .columns .availability-calendar {
    display: flex;
    justify-content: center;
  }
  .serie-detail .columns .availability-calendar .SingleDatePicker_picker {
    position: unset;
    transform: unset;
  }
  .serie-detail .suggestion-box {
    order: 3;
    border-top: 2px solid #063e5c;
  }
  .serie-detail .suggestion-box h2 {
    padding: 0;
    border: none;
    display: flex;
  }
  .serie-detail .suggestion-box h2:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .serie-detail .product-image-magnifier {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .route-serie-detail-product .product-app-navigation {
    display: none;
  }
}

.product-image-upload {
  margin-bottom: 50px;
  margin-top: 20px;
}
.product-image-upload .upload-field {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px;
  border-radius: 3px;
}
.product-image-upload .dropzone {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #f9f9f9;
  color: #5a5a5a;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}
.product-image-upload .dropzone:hover {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
}
.product-image-upload .previews {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.product-image-upload .product-image-wrap {
  display: inline-block;
  width: 200px;
  height: 200px;
  padding: 15px;
  margin: 15px;
  position: relative;
}
.product-image-upload .product-image-wrap figure {
  position: relative;
  border-radius: 3px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-image-upload .product-image-wrap figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.product-image-upload .product-image-wrap figure label {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  right: 0;
}
.product-image-upload .product-image-wrap figure .remove-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.product-image-upload .product-image-wrap figure .remove-button svg {
  width: 20px;
  height: 20px;
  fill: #555;
  transition: fill 0.3s ease;
}
.product-image-upload .product-image-wrap figure .remove-button:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.product-image-upload .product-image-wrap figure .remove-button:hover svg {
  fill: #ff0000;
}
.product-image-upload .dropzone.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.product-image-upload .warning {
  color: red;
  margin-top: 10px;
}

.product-unit-specification-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-unit-specification-wrap .product-unit-specification {
  font-size: 17.75px;
  width: 100%;
}
.product-unit-specification-wrap .product-unit-specification table {
  width: 100%;
}
.product-unit-specification-wrap .product-unit-specification table tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.product-unit-specification-wrap .product-unit-specification th {
  font-weight: bold;
}
.product-unit-specification-wrap .product-unit-specification .property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 15px;
  width: 100%;
}
.product-unit-specification-wrap .product-unit-specification .property-grid .property-grid-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  box-sizing: border-box;
}
.product-unit-specification-wrap .product-unit-specification .property-grid .property-grid-item .property-grid-item-subheader {
  font-weight: bold;
  font-size: 0.9em;
  color: #063e5c;
}
.product-unit-specification-wrap .product-unit-specification .property-grid .property-grid-item .property-grid-item-content {
  margin-bottom: 8px;
}
.product-unit-specification-wrap .product-unit-specification .property-grid .property-grid-item .material {
  display: flex;
  flex-direction: column;
}
.product-unit-specification-wrap .product-unit-specification {
  width: 100%;
}
.product-unit-specification-wrap .product-unit-specification .triangle-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fcfbf3 transparent transparent transparent;
  top: 2px;
  position: relative;
}
.product-unit-specification-wrap .product-unit-specification .dropdown {
  margin-top: 10px;
}
.product-unit-specification-wrap .product-unit-specification .dropdown-selected .units .cell:last-of-type {
  width: 15px;
  position: absolute;
  right: 3px;
  top: 4px;
}
.product-unit-specification-wrap .product-unit-specification .dropdown .drop-down-content.hide {
  display: none;
}
.product-unit-specification-wrap .product-unit-specification .dropdown .drop-down-content.show {
  display: block;
}
.product-unit-specification-wrap .product-unit-specification .dropdown .dropdown-content {
  margin-top: -23px;
}
.product-unit-specification-wrap .product-unit-specification .dropdown .units {
  color: #fcfbf3;
  background-color: #063e60;
  padding: 3px 6px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  gap: 10px;
}
.product-unit-specification-wrap .product-unit-specification .dropdown .units.selected {
  background-color: #e2001a;
}
.product-unit-specification-wrap .product-unit-specification .dropdown .units .cell {
  box-sizing: border-box;
  font-size: 15px;
  display: inline-block;
}
.product-unit-specification-wrap .staffel {
  margin-top: 30px;
  width: 300px;
}
.product-unit-specification-wrap .staffel .staffel-price-label {
  display: inline;
  margin-left: 20px;
}
.product-unit-specification-wrap .staffel .select-css {
  font-size: 16px;
  min-width: 60px;
  font-family: sans-serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23fff' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #063e60 0%, #063e60 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
}
@media screen and (max-width: 960px) {
  .product-unit-specification-wrap .staffel .select-css {
    text-transform: uppercase;
    font-size: 13px;
  }
}
.product-unit-specification-wrap .staffel .select-css::-ms-expand {
  display: none;
}
.product-unit-specification-wrap .staffel .select-css:hover {
  border-color: #888;
}
.product-unit-specification-wrap .staffel .select-css:focus {
  color: #fff;
  outline: none;
}
.product-unit-specification-wrap .staffel .select-css:focus option {
  border-color: #aaa;
  color: #063e5c;
  outline: none;
}
.product-unit-specification-wrap .staffel .select-css option {
  font-weight: normal;
}
.product-unit-specification-wrap .staffel select {
  width: 120px;
  display: inline-block;
}
.product-unit-specification-wrap .staffel span, .product-unit-specification-wrap .staffel .select-css {
  margin-right: 10px;
}

.product-detail {
  color: #063e5c;
}
.product-detail .availability .staffel,
.product-detail .availability .product-bestel,
.product-detail .triangle:not(.previous):not(.next) {
  display: none;
}
.product-detail .breadcrumb-mobile {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 370px) {
  .product-detail .breadcrumb-mobile a {
    font-size: 15px;
  }
}
.product-detail .breadcrumb-mobile a:first-letter {
  text-transform: capitalize;
}
.product-detail .breadcrumb-mobile .triangle-header {
  display: flex;
  align-items: center;
  margin: 0px 12px;
}
@media screen and (max-width: 370px) {
  .product-detail .breadcrumb-mobile .triangle-header {
    margin: 0px 8px;
  }
}
.product-detail .breadcrumb-mobile .triangle {
  display: initial !important;
}
@media screen and (max-width: 370px) {
  .product-detail .breadcrumb-mobile .triangle {
    border-width: 6px 0 6px 12px;
  }
}
@media (min-width: 960px) {
  .product-detail .breadcrumb-mobile {
    display: none;
  }
}
.product-detail p {
  font-size: 17.75px;
  font-family: Arial;
  line-height: 1.45;
  margin-bottom: 2.25rem;
}
.product-detail .product-title {
  color: #e2001a;
  font-size: 31px;
  font-weight: 300;
}
.product-detail .product-title.in-storage {
  color: #e26800;
}
.product-detail h2 {
  padding-top: 4.44px;
  border-top: 1px solid #063e5c;
  font-size: 17px;
}
.product-detail .availability-calendar .SingleDatePicker .DateInput {
  display: none;
}
.product-detail .availability-calendar {
  left: 10.5px;
  top: -40px;
  position: relative;
}
.product-detail .availability-calendar .SingleDatePicker_picker {
  transform: translate(-12%);
}
.product-detail .availability-calendar .CalendarMonth_table {
  border-collapse: collapse;
}
.product-detail .availability-calendar .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.product-detail .availability-calendar .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .product-detail .availability-calendar .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .product-detail .availability-calendar .DayPicker_focusRegion {
    zoom: 1;
  }
}
.product-detail .availability-calendar .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.product-detail .availability-calendar .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.product-detail .availability-calendar .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.product-detail .availability-calendar .CalendarDay__selected.CalendarDay__default,
.product-detail .availability-calendar .CalendarDay__selected_span.CalendarDay__default,
.product-detail .availability-calendar .CalendarDay__hovered_span.CalendarDay__default,
.product-detail .availability-calendar .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.product-detail .availability-calendar .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .product-detail .availability-calendar .arrows {
    top: 5px;
  }
}
.product-detail .availability-calendar .arrows.next {
  right: 22px;
}
.product-detail .availability-calendar .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.product-detail .availability-calendar .arrows.prev {
  left: 22px;
}
.product-detail .availability-calendar .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.product-detail .availability-calendar .DayPicker__withBorder {
  box-shadow: none;
}
.product-detail .availability-calendar .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .product-detail .availability-calendar .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.product-detail .availability-calendar .CalendarMonth_caption strong {
  font-weight: normal;
}
.product-detail .availability-calendar .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .product-detail .availability-calendar .DayPicker_weekHeader {
    top: 37px;
  }
}
.product-detail .availability-calendar li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.product-detail .availability-calendar .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.product-detail .availability-calendar .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.product-detail .availability-calendar .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.product-detail .availability-calendar .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.product-detail .availability-calendar .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.product-detail .availability-calendar .CalendarMonth,
.product-detail .availability-calendar .CalendarMonthGrid,
.product-detail .availability-calendar .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.product-detail .availability-calendar .CalendarDay__selected,
.product-detail .availability-calendar .CalendarDay__selected:active,
.product-detail .availability-calendar .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.product-detail .availability-calendar .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}
.product-detail .pictures {
  margin-top: -66px;
}
.product-detail .staffel span {
  display: inline;
}
.product-detail .staffel .select-css {
  font-size: 16px;
  min-width: 60px;
  font-family: sans-serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23fff' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #063e60 0%, #063e60 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
}
@media screen and (max-width: 960px) {
  .product-detail .staffel .select-css {
    text-transform: uppercase;
    font-size: 13px;
  }
}
.product-detail .staffel .select-css::-ms-expand {
  display: none;
}
.product-detail .staffel .select-css:hover {
  border-color: #888;
}
.product-detail .staffel .select-css:focus {
  color: #fff;
  outline: none;
}
.product-detail .staffel .select-css:focus option {
  border-color: #aaa;
  color: #063e5c;
  outline: none;
}
.product-detail .staffel .select-css option {
  font-weight: normal;
}
.product-detail .staffel select {
  width: 115px;
  display: inline-block;
}
.product-detail .information .product-specifications {
  font-size: 17.75px;
  width: 100%;
}
.product-detail .information .product-specifications table {
  width: 100%;
}
.product-detail .information .product-specifications table tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.product-detail .information .product-specifications th {
  font-weight: bold;
}
.product-detail .information .product-specifications .property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 15px;
  width: 100%;
}
.product-detail .information .product-specifications .property-grid .property-grid-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  box-sizing: border-box;
}
.product-detail .information .product-specifications .property-grid .property-grid-item .property-grid-item-subheader {
  font-weight: bold;
  font-size: 0.9em;
  color: #063e5c;
}
.product-detail .information .product-specifications .property-grid .property-grid-item .property-grid-item-content {
  margin-bottom: 8px;
}
.product-detail .information .product-specifications .property-grid .property-grid-item .material {
  display: flex;
  flex-direction: column;
}
.product-detail .information .product-description h2 {
  font-weight: normal;
}
.product-detail .information .product-description p {
  margin-bottom: 1rem;
}
.product-detail .information .product-note h2 {
  padding-top: 5px;
  border-top: 1px solid #063e5c;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.product-detail .information .product-note p {
  margin-bottom: 2.25rem;
}
.product-detail .product-specifications th {
  text-align: left;
}
.product-detail .product-specifications p {
  margin: 0;
}
.product-detail .add-to-order-desktop {
  display: none;
}
@media screen and (min-width: 961px) {
  .product-detail > a {
    display: none;
  }
  .product-detail .add-to-order-mobile {
    display: none;
  }
  .product-detail .add-to-order-desktop {
    display: block;
  }
  .product-detail .triangle-header {
    margin-bottom: 12px;
  }
  .product-detail .product-title {
    margin: 0 0 30px;
  }
  .product-detail .product-description {
    margin-top: 20px;
  }
  .product-detail .product-description .triangle-header {
    text-transform: uppercase;
  }
  .product-detail .product-specifications {
    margin-bottom: 20px;
  }
  .product-detail .availability > h2 {
    margin-bottom: 12px;
  }
  .product-detail .product-specifications table {
    margin-top: 10px;
  }
  .product-detail .product-specifications table .spacer {
    height: 10px;
  }
  .product-detail .product-specifications p.text-bold {
    font-weight: 400;
  }
  .product-detail .product-specifications .mobile {
    display: none;
  }
  .product-detail .product-specifications .desktop {
    display: block;
  }
  .product-detail .product-specifications .desktop table td {
    vertical-align: top;
  }
}
@media screen and (max-width: 960px) {
  .product-detail {
    overflow: hidden;
    padding: 0px 15px;
    flex-direction: column;
  }
  .product-detail > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2001a;
    color: white;
    letter-spacing: 1.5px;
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: 15px auto;
  }
  .product-detail > a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 362px) {
  .product-detail > a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .product-detail > a svg {
    margin-top: -3px;
  }
  .product-detail > a span {
    margin-left: 10px;
  }
  .product-detail .product-note {
    margin-top: 15px;
  }
  .product-detail .product-note h2 {
    border-top: 2px solid #063e5c;
  }
  .product-detail .product-note h2:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .product-detail .columns {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .product-detail .columns > div {
    width: 100%;
    padding: 1rem 0;
  }
  .product-detail .columns .triangle-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .product-detail .columns .triangle-header .product-title {
    font-size: 20px;
  }
  .product-detail .columns .triangle-header .triangle {
    display: block;
    margin-right: 12px;
  }
  .product-detail .columns .availability {
    order: 3;
    padding-top: 0;
  }
  .product-detail .columns .availability .SingleDatePicker_picker {
    position: unset;
  }
  .product-detail .columns .availability h2,
  .product-detail .columns .availability p {
    display: none;
  }
  .product-detail .columns .availability .staffel,
  .product-detail .columns .availability .product-bestel {
    display: block;
  }
  .product-detail .columns .availability .staffel {
    width: unset;
  }
  .product-detail .columns .availability .staffel > div:first-of-type {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .product-detail .columns .availability .staffel > div:first-of-type > .triangle-header {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .product-detail .columns .availability .staffel > div:first-of-type > .triangle-header span:first-of-type {
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 12px;
  }
  .product-detail .columns .availability .product-bestel select[name=quantity] {
    width: 60px;
  }
  .product-detail .columns .availability .product-bestel button[type=button].btn.order {
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: 30px auto 0;
    display: block;
    font-size: 19px;
    font-weight: 300;
    background-color: #e2001a;
    letter-spacing: 1.5px;
  }
  .product-detail .columns .availability > .widget > .availability-calendar {
    position: unset;
    max-width: 500px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .product-detail .columns .availability > .widget > .availability-calendar .SingleDatePicker_picker {
    transform: unset;
  }
  .product-detail .columns .pictures {
    order: 1;
    margin-top: 0;
    border-top: 2px solid #063e5c;
    border-bottom: 2px solid #063e5c;
    word-break: break-word;
    hyphens: auto;
  }
  .product-detail .columns .pictures h1 {
    text-transform: uppercase;
    color: #063e5c;
    margin-bottom: 4px;
  }
  .product-detail .columns .pictures .widget {
    max-width: 500px;
    margin: auto;
  }
  .product-detail .columns .information {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .product-detail .columns .information .product-description {
    order: 1;
  }
  .product-detail .columns .information .product-description * {
    font-size: 16px;
  }
  .product-detail .columns .information .product-description h2 {
    text-transform: uppercase;
    border-top: unset;
    font-size: 18px;
  }
  .product-detail .columns .information .product-specifications {
    order: 2;
    display: flex;
    flex-wrap: wrap;
  }
  .product-detail .columns .information .product-specifications * {
    font-size: 16px;
  }
  .product-detail .columns .information .product-specifications div p {
    word-break: break-word;
    hyphens: auto;
  }
  .product-detail .columns .information .product-specifications .mobile:nth-of-type(3),
  .product-detail .columns .information .product-specifications .mobile:nth-of-type(4),
  .product-detail .columns .information .product-specifications .mobile:nth-of-type(5) {
    margin-bottom: 0.75rem;
  }
  .product-detail .columns .information .product-specifications > div:not(:last-of-type) {
    padding-right: 20px;
  }
  .product-detail .columns .information .product-specifications p {
    margin: 0;
  }
  .product-detail .columns .information .product-specifications .mobile {
    display: block;
  }
  .product-detail .columns .information .product-specifications .desktop {
    display: none;
  }
  .product-detail .columns .information .staffel,
  .product-detail .columns .information .product-bestel {
    display: none;
  }
  .product-detail .columns .information .product-favorite {
    order: 1;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 16px;
    right: 0;
  }
  .product-detail .columns .information .product-favorite .widget .favorite-button.mt {
    margin: 0 !important;
  }
  .product-detail .columns .information .product-favorite .widget .favorite-button.mt .favorite-icon {
    padding: 6px 3px;
  }
  .product-detail .columns .information .product-note {
    width: 100%;
    order: 3;
  }
  .product-detail .columns .information .product-note p {
    margin: 0;
  }
  .product-detail .columns .suggestion-box {
    order: 4;
    border-top: 2px solid #063e5c;
  }
  .product-detail .columns .suggestion-box h2 {
    padding: 0;
    border: none;
    display: flex;
  }
  .product-detail .columns .suggestion-box h2:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .product-detail .product-image-magnifier {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .route-product-detail .product-app-navigation {
    display: none;
  }
  .route-product-detail .columns #calendar-container {
    flex-basis: unset !important;
  }
  .route-product-detail .product-detail .information.column {
    flex-basis: unset !important;
  }
}

.product-detail-slider .carousel-with-thumbnails {
  position: relative;
}
.product-detail-slider .carousel-with-thumbnails .product-image-magnifier {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  background: #fff;
  padding: 5px;
  left: 0px;
  text-align: center;
  width: 100%;
  height: calc(100% - 120px);
  background-color: transparent;
  border: none;
}
.product-detail-slider .carousel-img-container {
  position: relative;
  display: inline-block;
  background-color: #c9c9c9;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
}
.product-detail-slider .carousel-img-container::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-detail-slider .carousel-img-container .lying {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-slider .carousel-img-container .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: initial;
  transform: translateX(-50%);
}
.product-detail-slider .carousel .slide:not(.selected) {
  background-color: #c9c9c9;
}
.product-detail-slider .carousel .slide.selected {
  background-color: transparent;
}
.product-detail-slider .carousel .thumbs-wrapper {
  margin: 0px;
}
.product-detail-slider .carousel .thumbs {
  padding-left: 0px;
  margin-top: 0.4rem;
}
.product-detail-slider .carousel .thumbs .thumb {
  height: 6.9rem;
  width: 6.9rem !important;
  display: inline-block;
  position: relative;
  background-color: #c9c9c9;
  margin-right: 0.7rem;
  border: 0px;
  padding: 0px;
}
.product-detail-slider .carousel .thumbs .thumb .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product-detail-slider .carousel .thumbs .thumb .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail-slider .carousel .thumbs .thumb img {
  width: initial;
}
@media (max-width: 960px) {
  .product-detail-slider .carousel .thumbs-wrapper .thumbs {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .product-detail-slider .carousel .thumbs-wrapper .thumbs .thumb {
    width: 54px !important;
    height: 54px;
    margin-right: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .product-detail-slider .carousel .thumbs-wrapper .thumbs .thumb:not(:last-of-type) {
    margin-right: 2%;
  }
  .product-detail-slider .carousel .thumbs-wrapper .thumbs .thumb .standing {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .product-detail-slider .carousel .thumbs-wrapper .thumbs .thumb .standing img {
    height: 100%;
  }
  .product-detail-slider .carousel .thumbs-wrapper .thumbs .thumb img {
    position: unset;
    transform: unset;
  }
}
.product-detail-slider .overlay {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 11;
}
.product-detail-slider .overlay .overlay-popup {
  background-color: #fcfbf3;
  border: 2px solid #063e5c;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  transform: translateX(-50%) translateY(-50%);
}
.product-detail-slider .overlay .overlay-popup .wrap .close-wrap .close-icon {
  z-index: 4;
  cursor: pointer;
  right: 0px;
  color: #fff;
}
.product-detail-slider .overlay .overlay-popup .wrap .close-wrap .close-icon:before, .product-detail-slider .overlay .overlay-popup .wrap .close-wrap .close-icon:after {
  background-color: #fff;
}

.product-storage-availability h3 {
  padding-bottom: 20px;
  color: #063e5c;
}
.product-storage-availability p {
  padding-bottom: 15px;
}
.product-storage-availability .close-icon {
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.product-storage-availability .wrap {
  padding: 1rem;
}
.product-storage-availability .wrap textarea {
  width: 100%;
  border: 1px solid #063e60;
  height: 9rem;
  resize: none;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0.5rem 0 0 0.5rem;
  margin-top: 30px;
}
.product-storage-availability .save-date-changes {
  width: 50%;
  display: inline-block;
}
.product-storage-availability .edit-storage-item-date {
  margin-top: 0px;
  border-radius: 4px;
}
.product-storage-availability .SingleDatePicker_picker {
  transform: translate(-12%);
}
.product-storage-availability .CalendarMonth_table {
  border-collapse: collapse;
}
.product-storage-availability .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.product-storage-availability .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .product-storage-availability .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .product-storage-availability .DayPicker_focusRegion {
    zoom: 1;
  }
}
.product-storage-availability .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.product-storage-availability .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.product-storage-availability .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.product-storage-availability .CalendarDay__selected.CalendarDay__default,
.product-storage-availability .CalendarDay__selected_span.CalendarDay__default,
.product-storage-availability .CalendarDay__hovered_span.CalendarDay__default,
.product-storage-availability .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.product-storage-availability .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .product-storage-availability .arrows {
    top: 5px;
  }
}
.product-storage-availability .arrows.next {
  right: 22px;
}
.product-storage-availability .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.product-storage-availability .arrows.prev {
  left: 22px;
}
.product-storage-availability .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.product-storage-availability .DayPicker__withBorder {
  box-shadow: none;
}
.product-storage-availability .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .product-storage-availability .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.product-storage-availability .CalendarMonth_caption strong {
  font-weight: normal;
}
.product-storage-availability .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .product-storage-availability .DayPicker_weekHeader {
    top: 37px;
  }
}
.product-storage-availability li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.product-storage-availability .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.product-storage-availability .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.product-storage-availability .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.product-storage-availability .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.product-storage-availability .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.product-storage-availability .CalendarMonth,
.product-storage-availability .CalendarMonthGrid,
.product-storage-availability .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.product-storage-availability .CalendarDay__selected,
.product-storage-availability .CalendarDay__selected:active,
.product-storage-availability .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.product-storage-availability .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}

.add-product-to-order {
  margin-top: 30px;
}
.add-product-to-order .overlay {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.add-product-to-order .overlay .overlay-popup {
  background-color: #fcfbf3;
}
@media (min-width: 961px) {
  .add-product-to-order .overlay .overlay-popup {
    border: 2px solid #063e5c;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    transform: translateX(-50%) translateY(-50%);
  }
}
.add-product-to-order .overlay .overlay-popup .wrap .close-wrap .close-icon {
  z-index: 4;
  cursor: pointer;
  right: 10px;
  color: #fff;
}
.add-product-to-order .SingleDatePicker_picker {
  transform: translate(-12%);
}
.add-product-to-order .CalendarMonth_table {
  border-collapse: collapse;
}
.add-product-to-order .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.add-product-to-order .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .add-product-to-order .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .add-product-to-order .DayPicker_focusRegion {
    zoom: 1;
  }
}
.add-product-to-order .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.add-product-to-order .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.add-product-to-order .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.add-product-to-order .CalendarDay__selected.CalendarDay__default,
.add-product-to-order .CalendarDay__selected_span.CalendarDay__default,
.add-product-to-order .CalendarDay__hovered_span.CalendarDay__default,
.add-product-to-order .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.add-product-to-order .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .add-product-to-order .arrows {
    top: 5px;
  }
}
.add-product-to-order .arrows.next {
  right: 22px;
}
.add-product-to-order .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.add-product-to-order .arrows.prev {
  left: 22px;
}
.add-product-to-order .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.add-product-to-order .DayPicker__withBorder {
  box-shadow: none;
}
.add-product-to-order .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .add-product-to-order .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.add-product-to-order .CalendarMonth_caption strong {
  font-weight: normal;
}
.add-product-to-order .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .add-product-to-order .DayPicker_weekHeader {
    top: 37px;
  }
}
.add-product-to-order li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.add-product-to-order .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.add-product-to-order .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.add-product-to-order .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.add-product-to-order .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.add-product-to-order .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.add-product-to-order .CalendarMonth,
.add-product-to-order .CalendarMonthGrid,
.add-product-to-order .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.add-product-to-order .CalendarDay__selected,
.add-product-to-order .CalendarDay__selected:active,
.add-product-to-order .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.add-product-to-order .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}
.add-product-to-order .quantity-message {
  display: inline-block;
}
.add-product-to-order .product-header-period {
  font-size: 20px;
  margin-bottom: 15px;
  max-width: 300px;
}
.add-product-to-order .product-title {
  max-width: 300px;
  padding-top: 12px;
  margin-bottom: 40px;
}
.add-product-to-order .date-range {
  margin-bottom: 30px;
}
.add-product-to-order .border-top {
  margin: 20px 0px;
}
.add-product-to-order .wrap {
  padding: 1rem;
}
.add-product-to-order .wrap textarea {
  width: 100%;
  border: 1px solid #063e60;
  height: 9rem;
  resize: none;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0.5rem 0 0 0.5rem;
  margin-top: 30px;
}
.add-product-to-order .select-css {
  font-size: 16px;
  min-width: 60px;
  font-family: sans-serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23fff' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #063e60 0%, #063e60 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
}
@media screen and (max-width: 960px) {
  .add-product-to-order .select-css {
    text-transform: uppercase;
    font-size: 13px;
  }
}
.add-product-to-order .select-css::-ms-expand {
  display: none;
}
.add-product-to-order .select-css:hover {
  border-color: #888;
}
.add-product-to-order .select-css:focus {
  color: #fff;
  outline: none;
}
.add-product-to-order .select-css:focus option {
  border-color: #aaa;
  color: #063e5c;
  outline: none;
}
.add-product-to-order .select-css option {
  font-weight: normal;
}
.add-product-to-order .close-icon {
  top: 5px;
  cursor: pointer;
}
.add-product-to-order .overlay {
  z-index: 15;
}
.add-product-to-order .overlay .overlay-popup {
  width: 450px;
}
.add-product-to-order .btn-order-add {
  font-size: 13px;
  width: 100%;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .add-product-to-order .btn-order-add {
    font-size: 10px;
    letter-spacing: 0.5px;
    width: auto;
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 960px) {
  .add-product-to-order .overlay .overlay-popup {
    width: 100%;
    border: none;
    position: unset;
    transform: unset;
    padding: 15px;
  }
  .add-product-to-order .overlay .overlay-popup .wrap {
    padding: 0;
  }
  .add-product-to-order .overlay .overlay-popup .wrap .close-wrap {
    height: 39px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
  }
  .add-product-to-order .overlay .overlay-popup .wrap .close-wrap .close-icon {
    right: 15px;
    top: 15px;
    margin: 0;
  }
  .add-product-to-order .overlay .overlay-popup .wrap .close-wrap .close-icon:after {
    height: 40px;
  }
  .add-product-to-order .overlay .overlay-popup .wrap .close-wrap .close-icon:before {
    height: 40px;
  }
}

.form label {
  margin-top: 0.25rem;
  color: #063e5c;
}
.form .form-input {
  font: inherit;
  border: none;
  height: 2.2rem;
  width: 100%;
  outline: none;
  background-color: #c9c9c9;
  color: black;
  padding-left: 0.5rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: right;
  margin-bottom: 1.5rem;
}
.form .form-input-wrapper {
  position: relative;
}
.form .form-input-wrapper::after {
  content: "";
  background-image: url("/img/streepjes.png");
  background-size: 100%;
  right: 0;
  height: 100%;
  width: 45px;
  position: absolute;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .form .form-input {
    margin-bottom: 0;
  }
  .form .form-input-wrapper {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .form .form-input-wrapper::after {
    content: "";
    background-image: url("/img/streepjes.png");
    background-size: 100%;
    height: 100%;
    width: 45px;
    background-repeat: no-repeat;
  }
}
.form .btn {
  background-color: #063e5c;
  margin-bottom: 2.25rem;
  border: none;
  padding: 0.6rem;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
  font-size: 17px;
  margin-top: 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 400px;
  border-radius: 0;
}
.form .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.form .btn[disabled]:hover {
  background-color: #063e5c;
}

.banner-container > h1 {
  display: none;
}
@media (max-width: 960px) {
  .banner-container .banner {
    display: none;
  }
  .banner-container > h1 {
    display: block;
    color: #003958;
    font-size: 21px;
    padding: 15px 15px 0 15px;
    text-align: left;
    word-break: break-word;
    hyphens: manual;
  }
}
@media (max-width: 960px) and (min-width: 368px) {
  .banner-container > h1 {
    font-size: 24px;
  }
}
@media (max-width: 960px) and (min-width: 505px) {
  .banner-container > h1 {
    font-size: 28px;
  }
}

@media (max-width: 960px) {
  #app:not(.route-home) .banner-container {
    display: none;
  }
}
.banner {
  background-color: #003958;
  padding: 2px 6px;
  margin-bottom: 4rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 961px) {
  .banner {
    display: block;
  }
}
.banner .banner-overlay {
  position: absolute;
  left: 0;
  color: #e2001a;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0.9;
  animation: marquee 15s linear infinite;
  padding-left: 100%;
  top: 0;
  height: 100%;
}
.banner .banner-overlay a {
  color: #e2001a;
}
.banner .banner-item {
  padding: 0px 0.7rem;
  background-color: #fcfbf3;
  white-space: nowrap;
  font-size: 31px;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .triangle {
  border-width: 12px 24px 12px 0;
  display: inline-block;
  margin-right: 10px;
  border-color: transparent #e2001a transparent transparent;
}
.banner h1 {
  color: transparent;
  font-weight: 100;
  margin: 0px;
  letter-spacing: 4px;
  font-size: 16px;
}
@media (min-width: 961px) {
  .banner h1 {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .banner h1 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .banner h1 {
    font-size: 24px;
  }
}
.banner .marquee span {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  border: 1px red solid;
  animation: marquee 15s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.login .header {
  border-bottom: 1px solid #063e5c;
}
.login .header h1 {
  color: #e2001a;
  font-weight: 100;
  margin: 1em 0;
  font-size: 31px;
  font-weight: 300;
}
.login a {
  color: #063e60;
  text-decoration: underline;
  margin: 12px 0;
  display: inline-block;
}
.login .overlay-popup {
  padding: 10px;
}
.login .overlay-popup .close {
  cursor: pointer;
  float: right;
}
.login .overlay-popup .close:hover {
  color: #e2001a;
}

@media (max-width: 960px) {
  #app.route-login > .columns {
    margin: 0;
  }
  .login {
    padding: 0 15px;
  }
  .login .header {
    border-bottom: 2px solid #063e5c;
  }
  .login .header h1 {
    margin: 0 0 15px 0;
  }
  .login label[for=email] {
    margin-top: 1.8rem;
  }
  .login label[for=email], .login label[for=password] {
    display: block;
    margin-bottom: 6px;
  }
  .login br:first-of-type {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .reset-email-form {
    width: 818px;
    margin: 0px auto;
  }
}
.reset-email-form .header {
  border-bottom: 1px solid #063e5c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.reset-email-form .header h1 {
  color: #e2001a;
  font-weight: 100;
  font-size: 20px;
}
.reset-email-form label {
  margin: 0.25rem 0;
  color: #063e5c;
}
.reset-email-form .form-input {
  font: inherit;
  border: none;
  height: 2.2rem;
  width: 100%;
  outline: none;
  background-color: #c9c9c9;
  color: black;
  padding-left: 0.5rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: right;
  margin-bottom: 1.5rem;
}
.reset-email-form .form-input-wrapper {
  position: relative;
}
.reset-email-form .form-input-wrapper::after {
  content: "";
  background-image: url("/img/streepjes.png");
  background-size: 100%;
  right: 0;
  height: 100%;
  width: 45px;
  position: absolute;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .reset-email-form .form-input {
    margin-bottom: 0;
  }
  .reset-email-form .form-input-wrapper {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .reset-email-form .form-input-wrapper::after {
    content: "";
    background-image: url("/img/streepjes.png");
    background-size: 100%;
    height: 100%;
    width: 45px;
    background-repeat: no-repeat;
  }
}
.reset-email-form input {
  color: #fff;
}
.reset-email-form .btn {
  margin-top: 0px;
}
.reset-email-form .column:first-of-type {
  padding-bottom: 0px;
}

@media (max-width: 960px) {
  #app.route-password.request .columns {
    margin: 0;
  }
  .reset-email-form {
    padding: 0 15px;
  }
  .reset-email-form .header {
    border-bottom: 2px solid #063e5c;
  }
  .reset-email-form .header h1 {
    margin: 0 0 15px 0;
  }
  .reset-email-form form label {
    display: block;
    margin-bottom: 6px;
  }
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}

.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}

.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}

@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}

.rc-tooltip-hidden {
  display: none;
}

.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}

.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}

.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}

.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}

.rc-tooltip-inner {
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 3px 14px;
  border: 2px solid #063e60;
  display: inline-block;
  color: #063e60;
  font-size: 117%;
  background-color: #fcfbf3;
}

.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}

.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}

.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}

.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

@media screen and (min-width: 1024px) {
  .register {
    width: 818px;
    margin: 0px auto;
  }
}
.register .message h2 {
  font-weight: bold;
  color: #e2001a;
  font-size: 26px;
}
.register .color-red li {
  color: #e2001a;
}
.register form .form-input ::-moz-placeholder {
  /* Firefox, Chrome, Opera */
}
.register form .form-input ::placeholder {
  /* Firefox, Chrome, Opera */
}
.register form .form-input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.register form .form-input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.register .header {
  border-bottom: 1px solid #063e5c;
}
.register .header h1 {
  color: #e2001a;
  margin: 1em 0;
  font-size: 31px;
  font-weight: 300;
}
.register .text-big {
  margin: 0px;
  font-size: 22.22px;
  padding-top: 4px;
  margin-bottom: 50px;
  font-weight: normal;
}
.register p {
  color: #063e5c;
  line-height: 1.45;
  font-size: 18px;
}
@media (max-width: 960px) {
  .register p {
    font-size: 15px;
  }
}
.register .usps {
  color: #063e5c;
  font-size: 18px;
  list-style: none;
  padding-left: 1em;
  margin-top: 1em;
}
@media (max-width: 960px) {
  .register .usps {
    font-size: 15px;
  }
}
.register .usps > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.register .quote {
  font-size: 85%;
  display: block;
  color: #063e5c;
}
.register .membership {
  margin-bottom: 35px;
}
.register .membership .triangle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8.8px;
  cursor: pointer;
}
.register .membership .triangle.down {
  border-width: 18px 9px 0 9px;
  border-color: #e2001a transparent transparent transparent;
}
.register .membership .triangle-header span {
  font-size: 20.22px;
  vertical-align: middle;
  font-weight: bold;
  color: #063e5c;
  cursor: pointer;
}
@media (max-width: 960px) {
  .register .membership .triangle-header span {
    font-size: 18px;
  }
}
.register .membership .triangle-header span:hover {
  color: #e2001a;
}
.register .membership > p {
  font-size: 15px;
}
.register .text-bold {
  color: #063e5c;
}

@media (max-width: 960px) {
  #app.route-register > .columns {
    margin: 0;
  }
  .register {
    padding: 0 15px;
  }
  .register .header {
    border-bottom: 2px solid #063e5c;
  }
  .register .header h1 {
    margin: 0 0 15px 0;
  }
  .register > p:first-of-type {
    margin: 15px 0 12px 0;
  }
  .register .membership p {
    margin-top: 10px;
  }
  .register .membership form {
    margin-top: 12px;
  }
  .register .membership form label {
    margin-bottom: 6px;
  }
  .register .membership form label:last-of-type {
    display: block;
  }
  .register .membership form input[type=submit] {
    margin-bottom: 12px;
  }
}
.interview .italic {
  font-style: italic;
}
.interview .intro {
  margin-top: 20px;
}
.interview .triangle-header span {
  font-weight: bold;
}
.interview p {
  color: #063e5c;
  font-size: 18px;
  line-height: 1.458;
  margin-bottom: 1rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.mb {
  margin-bottom: 2.25rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt {
  margin-top: 2.25rem;
}

.text-bold {
  font-weight: bold;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.success-text {
  color: #2ecc71;
}

.warning-text {
  color: #e2001a;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.text-underline {
  text-decoration: underline;
}

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

@media screen and (min-width: 1024px) {
  .text-small {
    font-size: 17.75px;
  }
}

@media screen and (min-width: 1400px) {
  .text-medium {
    font-size: 19.2389006342px;
  }
}

.text-big {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .text-big {
    font-size: 22px;
  }
}

.form-control {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin: 0px auto;
  margin-bottom: 1rem;
  width: 95%;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.btn {
  background-color: #063e5c;
  margin-bottom: 2.25rem;
  outline: none;
  border: none;
  padding: 0.6rem;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
  font-size: 17px;
  margin-top: 0.75rem;
}
.btn-favorite {
  padding: 0;
  display: block;
  width: 40px;
}
@media (max-width: 960px) {
  .btn-favorite {
    width: 32px;
  }
}
.btn:hover {
  background-color: #e2001a;
}

.close-icon {
  position: absolute;
  width: 39px;
  height: 39px;
  margin: 5px;
}

.close-icon:hover {
  opacity: 1;
}

.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 45px;
  width: 5px;
  background-color: #063e5c;
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}

@media (max-width: 960px) {
  .close-icon {
    right: 0px !important;
    top: 15px !important;
  }
  .close-icon:before,
  .close-icon:after {
    height: 25px;
    width: 3px;
  }
}
.triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.3s linear;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent #e2001a;
}

.overlay {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 102;
}
.overlay .overlay-popup {
  background-color: #fcfbf3;
  z-index: 1;
  border: 2px solid #063e5c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 450px;
}

.border-top {
  border-top: 1px solid #063e5c;
  display: block;
  width: 220px;
}

.grey-triangle {
  display: block;
  width: 0;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  height: 0;
  border-style: solid;
  border-width: 57.5px 115px 57.5px 0;
  border-color: transparent rgb(201, 201, 201) transparent transparent;
}

.loader-wrapper {
  position: relative;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.suggestion-box h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 17px;
}
.suggestion-box .suggestions {
  overflow: hidden;
  height: 40rem;
}
.suggestion-box .suggestions .suggestions-inner {
  overflow-y: scroll;
  height: 41rem;
  width: 100%;
}
.suggestion-box .suggestions .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.suggestion-box .suggestions .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.suggestion-box .suggestions .suggestion-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fcfbf3;
  padding: 2px 10px 0px 0px;
  color: #063e5c;
}
.suggestion-box .suggestions .suggestion {
  width: 100%;
  position: relative;
  margin-bottom: 0.6rem;
  background-color: #c9c9c9;
}
.suggestion-box .suggestions .suggestion::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.tab-item-content {
  display: none;
}
.tab-item-content.active {
  display: block;
}

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

.slick-list {
  position: relative;
  height: 320px;
}
@media (max-width: 640px) {
  .slick-list {
    height: 120px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .slick-list {
    height: 240px;
  }
}
.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide div {
  height: 100%;
}
.slick-slide div:focus {
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.landscape-slider-mobile {
  display: none;
}

.project {
  position: relative;
}
.project a > h3 {
  color: #e2001a;
  background-color: #fcfbf3;
  padding: 0px 10px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 961px) {
  .project a > h3 {
    font-size: 45px;
  }
}
.project .text-bold, .project p {
  color: #063e5c;
}
.project h2 {
  text-transform: uppercase;
  color: #e2001a;
}

@media screen and (min-device-width: 280px) and (max-device-width: 800px) and (max-device-height: 800px) and (orientation: landscape) {
  .route-home .landscape-slider-mobile {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 999999999999;
  }
  .route-home .landscape-slider-mobile .slick-list {
    height: 100vh;
  }
}
.login-register-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}
.login-register-buttons button {
  width: 100%;
  max-width: 400px;
  padding: 7px 30px;
  margin: 30px auto 0;
  display: block;
  font-size: 19px;
  font-weight: 300;
  background-color: #e2001a;
  letter-spacing: 1.5px;
  border: none;
}
.login-register-buttons button a {
  color: white;
}
.login-register-buttons .button-container {
  width: 100%;
  padding: 0 15px;
}
.login-register-buttons .button-container button {
  max-width: 400px;
  padding: 0;
}
.login-register-buttons .button-container button a:first-of-type {
  width: 100%;
  padding: 7px 30px;
  display: block;
  background-color: transparent;
  text-align: center;
}
.login-register-buttons .button-container .login-link {
  text-decoration: underline;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}
.login-register-buttons .button-container {
  text-align: center;
}
@media (min-width: 961px) {
  .login-register-buttons {
    display: none;
  }
}

.shopping-cart {
  color: #063e5c;
  display: flex;
  flex-direction: row;
  padding: 20px;
}
@media (max-width: 960px) {
  .shopping-cart {
    font-size: 14px;
    overflow: hidden;
  }
  .shopping-cart.columns {
    margin: 0;
    padding: 0 15px;
  }
}
.shopping-cart .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 961px) {
  .shopping-cart .header {
    align-items: flex-end;
  }
}
@media (min-width: 961px) {
  .shopping-cart .header .empty-cart {
    margin-bottom: 30px;
    margin-right: 30px;
    font-size: 16px;
  }
}
.shopping-cart .header .empty-cart {
  font-size: 11px;
  text-decoration: underline;
}
@media (min-width: 1264px) {
  .shopping-cart {
    padding: 0px;
  }
}
.shopping-cart .title-desktop {
  display: none;
}
@media (min-width: 961px) {
  .shopping-cart .title-desktop {
    display: block;
  }
}
.shopping-cart .triangle-header.title-mobile {
  display: flex;
  align-items: center;
}
.shopping-cart .triangle-header.title-mobile .triangle {
  display: initial;
}
.shopping-cart .triangle-header.title-mobile .link-title {
  margin-left: 12px;
  font-size: 26px;
}
@media (min-width: 961px) {
  .shopping-cart .triangle-header.title-mobile .link-title {
    font-weight: 700;
  }
}
@media (min-width: 961px) {
  .shopping-cart .title-mobile {
    display: none !important;
  }
}
.shopping-cart .left-column {
  display: none;
  padding: 0px;
}
.shopping-cart .left-column h2 {
  padding-top: 4.44px;
  border-top: 1px solid #063e5c;
  font-weight: normal;
  font-size: 20px;
}
.shopping-cart .left-column a {
  text-decoration: underline;
}
@media (min-width: 1216px) {
  .shopping-cart .left-column {
    display: block;
    width: 20%;
    flex: none;
    padding: 28.8px;
  }
}
.shopping-cart .right-column {
  width: 100%;
  padding: 1.8rem 0;
}
@media (max-width: 960px) {
  .shopping-cart .right-column {
    padding: 15px 0;
  }
}
@media (min-width: 961px) {
  .shopping-cart .right-column {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 1216px) {
  .shopping-cart .right-column {
    margin-top: -66px;
    width: 80%;
    flex: none;
    padding: 28.8px;
  }
}
.shopping-cart h1 {
  font-size: 31px;
  font-weight: 300;
  color: #e2001a;
  font-weight: normal;
  margin-bottom: 30px;
}
.shopping-cart .text-big {
  color: #063e5c;
}
.shopping-cart p {
  line-height: 1.458;
  font-size: 17.75px;
}
.shopping-cart .red {
  margin: 15px 0px;
  color: #e2001a;
}
.shopping-cart .shoppingCartExpiredList li {
  list-style-type: disc;
  margin-left: 15px;
}
.shopping-cart .border-top {
  width: 100%;
}
.shopping-cart .form-error {
  display: inline-block;
  width: 100%;
}
.shopping-cart .product {
  color: #063e5c;
  margin-bottom: 0px;
  margin: 0;
  border-bottom: 2px solid #063e60;
  padding: 28px 0px;
}
@media (max-width: 960px) {
  .shopping-cart .product {
    padding: 15px 0px;
  }
}
@media (min-width: 961px) {
  .shopping-cart .product {
    border-top: 1px solid #063e60;
    border-bottom: 0px;
  }
}
.shopping-cart .product .first-columns {
  display: flex;
}
@media (min-width: 961px) {
  .shopping-cart .product .first-columns {
    padding-bottom: 28.8px;
  }
}
@media (max-width: 960px) {
  .shopping-cart .product .first-columns {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 960px) {
  .shopping-cart .product .columns:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.shopping-cart .product .product-item-left-col {
  flex: none;
  width: 50%;
}
@media (min-width: 961px) {
  .shopping-cart .product .product-item-left-col {
    display: flex;
  }
}
@media (max-width: 960px) {
  .shopping-cart .product .product-item-left-col {
    padding: 0px 10px 0px 1.8rem;
  }
}
.shopping-cart .product .product-specs-title {
  font-weight: normal;
  margin: 0px;
  border-top: 1px solid #063e5c;
  padding-top: 0.25rem;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .shopping-cart .product .product-specs-title {
    font-size: 20px;
  }
}
.shopping-cart .product .product-title {
  font-weight: bold;
}
.shopping-cart .product .product-specifications {
  font-size: 17.75px;
  width: 100%;
}
.shopping-cart .product .product-specifications table {
  width: 100%;
}
.shopping-cart .product .product-specifications table tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.shopping-cart .product .product-specifications th {
  font-weight: bold;
}
.shopping-cart .product .product-specifications .property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 15px;
  width: 100%;
}
.shopping-cart .product .product-specifications .property-grid .property-grid-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  box-sizing: border-box;
}
.shopping-cart .product .product-specifications .property-grid .property-grid-item .property-grid-item-subheader {
  font-weight: bold;
  font-size: 0.9em;
  color: #063e5c;
}
.shopping-cart .product .product-specifications .property-grid .property-grid-item .property-grid-item-content {
  margin-bottom: 8px;
}
.shopping-cart .product .product-specifications .property-grid .property-grid-item .material {
  display: flex;
  flex-direction: column;
}
.shopping-cart .product .product-image {
  margin: 0px;
  position: relative;
  background-color: #c9c9c9;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 28.8px;
}
@media (min-width: 961px) {
  .shopping-cart .product .product-image {
    width: 10.8rem;
    height: 10.8rem;
    position: relative;
    background-color: #c9c9c9;
    display: inline-block;
  }
}
.shopping-cart .product .product-image::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.shopping-cart .product .product-image .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shopping-cart .product .product-image .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.shopping-cart .product .product-content {
  display: none;
}
@media (min-width: 961px) {
  .shopping-cart .product .product-content {
    display: block;
  }
}
.shopping-cart .product .product-specs-container table {
  line-height: 1.458;
  font-size: 17.75px;
  width: 235px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.shopping-cart .product .product-information div {
  line-height: 1.458;
  font-size: 16.5px;
}
@media (max-width: 960px) {
  .shopping-cart .product .product-information-mobile-wrapper {
    padding: 0px 15px 0 0 !important;
  }
  .shopping-cart .product .product-information-mobile-wrapper .product-remove-wrapper {
    display: none;
  }
}
.shopping-cart .product .product-information-mobile > div:first-of-type > div.text-bold:first-of-type {
  margin-top: 0;
}
.shopping-cart .product .product-information-mobile .shopping-cart-item {
  display: block;
}
.shopping-cart .product .product-information-mobile .label-nr {
  font-size: 18px;
}
@media (max-width: 450px) {
  .shopping-cart .product .product-information-mobile .label-nr {
    font-size: 14px;
  }
}
.shopping-cart .product .product-information-mobile .label-nr {
  text-transform: uppercase;
}
.shopping-cart .product .product-information-mobile .text-bold {
  margin-top: 15px;
}
@media (min-width: 961px) {
  .shopping-cart .product .product-information-mobile {
    display: none;
  }
}
.shopping-cart .product .product-information-mobile > div {
  position: relative;
}
.shopping-cart .product .product-information-mobile > div > .widget {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.shopping-cart .product .product-information-mobile > div > .widget > div, .shopping-cart .product .product-information-mobile > div > .widget > div > div, .shopping-cart .product .product-information-mobile > div > .widget > div > div > div {
  width: 100%;
  height: 100%;
}
.shopping-cart .product .mobile-edit-period {
  padding: 10px 1.8rem 5px 1.8rem;
}
.shopping-cart .product .mobile-edit-period .period-container {
  display: flex;
  align-items: center;
  position: relative;
}
.shopping-cart .product .mobile-edit-period .period-container .text-bold {
  margin-right: 10px;
}
.shopping-cart .product .mobile-edit-period .period-container input {
  border: none;
  padding: 5px 0px;
  width: 71px;
  background-color: transparent;
}
.shopping-cart .product .mobile-edit-period .period-container .triangle-header {
  margin: 0px 15px;
}
.shopping-cart .product .mobile-edit-period .period-container .close-icon-mobile {
  margin-left: auto;
  right: 0px;
}
.shopping-cart .product .mobile-edit-period .period-container .close-icon-mobile svg {
  width: 25px;
  height: 25px;
}
.shopping-cart .product .mobile-edit-period .period-container .shopping-cart-item {
  display: block !important;
}
.shopping-cart .product .mobile-edit-period .period-container > div.triangle {
  margin: 0 10px;
}
.shopping-cart .product .mobile-edit-period .period-container .product-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
}
.shopping-cart .product .mobile-edit-period .period-container .product-options > a, .shopping-cart .product .mobile-edit-period .period-container .product-options svg {
  height: 23.2px;
}
.shopping-cart .product .mobile-edit-period .period-container .product-options .widget {
  margin-right: 12px;
}
.shopping-cart .product .mobile-edit-period .period-container .product-options .confirm-remove {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.75);
}
.shopping-cart .product .mobile-edit-period .period-container .product-options .confirm-remove > div {
  position: relative;
  width: 80vw;
  padding: 30px 15px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fcfbf3;
  border: 2px solid #063e5c;
  top: 50vh;
  left: 10vw;
  transform: translateY(-50%);
}
.shopping-cart .product .mobile-edit-period .period-container .product-options .confirm-remove h3 {
  font-size: 20px;
  margin-bottom: 24px;
}
.shopping-cart .product .mobile-edit-period .period-container .product-options .confirm-remove > div {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.shopping-cart .product .mobile-edit-period .period-container .product-options .confirm-remove > div p, .shopping-cart .product .mobile-edit-period .period-container .product-options .confirm-remove > div a {
  display: block;
  width: 100%;
  height: unset;
  max-width: 400px;
  padding: 7px 30px;
  font-size: 19px;
  font-weight: 300;
  background-color: #e2001a;
  letter-spacing: 1.5px;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  color: white;
  line-height: unset;
}
.shopping-cart .product .mobile-edit-period .period-container .product-options .confirm-remove > div a {
  margin-bottom: 15px;
  background-color: #063e5c;
}
@media (min-width: 961px) {
  .shopping-cart .product .mobile-edit-period {
    display: none;
  }
}
.shopping-cart .product .product-remove-wrapper {
  position: relative;
}
.shopping-cart .product .product-remove-wrapper .close-icon-desktop {
  display: none;
}
@media (min-width: 961px) {
  .shopping-cart .product .product-remove-wrapper .close-icon-desktop {
    display: block;
    right: 22px;
    top: 1.9rem;
  }
}
.shopping-cart .product .product-remove-wrapper textarea {
  width: 100%;
  vertical-align: text-bottom;
  height: 9rem;
  font-size: 16px;
  margin: 0;
  box-shadow: none;
  outline: none;
  background-color: #fcfbf3;
  border: 2px solid #063e60;
  padding: 5px 8px;
  resize: none;
  display: none;
}
@media (min-width: 961px) {
  .shopping-cart .product .product-remove-wrapper textarea {
    display: block;
  }
}
.shopping-cart .shopping-cart-item {
  display: none;
}
@media (min-width: 961px) {
  .shopping-cart .shopping-cart-item {
    display: block;
  }
}
.shopping-cart .is-empty-message {
  font-size: 19.23px;
  padding-top: 4.44px;
  font-weight: normal;
}
.shopping-cart .is-empty-message a {
  text-decoration: underline;
}
.shopping-cart .product-total-desktop {
  border-top: 1px solid #063e5c;
  padding-top: 5px;
  display: none;
}
.shopping-cart .product-total-desktop .btn {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  .shopping-cart .product-total-desktop {
    display: block;
  }
}
.shopping-cart .product-total-mobile {
  border-top: 1px solid #063e5c;
  padding: 15px 0;
}
.shopping-cart .product-total-mobile .pricing {
  display: flex;
}
.shopping-cart .product-total-mobile .triangle-header {
  display: flex;
}
.shopping-cart .product-total-mobile .list {
  list-style-type: none;
  padding: 20px 15px 20px 0;
}
.shopping-cart .product-total-mobile .list li {
  font-size: 11px;
}
.shopping-cart .product-total-mobile .text-underline {
  margin-left: 0px;
}
.shopping-cart .product-total-mobile .buttons {
  display: flex;
}
.shopping-cart .product-total-mobile .buttons a {
  font-size: 12px;
  padding: 0.5rem;
  text-align: left;
  width: 120px;
  margin-bottom: 0;
}
.shopping-cart .product-total-mobile .buttons a:first-child {
  margin-right: 15px;
}
.shopping-cart .product-total-mobile * div {
  margin-right: 5px;
}
@media (min-width: 961px) {
  .shopping-cart .product-total-mobile {
    display: none;
  }
}
.shopping-cart .product-order-float-mobile {
  background-color: #e2001a;
  left: 0px;
  width: 100%;
  z-index: 5;
  text-align: center;
  padding-top: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  bottom: 0px;
  position: fixed;
}
.shopping-cart .product-order-float-mobile.fixed {
  position: fixed;
}
.shopping-cart .product-order-float-mobile.relative {
  position: relative;
  margin-left: -15px;
  width: 100vw;
}
.shopping-cart .product-order-float-mobile .btn {
  background-color: #e2001a;
}
.shopping-cart .product-order-float-mobile a {
  margin: 0px auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding: 12px 30px;
}
@media (min-width: 961px) {
  .shopping-cart .product-order-float-mobile {
    display: none;
  }
}
.shopping-cart .edit {
  margin-top: auto;
  margin-bottom: 10px;
}
.shopping-cart .text-underline {
  margin-left: 15px;
}

@media (max-width: 960px) {
  .route-shopping-cart .product-app-navigation {
    display: none;
  }
}

.shopping-cart-wizard .overlay .overlay-popup .close-icon {
  display: flex;
  align-items: flex-start;
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.shopping-cart-wizard .overlay .overlay-popup .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.shopping-cart-wizard .overlay .overlay-popup .btn.success {
  width: 20rem;
  line-height: 1.458;
}
.shopping-cart-wizard .overlay .overlay-popup .quantity-message {
  display: inline-block;
}
.shopping-cart-wizard .overlay .overlay-popup .product-header-period {
  font-size: 20px;
  margin-bottom: 15px;
  max-width: 300px;
}
.shopping-cart-wizard .overlay .overlay-popup .product-title {
  max-width: 300px;
  padding-top: 12px;
  margin-bottom: 40px;
}
.shopping-cart-wizard .overlay .overlay-popup .date-range {
  margin-bottom: 30px;
}
.shopping-cart-wizard .overlay .overlay-popup .border-top {
  margin: 20px 0px;
}
.shopping-cart-wizard .overlay .overlay-popup .wrap {
  padding: 1rem;
}
.shopping-cart-wizard .overlay .overlay-popup .wrap textarea {
  width: 100%;
  border: 1px solid #063e60;
  height: 9rem;
  resize: none;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0.5rem 0 0 0.5rem;
  margin-top: 30px;
}
.shopping-cart-wizard .overlay .overlay-popup .SingleDatePicker_picker {
  transform: translate(-12%);
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarMonth_table {
  border-collapse: collapse;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .shopping-cart-wizard .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .shopping-cart-wizard .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 1;
  }
}
.shopping-cart-wizard .overlay .overlay-popup .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.shopping-cart-wizard .overlay .overlay-popup .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.shopping-cart-wizard .overlay .overlay-popup .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__selected.CalendarDay__default,
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__selected_span.CalendarDay__default,
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default,
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.shopping-cart-wizard .overlay .overlay-popup .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .shopping-cart-wizard .overlay .overlay-popup .arrows {
    top: 5px;
  }
}
.shopping-cart-wizard .overlay .overlay-popup .arrows.next {
  right: 22px;
}
.shopping-cart-wizard .overlay .overlay-popup .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.shopping-cart-wizard .overlay .overlay-popup .arrows.prev {
  left: 22px;
}
.shopping-cart-wizard .overlay .overlay-popup .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.shopping-cart-wizard .overlay .overlay-popup .DayPicker__withBorder {
  box-shadow: none;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .shopping-cart-wizard .overlay .overlay-popup .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarMonth_caption strong {
  font-weight: normal;
}
.shopping-cart-wizard .overlay .overlay-popup .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .shopping-cart-wizard .overlay .overlay-popup .DayPicker_weekHeader {
    top: 37px;
  }
}
.shopping-cart-wizard .overlay .overlay-popup li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.shopping-cart-wizard .overlay .overlay-popup .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarMonth,
.shopping-cart-wizard .overlay .overlay-popup .CalendarMonthGrid,
.shopping-cart-wizard .overlay .overlay-popup .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__selected,
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__selected:active,
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.shopping-cart-wizard .overlay .overlay-popup .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}
.shopping-cart-wizard .overlay .overlay-popup .select-css {
  font-size: 16px;
  min-width: 60px;
  font-family: sans-serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23fff' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #063e60 0%, #063e60 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
}
@media screen and (max-width: 960px) {
  .shopping-cart-wizard .overlay .overlay-popup .select-css {
    text-transform: uppercase;
    font-size: 13px;
  }
}
.shopping-cart-wizard .overlay .overlay-popup .select-css::-ms-expand {
  display: none;
}
.shopping-cart-wizard .overlay .overlay-popup .select-css:hover {
  border-color: #888;
}
.shopping-cart-wizard .overlay .overlay-popup .select-css:focus {
  color: #fff;
  outline: none;
}
.shopping-cart-wizard .overlay .overlay-popup .select-css:focus option {
  border-color: #aaa;
  color: #063e5c;
  outline: none;
}
.shopping-cart-wizard .overlay .overlay-popup .select-css option {
  font-weight: normal;
}
.shopping-cart-wizard .overlay .overlay-popup .select-css {
  margin: 0px 10px;
}
@media (min-width: 961px) {
  .shopping-cart-wizard .overlay .overlay-popup .wrap {
    padding: 1rem;
  }
  .shopping-cart-wizard .overlay .overlay-popup {
    padding: 0;
    width: 450px;
    height: auto;
  }
  .shopping-cart-wizard .overlay .overlay-popup input[type=text] {
    margin-top: 0;
    border: 0;
  }
}
@media (max-width: 960px) {
  .shopping-cart-wizard .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .shopping-cart-wizard .overlay .overlay-popup {
    height: 100%;
    overflow-y: scroll;
    position: relative;
    border: unset;
    padding: 0;
    transform: unset;
    top: unset;
    left: unset;
    width: unset;
  }
  .shopping-cart-wizard .overlay .overlay-popup .close-icon {
    top: 1rem;
    right: 0px;
  }
  .shopping-cart-wizard .overlay .overlay-popup .close-icon:before, .shopping-cart-wizard .overlay .overlay-popup .close-icon:after {
    height: 25px;
    width: 3px;
  }
  .shopping-cart-wizard .overlay .step-1 {
    display: flex;
    flex-direction: column;
  }
  .shopping-cart-wizard .overlay .step-1 .border-top {
    display: none;
  }
  .shopping-cart-wizard .overlay .step-1 .product-title {
    order: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #063e5c;
    margin-bottom: 1rem;
    padding-top: 0px;
    font-size: 31px;
    max-width: 90%;
    font-weight: 300;
    font-size: 20px;
  }
  .shopping-cart-wizard .overlay .step-1 .product-title:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .shopping-cart-wizard .overlay .step-1 .product-header-period {
    order: 2;
    font-size: 17px;
    text-transform: none;
    max-width: unset;
    margin-bottom: 5px;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range {
    order: 3;
    margin-bottom: 1.8rem;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range input {
    text-transform: uppercase;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range .DateRangePickerInput, .shopping-cart-wizard .overlay .step-1 .date-range .DateRangePicker {
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range .DateRangePickerInput {
    display: flex;
    align-items: center;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range .DateRangePickerInput .DateInput_1 {
    width: 45%;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range .DateRangePickerInput .DateInput_1 input {
    background-color: #063e5c;
    color: white;
    text-align: center;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range .DateRangePickerInput .DateRangePickerInput_arrow_1 {
    width: 10%;
  }
  .shopping-cart-wizard .overlay .step-1 .date-range .DateRangePickerInput .DateRangePickerInput_arrow_1 svg {
    display: none;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) {
    order: 4;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) button {
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: 10px auto 0;
    display: block;
    font-size: 19px;
    font-weight: 300;
    background-color: #e2001a;
    letter-spacing: 1.5px;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(1) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1.8rem;
    border-bottom: 2px solid #063e5c;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(1) label {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-right: 12px;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(1) label:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) {
    padding-top: 1.8rem;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) label {
    margin: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) label:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .shopping-cart-wizard .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) textarea {
    margin-top: 1rem;
    height: 5rem;
  }
  .shopping-cart-wizard .overlay .step-2 > .border-top {
    display: none;
  }
  .shopping-cart-wizard .overlay .step-2 > h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .shopping-cart-wizard .overlay .step-2 > div {
    margin-bottom: 20px;
  }
  .shopping-cart-wizard .overlay .step-2 > div h3 {
    font-size: 20px;
  }
  .shopping-cart-wizard .overlay .step-2 a.btn.success {
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: auto;
    display: block;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1.5px;
    border: none;
    text-align: center;
    background-color: #e2001a;
  }
}
@media (max-width: 960px) and (min-width: 320px) and (max-width: 392px) {
  .shopping-cart-wizard .overlay .step-2 a.btn.success {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .shopping-cart-wizard .overlay .step-2 a.btn.success:first-of-type {
    background-color: #063e5c;
    margin-bottom: 15px;
  }
}

.shopping-cart-item .overlay .overlay-popup .close-icon {
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.shopping-cart-item .overlay .overlay-popup .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.shopping-cart-item .overlay .overlay-popup .btn.success {
  width: 20rem;
  line-height: 1.458;
}
.shopping-cart-item .overlay .overlay-popup .quantity-message {
  display: inline-block;
}
.shopping-cart-item .overlay .overlay-popup .product-header-period {
  font-size: 20px;
  margin-bottom: 15px;
  max-width: 300px;
}
.shopping-cart-item .overlay .overlay-popup .product-title {
  max-width: 300px;
  padding-top: 12px;
  color: #e2001a;
  font-size: 31px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.shopping-cart-item .overlay .overlay-popup .product-title.in-storage {
  color: #e26800;
}
.shopping-cart-item .overlay .overlay-popup .date-range {
  margin-bottom: 30px;
}
.shopping-cart-item .overlay .overlay-popup .border-top {
  margin: 20px 0px;
  width: 220px;
}
.shopping-cart-item .overlay .overlay-popup .wrap {
  padding: 1rem;
}
.shopping-cart-item .overlay .overlay-popup .wrap textarea {
  width: 100%;
  border: 1px solid #063e60;
  height: 9rem;
  resize: none;
  font-size: 18px;
  box-sizing: border-box;
  background: #fff;
  padding: 0.5rem 0 0 0.5rem;
  margin-top: 30px;
}
.shopping-cart-item .overlay .overlay-popup .SingleDatePicker_picker {
  transform: translate(-12%);
}
.shopping-cart-item .overlay .overlay-popup .CalendarMonth_table {
  border-collapse: collapse;
}
.shopping-cart-item .overlay .overlay-popup .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.shopping-cart-item .overlay .overlay-popup .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .shopping-cart-item .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .shopping-cart-item .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 1;
  }
}
.shopping-cart-item .overlay .overlay-popup .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.shopping-cart-item .overlay .overlay-popup .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.shopping-cart-item .overlay .overlay-popup .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.shopping-cart-item .overlay .overlay-popup .CalendarDay__selected.CalendarDay__default,
.shopping-cart-item .overlay .overlay-popup .CalendarDay__selected_span.CalendarDay__default,
.shopping-cart-item .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default,
.shopping-cart-item .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.shopping-cart-item .overlay .overlay-popup .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .shopping-cart-item .overlay .overlay-popup .arrows {
    top: 5px;
  }
}
.shopping-cart-item .overlay .overlay-popup .arrows.next {
  right: 22px;
}
.shopping-cart-item .overlay .overlay-popup .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.shopping-cart-item .overlay .overlay-popup .arrows.prev {
  left: 22px;
}
.shopping-cart-item .overlay .overlay-popup .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.shopping-cart-item .overlay .overlay-popup .DayPicker__withBorder {
  box-shadow: none;
}
.shopping-cart-item .overlay .overlay-popup .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .shopping-cart-item .overlay .overlay-popup .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.shopping-cart-item .overlay .overlay-popup .CalendarMonth_caption strong {
  font-weight: normal;
}
.shopping-cart-item .overlay .overlay-popup .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .shopping-cart-item .overlay .overlay-popup .DayPicker_weekHeader {
    top: 37px;
  }
}
.shopping-cart-item .overlay .overlay-popup li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.shopping-cart-item .overlay .overlay-popup .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.shopping-cart-item .overlay .overlay-popup .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.shopping-cart-item .overlay .overlay-popup .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.shopping-cart-item .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.shopping-cart-item .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.shopping-cart-item .overlay .overlay-popup .CalendarMonth,
.shopping-cart-item .overlay .overlay-popup .CalendarMonthGrid,
.shopping-cart-item .overlay .overlay-popup .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.shopping-cart-item .overlay .overlay-popup .CalendarDay__selected,
.shopping-cart-item .overlay .overlay-popup .CalendarDay__selected:active,
.shopping-cart-item .overlay .overlay-popup .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.shopping-cart-item .overlay .overlay-popup .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}
.shopping-cart-item .overlay .overlay-popup .select-css {
  font-size: 16px;
  min-width: 60px;
  font-family: sans-serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23fff' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #063e60 0%, #063e60 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
}
@media screen and (max-width: 960px) {
  .shopping-cart-item .overlay .overlay-popup .select-css {
    text-transform: uppercase;
    font-size: 13px;
  }
}
.shopping-cart-item .overlay .overlay-popup .select-css::-ms-expand {
  display: none;
}
.shopping-cart-item .overlay .overlay-popup .select-css:hover {
  border-color: #888;
}
.shopping-cart-item .overlay .overlay-popup .select-css:focus {
  color: #fff;
  outline: none;
}
.shopping-cart-item .overlay .overlay-popup .select-css:focus option {
  border-color: #aaa;
  color: #063e5c;
  outline: none;
}
.shopping-cart-item .overlay .overlay-popup .select-css option {
  font-weight: normal;
}
.shopping-cart-item .overlay .overlay-popup .select-css {
  margin-left: 10px;
}
@media (min-width: 961px) {
  .shopping-cart-item .overlay .overlay-popup {
    padding: unset;
    width: 450px;
    height: unset;
    overflow-y: unset;
  }
  .shopping-cart-item .overlay .overlay-popup input[type=text] {
    margin-top: 0;
    border: 0;
  }
}
@media (max-width: 960px) {
  .shopping-cart-item .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .shopping-cart-item .overlay .overlay-popup {
    height: 100%;
    overflow-y: scroll;
    position: relative;
    border: unset;
    transform: unset;
    top: unset;
    left: unset;
    width: unset;
    padding: unset;
  }
  .shopping-cart-item .overlay .close-icon:before, .shopping-cart-item .overlay .close-icon:after {
    height: 25px;
    width: 3px;
  }
  .shopping-cart-item .overlay .step-1 {
    display: flex;
    flex-direction: column;
  }
  .shopping-cart-item .overlay .step-1 .border-top {
    display: none;
  }
  .shopping-cart-item .overlay .step-1 .product-title {
    order: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #063e5c;
    margin-bottom: 1rem;
    font-size: 20px;
  }
  .shopping-cart-item .overlay .step-1 .product-title:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .shopping-cart-item .overlay .step-1 .product-header-period {
    order: 2;
    font-size: 17px;
    text-transform: none;
    max-width: unset;
    margin-bottom: 5px;
  }
  .shopping-cart-item .overlay .step-1 .date-range {
    order: 3;
    margin-bottom: 1.8rem;
  }
  .shopping-cart-item .overlay .step-1 .date-range input {
    text-transform: uppercase;
  }
  .shopping-cart-item .overlay .step-1 .date-range .DateRangePickerInput, .shopping-cart-item .overlay .step-1 .date-range .DateRangePicker {
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .shopping-cart-item .overlay .step-1 .date-range .DateRangePickerInput {
    display: flex;
    align-items: center;
  }
  .shopping-cart-item .overlay .step-1 .date-range .DateRangePickerInput .DateInput_1 {
    width: 45%;
  }
  .shopping-cart-item .overlay .step-1 .date-range .DateRangePickerInput .DateInput_1 input {
    background-color: #063e5c;
    color: white;
    text-align: center;
    padding: 11px 9px;
    width: 100%;
  }
  .shopping-cart-item .overlay .step-1 .date-range .DateRangePickerInput .DateRangePickerInput_arrow_1 {
    width: 10%;
  }
  .shopping-cart-item .overlay .step-1 .date-range .DateRangePickerInput .DateRangePickerInput_arrow_1 svg {
    display: none;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) {
    order: 4;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) button {
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: 10px auto 0;
    display: block;
    font-size: 19px;
    font-weight: 300;
    background-color: #e2001a;
    letter-spacing: 1.5px;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(1) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1.8rem;
    border-bottom: 2px solid #063e5c;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(1) label {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-right: 12px;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(1) label:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) {
    padding-top: 1.8rem;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) label {
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) label:before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.3s linear;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #e2001a;
  }
  .shopping-cart-item .overlay .step-1 > div:nth-of-type(5) > div:nth-of-type(3) textarea {
    margin-top: 1rem;
    height: 5rem;
  }
  .shopping-cart-item .overlay .step-2 > .border-top {
    display: none;
  }
  .shopping-cart-item .overlay .step-2 > h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .shopping-cart-item .overlay .step-2 > div {
    margin-bottom: 20px;
  }
  .shopping-cart-item .overlay .step-2 > div h3 {
    font-size: 20px;
  }
  .shopping-cart-item .overlay .step-2 a.btn.success {
    width: 100%;
    max-width: 400px;
    padding: 7px 30px;
    margin: auto;
    display: block;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1.5px;
    border: none;
    text-align: center;
    background-color: #e2001a;
  }
}
@media (max-width: 960px) and (min-width: 320px) and (max-width: 392px) {
  .shopping-cart-item .overlay .step-2 a.btn.success {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .shopping-cart-item .overlay .step-2 a.btn.success:first-of-type {
    background-color: #063e5c;
    margin-bottom: 15px;
  }
}

.order-form .pt-0 {
  padding-top: 0px;
}
@media (min-width: 961px) {
  .order-form .pt-0 {
    padding-top: 28.8px;
  }
}
.order-form .pb-0 {
  padding-bottom: 0px;
}
@media (min-width: 961px) {
  .order-form .pb-0 {
    padding-bottom: 28.8px;
  }
}
.order-form .columns {
  flex-direction: column;
}
@media (min-width: 961px) {
  .order-form .columns {
    flex-direction: row;
  }
}
.order-form .is-full-mobile {
  width: 100%;
}
.order-form .information {
  width: 100%;
  color: #063e5c;
  margin-top: 66px;
  padding: 0px;
}
.order-form .information .information-content {
  padding: 0px 45px;
}
@media (min-width: 1024px) {
  .order-form .information .information-content {
    padding: 0px 25px;
  }
}
.order-form .information h2 {
  padding-top: 4.44px;
  border-top: 1px solid #063e5c;
  font-size: 17px;
}
@media (min-width: 961px) {
  .order-form .information {
    width: 20%;
    flex: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.order-form .form-content {
  width: 100%;
  padding: 0px 45px;
}
.order-form .form-content .notification {
  color: #e2001a;
  font-style: italic;
}
@media (min-width: 1216px) {
  .order-form .form-content {
    flex: none;
    width: 60%;
  }
}
.order-form h1 {
  font-size: 31px;
  font-weight: 300;
  color: #e2001a;
  font-weight: normal;
  border-bottom: 1px solid #063e60;
  padding-bottom: 30px;
}
.order-form p {
  line-height: 1.458;
  font-size: 17.75px;
}
.order-form .no-top-padding > * {
  padding-top: 0px;
}
.order-form .form {
  width: 100%;
  padding-top: 4.44px;
}
.order-form .border-top {
  width: 100%;
}
.order-form .back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media (min-width: 961px) {
  .order-form .back-link {
    text-align: right;
    justify-content: initial;
    align-items: initial;
  }
}
.order-form .is-6 {
  width: 100%;
}
@media (min-width: 961px) {
  .order-form .is-6 {
    width: 50%;
  }
}
.order-form .triangle:not(.red) {
  border-width: 15px 30px 15px 0;
  border-color: transparent #063e5c transparent transparent;
  margin-right: 15px;
}
@media (min-width: 961px) {
  .order-form .triangle:not(.red) {
    margin-right: 0px;
  }
}
.order-form .triangle.red {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.order-form .product-info .text-bold {
  display: inline-block;
  margin: 8.5px 0px;
  line-height: 1.458;
  font-size: 17.75px;
  width: 100%;
}

@media (max-width: 960px) {
  .order-form {
    padding: 0 15px;
  }
  .order-form .columns {
    margin: 0;
  }
  .order-form .columns .column {
    padding: 0;
    margin: 0;
  }
  .order-form .columns .column > div {
    padding: 0;
  }
  .order-form .columns .column .information-content h2 {
    border: none;
    padding: 0;
  }
  .order-form .columns .column .information-content .product-info {
    margin: 15px;
  }
  .order-form .columns .column .information-content .border-top {
    border: 1px solid #063e5c;
  }
  .order-form .columns .column .information-content p {
    margin-top: 15px;
  }
  .order-form .columns .form-content .header {
    padding: 15px 0px;
    border-top: 2px solid #063e5c;
    border-bottom: 2px solid #063e5c;
  }
  .order-form .columns .form-content form {
    padding: 15px 0;
  }
}
.order-submitted .text-uppercase {
  font-size: 1.45rem;
}
.order-submitted p {
  color: #063e5c;
  font-size: 18px;
  line-height: 1.458;
}
.order-submitted .btn {
  margin-top: 30px;
  margin-bottom: 0px;
  display: inline-block;
}

.projects .columns {
  display: flex;
  flex-wrap: wrap;
}
.projects h1 {
  color: #e2001a;
  letter-spacing: 0.1px;
  white-space: nowrap;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .projects {
    padding: 0px 15px;
  }
}
.projects .project .title {
  color: #063e5c;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .projects .project {
    width: 50%;
    flex: none;
  }
}
.projects .project a {
  margin-top: 20px;
  display: inline-block;
}
.projects .project .image {
  margin: 0px;
  position: relative;
  background-color: #c9c9c9;
  margin-bottom: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.projects .project .image::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.projects .project .image .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projects .project .image .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.projects .project .image .standing {
  top: 0;
}
.projects .project p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #063e5c;
  font-size: 18px;
  line-height: 1.458;
  margin-bottom: 1rem;
  z-index: 1;
}

.project-detail h1 {
  color: #e2001a;
  letter-spacing: 0.1px;
  white-space: nowrap;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .project-detail {
    padding: 0px 15px;
    padding-bottom: 1.8rem;
  }
}
.project-detail .image {
  margin: 0px;
  position: relative;
  background-color: #c9c9c9;
  margin-bottom: 3.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.project-detail .image::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.project-detail .image .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-detail .image .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.project-detail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #063e5c;
  font-size: 18px;
  line-height: 1.458;
  margin-bottom: 1rem;
}

.project-product-for-sale-amount {
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 0.2rem;
  background-color: #063e5c;
  border-radius: 0.1rem;
  pointer-events: none;
  font-size: 13px;
}

.user-order {
  color: #063e5c;
  padding: 20px;
}
@media (min-width: 960px) {
  .user-order {
    padding: 0px;
  }
}
.user-order h1 {
  color: #e2001a;
}
.user-order .back-to-orders {
  margin-bottom: 20px;
  display: inline-block;
}
.user-order .order-information {
  line-height: 1.758;
  font-size: 14.75px;
  flex-wrap: wrap;
}
.user-order .product-specs {
  width: 40%;
}
.user-order .tab-item-content {
  width: 100%;
}
.user-order .tab-item-content .columns {
  padding: 20px;
  flex-direction: row;
  display: flex;
}
@media (min-width: 960px) {
  .user-order .tab-item-content {
    width: 950px;
    margin: 0px auto;
  }
}
.user-order .img-holder {
  width: 10.8rem;
  height: 10.8rem;
  position: relative;
  background-color: #c9c9c9;
  display: inline-block;
}
.user-order .img-holder .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-order .img-holder .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.user-order label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.user-order .triangle.red {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.add-order-item .btn {
  display: inline-block;
  margin-top: 4rem;
}
.add-order-item .step-2 .btn {
  margin-left: 10px;
}
.add-order-item label {
  display: block;
  margin-bottom: 10px;
}
.add-order-item .overlay .wrap {
  padding: 1rem;
  min-height: 300px;
}
.add-order-item .overlay .wrap textarea {
  width: 100%;
  border: 1px solid #063e60;
  height: 9rem;
  resize: none;
  font-size: 18px;
  box-sizing: border-box;
  background: #fff;
  padding: 0.5rem 0 0 0.5rem;
  margin-top: 30px;
}
.add-order-item .overlay .react-autosuggest__container .react-autosuggest__suggestions-container {
  position: absolute;
  background: #fcfbf3;
  z-index: 11;
}
.add-order-item .overlay .react-autosuggest__container .react-autosuggest__suggestions-list {
  max-height: 300px;
  padding-left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.add-order-item .overlay .react-autosuggest__container ul {
  padding: 0px;
  margin: 0px;
}
.add-order-item .overlay .react-autosuggest__container li {
  list-style-type: none;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  transition: 0.15s background-color ease-in-out;
}
.add-order-item .overlay .react-autosuggest__container li:hover {
  background-color: #f1f0f0;
}
.add-order-item .overlay .react-autosuggest__container .product-info {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-left: 30px;
  margin-top: 30px;
}
.add-order-item .overlay .react-autosuggest__container .img-holder {
  width: 5.8rem;
  height: 5.8rem;
  position: relative;
  background-color: #c9c9c9;
  display: inline-block;
}
.add-order-item .overlay .react-autosuggest__container .img-holder .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.add-order-item .overlay .react-autosuggest__container .img-holder .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.add-order-item .overlay .react-autosuggest__container input[type=text] {
  cursor: pointer;
  font-size: 17.75px;
  width: 100%;
  height: 35px;
  border: 1px solid #063e5c;
  margin-bottom: 0px;
  background-color: transparent;
}
.add-order-item .overlay .overlay-popup {
  border-radius: 4px;
}
.add-order-item .overlay .overlay-popup .close-icon {
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.add-order-item .overlay .overlay-popup .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.add-order-item .overlay .overlay-popup .btn.success {
  width: 20rem;
  line-height: 1.458;
}
.add-order-item .overlay .overlay-popup .quantity-message {
  display: inline-block;
}
.add-order-item .overlay .overlay-popup .product-header-period {
  max-width: 300px;
  margin-bottom: 15px;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .add-order-item .overlay .overlay-popup .product-header-period {
    font-size: 20px;
  }
}
.add-order-item .overlay .overlay-popup .product-title {
  max-width: 300px;
  padding-top: 12px;
  color: #e2001a;
  font-size: 31px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.add-order-item .overlay .overlay-popup .product-title.in-storage {
  color: #e26800;
}
.add-order-item .overlay .overlay-popup .date-range {
  margin-bottom: 30px;
}
.add-order-item .overlay .overlay-popup .border-top {
  margin: 20px 0px;
  width: 220px;
}
.add-order-item .overlay .overlay-popup .SingleDatePicker_picker {
  transform: translate(-12%);
}
.add-order-item .overlay .overlay-popup .CalendarMonth_table {
  border-collapse: collapse;
}
.add-order-item .overlay .overlay-popup .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.add-order-item .overlay .overlay-popup .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .add-order-item .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .add-order-item .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 1;
  }
}
.add-order-item .overlay .overlay-popup .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.add-order-item .overlay .overlay-popup .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.add-order-item .overlay .overlay-popup .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.add-order-item .overlay .overlay-popup .CalendarDay__selected.CalendarDay__default,
.add-order-item .overlay .overlay-popup .CalendarDay__selected_span.CalendarDay__default,
.add-order-item .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default,
.add-order-item .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.add-order-item .overlay .overlay-popup .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .add-order-item .overlay .overlay-popup .arrows {
    top: 5px;
  }
}
.add-order-item .overlay .overlay-popup .arrows.next {
  right: 22px;
}
.add-order-item .overlay .overlay-popup .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.add-order-item .overlay .overlay-popup .arrows.prev {
  left: 22px;
}
.add-order-item .overlay .overlay-popup .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.add-order-item .overlay .overlay-popup .DayPicker__withBorder {
  box-shadow: none;
}
.add-order-item .overlay .overlay-popup .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .add-order-item .overlay .overlay-popup .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.add-order-item .overlay .overlay-popup .CalendarMonth_caption strong {
  font-weight: normal;
}
.add-order-item .overlay .overlay-popup .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .add-order-item .overlay .overlay-popup .DayPicker_weekHeader {
    top: 37px;
  }
}
.add-order-item .overlay .overlay-popup li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.add-order-item .overlay .overlay-popup .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.add-order-item .overlay .overlay-popup .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.add-order-item .overlay .overlay-popup .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.add-order-item .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.add-order-item .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.add-order-item .overlay .overlay-popup .CalendarMonth,
.add-order-item .overlay .overlay-popup .CalendarMonthGrid,
.add-order-item .overlay .overlay-popup .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.add-order-item .overlay .overlay-popup .CalendarDay__selected,
.add-order-item .overlay .overlay-popup .CalendarDay__selected:active,
.add-order-item .overlay .overlay-popup .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.add-order-item .overlay .overlay-popup .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}

.edit-order-item .btn {
  display: inline-block;
  margin-top: 4rem;
}
.edit-order-item .delete-order-item {
  margin-left: 30px;
}
.edit-order-item .alert {
  width: auto;
}
.edit-order-item .overlay .overlay-popup .close-icon {
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.edit-order-item .overlay .overlay-popup .btn {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.edit-order-item .overlay .overlay-popup .btn.success {
  width: 20rem;
  line-height: 1.458;
}
.edit-order-item .overlay .overlay-popup .quantity-message {
  display: inline-block;
}
.edit-order-item .overlay .overlay-popup .product-header-period {
  max-width: 300px;
  margin-bottom: 15px;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .edit-order-item .overlay .overlay-popup .product-header-period {
    font-size: 20px;
  }
}
.edit-order-item .overlay .overlay-popup .product-title {
  max-width: 300px;
  padding-top: 12px;
  color: #e2001a;
  font-size: 31px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.edit-order-item .overlay .overlay-popup .product-title.in-storage {
  color: #e26800;
}
.edit-order-item .overlay .overlay-popup .date-range {
  margin-bottom: 30px;
}
.edit-order-item .overlay .overlay-popup .border-top {
  margin: 20px 0px;
  width: 220px;
}
.edit-order-item .overlay .overlay-popup .wrap {
  padding: 1rem;
}
.edit-order-item .overlay .overlay-popup .wrap textarea {
  width: 100%;
  border: 1px solid #063e60;
  height: 9rem;
  resize: none;
  font-size: 18px;
  box-sizing: border-box;
  background: #fff;
  padding: 0.5rem 0 0 0.5rem;
  margin-top: 30px;
}
.edit-order-item .overlay .overlay-popup .SingleDatePicker_picker {
  transform: translate(-12%);
}
.edit-order-item .overlay .overlay-popup .CalendarMonth_table {
  border-collapse: collapse;
}
.edit-order-item .overlay .overlay-popup .CalendarMonth_table .CalendarDay {
  text-align: center;
}
.edit-order-item .overlay .overlay-popup .CalendarMonth_table .CalendarDay button {
  font-size: inherit;
  padding: 0;
}
@media screen and (min-width: 1264px) {
  .edit-order-item .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 0.99;
  }
}
@media screen and (min-width: 1414px) {
  .edit-order-item .overlay .overlay-popup .DayPicker_focusRegion {
    zoom: 1;
  }
}
.edit-order-item .overlay .overlay-popup .DateInput_input {
  color: #063e5c;
  font-family: Arial;
}
.edit-order-item .overlay .overlay-popup .DateInput_input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
.edit-order-item .overlay .overlay-popup .DateInput_input::placeholder {
  font-family: inherit;
  color: inherit;
}
.edit-order-item .overlay .overlay-popup .CalendarDay__selected.CalendarDay__default,
.edit-order-item .overlay .overlay-popup .CalendarDay__selected_span.CalendarDay__default,
.edit-order-item .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default,
.edit-order-item .overlay .overlay-popup .CalendarDay__hovered_span.CalendarDay__default:hover {
  background: #ffa637;
  outline: none;
  border: 1px solid #e4e7e7;
}
.edit-order-item .overlay .overlay-popup .arrows {
  position: absolute;
  top: 2px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
@media screen and (min-width: 1400px) {
  .edit-order-item .overlay .overlay-popup .arrows {
    top: 5px;
  }
}
.edit-order-item .overlay .overlay-popup .arrows.next {
  right: 22px;
}
.edit-order-item .overlay .overlay-popup .arrows.next .triangle {
  border-color: transparent transparent transparent #ffffff;
}
.edit-order-item .overlay .overlay-popup .arrows.prev {
  left: 22px;
}
.edit-order-item .overlay .overlay-popup .arrows.prev .triangle {
  border-width: 9px 19px 9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.edit-order-item .overlay .overlay-popup .DayPicker__withBorder {
  box-shadow: none;
}
.edit-order-item .overlay .overlay-popup .CalendarMonth_caption {
  color: white;
  background-color: #063e60;
  text-align: center;
  position: relative;
  padding: 9px 0px 6px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .edit-order-item .overlay .overlay-popup .CalendarMonth_caption {
    font-size: 18px;
    padding: 11px 0px 6px;
  }
}
.edit-order-item .overlay .overlay-popup .CalendarMonth_caption strong {
  font-weight: normal;
}
.edit-order-item .overlay .overlay-popup .DayPicker_weekHeader {
  top: 32px;
}
@media screen and (min-width: 1400px) {
  .edit-order-item .overlay .overlay-popup .DayPicker_weekHeader {
    top: 37px;
  }
}
.edit-order-item .overlay .overlay-popup li.DayPicker_weekHeader_li {
  color: #063e60;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: 32px;
  padding-top: 4px;
  box-sizing: border-box;
  background-color: #c9c9c9;
  color: #063e60;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.edit-order-item .overlay .overlay-popup .DayPicker_weekHeader_ul {
  border-right: 1px solid white;
}
.edit-order-item .overlay .overlay-popup .CalendarDay__default {
  background: #69813a;
  color: #fff;
}
.edit-order-item .overlay .overlay-popup .CalendarDay__blocked_calendar {
  background: #d2522d;
}
.edit-order-item .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar) {
  background: #ff6436;
}
.edit-order-item .overlay .overlay-popup .CalendarDay__blocked_out_of_range:not(.CalendarDay__blocked_calendar):hover button {
  cursor: default !important;
}
.edit-order-item .overlay .overlay-popup .CalendarMonth,
.edit-order-item .overlay .overlay-popup .CalendarMonthGrid,
.edit-order-item .overlay .overlay-popup .DayPicker__horizontal {
  background-color: #fcfbf3;
}
.edit-order-item .overlay .overlay-popup .CalendarDay__selected,
.edit-order-item .overlay .overlay-popup .CalendarDay__selected:active,
.edit-order-item .overlay .overlay-popup .CalendarDay__selected:hover {
  border: 1px solid #e4e7e7;
}
.edit-order-item .overlay .overlay-popup .CalendarDay__selected_span {
  border: 1px solid #e4e7e7;
}
.edit-order-item .overlay .overlay-popup .select-css {
  font-size: 16px;
  min-width: 60px;
  font-family: sans-serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23fff' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #063e60 0%, #063e60 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.95em auto, 100%;
}
@media screen and (max-width: 960px) {
  .edit-order-item .overlay .overlay-popup .select-css {
    text-transform: uppercase;
    font-size: 13px;
  }
}
.edit-order-item .overlay .overlay-popup .select-css::-ms-expand {
  display: none;
}
.edit-order-item .overlay .overlay-popup .select-css:hover {
  border-color: #888;
}
.edit-order-item .overlay .overlay-popup .select-css:focus {
  color: #fff;
  outline: none;
}
.edit-order-item .overlay .overlay-popup .select-css:focus option {
  border-color: #aaa;
  color: #063e5c;
  outline: none;
}
.edit-order-item .overlay .overlay-popup .select-css option {
  font-weight: normal;
}
.edit-order-item .overlay .overlay-popup .select-css {
  margin-left: 10px;
}

.footer .mobile {
  margin: 0 15px;
  padding: 10px 0;
  border-top: 2px solid #063e5c;
  font-size: 14px;
}
.footer .mobile .question-paragraph {
  padding-bottom: 16px;
}
.footer .mobile .newsletter .newsletter-input-wrap {
  padding: 0px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 344px) {
  .footer .mobile .newsletter .newsletter-input-wrap {
    font-size: 12px;
  }
}
.footer .mobile .newsletter .newsletter-input-wrap input {
  padding-left: initial;
  width: auto;
  padding: 6px 10px;
  transform: unset;
  border: 2px solid #063e5c;
  outline: none;
  font: inherit;
  flex-grow: 1;
  max-width: 300px;
}
@media screen and (max-width: 344px) {
  .footer .mobile .newsletter .newsletter-input-wrap input {
    width: 100%;
  }
}
.footer .mobile .newsletter .newsletter-input-wrap .subscribe {
  position: relative;
  transform: unset;
  background-color: #063e5c;
  text-align: center;
  cursor: pointer;
  height: 100%;
  font: inherit;
  padding: 6px 10px;
  border: 2px solid #063e5c;
  margin: 0;
}
.footer .mobile .triangle-header {
  margin: 24px 0 12px 0;
}
.footer .mobile .columns > div:nth-of-type(1) .triangle-header,
.footer .mobile .columns > div:nth-of-type(4) .triangle-header,
.footer .mobile .columns > div:nth-of-type(5) .triangle-header {
  margin-top: 0px;
}
.footer .mobile .columns > div:nth-of-type(3) .triangle-header {
  margin-top: 10px;
}
.footer .mobile .columns > div:nth-of-type(3),
.footer .mobile .columns > div:nth-of-type(4) {
  padding-bottom: 20px;
}
.footer .mobile .columns > div:nth-of-type(4),
.footer .mobile .columns > div:nth-of-type(5) {
  padding-top: 10px;
  border-top: 2px solid #063e5c;
}
.footer .mobile .columns {
  margin: 0;
}
.footer .mobile .columns .column {
  padding: 0;
}
.footer .mobile .columns .column:last-of-type {
  margin-top: 30px;
}
.footer .mobile .column.newsletter-column {
  padding-bottom: 20px;
  border-bottom: 2px solid #063e5c;
}
.footer .mobile .list-item {
  margin-bottom: 12px;
}
.footer .mobile .list-item .text-bold {
  color: #063e5c;
  font-weight: bold;
}
.footer .mobile .socials {
  padding-bottom: 20px;
}
.footer .mobile .socials img:first-of-type {
  padding-right: 10px;
}
.footer .mobile .links.column {
  font-size: 11px;
  padding: 5px 0 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .mobile .links.column a {
  text-decoration: underline;
}
.footer .mobile .links.column div {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 961px) {
  .footer .mobile {
    display: none;
  }
}
.footer .desktop {
  display: none;
}
@media (min-width: 961px) {
  .footer .desktop {
    padding: 0;
    padding-bottom: 60px;
    display: block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1216px) {
  .footer .desktop .columns {
    padding: 20px;
  }
}
.footer .footer-top-border {
  height: 2.028rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #063e5c;
}
.footer a {
  margin-top: 6px;
  font-size: 95%;
  color: #063e5c;
}
.footer .border-top {
  border-top: 1px solid #063e5c;
  padding-top: 5px;
  width: auto;
}
.footer .active.border-top {
  border-top: 1px solid #e2001a;
}
.footer .active a {
  color: #e2001a;
}
.footer img {
  height: 2rem;
}
.footer .triangle-header {
  display: flex;
  align-items: center;
}
.footer .triangle-header .triangle {
  display: initial;
}
.footer .triangle-header .link-title {
  margin-left: 12px;
  font-size: 26px;
}
@media (min-width: 961px) {
  .footer .triangle-header .link-title {
    font-weight: 700;
  }
}

.favorite-button:hover {
  cursor: pointer;
}
.favorite-button .btn {
  font-size: 14px;
  line-height: 34px;
}
.favorite-button .overlay {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 11;
}
.favorite-button .overlay .overlay-popup {
  background-color: #fcfbf3;
  position: absolute;
  top: 50%;
  border: 2px solid #063e5c;
  display: flex;
  align-items: center;
}
@media (min-width: 961px) {
  .favorite-button .overlay .overlay-popup {
    width: 400px;
    padding: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 960px) {
  .favorite-button .overlay .overlay-popup {
    width: 80%;
    height: 30%;
    left: 50%;
    padding: 15px;
    transform: unset;
    transform: translateX(-50%) translateY(-50%);
  }
}
.favorite-button .overlay .overlay-popup .wrap .close-wrap .close-icon {
  z-index: 4;
  cursor: pointer;
  right: 0px;
  top: 0;
  color: #fff;
}
.favorite-button .overlay .overlay-popup .wrap .close-wrap .close-icon:before, .favorite-button .overlay .overlay-popup .wrap .close-wrap .close-icon:after {
  background-color: #063e5c;
}

.favorite-icon {
  right: 0px;
  top: 0px;
  padding: 10px 10px 5px 10px;
}
@media (max-width: 960px) {
  .favorite-icon {
    padding: 9px 5px 4px 5px;
  }
}
.favorite-icon {
  background-color: #063e5c;
}
.favorite-icon.floating {
  position: absolute;
}
.favorite-icon.active .icon path {
  fill: #e2001a;
}
.favorite-icon .icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 960px) {
  .favorite-icon .icon {
    width: 15px;
    height: 15px;
  }
}
.favorite-icon .icon path {
  fill: #fff;
}

.favorite-user .edit-row {
  cursor: pointer;
}
.favorite-user .is-pulled-left {
  padding: 15px 0;
}
.favorite-user .product-volumes {
  margin-top: -70px;
}
.favorite-user .padding-top {
  padding-top: 25px;
}
.favorite-user .deduction {
  width: 100px;
}
.favorite-user .btn {
  font-size: 13px;
}
.favorite-user .product-avatar-holder {
  width: 5rem;
  height: 5rem;
  position: relative;
  background-color: #c9c9c9;
  display: inline-block;
}
.favorite-user .product-avatar-holder .lying {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.favorite-user .product-avatar-holder .standing {
  height: 100%;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}

.user-order-products .info-add-product-to-order {
  font-size: 14px;
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 960px) {
  .user-order-products .info-add-product-to-order {
    width: 100%;
  }
}
.user-order-products .alert {
  width: 100%;
  margin-bottom: 20px;
}

.btn-favorite {
  outline: "none";
  border: none;
  cursor: pointer;
}

@media (max-width: 960px) {
  #app {
    margin-top: 96.72px;
  }
}

#mobile-search {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fcfbf3;
  z-index: 11;
}

.mobile-header-container .columns {
  margin: 0;
}
.mobile-header-container .columns .column {
  padding: 0px;
}
.mobile-header-container.open {
  min-height: 100vh;
}
.mobile-header-container.open svg path {
  fill: #063e5c;
}
.mobile-header-container.open svg rect {
  fill: transparent;
  stroke: transparent;
}
.mobile-header-container .search {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.mobile-header-container .item-end {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.mobile-header-container .item-end > div {
  display: flex;
  align-items: center;
}
.mobile-header-container .item-end > div:nth-of-type(2) svg {
  box-sizing: content-box;
  width: 25px;
}
@media (min-width: 961px) {
  .mobile-header-container {
    display: none;
  }
}

.mobile-header-container:not(.open) {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fcfbf3;
  top: 0;
}
.mobile-header-container:not(.open) .mobile-nav {
  padding: 20px 0 16px 0px;
  margin: 0 15px;
  border-bottom: 2px solid #063e5c;
}

.mobile-nav {
  background-color: #fcfbf3;
  display: flex;
  padding: 20px;
}
.mobile-nav .museumgoed-logo-link img {
  width: 57px;
}
.mobile-nav .shopping-cart {
  padding-right: 0;
}
.mobile-nav .shopping-cart img {
  height: 25px;
}
.mobile-nav .search path {
  fill: #063e5c;
}
.mobile-nav .item-end > * {
  padding: 12px;
}
.mobile-nav .toggle {
  padding-right: 0;
}
.mobile-nav .toggle {
  cursor: pointer;
}
@media (min-width: 961px) {
  .mobile-nav {
    display: none;
  }
}

.nav-menu-container {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fcfbf3;
  z-index: 11;
}
.nav-menu-container .rental-storage {
  padding: 15px 0 15px 0;
  display: flex;
  justify-content: center;
  border-top: 2px solid #063e5c;
  min-height: 100px;
}
.nav-menu-container .rental-storage .column {
  max-width: 200px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  height: 100%;
}
.nav-menu-container .rental-storage .column:first-child {
  padding-right: 5px;
}
.nav-menu-container .rental-storage .column:last-child {
  padding-left: 5px;
}
.nav-menu-container .rental-storage .column a, .nav-menu-container .rental-storage .column img {
  display: block;
}
.nav-menu-container .rental-storage .button {
  height: auto;
  background-color: transparent;
}
.nav-menu-container .mobile-nav {
  background-color: transparent;
  padding: 20px 0 16px 0;
  margin: 0 15px;
}
.nav-menu-container .links-container {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 100px);
  position: relative;
}
.nav-menu-container .hidden-on-search {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nav-menu-container .links,
.nav-menu-container .login-register {
  flex-direction: column;
}
.nav-menu-container .links {
  padding: 0 0 15px 0;
}
.nav-menu-container .links .column {
  padding: 15px 0;
  border-top: 2px solid #063e5c;
}
.nav-menu-container .links .column a {
  text-transform: uppercase;
  font-weight: 400;
}
.nav-menu-container .login-register {
  margin-bottom: 20px;
}
.nav-menu-container .login-register .column:not(:last-of-type) {
  margin-bottom: 15px;
}
.nav-menu-container .login-register .column a {
  width: 100%;
  height: unset;
  max-width: 400px;
  padding: 7px 30px;
  font-size: 19px;
  font-weight: 300;
  background-color: #e2001a;
  letter-spacing: 1.5px;
  margin: auto;
}
.nav-menu-container .login-register .column:nth-of-type(2) a {
  background-color: #063e5c;
}
.nav-menu-container .triangle-header {
  display: flex;
  align-items: center;
}
.nav-menu-container .triangle-header .triangle {
  display: initial;
}
.nav-menu-container .triangle-header .link-title {
  margin-left: 12px;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 370px) {
  .nav-menu-container .triangle-header .link-title {
    font-size: 20px;
  }
}
.nav-menu-container .button {
  width: 100%;
  display: flex;
  height: 75px;
  background: #BBBBBB;
  color: #fff;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
}
.nav-menu-container .opslag-button {
  width: 157px;
}
.nav-menu-container .footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 11px;
  padding: 5px 0 10px 0;
  margin-top: auto;
}
.nav-menu-container .footer-links .column {
  width: -moz-fit-content;
  width: fit-content;
  flex-basis: unset;
  flex-grow: unset;
}
.nav-menu-container .footer-links .column a {
  text-decoration: underline;
}

.overlay.home {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 11;
}
.overlay.home .overlay-popup {
  background-color: #fcfbf3;
  border: 2px solid #063e5c;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 460px;
  padding: 40px 68px;
  transform: translateX(-50%) translateY(-50%);
  color: #063e5c;
}
.overlay.home .overlay-popup h2 {
  padding-top: 4.44px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-top: 1px solid #063e5c;
  max-width: 300px;
  font-size: 17px;
}
@media screen and (min-width: 1400px) {
  .overlay.home .overlay-popup h2 {
    font-size: 20px;
  }
}
.overlay.home .overlay-popup .btn {
  display: block;
  margin-bottom: 0;
}
.overlay.home .overlay-popup .wrap .close-wrap .close-icon {
  z-index: 4;
  cursor: pointer;
  right: 0px;
  top: 0;
  color: #fff;
}
.overlay.home .overlay-popup .wrap .close-wrap .close-icon:before, .overlay.home .overlay-popup .wrap .close-wrap .close-icon:after {
  background-color: #063e5c;
}
@media (max-width: 960px) {
  .overlay.home .overlay-popup {
    width: 100%;
    height: 100%;
    padding: 15px;
    transform: unset;
    position: unset;
    border: unset;
  }
  .overlay.home .overlay-popup h2 {
    font-size: 31px;
    max-width: 90%;
    border-top: none;
  }
  .overlay.home .overlay-popup .close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
  }
}

@media (min-width: 961px) {
  .route-home .product-app-navigation {
    margin-bottom: 2rem;
  }
}

.navigation-widget-mobile {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navigation-widget-mobile .projects-button, .navigation-widget-mobile .for-sale-button, .navigation-widget-mobile .product-app-navigation .navigation-widget .for-sale-button, .product-app-navigation .navigation-widget .navigation-widget-mobile .for-sale-button {
  border: 2px solid #063e5c;
  color: #063e5c;
  cursor: pointer;
  background-color: transparent;
  font-size: 120%;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  letter-spacing: 0.1rem;
  padding: 1rem 0;
}
@media (max-width: 320px) {
  .navigation-widget-mobile .projects-button, .navigation-widget-mobile .for-sale-button, .navigation-widget-mobile .product-app-navigation .navigation-widget .for-sale-button, .product-app-navigation .navigation-widget .navigation-widget-mobile .for-sale-button {
    font-size: 100%;
  }
}
.navigation-widget-mobile .for-sale-button {
  border: 4px solid #0c6b26;
  color: #0c6b26;
}
.navigation-widget-mobile .rental-storage-buttons {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}
@media screen and (min-width: 767px) {
  .navigation-widget-mobile .rental-storage-buttons {
    margin: 0 auto;
    width: 55%;
  }
}
.navigation-widget-mobile .rental-storage-buttons .is-full {
  width: 100%;
  height: 100%;
}
.navigation-widget-mobile .rental-storage-buttons .is-full:last-child {
  grid-row-start: 2;
}
.navigation-widget-mobile .empty-filter {
  font-size: 12px;
  text-align: center;
  position: relative;
  color: #063e5c;
}
.navigation-widget-mobile .empty-filter .triangle.down {
  display: inline-block;
  position: relative;
  top: 1px;
  border-width: 10px 6px 0px 6px;
  border-color: #e2001a transparent transparent transparent;
}
.navigation-widget-mobile button {
  border: none;
  outline: none;
  padding: 0px;
}
.navigation-widget-mobile img {
  max-height: 164px;
  cursor: pointer;
}
.navigation-widget-mobile .is-half {
  width: 50%;
}
.navigation-widget-mobile .flex {
  padding: 15px;
}
.navigation-widget-mobile .categories {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navigation-widget-mobile .categories > div:nth-of-type(1) {
  padding-right: 10px;
}
.navigation-widget-mobile .categories > div:nth-of-type(2) {
  padding-left: 10px;
}
.navigation-widget-mobile .categories button.category:nth-child(odd) {
  padding-right: 10px;
}
.navigation-widget-mobile .categories button.category:nth-child(even) {
  padding-left: 10px;
}
.navigation-widget-mobile .categories button.category:not(:nth-last-child(-n+2)) {
  margin-bottom: 10px;
}
.navigation-widget-mobile .category {
  text-align: center;
  cursor: pointer;
  flex: 0 50%;
  background: transparent;
}
.navigation-widget-mobile .category .category-content {
  background: #E3E3E3;
  height: 100%;
  padding: 11px 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.navigation-widget-mobile .remove-filter {
  text-align: right;
  padding: 0px;
  align-items: flex-end;
  margin-top: 5px;
}
.navigation-widget-mobile .remove-filter button {
  text-decoration: underline;
  font-size: 12px;
  color: #063e5c;
  padding: 0px;
  background: transparent;
}
.navigation-widget-mobile .remove-filter svg {
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.navigation-widget-mobile .remove-filter svg path {
  fill: #063e5c;
}
.navigation-widget-mobile .sub-categories {
  padding: 0px;
}
.navigation-widget-mobile .sub-category:not(:last-of-type) {
  margin-bottom: 13px;
}
.navigation-widget-mobile .sub-category {
  cursor: pointer;
}
.navigation-widget-mobile .sub-category .sub-category-content {
  background: #E3E3E3;
  height: 100%;
  padding: 11px 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.navigation-widget-mobile .triangle-header {
  display: flex;
  align-items: center;
}
.navigation-widget-mobile .triangle-header h2 {
  text-transform: uppercase;
  margin-left: 10px;
  color: #063e5c;
  font-size: 26px;
  line-height: 30px;
}
.navigation-widget-mobile .sub-category.mb-0 {
  margin-bottom: 0px;
}
.navigation-widget-mobile .categories-filter {
  width: 100%;
}
.navigation-widget-mobile .categories-filter .selected-category {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e2001a;
}
.navigation-widget-mobile .select-sub-category-message {
  font-size: 12px;
  padding: 4px;
  margin-bottom: 15px;
}
.navigation-widget-mobile .is-half.empty-filter {
  margin-top: 5px;
}

.rental-button {
  text-transform: uppercase;
  height: 100%;
  color: #FFF;
  font-family: "Arial";
  justify-content: center;
  display: flex;
  font-size: 2.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 18px;
  -webkit-font-smoothing: antialiased;
}

.overlay .react-autosuggest__container .react-autosuggest__suggestions-container {
  position: absolute;
  background: #fcfbf3;
  z-index: 11;
}
.overlay .react-autosuggest__container ul {
  padding: 0px;
  margin: 0px;
}
.overlay .react-autosuggest__container li {
  list-style-type: none;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  border-left: 1px solid #063e5c;
  border-right: 1px solid #063e5c;
  border-bottom: 1px solid #063e5c;
  padding: 4px 5px;
}
.overlay .react-autosuggest__container input[type=text] {
  cursor: pointer;
  font-size: 17.75px;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #063e5c;
  margin-bottom: 0px;
  background-color: transparent;
  height: 28.4px;
}
@media screen and (min-width: 1400px) {
  .overlay .react-autosuggest__container input[type=text] {
    height: 35px;
  }
}
.overlay .react-autosuggest__container input[type=text]::-webkit-input-placeholder {
  color: #c9c9c9;
}
.overlay .search-bar, .overlay .unit-bar {
  margin: 10px 0px 20px 0px;
}
.overlay .overlay-popup input[type=text] {
  color: #063e5c;
  border: 1px solid #063e5c;
  background-color: transparent;
}
@media (max-width: 960px) {
  .overlay .overlay-popup {
    padding: 25px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .overlay .overlay-popup h3 {
    color: #063e5c;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
  }
  .overlay .overlay-popup .triangle-header {
    margin-right: 10px;
  }
}
.overlay .overlay-popup label {
  margin: 3px 0px;
  color: #063e5c;
}
.overlay .overlay-popup input {
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  margin-top: 10px;
}
.overlay .overlay-popup .button-close {
  border: none;
}
.overlay .overlay-popup .close-icon {
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.overlay .overlay-popup .checkbox {
  display: inline-block;
}
.overlay .overlay-popup .checkbox input {
  position: absolute;
  opacity: 0;
}
.overlay .overlay-popup .checkbox label {
  color: #063e5c;
  font-size: 17.75px;
}
.overlay .overlay-popup .amount {
  color: #dadada;
  font-size: 17.75px;
  display: inline-block;
}
.overlay .overlay-popup .materials, .overlay .overlay-popup .colours {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overlay .overlay-popup .materials .material-filter-checkbox, .overlay .overlay-popup .materials .colour-filter-checkbox, .overlay .overlay-popup .colours .material-filter-checkbox, .overlay .overlay-popup .colours .colour-filter-checkbox {
  flex: 0 50%;
}
@media (max-width: 460px) {
  .overlay .overlay-popup .materials .material-filter-checkbox, .overlay .overlay-popup .materials .colour-filter-checkbox, .overlay .overlay-popup .colours .material-filter-checkbox, .overlay .overlay-popup .colours .colour-filter-checkbox {
    flex: 0 100%;
  }
}
.overlay .overlay-popup .colours,
.overlay .overlay-popup .materials {
  padding-top: 8px;
  padding-bottom: 20px;
}
.overlay .overlay-popup .colour-filter-checkbox .amount,
.overlay .overlay-popup .material-filter-checkbox .amount {
  color: #dadada;
  margin-left: 10px;
  font-size: 17.75px;
  line-height: 1.458;
  display: inline-block;
}
.overlay .overlay-popup .colour-filter-checkbox .checkbox,
.overlay .overlay-popup .material-filter-checkbox .checkbox {
  display: inline-block;
}
.overlay .overlay-popup .colour-filter-checkbox .checkbox input,
.overlay .overlay-popup .material-filter-checkbox .checkbox input {
  position: absolute;
  opacity: 0;
}
.overlay .overlay-popup .colour-filter-checkbox .checkbox label,
.overlay .overlay-popup .material-filter-checkbox .checkbox label {
  color: #063e5c;
  font-size: 17.75px;
}
.overlay .overlay-popup .colour-filter-checkbox .checkbox-mg,
.overlay .overlay-popup .material-filter-checkbox .checkbox-mg {
  height: 1rem;
  width: 1rem;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 0.65rem;
  background-position: center;
  display: inline-block;
  position: relative;
  border: 2px solid #063e5c;
}
.overlay .overlay-popup .colour-filter-checkbox .checkbox-mg.checked,
.overlay .overlay-popup .material-filter-checkbox .checkbox-mg.checked {
  background-image: url(/img/kruis-blauw.png);
}
.overlay .set-filter {
  width: 100%;
  max-width: 400px;
  padding: 7px 30px;
  margin: 0 auto;
  display: block;
  font-size: 19px;
  font-weight: 300;
  background-color: #e2001a;
  letter-spacing: 1.5px;
  color: white;
  border: none;
  text-transform: uppercase;
}
.overlay .remove-filter {
  text-align: right;
  padding: 0px;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 30px;
}
.overlay .remove-filter button {
  text-decoration: underline;
  font-size: 12px;
  color: #063e5c;
  padding: 0px;
  background: transparent;
}
.overlay .remove-filter svg {
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.overlay .remove-filter svg path {
  fill: #063e5c;
}

.product-search-mobile {
  padding: 15px 0;
  margin: 0 15px;
}
.product-search-mobile .triangle-header {
  display: flex;
  align-items: center;
}
.product-search-mobile input[type=text] {
  cursor: pointer;
  font-size: 17.75px;
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #063e5c;
  margin-bottom: 0px;
  background-color: transparent;
}
.product-search-mobile input[type=text]::-webkit-input-placeholder {
  color: #c9c9c9;
}
.product-search-mobile .search-button {
  text-transform: uppercase;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  padding: 7px 30px;
  margin: 0 auto;
  display: block;
  font-size: 19px;
  font-weight: 300;
  background-color: #e2001a;
  letter-spacing: 1.5px;
}
.product-search-mobile .unit {
  margin-top: 8px;
  color: #003958;
}
.product-search-mobile h3 {
  color: #003958;
  text-transform: uppercase;
  font-size: 24px;
  margin-left: 10px;
}
.product-search-mobile .unit-bar > .column:not(:last-of-type) {
  padding-right: 10px;
}
.product-search-mobile .search-bar, .product-search-mobile .unit-bar {
  margin: 10px 0px 20px 0px;
}
.product-search-mobile label {
  margin-bottom: 15px;
  color: #003958;
}

.for-sale-table {
  width: 100%;
}
@media (max-width: 960px) {
  .for-sale-table {
    width: auto;
  }
}
.for-sale-table td:last-child {
  text-align: right;
}

.for-sale-spacing-top-large {
  margin-top: 5.2rem;
}
@media (max-width: 960px) {
  .for-sale-spacing-top-large {
    margin-top: 0rem;
  }
}

.for-sale-spacing-top-large-2 {
  margin-top: 4rem;
}
@media (max-width: 960px) {
  .for-sale-spacing-top-large-2 {
    margin-top: 0rem;
  }
}

.for-sale-spacing-bottom {
  margin-bottom: 3rem;
}

@media (max-width: 960px) {
  .for-sale-hide-when-mobile {
    display: none;
  }
}

.product-note .btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.week-container {
  display: flex;
  flex-direction: column;
}
.week-container .staffel-price-label {
  padding-top: 20px;
  margin-left: auto;
}

.week-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: sans-serif;
}

.week-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.week-control .amount {
  padding: 0 20px;
  height: 30px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.week-control button {
  border: none;
  background: #063e5c;
  color: #fff;
  cursor: pointer;
  padding: 0;
  font-size: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.week-control button:disabled {
  visibility: hidden;
}

.week-control input {
  text-align: center;
  height: 30px;
  width: 40px;
  border: 1px solid #ccc;
  font-size: 14px;
}
