:root {
  --duet-color-primary: #005fcc;
  --duet-color-text: #333;
  --duet-color-text-active: #fff;
  --duet-color-placeholder: #666;
  --duet-color-button: #f5f5f5;
  --duet-color-surface: #fff;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-color-border: #333;

  --duet-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --duet-font-normal: 400;
  --duet-font-bold: 600;

  --duet-radius: 4px;
  --duet-z-index: 600;
}
.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span{
/*	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;*/
}

.xdsoft_autocomplete{
display:inline;
position:relative;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
}

.xdsoft_autocomplete .xdsoft_input{
	position:relative;
	z-index:2;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown{
	position:absolute;
	border: 1px solid #ccc;
	border-top-color: #d9d9d9;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	cursor: default;
	display:none;
	z-index: 1001;
	margin-top:-1px;
	background-color:#fff;
	min-width:100%;
	overflow:auto;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint{
	position:absolute;
	z-index:1;
	color:#ccc !important;
	-webkit-text-fill-color:#ccc !important;
	text-fill-color:#ccc  !important;
	overflow:hidden !important;
	white-space: pre  !important;
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint span{
	color:transparent;
	opacity: 0.0;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright{
	color:#ddd;
	font-size:10px;
	text-decoration:none;
	right:5px;
	position:absolute;
	margin-top:-15px;
	z-index:1002;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div{
	background:#fff;
	white-space: nowrap;
	cursor: pointer;
	line-height: 1.5em;
	padding: 2px 0px 2px 0px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active{
	background: #0097CF;
	color: #FFFFFF;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

body {
  margin: 0;
  min-width: 300px;
  background-color: #F8F8F8;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  background: #FFF;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big,
blockquote, body, canvas, caption, center, cite, code, dd, del,
details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure,
footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe,
img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output,
p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub,
summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul,
var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-size: calc(1.125rem + 0.1vw);
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring,
[type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
  display: block;
}

[hidden], template {
  display: none;
}

.header, .footer .footer__copyright, .footer {
  position: relative;
}
.header > *, .footer .footer__copyright > *, .footer > * {
  z-index: 1;
  position: relative;
}
.header:after, .footer .footer__copyright:after, .footer:after {
  content: "";
  background-color: inherit;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  border-bottom: inherit;
  border-top: inherit;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 0;
  min-width: 350px;
}

.btn {
  --btn-background: #0C1013;
  --btn-color: #FFF;
  --btn-width: auto;
  --btn-padding: 15px;
  --btn-background-hover: #000;
  --btn-color-hover: #FFF;
  --btn-background-active: rgb(30.5419354839, 40.7225806452, 48.3580645161);
  --btn-color-active: white;
  font-size: calc(0.75rem + 0.1vw);
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--btn-color);
  background-color: var(--btn-background);
  width: var(--btn-width);
  padding: var(--btn-padding);
  --btn-background: #FFF;
  --btn-color: #000;
  --btn-background-hover: #FFF;
  --btn-color-hover: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  font-weight: 600 !important;
}
.btn:hover {
  background-color: var(--btn-background-hover);
  color: var(--btn-color-hover);
}

.btn.btn-active {
  background-color: var(--btn-background-active);
  color: var(--btn-color-active);
}

.about {
  margin-top: -30px;
}

.about .primary-showcase {
  height: 50vh;
}

.about .primary-showcase .primary-showcase__text h1 {
  font-size: calc(1.4375rem + 0.1vw);
}

.about .primary-showcase .after {
  width: 100%;
  border-radius: 0px;
}

.about .section.description {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.about .section.description .heading, .about .section.description h2, .about .section.description h1 {
  font-size: calc(1.25rem + 0.1vw);
}

.about .section.description .heading .gray, .about .section.description h2 .gray, .about .section.description h1 .gray {
  font-size: calc(1.125rem + 0.1vw);
}

.about .section.about-item {
  padding-bottom: 0vh;
  padding-top: 6vh;
}

.about .section.about-item .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .section.about-item .column.about-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .section.about-item .column.about-item__description h2 {
  font-size: calc(1.125rem + 0.1vw);
}

.about .section.about-item .column.about-item__description p {
  font-size: calc(0.8125rem + 0.1vw);
  color: #666;
  margin-bottom: 30px;
}

.about .section.about-item .column.after {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}

.about .section.about-item .picture {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.footer {
  --footer-background: #EEE;
  --footer-border-color: #d9d6d6;
  --footer-color: #626262;
  --footer-font-size: 13px;
  --footer-title-font-size: 15px;
  --footer-copyright-background: #e1e1e1;
  --footer-copyright-color: #626262;
  --footer-copyright-font-size: 14px;
  background-color: var(--footer-background);
  color: var(--footer-color);
  font-size: calc(var(--footer-font-size) + 0.1vw);
  line-height: 1.5;
  padding-top: 50px;
  width: 100%;
  margin-top: auto;
  display: none;
}

.footer .footer__copyright {
  background-color: var(--footer-copyright-background);
  color: var(--footer-copyright-color);
  font-size: var(--footer-copyright-font-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .footer__copyright div {
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer .footer__copyright .copyright-client {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 400px;
}

.footer .footer__copyright a {
  font-weight: 600;
}

.overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998;
  left: -100%;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  opacity: 0%;
  -webkit-transition-duration: 350;
          transition-duration: 350;
}

.overlay.is-active {
  opacity: 100%;
  left: 0px;
}

.header.is-header-expended {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  background-color: #011027;
  padding-bottom: 5%;
}

.header.is-header-expended .overlay.is-active {
  opacity: 100%;
  left: 0px;
}

.header.is-header-expended .header-primary-nav__element {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header.is-header-expended .header-primary-nav__element .overlay.is-active {
  opacity: 100%;
  left: 0px;
}

.header.is-header-expended .header-primary-nav__element .header-primary-nav__item {
  width: 100%;
}

.header.is-header-expended .header-primary-nav__element .header-primary-nav__item .overlay.is-active {
  opacity: 100%;
  left: 0px;
}

.header.is-header-expended .header-primary-nav__element .header-primary-nav__item a {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.header.is-header-expended .header-primary-nav__element .header-primary-nav__item a:hover {
  background-color: transparent;
  color: #FFF;
}

.header.is-header-expended .header-inner {
  display: block;
  width: 100%;
  border-top: solid 1px #132743;
  margin-top: 10px;
  padding-top: 15px;
}

.header.is-header-expended .wrap {
  width: 90%;
}

.header.is-header-expended .btn-menu, .header.is-header-expended .btn-close {
  display: none;
}

.header.is-header-expended .btn-close {
  display: block;
}

.header.is-header-expended .logo {
  display: none;
}

.top-nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 9;
  border-bottom: solid 1px #DBDBDB;
  padding-bottom: 0px;
  padding-top: 5px;
}

.top-nav .btn-menu, .top-nav .header .btn-close, .header .top-nav .btn-close {
  background-color: transparent;
  padding: 0px;
  border: none;
  color: #CCC;
  display: block;
}

.top-nav .btn-menu .icon-menu, .top-nav .header .btn-close .icon-menu, .header .top-nav .btn-close .icon-menu {
  position: relative;
  display: block;
  width: 25px;
  margin-bottom: 18px;
  height: 2px;
  background-color: #FFF;
}
.top-nav .btn-menu .icon-menu:before, .top-nav .header .btn-close .icon-menu:before, .header .top-nav .btn-close .icon-menu:before, .top-nav .btn-menu .icon-menu:after, .top-nav .header .btn-close .icon-menu:after, .header .top-nav .btn-close .icon-menu:after {
  position: absolute;
  height: inherit;
  width: inherit;
  background-color: inherit;
  content: "";
  left: 0px;
}
.top-nav .btn-menu .icon-menu:before, .top-nav .header .btn-close .icon-menu:before, .header .top-nav .btn-close .icon-menu:before {
  content: "";
  top: 8px;
}
.top-nav .btn-menu .icon-menu:after, .top-nav .header .btn-close .icon-menu:after, .header .top-nav .btn-close .icon-menu:after {
  content: "";
  top: 16px;
}

.top-nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: auto;
  margin-bottom: 5px;
}

.top-nav .logo img {
  height: 100%;
  max-height: 50px;
  width: auto;
  display: block;
}

.top-nav .btn-search {
  width: 25px;
  padding: 0px;
  border: 0;
  background-color: transparent;
  display: block;
}

.top-nav .search {
  display: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.top-nav .search input {
  width: 100%;
  border: none;
  height: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-size: calc(0.75rem + 0.1vw);
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  background-color: #DFDFDF;
}

.header {
  --header-mobile-breakpoint: var(790px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  background-color: #000F25;
  border-right: solid 1px #E8E8E8;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  padding-bottom: 50px;
  background: transparent;
}

.header .logo-mobile {
  margin-right: auto;
}

.header .logo-mobile img {
  width: auto;
  max-height: 50px;
  max-width: 160px;
}

.header .btn-menu, .header .btn-close {
  background-color: transparent;
  padding: 0px;
  border: none;
  color: #CCC;
  display: block;
  margin-bottom: 30px;
}

.header .btn-menu .icon-menu, .header .btn-close .icon-menu {
  position: relative;
  display: block;
  width: 25px;
  margin-bottom: 18px;
  height: 2px;
  background-color: #FFF;
}
.header .btn-menu .icon-menu:before, .header .btn-close .icon-menu:before, .header .btn-menu .icon-menu:after, .header .btn-close .icon-menu:after {
  position: absolute;
  height: inherit;
  width: inherit;
  background-color: inherit;
  content: "";
  left: 0px;
}
.header .btn-menu .icon-menu:before, .header .btn-close .icon-menu:before {
  content: "";
  top: 8px;
}
.header .btn-menu .icon-menu:after, .header .btn-close .icon-menu:after {
  content: "";
  top: 16px;
}

.header .btn-close {
  display: none;
}

.header .btn-close .icon-menu {
  position: relative;
  width: 20px;
  margin-bottom: 0px;
  height: 20px;
  background-color: transparent;
}
.header .btn-close .icon-menu:before, .header .btn-close .icon-menu:after {
  position: absolute;
  height: inherit;
  width: 2px;
  background-color: inherit;
  left: 0px;
  background-color: #FFF;
  top: 0px;
  left: auto;
  content: "";
}
.header .btn-close .icon-menu:before {
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .btn-close .icon-menu:after {
  content: "";
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .header-inner {
  display: none;
  width: 90%;
  margin: auto;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo img {
  width: auto;
  max-height: 50px;
  max-width: 160px;
  display: block;
}

.header .header-primary-nav {
  padding-top: 0px;
  margin-top: 0px;
}

.header .header-primary-nav .header-primary-nav__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  width: 100%;
}

.header .header-primary-nav .header-primary-nav__item {
  color: #FFF;
  width: 100%;
  font-size: calc(0.8125rem + 0.1vw);
  font-weight: 600;
  position: relative;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.header .header-primary-nav .header-primary-nav__item a {
  padding: 0px 5px;
  font-size: 100%;
  display: inline-block;
  height: 35px;
  line-height: 2.1875rem;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10%;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

.header .header-primary-nav .header-primary-nav__item .dropdown-toggle .dropdown-text-caret {
  border-color: white transparent transparent transparent;
}

.header .header-primary-nav .header-primary-nav__item .dropdown-toggle .dropdown-caret {
  display: none !important;
}

.header .header-primary-nav .header-primary-nav__item .dropdown-menu {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;
}

.header .header-primary-nav .header-primary-nav__item .dropdown-menu .header-primary-nav__item {
  margin-bottom: 0px;
  font-size: calc(0.8125rem + 0.1vw);
}
.header .header-primary-nav .header-primary-nav__item .dropdown-menu .header-primary-nav__item a {
  height: 30px !important;
  margin-left: 10px;
  min-width: auto;
}

.layout-content-panel {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100%;
}

.primary-showcase:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 13, 32, 0.6)), color-stop(20%, rgba(0, 13, 32, 0.45)), to(rgba(0, 13, 32, 0)));
  background: linear-gradient(to bottom, rgba(0, 13, 32, 0.6) 0%, rgba(0, 13, 32, 0.45) 20%, rgba(0, 13, 32, 0) 100%);
}

.header .header-primary-nav .header-primary-nav__item a:hover {
  color: #000;
}

.layout-content {
  background-color: #FFF !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  border-radius: 10px;
}

h1, h2, h3, .heading {
  font-family: "Gelasio", serif;
  font-weight: 400;
}

.btn.btn-dark:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M4.16675 10.125H15.8334M15.8334 10.125L10.0001 4.29169M15.8334 10.125L10.0001 15.9584' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M4.16675 10.125H15.8334M15.8334 10.125L10.0001 4.29169M15.8334 10.125L10.0001 15.9584' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.btn:hover:after {
  margin-left: 15px;
}

.primary-showcase .before, .primary-showcase .service .section.service-item .column.service-item__description .after, .service .section.service-item .column.service-item__description .primary-showcase .after, .primary-showcase .after {
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  background-position: top;
  border-radius: 5px;
  overflow: hidden;
}

h1 span {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.scroll:before {
  background-repeat: no-repeat;
  border-bottom: solid 1px #112441;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M10 4.16663V15.8333M10 15.8333L4.16663 9.99996M10 15.8333L15.8333 9.99996' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  transition: all 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
}

.flexible-img {
  background-size: cover;
  background-position: center;
}

.flexible-img img {
  display: none;
}

.section {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section h2 {
  font-size: calc(1.875rem + 0.1vw);
  margin-bottom: 15px;
  width: 100%;
}

.section.description {
  background-color: #001330;
  padding-left: 0px;
  padding-right: 0px;
}

.section.description .scroll {
  width: 90px;
  height: 90px;
  top: -90px;
  left: 0px;
  position: absolute;
  z-index: 9;
  display: none;
}
.section.description .scroll:before {
  height: 0px;
  width: 90px;
  background-size: 30px;
  background-position: 30px;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.section.description .scroll:hover:before {
  content: "";
  background-position: 30px 35px;
}

.section.description .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section.description .column.intro {
  width: 90px;
  height: calc(100% + 90px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
}

.section.description .column.intro .picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.section.description .column.title {
  margin-bottom: 30px;
  width: 90%;
  margin: auto;
}

.section.description .heading, .section.description h2, .section.description h1 {
  font-size: calc(1.5625rem + 0.1vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFF;
  margin-bottom: 0px;
}

.section.description .heading .gray, .section.description h2 .gray, .section.description h1 .gray {
  font-size: calc(1.125rem + 0.1vw);
  color: #B5B5B5;
  margin-top: 15px;
  display: block;
  width: 100%;
}

.primary-showcase {
  min-height: 300px;
  height: 70vh;
  padding-top: 90px;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #00122D;
}

.primary-showcase .primary-showcase__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2;
}

.primary-showcase .primary-showcase__text h1 {
  font-size: calc(1.75rem + 0.1vw);
  font-weight: 500;
  color: white;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.primary-showcase .primary-showcase__text span {
  background-color: #021C42;
  color: white;
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.primary-showcase .primary-showcase__text .btn {
  font-size: calc(0.8125rem + 0.1vw);
  font-weight: 400;
  margin: auto;
}

.primary-showcase .before, .primary-showcase .service .section.service-item .column.service-item__description .after, .service .section.service-item .column.service-item__description .primary-showcase .after {
  width: calc(50% - 5px);
  border-radius: 5px;
  left: 0px;
}

.primary-showcase .picture {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.primary-showcase .after {
  width: calc(50% - 5px);
  border-radius: 5px;
  left: initial;
  right: 0px;
}

.home {
  margin-top: -30px;
}

.home .section.realisation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .section.realisation p {
  font-size: calc(0.9375rem + 0.1vw);
  color: #565656;
  margin-bottom: 30px;
  max-width: 800px;
}

.home .section.realisation .relation-list {
  display: none;
}

.home .section.realisation .relation-list .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 10px;
}

.home .section.realisation .relation-list .columns .column {
  width: 50%;
  margin-right: 10px;
  padding-bottom: 16%;
  background-color: #000;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.home .section.realisation .relation-list .columns .picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home .section.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
  background-color: #EEE;
}

.home .section.service .service-content {
  width: 60%;
  min-width: 300px;
  padding-right: 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
}

.home .section.service p {
  font-size: calc(0.875rem + 0.1vw);
  color: #2D2D2D;
  margin-bottom: 30px;
}

.home .section.service .service-list {
  font-size: calc(0.9375rem + 0.1vw);
  color: #2D2D2D;
}

.home .section.service .service-list .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .section.service .service-list .column {
  width: 50%;
  max-width: 650px;
  min-width: 320px;
  padding-right: 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home .section.service .service-list .item {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  font-size: calc(0.9375rem + 0.1vw);
}
.home .section.service .service-list .item:before {
  position: absolute;
  height: 2px;
  background-color: #051F47;
  width: 10px;
  left: 0px;
  content: "";
  top: 12px;
}

.home .section.service .service-list .item strong {
  display: block;
  color: #051F47;
  font-size: calc(1rem + 0.1vw);
  margin-bottom: 5px;
}

.home .section.service .service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.home .section.service .btn.btn-dark {
  font-size: calc(0.8125rem + 0.1vw);
  font-weight: 400;
  margin: auto;
  width: 100%;
  background-color: #103D82;
  color: white;
  text-align: left;
}

.home .section.service .btn.btn-dark div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.home .section.service .service-picture {
  width: 40%;
  position: relative;
  display: none;
  border-radius: 5px;
  overflow: hidden;
}

.home .section.service .service-picture .picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: left;
}

.hidden {
  display: none;
}

.heading, h2, h1 {
  color: #231F20;
  padding-bottom: 5px;
}

.element.disabled {
  pointer-events: none;
}

h2 {
  font-size: calc(1rem + 0.1vw);
}

.container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.main-content {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.dev-pages.active {
  left: 0px;
  opacity: 100%;
}

.dev-pages-open {
  position: fixed;
  display: block;
  bottom: 15px;
  left: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: #464646;
  height: 40px;
  line-height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 9999px;
  text-align: center;
  background-color: #CECECE;
  z-index: 99998;
}

.dev-pages {
  position: fixed;
  height: 100vh;
  top: 0px;
  left: -100%;
  padding: 30px;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  opacity: 0%;
  -webkit-transition-duration: 350;
          transition-duration: 350;
  background-color: white;
  z-index: 99999;
  overflow-y: auto;
}

.dev-pages .dev-pages-close {
  display: block;
  margin-left: auto;
  margin-bottom: 30px;
  color: #464646;
  width: 30px;
  height: 30px;
  line-height: 1.875rem;
  font-size: 0.8125rem;
  border-radius: 9999px;
  text-align: center;
  background-color: #CECECE;
}

.dev-pages .dev-pages-listing {
  list-style-type: none;
}

.dev-pages .dev-pages-item {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-size: calc(0.9375rem + 0.1vw);
  color: #666;
}
.dev-pages .dev-pages-item:hover {
  color: #000;
}

.service {
  margin-top: -30px;
}

.service .primary-showcase {
  height: 50vh;
}

.service .primary-showcase .primary-showcase__text h1 {
  font-size: calc(1.4375rem + 0.1vw);
}

.service .primary-showcase .after {
  width: 100%;
  border-radius: 0px;
}

.service .section.description {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.service .section.description .heading, .service .section.description h1, .service .section.description h2 {
  font-size: calc(1.25rem + 0.1vw);
}

.service .section.description .heading .gray, .service .section.description h1 .gray, .service .section.description h2 .gray {
  font-size: calc(1.125rem + 0.1vw);
}

.service .section.service-item {
  padding-bottom: 0vh;
  padding-top: 6vh;
}

.service .section.service-item .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .section.service-item .column.service-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service .section.service-item .column.service-item__description .before, .service .section.service-item .column.service-item__description .after {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  border-radius: 5px;
}

.service .section.service-item .column.service-item__description .before span, .service .section.service-item .column.service-item__description .after span {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #FFF;
  font-size: calc(0.9375rem + 0.1vw);
  font-weight: 300;
  color: #848484;
  z-index: 9;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
}

.service .section.service-item .column.service-item__description .after {
  margin-top: 10px;
}

.service .section.service-item .column.service-item__description .text {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.service .section.service-item .column.service-item__description h2 {
  font-size: calc(1.125rem + 0.1vw);
}

.service .section.service-item .column.service-item__description p {
  font-size: calc(0.875rem + 0.1vw);
  color: #666;
  margin-bottom: 30px;
}

.service .section.service-item .column.after {
  width: 60%;
  position: relative;
  display: none;
}

.service .section.service-item span {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #FFF;
  font-size: calc(0.9375rem + 0.1vw);
  font-weight: 300;
  color: #848484;
  z-index: 9;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
}

.service .section.service-item .picture {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 500px) {
  .about .primary-showcase .primary-showcase__text h1 {
    font-size: calc(1.5625rem + 0.1vw);
  }
  .top-nav {
    height: 85px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-nav .btn-menu, .top-nav .header .btn-close, .header .top-nav .btn-close {
    display: none;
  }
  .top-nav .logo {
    margin: 0px;
    margin-right: 20px;
  }
  .top-nav .btn-search {
    display: none;
  }
  .top-nav .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-nav .search input {
    max-width: 300px;
    background-color: white;
  }
  .header .btn-close .icon-menu:before, .header .btn-close .icon-menu:after {
    background-color: #FFF;
  }
  .header .header-primary-nav .header-primary-nav__item {
    color: #000;
    width: auto;
  }
  .header .header-primary-nav .header-primary-nav__item .dropdown-toggle .dropdown-text-caret {
    border-color: black transparent transparent transparent;
  }
  .header .header-primary-nav .header-primary-nav__item a:hover {
    background-color: #F2F2F2;
    border-radius: 5px;
  }
  .btn {
    margin: 0px;
  }
  .primary-showcase .primary-showcase__text h1 {
    font-size: calc(2.1875rem + 0.1vw);
    margin-bottom: 30px;
    text-align: left;
  }
  .primary-showcase .primary-showcase__text span {
    line-height: 1.4;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .primary-showcase .primary-showcase__text .btn {
    margin: 0px;
  }
  .home .section.realisation .relation-list .columns .column {
    width: 33.333%;
  }
  .home .section.service .btn.btn-dark {
    width: auto;
    margin: 0px;
  }
  .layout-content {
    background-color: #F2F2F2;
  }
  .service .primary-showcase .primary-showcase__text h1 {
    font-size: calc(1.5625rem + 0.1vw);
  }
  .service .section.service-item .column.service-item__description .before, .service .section.service-item .column.service-item__description .after {
    width: calc(50% - 5px);
    margin-right: auto;
    display: block;
  }
  .service .section.service-item .column.service-item__description .after {
    display: block;
    margin-top: 0px;
  }
}

@media (min-width: 680px) {
  .section.description .scroll {
    display: block;
  }
  .section.description .column.intro {
    display: block;
  }
  .section.description .column.title {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: calc(8vh + 90px);
    margin-right: 0px;
  }
}

@media (min-width: 750px) {
  .top-nav .search input {
    min-width: 300px;
  }
  .header .header-primary-nav .header-primary-nav__element {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header-primary-nav .header-primary-nav__item.active:before {
    height: 5px;
    content: "";
    background-color: #595959;
  }
  .header .header-primary-nav .header-primary-nav__item .dropdown-menu .header-primary-nav__item a {
    height: auto !important;
    line-height: 2 !important;
  }
}

@media (min-width: 780px) {
  .about .primary-showcase .primary-showcase__text h1 {
    font-size: calc(1.875rem + 0.1vw);
  }
  .about .section.description .heading, .about .section.description h2, .about .section.description h1 {
    font-size: calc(1.375rem + 0.1vw);
    max-width: 850px;
  }
  .about .section.description .heading .gray, .about .section.description h2 .gray, .about .section.description h1 .gray {
    font-size: calc(1.1875rem + 0.1vw);
  }
  .about .section.about-item {
    padding-top: 10vh;
  }
  .about .section.about-item .column.about-item__description {
    width: 50%;
    padding-bottom: 30px;
    padding-right: 30px;
  }
  .about .section.about-item .column.about-item__description h2 {
    font-size: calc(1.25rem + 0.1vw);
  }
  .about .section.about-item .column.after {
    width: 50%;
    padding-bottom: 0px;
  }
  .section h2 {
    font-size: calc(2.1875rem + 0.1vw);
  }
  .section.description .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .section.description .heading, .section.description h2, .section.description h1 {
    font-size: calc(2.1875rem + 0.1vw);
  }
  .section.description .heading .gray, .section.description h2 .gray, .section.description h1 .gray {
    font-size: calc(1.375rem + 0.1vw);
  }
  .primary-showcase .primary-showcase__text h1 {
    font-size: calc(2.8125rem + 0.1vw);
  }
  .home .section.realisation p {
    font-size: calc(1rem + 0.1vw);
  }
  .home .section.service p {
    font-size: calc(0.9375rem + 0.1vw);
  }
  .service .primary-showcase .primary-showcase__text h1 {
    font-size: calc(1.875rem + 0.1vw);
  }
  .service .section.description .heading, .service .section.description h1, .service .section.description h2 {
    font-size: calc(1.375rem + 0.1vw);
    max-width: 850px;
  }
  .service .section.description .heading .gray, .service .section.description h1 .gray, .service .section.description h2 .gray {
    font-size: calc(1.1875rem + 0.1vw);
  }
  .service .section.service-item {
    padding-top: 10vh;
  }
  .service .section.service-item .column.service-item__description {
    width: 40%;
    padding-bottom: 30px;
    padding-right: 30px;
  }
  .service .section.service-item .column.service-item__description .before, .service .section.service-item .column.service-item__description .after {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 80%;
  }
  .service .section.service-item .column.service-item__description .before span, .service .section.service-item .column.service-item__description .after span {
    padding-left: 5px;
    bottom: -5px;
    top: initial;
  }
  .service .section.service-item .column.service-item__description .after {
    display: none;
  }
  .service .section.service-item .column.service-item__description .text {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }
  .service .section.service-item .column.service-item__description h2 {
    font-size: calc(1.25rem + 0.1vw);
  }
  .service .section.service-item .column.service-item__description p {
    font-size: calc(0.9375rem + 0.1vw);
  }
  .service .section.service-item .column.after {
    display: block;
  }
  .service .section.service-item span {
    padding-left: 5px;
    bottom: -5px;
    top: initial;
  }
}

@media (min-width: 790px) {
  .header {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding: 10px;
  }
  .header .logo-mobile {
    display: none;
  }
  .header .btn-menu, .header .btn-close {
    display: none;
  }
  .header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header-primary-nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header-primary-nav .header-primary-nav__element li:last-child {
    margin-right: -10px;
  }
}

@media (min-width: 960px) {
  .top-nav .logo {
    display: none;
  }
  .top-nav .search {
    margin-left: 0px;
  }
  .header .logo img {
    max-width: initial;
  }
}

@media (min-width: 1000px) {
  .about .section.about-item .column.about-item__description {
    width: 40%;
  }
  .about .section.about-item .column.about-item__description h2 {
    font-size: calc(1.375rem + 0.1vw);
  }
  .about .section.about-item .column.about-item__description p {
    font-size: calc(0.875rem + 0.1vw);
  }
  .about .section.about-item .column.after {
    width: 60%;
  }
  .primary-showcase .primary-showcase__text h1 {
    font-size: calc(3.4375rem + 0.1vw);
  }
  .primary-showcase .before, .primary-showcase .service .section.service-item .column.service-item__description .after, .service .section.service-item .column.service-item__description .primary-showcase .after {
    width: calc(33.333% - 3px);
  }
  .primary-showcase .after {
    width: calc(66.666% - 3px);
  }
  .home .section.service .service-picture {
    display: block;
  }
  .service .section.service-item .column.service-item__description h2 {
    font-size: calc(1.375rem + 0.1vw);
  }
  .service .section.service-item .column.service-item__description p {
    font-size: calc(1rem + 0.1vw);
  }
}

@media (min-width: 1500px) {
  .about .section.about-item .column.about-item__description h2 {
    font-size: calc(1.5625rem + 0.1vw);
  }
  .service .section.service-item .column.service-item__description h2 {
    font-size: calc(1.5625rem + 0.1vw);
  }
}

@media (max-width: 300px) {
  .header:after, .footer .footer__copyright:after, .footer:after {
    left: 0px;
    margin-left: -50px;
  }
}