@font-face {
  font-family: "Fieldwork";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url("../../fonts/fieldwork.otf") format("opentype");
}
@font-face {
  font-family: "Fieldwork";
  font-style: italic;
  font-display: swap;
  font-weight: normal;
  src: url("../../fonts/fieldwork.otf") format("opentype");
}
@font-face {
  font-family: "Fieldwork";
  font-style: normal;
  font-display: swap;
  font-weight: bold;
  src: url("../../fonts/fieldwork.otf") format("opentype");
}
@font-face {
  font-family: "Decima";
  font-display: swap;
  font-weight: bold;
  src: url("../../fonts/decima-bold.otf") format("opentype");
}
@font-face {
  font-family: "Decima";
  font-display: swap;
  font-weight: normal;
  src: url("../../fonts/decima.otf") format("opentype");
}
body {
  background: #ecedee;
  color: #231f20;
}

.container {
  max-width: 2000px;
  margin: 0 auto 0 auto;
}

.header {
  border: 1px solid #9ea7ab;
  border-radius: 0 0 0 20px;
  background: #636466;
  border-radius: 0 0 12px 12px;
}

.header-top {
  background: #f4f4f4;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
.header-top .menu {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.header-top .menu .item {
  display: flex;
}
.header-top .menu .separator {
  margin: 0 12px 0 12px;
}
.header-top .dropdown-menu {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header-top .dropdown-menu .toggler {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #3a4763;
  margin-right: 10px;
  text-decoration: none;
}
.header-top .dropdown-menu .toggler img {
  height: 24px;
}
.header-top .dropdown-menu .body {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 28px;
  left: -8px;
  padding: 8px;
  background: #f8fafc;
  border-radius: 4px;
}
.header-top .dropdown-menu .body .item {
  display: flex;
  text-decoration: none;
  color: #fbe100;
  margin-top: 4px;
}
.header-top .dropdown-menu .body .item:first-child {
  margin-top: 0;
}
.header-top .dropdown-menu .body .item:hover {
  text-decoration: underline;
}
.header-top .dropdown-menu .body .item img {
  height: 24px;
}

.header-body {
  height: 76px;
  display: flex;
  border-radius: 0 0 0 20px;
  border-bottom: 0px solid #fbe100;
  border-radius: unset;
  border-bottom: 2px solid #fbe100;
}
.header-body .logo-link {
  display: flex;
  height: 48px;
  margin-left: 32px;
  align-self: center;
}
.header-body .logo {
  position: relative;
  top: 22px;
  right: 74px;
  height: 80px;
  height: 48px;
  top: unset;
  right: unset;
  position: unset;
}
.header-body .logo-text {
  display: none;
  align-self: flex-end;
  margin-bottom: 7px;
  font-size: 16px;
  display: unset;
}

.header-bottom {
  height: 0px;
  display: flex;
  justify-content: space-between;
  height: 48px;
}
.header-bottom .breadcrumbs {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.header-bottom .breadcrumbs .separator {
  margin: 0 6px 0 6px;
}
.header-bottom .menu {
  position: relative;
  bottom: 38px;
  display: flex;
  align-items: center;
  margin: 0 32px 0 0;
  position: unset;
  bottom: unset;
}
.header-bottom .menu .item {
  color: black;
  color: white;
}
.header-bottom .menu .item:hover {
  color: black;
  color: white;
}
.header-bottom .menu .separator {
  margin: 0 12px 0 12px;
  color: black;
  color: white;
}
.header-bottom .menu .icon {
  display: flex;
  margin: 0 12px 0 0;
}
.header-bottom .menu .icon img {
  width: 24px;
  height: 24px;
}
.header-bottom .dropdown-menu {
  display: none;
  position: relative;
}
.header-bottom .dropdown-menu .toggler {
  position: relative;
  bottom: 40px;
  color: #fbe100;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 10px;
  text-decoration: none;
  position: unset;
  bottom: unset;
  color: white;
}
.header-bottom .dropdown-menu .body {
  position: relative;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: end;
  background: white;
  margin-right: 10px;
  position: unset;
  bottom: unset;
}
.header-bottom .dropdown-menu .body .item {
  display: flex;
  padding: 8px 24px;
  text-decoration: none;
  color: #fbe100;
}
.header-bottom .dropdown-menu .body .item:hover {
  text-decoration: underline;
}

.cover {
  width: 2060px;
  margin: 0 -30px 0 -30px;
  display: flex;
  margin: -51px -30px 0 -30px;
}
.cover .image {
  width: 2000px;
  margin: auto;
  width: 2060px;
  margin: unset;
}

.page {
  padding: 0 60px 0 60px;
}
.page h1,
.page p {
  margin: 24px 0 0 0;
}
.page h1:first-child,
.page p:first-child {
  margin: 48px 0 0 0;
}
.page .brochure {
  width: 124px;
  margin: 0 0 0 24px;
}
.page .button {
  height: 60px;
  border: 0;
  border-left: 4px solid #fbe100;
  display: flex;
  padding: 0 12px;
  background: #231f20;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 0 15px 0;
  min-width: auto;
}
.page .button-small {
  height: 52px;
  font-size: 18px;
  padding: 0 28px;
}

.page-padding-top {
  padding-top: 24px;
}

body:not(.configurations):not(.elements) #mainbody:has(div.jumbotron) {
  overflow: visible;
}

.jumbotron {
  background: #f4f4f4;
  border-radius: 0 0 0 24px;
  margin: -72px 0 0 24px;
  border: 1px solid #d7d1ca;
  border-radius: 24px 0 0 24px;
  border: unset;
}
.jumbotron h2 {
  font-size: 48px;
  padding: 48px 32px 24px 32px;
}
.jumbotron .image {
  width: 100%;
  padding: 0 47px 18px 32px;
}
.jumbotron .image img {
  width: 100%;
  max-width: 571px;
  height: auto;
}
.jumbotron ul {
  list-style: none;
  padding: 0 0 30px 32px;
}
.jumbotron li {
  padding: 18px 32px 18px 0;
  border-top: 1px solid #d7d1ca;
  display: flex;
  align-items: center;
}
.jumbotron .checkmark {
  width: 48px;
  height: 48px;
  margin: 0 24px 0 0;
}

.jumbotron-button {
  display: flex;
  justify-content: flex-end;
  margin: -30px 64px 0 0;
}

.relative {
  position: relative;
}

.overflow-visible {
  overflow: visible !important;
}

.padding-iframe {
  padding-top: 196px;
}

.row {
  display: flex;
}

.col-30 {
  width: 30%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-75 {
  width: 75%;
}

.col-100 {
  width: 100%;
}

.index-10 {
  z-index: 10;
}

.index-20 {
  z-index: 20;
}

.index-30 {
  z-index: 30;
}

.index-40 {
  z-index: 40;
}

.bg-white {
  background: white;
}

.font-small {
  font-size: 16px;
}

.font-normal {
  font-size: 18px;
  font-weight: normal;
}

.font-extra-normal {
  font-size: 20px;
}

.font-medium {
  font-size: 28px;
}

.font-large {
  font-size: 32px;
}

.font-extra-large {
  font-size: 48px;
}

.font-primary {
  color: #231f20;
}

.font-secondary {
  color: #fbe100;
}

.font-white {
  color: white;
}

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

.font-light {
  font-weight: 300;
}

.font-hover {
  text-decoration: none;
}
.font-hover:hover {
  text-decoration: underline;
}

.font-hover-inverse {
  text-decoration: underline;
}
.font-hover-inverse:hover {
  text-decoration: none;
}

.font-j {
  font-family: "Decima", "Arial", sans-serif;
}

.font-jl {
  font-family: "Decima", "Arial", sans-serif;
}

.font-spacing {
  letter-spacing: -0.85px;
}

.font-line-height-14 {
  line-height: 1.4;
}

.font-line-height-18 {
  line-height: 1.8;
}

.flex {
  display: flex;
}

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

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

.flex-align-baseline {
  align-items: baseline;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-end {
  justify-content: end;
}

.flex-justify-center {
  justify-content: center;
}

.min-height-128 {
  min-height: 128px;
}

.form {
  margin: 64px 0 0 0;
  font-family: "Decima", "Arial", sans-serif;
}
.form .form-input,
.form input[type=text],
.form input[type=password] {
  border-radius: 0 0 20px 0;
  border: 0 !important;
  padding: 12px 24px;
  font-size: 22px;
  box-shadow: 1px 0 8px 2px rgba(0, 0, 0, 0.2);
  font-family: inherit;
  color: inherit;
  background: white;
}
.form .button {
  height: 60px;
  border: 0;
  border-left: 4px solid #fbe100;
  display: flex;
  padding: 0 12px;
  background: #231f20;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 0 15px 0;
  min-width: auto;
}
.form .button-small {
  height: 52px;
  font-size: 18px;
  padding: 0 28px;
}

.form-header {
  height: 64px;
  background: #231f20;
  border-radius: 0 12px 0 0;
  border: 1px solid #636466;
  border-radius: 12px 0 0 0;
}
.form-header h2 {
  margin: 0 0 0 48px;
  color: white;
  font-size: 36px;
  font-family: "Decima", "Arial", sans-serif;
}

.form-body {
  background: #f4f4f4;
  border-radius: 0 0 0 12px;
  border-right: 1px solid #636466;
  border-bottom: 1px solid #636466;
  border-left: 1px solid #636466;
  padding: 28px 48px 28px 48px;
}
.form-body p {
  color: #3a4763;
  padding-top: 12px;
}
.form-body p:first-child {
  padding-top: 0;
}

.form-row {
  margin: 0 0 20px 0;
}
.form-row:last-child {
  margin: 0;
}

.form-label {
  font-size: 22px;
  margin: 0 0 8px 0;
  color: #231f20;
}

.form-label-checkbox {
  font-size: 22px;
  margin: 0 0 0 8px;
  color: #231f20;
}

.form-error {
  margin: 8px 0 0 0;
  color: #cc0000;
  font-size: 16px;
}

.button {
  height: 60px;
  border: 0;
  border-left: 4px solid #fbe100;
  display: flex;
  padding: 0 12px;
  background: #231f20;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 0 15px 0;
  min-width: auto;
}

.button-small {
  height: 52px;
  font-size: 18px;
  padding: 0 28px;
}

a.button-small {
  height: 52px;
  font-size: 18px;
  padding: 0 28px;
}
a.button {
  height: 60px;
  border: 0;
  border-left: 4px solid #fbe100;
  display: flex;
  padding: 0 12px;
  background: #231f20;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 0 15px 0;
  min-width: auto;
}
a[disabled=disabled] {
  opacity: 0.3;
  color: #000000 !important;
}

.width-80 {
  width: 80px;
}

.width-128 {
  width: 128px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-32 {
  margin-left: 32px;
}

.margin-bottom-18 {
  margin-bottom: 18px;
}

.padding-right-12 {
  padding-right: 12px;
}

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

.table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0 0 0;
}
.table tr {
  background: #f4f4f4;
}
.table tr:first-child td {
  border-top: 1px solid #231f20;
}
.table tr:last-child td {
  border-bottom: 1px solid #231f20;
}
.table tr:nth-child(even) {
  background: white;
}
.table tr th {
  background: #231f20;
  color: white;
  font-size: 14px;
  font-weight: bolder;
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 10px 10px 10px 10px;
}
.table tr th:first-child {
  border-left: 1px solid #231f20;
}
.table tr th:last-child {
  border-right: 1px solid #231f20;
}
.table tr th a,
.table tr th label {
  color: white;
}
.table tr th a:hover {
  background: none !important;
}
.table tr td {
  color: #231f20;
  font-size: 12px;
  border-left: 1px solid #231f20;
  border-right: 1px solid #231f20;
  padding: 10px 0 10px 0;
  text-align: center;
}

.text-danger {
  margin-bottom: 12px;
}

html body #configurator-container {
  max-width: 2000px;
  margin: 0 auto 0 auto;
  top: 451px;
  bottom: 0;
  height: 1000px;
}

@media only screen and (max-width: 2100px) {
  .header {
    border-radius: 0;
  }

  .d-overflow-hidden {
    overflow: hidden;
  }
}
@media only screen and (max-width: 960px) {
  .t-col-75 {
    width: 75%;
  }

  .t-font-small {
    font-size: 14px;
  }

  .t-table-scroll {
    overflow-x: auto;
  }

  .t-table {
    min-width: 960px;
  }

  .jumbotron h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .jumbotron h2 {
    font-size: 24px;
  }

  .header-bottom .menu {
    display: none;
  }
  .header-bottom .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .m-col-100 {
    width: 100%;
  }

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

  .header-top .menu {
    margin-right: 10px;
  }

  .header-body {
    border-radius: unset;
  }
  .header-body .logo-link {
    height: 32px;
    margin-left: 10px;
  }
  .header-body .logo {
    position: relative;
    top: unset;
    height: 50px;
    left: 15px;
    height: 32px;
  }
  .header-body .logo-text {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .header-bottom .breadcrumbs {
    margin-left: 10px;
  }

  .page {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
  }
  .page h1 {
    margin-top: 24px;
  }
  .page h1:first-child {
    margin-top: 24px;
  }

  .jumbotron {
    border-radius: 0;
    margin: 0;
  }
  .jumbotron h2 {
    padding: 24px 12px;
  }
  .jumbotron .image,
.jumbotron ul {
    padding: 0 12px 18px 12px;
  }

  .form {
    margin-right: 10px;
    margin-left: 10px;
  }

  .form-header h2 {
    font-size: 24px;
    margin: 0 0 0 24px;
  }

  .form-body {
    padding: 28px 24px 28px 24px;
  }
}
span, p, a, h2, h3, h4, h5, h6, th, td, label, li {
  color: #333333;
}

.jumbotron h2 {
  font-family: "Fieldwork", "Arial", sans-serif;
}

.header {
  background-color: #fbe100;
  border: none;
}
.header .header-top {
  background-color: #231f20;
}
.header .header-top .menu {
  margin-right: 22px;
}
.header .header-top .dropdown-menu .toggler {
  color: #ffffff;
}
.header .header-top .dropdown-menu .toggler img {
  filter: invert(1);
}
.header .header-top .dropdown-menu .body {
  background-color: #f4f4f4;
}
.header .header-top .dropdown-menu .body .item {
  color: #231f20;
}

.header-bottom .menu .icon {
  filter: invert(1);
}
.header-bottom .menu .item {
  color: #231f20;
}
.header-bottom .menu .separator {
  color: #231f20;
}