@import url(https://use.typekit.net/gwo1gpw.css);
@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Light.woff2") format("woff2"), url("/fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Medium.woff2") format("woff2"), url("/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Bold.woff2") format("woff2"), url("/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("/fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Regular.woff2") format("woff2"), url("/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.dashboard {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

.d-container {
  box-sizing: border-box;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 200px;
}

.d-container-content {
  position: absolute;
  display: flex;
  width: 100%;
  overflow: auto;
  left: 20px;
  height: calc(100% - 200px);
}

.d-container-topbar {
  display: flex;
  justify-content: space-between;
  top: 110px;
  left: 0;
  padding: 20px;
  position: fixed;
  border: 1px solid #F49200;
  width: 100%;
  z-index: 1;
  background-color: white;
}

.d-container-topbar > button {
  font-size: 16px;
}

.d-container-topbar > input {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid grey;
}

.d-list {
  width: 80%;
  padding: 0 20px 20px 0;
  height: 100%;
}

img.icon-image-svg {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(100%);
  height: 20px;
  margin-left: 10px;
}

.d-list-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.d-list-table tr > th {
  position: relative;
  padding: 15px;
  color: white;
  font-weight: bold;
  background-color: #F49200;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
.d-list-table tr > th.sortable-field {
  position: relative;
  text-decoration: underline;
}
.d-list-table tr > th.sortable-field:hover {
  font-weight: bold;
  color: #f2f2f2;
  cursor: pointer;
}
.d-list-table tr > th.sortable-field:hover:after {
  content: "sort field";
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px;
  background-color: rgba(242, 242, 242, 0.8);
  padding: 3px;
  border: 1px solid grey;
  color: grey;
}
.d-list-table tr > th span {
  float: right;
}
.d-list-table tr:nth-child(even) td {
  background-color: #fafafa;
}
.d-list-table tr > td {
  text-align: center;
  padding: 6px;
  vertical-align: middle;
  background-color: whitesmoke;
}
.d-list-table td > img {
  max-height: 40px;
  max-width: 80px;
}

.table-button {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: whitesmoke;
  text-align: center;
}
.table-button:hover {
  background-color: #F49200;
  cursor: pointer;
  color: black;
  font-weight: bold;
}

.client-box-list {
  list-style: none;
}
.client-box-list li {
  margin-top: 5px;
  padding: 5px;
}
.client-box-list li:hover {
  background-color: #f2f2f2;
}

.d-single {
  width: 20%;
  margin-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.d-single .d-single-table {
  width: 100%;
  border-spacing: 0;
  max-width: 300px;
}
.d-single .d-single-table th {
  border: 1px solid #F49200;
}
.d-single .d-single-table tr > td {
  padding: 6px;
  text-align: left;
  border: 1px solid #b3b3b3;
}
.d-single .d-single-table tr > td.image-cell {
  text-align: center;
}
.d-single .d-single-table tr > td a {
  text-decoration: underline;
}
.d-single .d-single-table tr > td a:hover {
  color: #F49200;
}
.d-single .d-single-table tr > td img {
  max-width: 200px;
  max-height: 200px;
}
.d-single .d-single-table tr > th {
  padding: 15px;
  color: white;
  font-weight: bold;
  background-color: #F49200;
}

.d-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.d-modal .d-window-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
}
.d-modal .d-window-wrapper .d-window-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(191, 191, 191, 0.5);
  z-index: 3;
}
.d-modal .d-window-wrapper .d-window-overlay .prompt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border: #cccccc;
}

.d-form {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
}

.d-form-wrapper {
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  z-index: 2;
}

.d-form-header {
  background-color: #F49200;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: white;
  font-size: 18px;
}
.d-form-header span {
  cursor: pointer;
}

.d-form-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.d-form-buttons input {
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid grey;
}
.d-form-buttons input:focus {
  border: 2px solid #F49200;
}
.d-form-buttons input:hover {
  background-color: #F49200;
  color: white;
}
.d-form-buttons input:disabled {
  background-color: grey;
  color: #cccccc;
}
.d-form-buttons input:disabled:hover {
  cursor: not-allowed;
}

button:disabled {
  background-color: #bfbfbf;
  color: white;
  pointer-events: none;
  border: none;
}

.d-form-section {
  display: flex;
  flex-direction: column;
}
.d-form-section label {
  font-weight: bold;
  margin: 5px 0px;
}
.d-form-section input, .d-form-section textarea, .d-form-section select {
  border: 1px solid grey;
  padding: 5px;
  font-size: 14px;
}
.d-form-section input:focus, .d-form-section textarea:focus, .d-form-section select:focus {
  border: 2px solid #F49200;
}
.d-form-section textarea {
  font-family: Arial, Helvetica, sans-serif;
}

#client-id:disabled, #client-name:disabled {
  background-color: #f0f0f0;
}
#client-id:disabled:hover, #client-name:disabled:hover {
  cursor: not-allowed;
}

.client-box-dropdown {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  position: relative;
  height: 30px;
  border: 1px solid grey;
}
.client-box-dropdown:hover {
  cursor: pointer;
}

.select-project-type-wrapper, .select-project-image-size-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid grey;
}
.select-project-type-wrapper select, .select-project-image-size-wrapper select {
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.select-project-type-wrapper select:hover, .select-project-image-size-wrapper select:hover {
  cursor: pointer;
}
.select-project-type-wrapper:after, .select-project-image-size-wrapper:after {
  content: "▼";
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  z-index: -1;
}

.client-box-dropdown:after {
  content: "▼";
  display: block;
  position: absolute;
  font-size: 18px;
  right: 10px;
}

.d-project-client-box {
  position: absolute;
  color: black;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-height: 200px;
  padding: 10px;
  background-color: white;
  border: 1px solid grey;
  z-index: 1;
}

.search-wrapper {
  border: 1px solid grey;
  border-radius: 4px;
  min-height: 30px;
  position: relative;
}
.search-wrapper input {
  padding: 5px 10px;
  text-indent: 20px;
  border: none;
}
.search-wrapper:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,.54)' d='M20.49 19l-5.73-5.73C15.53 12.2 16 10.91 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.41 0 2.7-.47 3.77-1.24L19 20.49 20.49 19zM5 9.5C5 7.01 7.01 5 9.5 5S14 7.01 14 9.5 11.99 14 9.5 14 5 11.99 5 9.5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 4px;
  height: 20px;
  padding: 10px;
  width: 20px;
  position: absolute;
  color: grey;
  top: 5px;
  left: 10px;
}

.row > td {
  width: 100%;
  padding: 10px;
}

.row:hover {
  cursor: pointer;
  color: #F49200;
}

.imagePreviewWrapper {
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagePreviewWrapper button {
  position: absolute;
  margin: 10px;
  right: 0;
  top: 0;
}
.imagePreviewWrapper button:hover {
  color: #F49200;
}
.imagePreviewWrapper img {
  height: 100%;
}

.error {
  color: red;
  font-size: 14px;
}

.dropzone {
  position: relative;
  height: 100%;
  max-width: 100%;
  border: 1px dashed grey;
  padding: 20px;
}
.dropzone div > img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 300px;
}
.dropzone label:hover {
  cursor: pointer;
  color: #F49200;
}

.denied {
  display: block;
  padding: 20px;
  border: 2px solid red;
  background-color: #ff8080;
}

.d-header {
  display: flex;
  justify-content: space-between;
  background-color: #F49200;
  width: 100%;
  padding-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  top: 65px;
  z-index: 1;
}
.d-header div.links {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.d-link {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  height: 100%;
  color: white;
  text-decoration: none;
}
.d-link:hover {
  cursor: pointer;
  color: black;
}

.t-entry-type-bar {
  list-style-type: none;
  margin: 0;
}
.t-entry-type-bar li {
  display: inline-block;
  padding: 10px;
}
.t-entry-type-bar li a {
  text-decoration: none;
  color: black;
}
.t-entry-type-bar li a:hover {
  color: #F49200;
}
.t-entry-type-bar li.active {
  font-weight: bold;
}

.header-wrapper {
  border: 2px solid brown;
}

.image-header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 16px;
  background-color: white;
  z-index: 1;
}

.d-confirm {
  width: 300px;
  border: 1px solid black;
}
.d-confirm p {
  text-align: center;
}
.d-confirm-header {
  background-color: #F49200;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
.d-confirm-content {
  padding: 15px;
  background-color: white;
}
.d-confirm-buttons {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.d-confirm-buttons .d-confirm-btn {
  border: 1px solid grey;
  text-align: center;
  padding: 5px;
  margin: 0px 10px;
  background-color: #f2f2f2;
  font-size: 18px;
  width: 100px;
}
.d-confirm-buttons .d-confirm-btn:hover {
  background-color: #F49200;
  color: white;
}

.login-screen {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid red;
  width: 100%;
  height: 100%;
}

.login-error {
  color: red;
  text-align: center;
  width: 100%;
  padding: 0px 10px;
  padding-top: 10px;
}

.login-submit {
  border: 1px solid grey;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: black;
  text-align: center;
  padding: 5px;
  width: 100%;
}
.login-submit:hover {
  background-color: #F49200;
  color: white;
  font-weight: bold;
}

.login-form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 0;
}

.login-wrapper {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 300px;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  border-radius: 10px;
  border: 1px solid lightgrey;
}

.login-form-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.login-form-section input[type=text], .login-form-section input[type=password] {
  min-height: 50px;
  padding: 5px 10px;
  margin: 5px 0px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.login-header {
  background-color: #F49200;
  padding: 10px;
  font-weight: bold;
  color: white;
}

.dashboard-button:hover {
  color: #F49200;
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(72, 100, 109, 0.3);
  z-index: 2;
}
.overlay .overlay-window {
  position: absolute;
  background-color: white;
  top: 44px;
  bottom: 44px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1080px;
}
@media only screen and (max-width: 1280px) {
  .overlay .overlay-window {
    transform: none;
    width: auto;
    left: 44px;
    right: 44px;
  }
}
@media only screen and (max-width: 860px) {
  .overlay .overlay-window {
    top: 22px;
    left: 22px;
    bottom: 22px;
    right: 22px;
  }
}
.overlay .overlay-window .overlay-window-content {
  position: absolute;
  top: 88px;
  left: 44px;
  bottom: 44px;
  right: 44px;
  overflow-y: auto;
}
@media only screen and (max-width: 860px) {
  .overlay .overlay-window .overlay-window-content {
    left: 22px;
    bottom: 22px;
    right: 22px;
  }
}
.overlay .overlay-window .overlay-window-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.overlay .overlay-window .overlay-window-close::before {
  content: "x";
  color: #FFAA00;
  float: right;
  font-weight: 800;
  font-size: 4em;
}

:root {
  font-size: 62.5%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
}

body {
  flex: 1;
  display: flex;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #48646d;
  touch-action: pan-y;
}
body::-webkit-scrollbar {
  width: 14px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #585858;
}
body::-webkit-scrollbar-thumb:hover {
  background: #575757;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  font-weight: 800;
  color: #48646d;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  white-space: nowrap;
}
h1[data-subtitle],
h2[data-subtitle],
h3[data-subtitle],
h4[data-subtitle],
h5[data-subtitle],
h6[data-subtitle] {
  padding-top: 48px;
  position: relative;
}
h1[data-subtitle]:before,
h2[data-subtitle]:before,
h3[data-subtitle]:before,
h4[data-subtitle]:before,
h5[data-subtitle]:before,
h6[data-subtitle]:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  display: flex;
  align-items: flex-end;
  font-size: 1.5rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  content: attr(data-subtitle);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
  max-width: 112px;
}
h1[data-label],
h2[data-label],
h3[data-label],
h4[data-label],
h5[data-label],
h6[data-label] {
  display: inline-block;
  position: relative;
}
h1[data-label]:after,
h2[data-label]:after,
h3[data-label]:after,
h4[data-label]:after,
h5[data-label]:after,
h6[data-label]:after {
  background: #FFAA00;
  padding: 4px 6px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 12px;
  transform: translate(calc(100% + 10px), 0);
  color: white;
  content: attr(data-label);
}
h1[data-label][data-label-spacing]:after,
h2[data-label][data-label-spacing]:after,
h3[data-label][data-label-spacing]:after,
h4[data-label][data-label-spacing]:after,
h5[data-label][data-label-spacing]:after,
h6[data-label][data-label-spacing]:after {
  right: 34px;
}
h1.white[data-label]:after,
h2.white[data-label]:after,
h3.white[data-label]:after,
h4.white[data-label]:after,
h5.white[data-label]:after,
h6.white[data-label]:after {
  background: white;
  color: #FFAA00;
}
h1.white[data-label].gray:after,
h2.white[data-label].gray:after,
h3.white[data-label].gray:after,
h4.white[data-label].gray:after,
h5.white[data-label].gray:after,
h6.white[data-label].gray:after {
  color: #48646d;
}

h1 {
  font-size: 6.6rem;
  line-height: 5.6rem;
}
h1.large {
  font-size: 8.6rem;
  line-height: 5.8rem;
  max-width: 360px;
}
h1.large[data-subtitle] {
  padding-top: 60px;
}
h1 sup {
  font-size: 3rem;
  top: -12px;
}

h2 {
  font-size: 4.9rem;
  line-height: 5.2rem;
}

h3 {
  font-size: 5rem;
  line-height: 5rem;
}

h4 {
  font-size: 4rem;
  line-height: 4rem;
}

h5 {
  font-size: 3.6rem;
  line-height: 3.6rem;
}

strong {
  font-weight: 600;
}

sup {
  vertical-align: baseline;
  font-size: smaller;
  top: -5px;
  position: relative;
  font-size: 1.2rem;
  left: 1px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
  h1.large {
    font-size: 5.6rem;
    line-height: 2.8rem;
    max-width: 360px;
  }
  h1.large[data-subtitle] {
    padding-top: 60px;
  }

  h2 {
    font-size: 3.9rem;
    line-height: 3.9rem;
  }

  h3 {
    font-size: 2.9rem;
    line-height: 2.9rem;
  }

  h4 {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }

  h5 {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}
p {
  margin: 30px 0 0;
}

.button-holder {
  margin: 26px 0 0;
  cursor: auto;
}
.button-holder.right {
  display: flex;
  justify-content: flex-end;
}

.button {
  display: inline-block;
  padding: 12px 36px 12px 24px;
  background-color: #FFAA00;
  color: white;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.65, 0, 0.45, 1), background-color 0.3s cubic-bezier(0.65, 0, 0.45, 1);
}
.button:after {
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.45, 1), opacity 0.3s cubic-bezier(0.65, 0, 0.45, 1);
  overflow: hidden;
  content: "X";
  color: white;
  position: absolute;
  width: 40px;
  right: -20px;
  font-size: 48px;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.secondary {
  background-color: #48646d;
}
.button.secondary:hover {
  background-color: #405961;
}
.button:hover {
  background-color: #eb9c00;
  color: whitesmoke;
  padding-right: 48px;
}
.button:hover:after {
  transform: translateX(-18px) scale(1.1);
}
.button.underline {
  background-color: transparent;
  display: inline-block;
  padding: 0 0 8px 0;
  color: #FFAA00;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
}
.button.underline:after {
  display: none;
}
.button.underline:before {
  width: 100%;
  border-bottom: 3px solid #FFAA00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.button.underline.lite {
  border-color: white;
  color: white;
}
.button.underline.lite:before {
  border-color: white;
}
.button.underline:hover {
  color: #eb9c00;
}
.button.underline:hover:before {
  transform: scaleX(1.2);
  border-color: #eb9c00;
}
.button.underline:hover.lite {
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.underline:hover.lite:before {
  border-color: whitesmoke;
}

.website-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .website-wrapper:not(.landing-page) {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 960px) {
  .hide-mobile {
    display: none !important;
  }
}

.back {
  color: #FFAA00;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 800;
  text-decoration: none;
}
.back:after {
  padding-top: 10px;
  position: absolute;
  bottom: -4px;
  height: 4px;
  left: 0;
  right: 0;
  transition: right 0.3s cubic-bezier(0.65, 0, 0.45, 1);
  content: "";
  border-bottom: 3px solid #FFAA00;
}
.back:hover {
  color: #eb9c00;
}
.back:hover:after {
  border-bottom-color: #eb9c00;
}
.back.custom {
  position: relative;
  margin: 0 0 0 -48px;
}
.back.custom svg {
  position: absolute;
  left: -20px;
  top: 6px;
}
@media (max-width: 1150px) {
  .back.custom {
    margin: 60px 0 0 22px;
  }
}
@media (max-width: 880px) {
  .back.custom {
    margin: 120px 0 60px 20px;
  }
}
@media (max-width: 768px) {
  .back.custom {
    margin: 0 0 60px 20px;
  }
}

header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  padding: 30px 30px 0;
  z-index: 2;
}
header:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  position: absolute;
  top: -20px;
  bottom: -10px;
  left: -20px;
  content: "";
  width: calc(50% + 20px);
}
header .logo {
  background-size: contain;
  width: 284px;
  height: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: block;
}
header .logo svg {
  max-width: 100%;
}
@media (max-width: 600px) {
  header .logo svg {
    max-width: 200px;
  }
}
header .menu-holder-outside {
  position: relative;
}
header .menu-holder-outside .menu-holder ul.menu {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
header .menu-holder-outside .menu-holder ul.menu > li {
  color: #48646d;
  font-weight: 800;
}
header .menu-holder-outside .menu-holder ul.menu > li a {
  position: relative;
}
header .menu-holder-outside .menu-holder ul.menu > li a.icon {
  padding-right: 18px;
  display: block;
}
header .menu-holder-outside .menu-holder ul.menu > li a svg {
  position: absolute;
  right: -4px;
  top: 2px;
  max-width: 19px;
}
header .menu-holder-outside .menu-holder ul.menu > li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 4px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #48646d;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.45, 1);
}
header .menu-holder-outside .menu-holder ul.menu > li a:hover:after {
  transform: scaleX(1);
}
header .menu-holder-outside .menu-holder ul.menu > li.active a {
  color: #FFAA00;
}
header .menu-holder-outside .menu-holder ul.menu > li.active a:after {
  display: none;
}
header .menu-holder-outside .hamburger-wrapper {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: -50px;
  display: none;
}
header .menu-holder-outside .hamburger-wrapper .bun:before {
  background: #48646d;
  border-radius: 30px;
  width: 100%;
  height: 12%;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.1, 0.9, 0, 1.2);
  content: "";
  top: 10%;
  right: 0;
}
header .menu-holder-outside .hamburger-wrapper .bun:after {
  background: #48646d;
  border-radius: 30px;
  width: 100%;
  height: 12%;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.1, 0.9, 0, 1.2);
  content: "";
  bottom: 10%;
  left: 0;
}
header .menu-holder-outside .hamburger-wrapper .bun .burger {
  position: absolute;
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
}
header .menu-holder-outside .hamburger-wrapper .bun .burger:before, header .menu-holder-outside .hamburger-wrapper .bun .burger:after {
  background: #48646d;
  border-radius: 30px;
  width: 100%;
  height: 12%;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.1, 0.9, 0, 1.2);
  content: "";
}
header .menu-holder-outside .hamburger-wrapper input {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
header .menu-holder-outside .hamburger-wrapper input:checked ~ .bun:before, header .menu-holder-outside .hamburger-wrapper input:checked ~ .bun:after {
  width: 0;
}
header .menu-holder-outside .hamburger-wrapper input:checked ~ .bun .burger:before {
  background-color: #FFAA00;
  transform: rotate(135deg);
}
header .menu-holder-outside .hamburger-wrapper input:checked ~ .bun .burger:after {
  background-color: #FFAA00;
  transform: rotate(45deg);
  box-shadow: 0 0 0 0 #a4bcc3;
}
@media (max-width: 958px) {
  header:before {
    left: 0;
    right: 0;
    width: auto;
  }
}
@media (max-width: 768px) {
  header {
    background: white;
    padding-bottom: 10px;
  }
  header:before {
    bottom: 0;
  }
  header .menu-holder-outside .menu-holder {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(calc(-100% - 90px));
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    overscroll-behavior: contain;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .menu-holder-outside .menu-holder::-webkit-scrollbar {
    display: none;
  }
  header .menu-holder-outside .menu-holder::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -0.5px;
    width: 1px;
    content: "";
  }
  header .menu-holder-outside .menu-holder ul.menu {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  header .menu-holder-outside .menu-holder ul.menu li a {
    display: block;
    padding: 14px 20px;
    text-align: center;
  }
  header .menu-holder-outside .menu-holder ul.menu li a:hover {
    color: #FFAA00;
  }
  header .menu-holder-outside .menu-holder ul.menu li a:after {
    display: none;
  }
  header .menu-holder-outside .menu-holder ul.menu li a svg {
    position: absolute;
    left: calc(50% + 46px);
    top: calc(50% - 11px);
  }
  header .menu-holder-outside .hamburger-wrapper {
    display: block;
  }
  header .menu-holder-outside.active .menu-holder {
    transform: translateY(0);
  }
}

form {
  margin: 30px 0 0;
}
form .row {
  margin: 0 -10px;
  display: flex;
}
form .row:not(:last-child) {
  margin-bottom: 20px;
}
form .row > div {
  margin: 0 10px;
}
form .row > div:first-child:nth-last-child(1) {
  width: 100%;
}
form .row > div:first-child:nth-last-child(2), form .row > div:first-child:nth-last-child(2) ~ div {
  width: 50%;
}
form .row > div:first-child:nth-last-child(3), form .row > div:first-child:nth-last-child(3) ~ div {
  width: 33.3333%;
}
form .row > div:first-child:nth-last-child(4), form .row > div:first-child:nth-last-child(4) ~ div {
  width: 25%;
}
@media (max-width: 768px) {
  form .row {
    flex-direction: column;
  }
  form .row > div {
    width: auto !important;
  }
  form .row > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
form input[type=text] {
  border-bottom: 2px solid grey;
  height: 50px;
  width: 100%;
  font-weight: 600;
}
form textarea {
  border-bottom: 2px solid grey;
  height: 120px;
  width: 100%;
  resize: vertical;
  min-height: 120px;
  max-height: 180px;
  font-weight: 600;
}
form .checkmark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  stroke-width: 6;
  stroke: white;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px transparent;
  position: relative;
  top: 17px;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
form .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 6;
  stroke-miterlimit: 10;
  stroke: white;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
form .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
form .custom-checkbox {
  position: absolute;
  opacity: 0;
}
form .custom-checkbox + label {
  position: relative;
  padding: 0;
  cursor: pointer;
}
form .custom-checkbox + label:before {
  background: white;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  content: "";
}
form .custom-checkbox:hover + label:before {
  background: #ededed;
}
form .custom-checkbox:checked + label:before {
  background: white;
}
form .custom-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
form .custom-checkbox:disabled + label:before {
  background: #ddd;
  box-shadow: none;
}
form .custom-checkbox:checked + label:after {
  background: #FFAA00;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 9px;
  box-shadow: 2px 0 0 #FFAA00, 4px 0 0 #FFAA00, 4px -2px 0 #FFAA00, 4px -4px 0 #FFAA00, 4px -6px 0 #FFAA00, 4px -8px 0 #FFAA00;
  transform: rotate(45deg);
  content: "";
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px transparent;
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px transparent;
  }
}
form .notification {
  color: white;
  padding: 2px 8px;
  text-align: right;
  font-size: 14px;
  display: none;
  cursor: auto;
  background-color: #ff5f22;
}
form.lite input,
form.lite textarea,
form.lite label {
  border-color: white;
  color: white;
}
form .error {
  font-size: 17px;
}
form .error input,
form .error textarea {
  border-color: #ff5f22;
}
form .error .notification {
  display: block;
  float: right;
  font-size: 14px;
}
form .error .custom-checkbox:not(:checked) + label:before {
  background-color: #ff5f22;
}

section {
  position: relative;
}
section[data-title]:before {
  background: #FFAA00;
  position: fixed;
  left: 30px;
  bottom: 0;
  top: 60%;
  width: 1px;
  content: "";
}
section[data-title]:after {
  background: white;
  position: fixed;
  top: 60%;
  left: 32px;
  padding: 0 10px;
  transform: rotate(-90deg);
  transform-origin: left center;
  content: attr(data-title);
  font-size: 20px;
  font-weight: 800;
  color: #FFAA00;
  z-index: 1;
}
section.main {
  background: white;
  min-height: 100vh;
  display: flex;
}
section.main > div:first-child:nth-last-child(1).contact {
  background: red;
  margin: 160px 100px 0;
  display: flex;
}
section.main > div:first-child:nth-last-child(1).contact .content {
  max-width: 600px;
}
section.main > div:first-child:nth-last-child(1).contact > div:first-child {
  background: #FFAA00;
  width: 60%;
  padding: 40px;
}
section.main > div:first-child:nth-last-child(1).contact > div:last-child {
  width: 40%;
  padding: 40px;
}
section.main > div:first-child:nth-last-child(2), section.main > div:first-child:nth-last-child(2) ~ div {
  width: 50%;
}
section.main > div:first-child:nth-last-child(2):first-child, section.main > div:first-child:nth-last-child(2) ~ div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.main > div:first-child:nth-last-child(2):first-child > .content, section.main > div:first-child:nth-last-child(2) ~ div:first-child > .content {
  max-width: 440px;
}
section.main > div:first-child:nth-last-child(2):first-child > .content > div > p, section.main > div:first-child:nth-last-child(2) ~ div:first-child > .content > div > p {
  margin-top: 0;
}
section.main > div:first-child:nth-last-child(2):first-child > .content > div > p + p, section.main > div:first-child:nth-last-child(2) ~ div:first-child > .content > div > p + p {
  margin-top: 30px;
}
section.main > div:first-child:nth-last-child(2):last-child, section.main > div:first-child:nth-last-child(2) ~ div:last-child {
  background-color: #48646d;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
section.main > div:first-child:nth-last-child(2):last-child > a, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.main > div:first-child:nth-last-child(2):last-child > a svg, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a svg {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2), section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2), section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 40px;
  min-height: 300px;
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content {
  color: white;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h1,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h2,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h3,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h4,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h5,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h6, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h1,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h2,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h3,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h4,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h5,
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h6, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h1,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h2,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h3,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h4,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h5,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h6, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h1,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h2,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h3,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h4,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h5,
section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h6 {
  margin: 0;
  padding: 20px;
  color: white;
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h2, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h2 {
  font-size: 6.4rem;
  line-height: 6.4rem;
}
@media (max-width: 768px) {
  section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) .content h2, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a .content h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) .content h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a .content h2 {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2).top h2:after, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a.top h2:after, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2).top h2:after, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a.top h2:after {
  top: 20px;
  right: 26px;
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2).bottom h2:after, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a.bottom h2:after, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2).bottom h2:after, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a.bottom h2:after {
  top: 20px;
  right: 54px;
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2).clickable, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a.clickable, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2).clickable, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a.clickable {
  cursor: pointer;
}
section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2).clickable:hover .content, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a.clickable:hover .content, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2).clickable:hover .content, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a.clickable:hover .content {
  transform: translate(0, -30px);
}
@media (max-width: 768px) {
  section.main > div:first-child:nth-last-child(2):last-child > a, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a {
    border-bottom: 60px solid white;
    position: relative;
    min-height: 300px;
    justify-content: flex-start !important;
    padding: 0 !important;
  }
  section.main > div:first-child:nth-last-child(2):last-child > a svg, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a svg {
    display: block;
  }
  section.main > div:first-child:nth-last-child(2):last-child > a h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a h2 {
    position: absolute;
    bottom: -40px;
    left: 40px;
    padding: 14px 44px 18px 24px !important;
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2).top h2, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a.top h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2).top h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a.top h2 {
    background: #FFAA00;
  }
  section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2).bottom h2, section.main > div:first-child:nth-last-child(2):last-child > a:first-child:nth-last-child(2) ~ a.bottom h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2).bottom h2, section.main > div:first-child:nth-last-child(2) ~ div:last-child > a:first-child:nth-last-child(2) ~ a.bottom h2 {
    background: #48646d;
  }
}
@media (max-width: 960px) {
  section.main {
    flex-direction: column;
    min-height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
  }
  section.main > div {
    height: auto !important;
  }
  section.main > div:last-child {
    flex: 1;
  }
  section.main > div:first-child:nth-last-child(2), section.main > div:first-child:nth-last-child(2) ~ div {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  section.main > div:first-child:nth-last-child(2) > a, section.main > div:first-child:nth-last-child(2) ~ div > a {
    flex: 1;
  }
  section.main > div:first-child:nth-last-child(2):first-child, section.main > div:first-child:nth-last-child(2) ~ div:first-child {
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
    padding: 0 30px;
  }
  section.main > div:first-child:nth-last-child(2):first-child .menu, section.main > div:first-child:nth-last-child(2) ~ div:first-child .menu {
    position: relative;
    top: auto;
    left: auto;
  }
  section.main > div:first-child:nth-last-child(2):first-child .content, section.main > div:first-child:nth-last-child(2) ~ div:first-child .content {
    margin: 60px auto;
  }
  section.main > div:first-child:nth-last-child(2):last-child > div, section.main > div:first-child:nth-last-child(2) ~ div:last-child > div {
    min-height: 340px;
    justify-content: center;
    align-items: center;
  }
}
section.home {
  background: white;
  min-height: 100vh;
  display: flex;
}
section.home > div {
  width: 50%;
}
section.home > div video,
section.home > div iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
section.home > div .mouse-down {
  display: none;
}
section.home > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
}
section.home > div:first-child > .content {
  max-width: 440px;
}
section.home > div:first-child > .content > div > p {
  margin-top: 0;
}
section.home > div:last-child {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
section.home > div:last-child > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home > div:last-child > div:first-child:nth-last-child(2), section.home > div:last-child > div:first-child:nth-last-child(2) ~ div {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 40px;
}
section.home > div:last-child > div:first-child:nth-last-child(2) .content, section.home > div:last-child > div:first-child:nth-last-child(2) ~ div .content {
  color: white;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.home > div:last-child > div:first-child:nth-last-child(2) .content h1,
section.home > div:last-child > div:first-child:nth-last-child(2) .content h2,
section.home > div:last-child > div:first-child:nth-last-child(2) .content h3,
section.home > div:last-child > div:first-child:nth-last-child(2) .content h4,
section.home > div:last-child > div:first-child:nth-last-child(2) .content h5,
section.home > div:last-child > div:first-child:nth-last-child(2) .content h6, section.home > div:last-child > div:first-child:nth-last-child(2) ~ div .content h1,
section.home > div:last-child > div:first-child:nth-last-child(2) ~ div .content h2,
section.home > div:last-child > div:first-child:nth-last-child(2) ~ div .content h3,
section.home > div:last-child > div:first-child:nth-last-child(2) ~ div .content h4,
section.home > div:last-child > div:first-child:nth-last-child(2) ~ div .content h5,
section.home > div:last-child > div:first-child:nth-last-child(2) ~ div .content h6 {
  margin: 0;
  padding: 20px;
  color: white;
}
section.home > div:last-child > div:first-child:nth-last-child(2).top h2:after, section.home > div:last-child > div:first-child:nth-last-child(2) ~ div.top h2:after {
  top: 20px;
  right: 26px;
}
section.home > div:last-child > div:first-child:nth-last-child(2).bottom h2:after, section.home > div:last-child > div:first-child:nth-last-child(2) ~ div.bottom h2:after {
  top: 20px;
  right: 54px;
}
section.home > div:last-child > div:first-child:nth-last-child(2).clickable, section.home > div:last-child > div:first-child:nth-last-child(2) ~ div.clickable {
  cursor: pointer;
}
section.home > div:last-child > div:first-child:nth-last-child(2).clickable:hover .content, section.home > div:last-child > div:first-child:nth-last-child(2) ~ div.clickable:hover .content {
  transform: translate(0, -30px);
}
@media (max-width: 960px) {
  section.home {
    flex-direction: column-reverse;
  }
  section.home > div {
    width: 100%;
  }
  section.home > div video,
section.home > div iframe {
    width: 100vw;
    height: calc(100vh - 90px);
  }
  section.home > div .mouse-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    z-index: 1;
    cursor: pointer;
    display: block;
    -webkit-animation: pulse 2.5s infinite;
            animation: pulse 2.5s infinite;
  }
  @-webkit-keyframes pulse {
    0% {
      transform: translateY(-20px);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  @keyframes pulse {
    0% {
      transform: translateY(-20px);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  section.home > div .mouse-down img {
    max-width: 100%;
  }
  section.home > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
    min-height: 100vh;
  }
  section.home > div:first-child .menu {
    position: relative;
    top: auto;
    left: auto;
  }
  section.home > div:first-child .content {
    margin: 0 auto;
  }
  section.home > div:last-child {
    min-height: calc(100vh - 90px);
  }
}
@media (max-width: 1150px) {
  section:before, section:after {
    display: none;
  }
}

.contact-page-wrapper {
  display: flex;
  height: 100%;
}
.contact-page-wrapper .contact-page {
  padding: 200px 140px 0;
  margin: 0 auto;
  flex: 1;
  display: flex;
}
@media (max-width: 960px) {
  .contact-page-wrapper {
    min-height: auto;
  }
  .contact-page-wrapper .contact-page {
    padding: 40px 30px 0;
  }
}

.contact {
  flex: 1;
  display: flex;
  min-height: 80vh;
}
.contact a {
  color: white !important;
}
.contact > div:first-child {
  background: #FFAA00;
  padding: 100px 60px 100px 100px;
  flex: 1;
  position: relative;
}
.contact > div:first-child .content {
  background: #FFAA00;
  width: 100% !important;
  color: white;
}
.contact > div:first-child .content h1,
.contact > div:first-child .content h2,
.contact > div:first-child .content h3,
.contact > div:first-child .content h4,
.contact > div:first-child .content h5,
.contact > div:first-child .content h6 {
  color: white;
}
.contact > div:first-child .content h2 {
  font-size: 6.6rem;
  line-height: 5.6rem;
}
.contact > div:first-child .content h2.margin {
  margin-bottom: 100px;
}
.contact > div:first-child .content a {
  text-decoration: underline;
}
.contact > div:first-child .content a.button {
  text-decoration: none;
}
.contact > div:first-child .content ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact > div:first-child .content ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact > div:last-child {
  background: #FFAA00;
  width: calc(100% / 2);
  display: flex;
  justify-content: center;
  padding: 82px;
  color: white;
  position: relative;
}
.contact > div:last-child .image {
  background: #FFAA00;
  position: absolute;
  top: -60px;
  left: 40px;
  right: 40px;
  bottom: 0;
}
.contact > div:last-child .image div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contact > div:last-child .content {
  background: #48646d;
  position: absolute;
  bottom: 40px;
  right: -60px;
  padding: 30px;
}
.contact > div:last-child .content > div {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.contact > div:last-child .content > div:first-child {
  margin-bottom: 24px;
}
.contact > div:last-child .content > div:last-child {
  align-items: flex-end;
}
.contact > div:last-child .content p {
  margin: 0;
}
.contact > div:last-child .content p.title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
}
.contact > div:last-child .content p.title.large {
  font-size: 3rem;
  line-height: 3rem;
}
.contact > div:last-child .content p.list {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.contact > div:last-child .content p.list a {
  margin: 0;
  padding: 0;
}
.contact > div:last-child .content p.list a:before {
  display: none;
}
.contact > div:last-child .content p.list a.fb svg {
  width: 12px;
}
.contact > div:last-child .content p.list a.insta svg {
  width: 23px;
}
.contact > div:last-child .content p.list a.li svg {
  width: 24px;
}
.contact > div:last-child .content h1,
.contact > div:last-child .content h2,
.contact > div:last-child .content h3,
.contact > div:last-child .content h4,
.contact > div:last-child .content h5,
.contact > div:last-child .content h6 {
  color: white;
}
.contact > div:last-child .content a {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  color: white;
  font-weight: 600;
}
.contact > div:last-child .content a.normal {
  font-weight: normal;
}
.contact > div:last-child .content a.normal:hover {
  color: #FFAA00;
}
.contact > div:last-child .content a:after {
  border-color: white;
  border-width: 1px;
  bottom: 2px;
}
.contact > div:last-child .content a:hover:before {
  border-color: silver;
}
@media (max-width: 1400px) {
  .contact > div:first-child {
    background: #FFAA00;
    padding: 35px;
  }
  .contact > div:first-child textarea {
    overflow: hidden;
  }
  .contact > div:last-child {
    padding: 35px;
  }
}
@media (max-width: 1200px) {
  .contact {
    flex-direction: column;
  }
  .contact > div:first-child {
    width: auto;
    padding: 30px;
  }
  .contact > div:first-child .content h1 {
    margin-bottom: 40px;
  }
  .contact > div:last-child {
    width: auto;
    justify-content: flex-start;
    margin: 20px 0 0;
    padding: 30px;
    height: 800px;
  }
  .contact > div:last-child .image {
    top: 0;
    left: 0;
    right: 0;
  }
  .contact > div:last-child .content {
    top: 20px;
    right: 20px;
    bottom: auto;
    width: auto;
  }
}
@media (max-width: 500px) {
  .contact > div:last-child .content {
    left: 20px;
  }
  .contact > div:last-child > div > div {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .contact > div:last-child > div > div p.title {
    margin-bottom: 6px;
  }
}

.mobile-section {
  padding: 40px 0;
}
.mobile-section img {
  max-width: 100%;
}
.mobile-section:last-of-type {
  padding-bottom: 0;
}

.scroll-content-splitter {
  display: flex;
  width: 100%;
}
.scroll-content-splitter > div {
  width: 50%;
  transition: width 1s;
}
.scroll-content-splitter > div > img {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scroll-content-splitter > div:first-child .sticky-content {
  height: 100vh;
  padding: 0 30px;
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-content-splitter > div:first-child .sticky-content .content {
  max-width: 460px;
}
.scroll-content-splitter > div:first-child .sticky-content .content.spacing {
  margin-left: 30px;
}
@media (max-width: 1150px) {
  .scroll-content-splitter > div:first-child .sticky-content .content.spacing {
    margin-left: 0;
  }
}
.scroll-content-splitter > div:first-child .sticky-content .content-right {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(100%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-content-splitter > div:first-child .sticky-content .content-right:after {
  background: rgba(255, 170, 0, 0.95);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.scroll-content-splitter > div:first-child .sticky-content .content-right img,
.scroll-content-splitter > div:first-child .sticky-content .content-right iframe {
  position: relative;
  z-index: 1;
}
.scroll-content-splitter > div:first-child .sticky-content .content-right.gray:after {
  background: rgba(72, 100, 109, 0.95);
}
.scroll-content-splitter > div:last-child {
  background: #48646d;
  position: relative;
}
.scroll-content-splitter > div:last-child .mobile-sticky {
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  align-items: center;
  justify-content: center;
  display: none;
  color: white;
  font-size: 120px;
  line-height: 1;
}
.scroll-content-splitter > div:last-child.orange {
  background: #FFAA00;
}
.scroll-content-splitter > div:after {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  content: "";
}
.scroll-content-splitter > div.active:after {
  opacity: 1;
}
.scroll-content-splitter > div.orange div.items-holder div:after {
  background: rgba(255, 170, 0, 0.5);
}
.scroll-content-splitter > div .items-holder.members {
  padding: 30px;
}
.scroll-content-splitter > div .items-holder.members > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.scroll-content-splitter > div .items-holder.members > div > div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  width: calc(33.333333% - 20px);
  margin: 0 10px 80px;
  height: 300px;
  position: relative;
}
.scroll-content-splitter > div .items-holder.members > div > div .icon {
  max-width: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.scroll-content-splitter > div .items-holder.members > div > div .icon img {
  width: 100%;
  max-width: 100%;
}
.scroll-content-splitter > div .items-holder.members > div > div.is-link {
  cursor: pointer;
}
.scroll-content-splitter > div .items-holder.members > div > div.is-link .icon {
  display: block;
}
.scroll-content-splitter > div .items-holder.members > div > div.is-link:after {
  background: #FFAA00;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.scroll-content-splitter > div .items-holder.members > div > div .content {
  background: white;
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  height: 60px;
  display: flex;
  padding: 0 12px;
  justify-content: center;
  flex-direction: column;
}
.scroll-content-splitter > div .items-holder.members > div > div .content > div:first-child {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.scroll-content-splitter > div .items-holder.members > div > div .content > div:last-child {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .scroll-content-splitter > div .items-holder.members > div > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 960px) {
  .scroll-content-splitter > div .items-holder.members > div > div {
    width: calc(33.333333% - 20px);
  }
}
@media (max-width: 760px) {
  .scroll-content-splitter > div .items-holder.members > div > div {
    height: 230px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .scroll-content-splitter > div .items-holder.members > div > div {
    width: calc(100% - 20px);
  }
}
.scroll-content-splitter.active > div:first-child {
  width: 470px;
}
.scroll-content-splitter.active > div:last-child {
  width: calc(100% - 490px);
}
@media (max-width: 960px) {
  .scroll-content-splitter {
    flex-direction: column;
  }
  .scroll-content-splitter > div {
    width: 100%;
  }
  .scroll-content-splitter > div:first-child .sticky-content {
    height: auto;
    padding: 100px 30px;
  }
  .scroll-content-splitter > div:first-child .sticky-content.about {
    padding: 0;
  }
  .scroll-content-splitter > div:first-child .sticky-content.about .content {
    max-width: none;
  }
  .scroll-content-splitter > div:first-child .sticky-content.about .content .mobile-section:not(.video) {
    max-width: 440px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .scroll-content-splitter > div:first-child .sticky-content.about .button-holder > button:last-child {
    margin-right: 0;
  }
  .scroll-content-splitter > div:first-child .sticky-content .content-right {
    display: none;
  }
  .scroll-content-splitter > div:last-child .mobile-sticky {
    display: flex;
  }
  .scroll-content-splitter .items-holder.members {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 600;
    padding: 14px;
    opacity: 1;
  }
  .scroll-content-splitter .items-holder.members > div:last-child {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.about-us-expertise {
  margin: 200px 0;
}
.about-us-expertise .content-splitter > div:first-child {
  max-width: 1100px;
  display: flex;
  align-items: center;
}
.about-us-expertise .content-splitter > div:first-child video {
  width: 100%;
}
.about-us-expertise .content-splitter > div:last-child {
  display: flex;
  padding: 60px 60px 60px 0;
  align-items: center;
  justify-content: center;
}
.about-us-expertise .content-splitter > div:last-child > div {
  max-width: 600px;
}
@media (max-width: 1000px) {
  .about-us-expertise .content-splitter {
    margin: 0;
  }
}
@media (max-width: 880px) {
  .about-us-expertise {
    margin: 100px 0;
  }
  .about-us-expertise .content-splitter {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .about-us-expertise .content-splitter > div {
    width: auto !important;
    margin: 0 !important;
  }
}

.about-us-clients .content {
  width: 50%;
}
@media (max-width: 840px) {
  .about-us-clients .content {
    width: auto;
  }
}
.about-us-clients .slider-holder {
  margin: 60px 0 0;
  padding-bottom: 20px;
  position: relative;
}
.about-us-clients .slider-holder .swiper {
  width: calc(100vw - 100px);
}
.about-us-clients .slider-holder .swiper-slide {
  background-color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.about-us-clients .slider-holder .x {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 24px;
  height: 24px;
  padding: 0 10px 0 0;
}
.about-us-clients .slider-holder .x svg {
  width: 100%;
}
.about-us-clients .slider-holder:after {
  background: #FFAA00;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 22px;
  right: 0;
  content: "";
}

.content-spacing {
  margin: 160px 0 0 100px;
}
@media (max-width: 1150px) {
  .content-spacing {
    margin: 100px 30px 30px;
  }
}
@media (max-width: 880px) {
  .content-spacing {
    margin: 30px;
  }
}

ul.project-menu {
  width: 200px;
  position: absolute;
  right: 36px;
  bottom: 56px;
  color: white;
  line-height: 1;
  text-align: right;
  transition: opacity 1s;
}
ul.project-menu li {
  height: 24px;
  line-height: 24px;
}
ul.project-menu li span {
  color: #48646d;
}
ul.project-menu li:hover span {
  border-bottom: 2px solid #48646d;
}
ul.project-menu li:not(.active):hover {
  cursor: pointer;
}
ul.project-menu li.active span {
  color: #FFAA00;
  border-bottom: 2px solid #FFAA00;
}
ul.project-menu:before, ul.project-menu:after {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 23px;
  height: 12px;
  content: "";
}
ul.project-menu:before {
  top: -20px;
  background-image: url(/images/arrow-up-small.png);
}
ul.project-menu:after {
  bottom: -20px;
  background-image: url(/images/arrow-down-small.png);
}
ul.project-menu.inactive {
  opacity: 0;
  pointer-events: none;
}
@media (max-height: 860px) {
  ul.project-menu {
    opacity: 0;
    pointer-events: none;
  }
}

ul.icon-list {
  margin-top: calc(4.9rem + 30px);
}
ul.icon-list li {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
ul.icon-list li .icon {
  height: 80px;
  width: 80px;
  background-color: #FFAA00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 60%;
}
ul.icon-list li p {
  width: calc(100% - 100px);
  float: right;
  margin: 0;
  vertical-align: middle;
}
ul.icon-list li .normal-font-weight {
  font-weight: normal;
}

.detail-view {
  background: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 470px);
  z-index: 2;
}
.detail-view:before {
  background-color: rgba(45, 78, 84, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.detail-view.orange:before {
  background-color: rgba(255, 170, 0, 0.95);
}
.detail-view img,
.detail-view iframe,
.detail-view picture {
  width: 100%;
}
.detail-view iframe {
  height: 100%;
}
.detail-view .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1;
  overscroll-behavior: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-view .content > div {
  width: 100%;
  height: calc(100% + 1px);
}
.detail-view .content::-webkit-scrollbar {
  display: none;
}

mark {
  background: none;
  position: absolute;
  top: -140px;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.mobile-customer-holder,
.mobile-shopper-holder {
  padding: 30px 0;
}
.mobile-customer-holder h4,
.mobile-customer-holder p,
.mobile-shopper-holder h4,
.mobile-shopper-holder p {
  margin: 0 30px;
}
.mobile-customer-holder h4,
.mobile-shopper-holder h4 {
  margin-top: 100px;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 30px;
}
.mobile-customer-holder p,
.mobile-shopper-holder p {
  margin-bottom: 50px;
}
.mobile-customer-holder img,
.mobile-shopper-holder img {
  width: 100%;
  max-width: 100%;
}

.text-m {
  max-width: 600px;
}
@media (max-width: 840px) {
  .text-m {
    max-width: none;
  }
}

.video-loader {
  position: relative;
}
.video-loader:before {
  background: url(/images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.video-loader video {
  position: relative;
  z-index: 1;
}

.portfolio-overview-holder {
  width: 100%;
}
.portfolio-overview-holder .button-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
.portfolio-overview-holder .portfolio-overview-header {
  display: flex;
}
.portfolio-overview-holder .portfolio-overview-header > div:first-child {
  padding: 100px 0;
  width: 40%;
  min-width: 570px;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.portfolio-overview-holder .portfolio-overview-header > div:first-child > div {
  max-width: 670px;
  margin-right: 60px;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child > video {
  width: 100%;
  max-width: 1100px;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child > video.full {
  max-width: none;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child > div {
  position: relative;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child > div:first-child, .portfolio-overview-holder .portfolio-overview-header > div:last-child > div:Last-child {
  background: #FFAA00;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child > div:nth-child(2) {
  flex: 1;
  display: flex;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child > div:nth-child(2) video {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 495px;
  position: absolute;
}
.portfolio-overview-holder .portfolio-overview-header > div:last-child > div:first-child {
  justify-content: flex-end;
}
.portfolio-overview-holder .portfolio-overview-header.about > div:first-child {
  flex: 1;
  display: flex;
  justify-content: center;
}
.portfolio-overview-holder .portfolio-overview-header.about > div:last-child {
  max-width: 1300px;
}
@media (max-width: 1300px) {
  .portfolio-overview-holder .portfolio-overview-header.about > div:last-child {
    overflow: hidden;
  }
}
@media (max-width: 880px) {
  .portfolio-overview-holder .portfolio-overview-header {
    flex-direction: column;
  }
  .portfolio-overview-holder .portfolio-overview-header > div {
    width: auto !important;
    min-width: 0 !important;
    min-height: auto !important;
    padding: 0 !important;
  }
  .portfolio-overview-holder .portfolio-overview-header > div > div {
    margin-right: 0 !important;
  }
  .portfolio-overview-holder .portfolio-overview-header > div:first-child {
    margin-bottom: 30px !important;
  }
  .portfolio-overview-holder .portfolio-overview-header > div .button-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .portfolio-overview-holder .portfolio-overview-header > div .button-holder .button:first-child {
    margin-bottom: 16px;
  }
}
.portfolio-overview-holder .contact-wrapper {
  margin-top: 100px;
  max-width: calc(100% - 100px);
}
.portfolio-overview-holder .portfolio-overview-cases {
  flex-wrap: wrap;
  margin: 100px -20px -40px;
  max-width: calc(100% - 60px);
}
@media (max-width: 1320px) {
  .portfolio-overview-holder {
    width: auto;
  }
  .portfolio-overview-holder .portfolio-overview-cases > a {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1150px) {
  .portfolio-overview-holder .portfolio-overview-cases,
.portfolio-overview-holder .contact-wrapper {
    max-width: none;
  }
  .portfolio-overview-holder .portfolio-overview-cases > a {
    width: calc(50% - 40px);
  }
}
@media (max-width: 640px) {
  .portfolio-overview-holder .portfolio-overview-cases > a {
    width: calc(100% - 40px);
  }
}

.portfolio-overview-cases {
  display: flex;
  position: relative;
}
.portfolio-overview-cases > a {
  width: calc(25% - 40px);
  margin: 0 20px 40px;
  display: block;
  display: flex;
  flex-direction: column;
}
.portfolio-overview-cases > a > div {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.portfolio-overview-cases > a > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1), filter 0.3s cubic-bezier(0, 0, 0.58, 1);
  filter: grayscale(1);
}
.portfolio-overview-cases > a > div > .label {
  position: absolute;
  background-color: #48646d;
  padding: 5px 20px;
  top: 0;
  left: 0;
  color: white;
  font-weight: 800;
}
.portfolio-overview-cases > a > div > .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 20px 25px;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 30%);
}
.portfolio-overview-cases > a > div > .info > * {
  position: relative;
  z-index: 1;
}
.portfolio-overview-cases > a > div > .info h3 {
  font-size: 2.2rem;
  line-height: 1;
  color: white;
  margin-bottom: 0;
}
.portfolio-overview-cases > a > div > .info p {
  margin-top: 0.5rem;
}
.portfolio-overview-cases > a > div > .info:before {
  content: "";
  background-color: #FFAA00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.portfolio-overview-cases > a:hover > div > img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.portfolio-overview-cases > a:hover > div > .info::before {
  transform: translateY(0);
}

.case-holder {
  margin: 160px 0 0 100px;
  width: 100% !important;
}
.case-holder video {
  width: 100%;
  display: block;
}
.case-holder img {
  width: 100%;
  max-width: 100%;
}
.case-holder section {
  margin-bottom: 100px;
}
.case-holder section.small {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.case-holder section.medium {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .case-holder section {
    padding: 0 30px;
  }
  .case-holder section.small {
    max-width: 80%;
  }
  .case-holder section.medium {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .case-holder section.small {
    max-width: none;
  }
}
.case-holder section a {
  color: #FFAA00;
  text-decoration: underline;
}
.case-holder section a.button {
  text-decoration: none;
}
.case-holder .case-header-holder {
  background: #ededed;
  height: 70vh;
  position: relative;
}
.case-holder .case-header-holder .bg,
.case-holder .case-header-holder .desktop,
.case-holder .case-header-holder .mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
.case-holder .case-header-holder .bg > div,
.case-holder .case-header-holder .desktop > div,
.case-holder .case-header-holder .mobile > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}
.case-holder .case-header-holder .bg .mobile,
.case-holder .case-header-holder .desktop .mobile,
.case-holder .case-header-holder .mobile .mobile {
  display: none;
}
.case-holder .case-header-holder .content {
  background: rgba(255, 170, 0, 0.9);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 30px;
  display: flex;
  color: white;
  font-weight: 800;
  z-index: 1;
}
.case-holder .case-header-holder .content > div {
  flex: 1 0 33.333333%;
  justify-content: center;
  font-size: 2rem;
  line-height: 2rem;
  display: flex;
  margin: 0 -5px;
}
.case-holder .case-header-holder .content > div > div {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.case-holder .case-header-holder .content > div img {
  height: 30px;
  width: auto;
}
.case-holder .case-header-holder .content > div span {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: block;
}
@media (max-width: 1150px) {
  .case-holder .case-header-holder .content {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
  .case-holder .case-header-holder .content > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .case-holder .case-header-holder .content > div > div:first-child {
    width: 50px;
  }
  .case-holder .case-header-holder .content > div > div:first-child img {
    max-width: 40px;
  }
}
@media (max-width: 780px) {
  .case-holder .case-header-holder {
    margin-bottom: 260px;
  }
  .case-holder .case-header-holder .content {
    position: absolute;
    left: 0;
    bottom: -200px;
    right: 0;
  }
  .case-holder .case-header-holder .bg .desktop,
.case-holder .case-header-holder .desktop .desktop,
.case-holder .case-header-holder .mobile .desktop {
    display: none;
  }
  .case-holder .case-header-holder .bg .mobile,
.case-holder .case-header-holder .desktop .mobile,
.case-holder .case-header-holder .mobile .mobile {
    display: block;
  }
}
.case-holder .image-slider-holder {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.case-holder .image-slider-holder:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.case-holder .image-slider-holder .custom-animated-handle {
  transition: transform 0.2s;
}
.case-holder .image-slider-holder .image-slider {
  width: 100%;
  outline: none;
}
.case-holder .image-slider-holder .image-slider > img {
  width: 100%;
}
.case-holder .image-slider-holder .image-slider:hover .custom-animated-handle {
  transform: scale(1.2);
}
.case-holder .image-slider-holder svg {
  width: 100px;
}
.case-holder .quote {
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 800;
}
.case-holder .quote span {
  color: #FFAA00;
}
.case-holder .highlight {
  display: block;
  font-size: 5.2rem;
  line-height: 5.2rem;
  font-weight: 800;
  margin: 0 0 4px;
}
.case-holder .content-splitter > div > div {
  background-color: #48646d;
  color: white;
}
.case-holder .no-spacing-bottom {
  margin-bottom: 0;
}
.case-holder .cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-holder .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1150px) {
  .case-holder {
    width: auto !important;
    margin: 160px 0 0 0;
  }
}
@media (max-width: 960px) {
  .case-holder {
    margin: 0;
  }
  .case-holder .case-header-holder {
    height: 35vh;
  }
}

.content-splitter {
  display: flex;
  margin: 0 -20px;
}
.content-splitter > div {
  background: white;
  width: 100%;
  margin: 0 20px;
  position: relative;
}
.content-splitter div:first-child:nth-last-child(2),
.content-splitter div:first-child:nth-last-child(2) ~ div {
  width: calc(100% / 2);
}
.content-splitter div:first-child:nth-last-child(3),
.content-splitter div:first-child:nth-last-child(3) ~ div {
  width: calc(100% / 3);
}
.content-splitter div:first-child:nth-last-child(4),
.content-splitter div:first-child:nth-last-child(4) ~ div {
  width: calc(100% / 4);
}
.content-splitter div:first-child:nth-last-child(5),
.content-splitter div:first-child:nth-last-child(5) ~ div {
  width: calc(100% / 5);
}
.content-splitter div:first-child:nth-last-child(6),
.content-splitter div:first-child:nth-last-child(6) ~ div {
  width: calc(100% / 6);
}
.content-splitter > div > div.height-4-4 {
  aspect-ratio: 1/1;
}
.content-splitter > div > div.height-4-3 {
  aspect-ratio: 1/0.75;
}
.content-splitter > div > div.height-4-2 {
  aspect-ratio: 1/0.5;
}
.content-splitter > div > div.height-4-1 {
  aspect-ratio: 1/0.25;
}
.content-splitter.pull-right {
  width: calc(115%);
}
@media (max-width: 1000px) {
  .content-splitter {
    flex-wrap: wrap;
  }
  .content-splitter > div {
    margin: 0 10px 20px !important;
    width: calc(50% - 20px) !important;
  }
  .content-splitter > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-splitter.pull-right {
    width: auto;
  }
}
@media (max-width: 768px) {
  .content-splitter > div {
    width: 100% !important;
  }
  .content-splitter > div:not(:last-child) {
    margin-bottom: 20px;
  }
}

.landing-page {
  /* specifically products.x-ingredient subpages */
}
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6,
.landing-page p {
  max-width: 650px;
}
.landing-page .header {
  margin-bottom: 2rem;
  padding-top: 120px;
  position: relative;
}
.landing-page .header h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.landing-page .header h1 {
  font-size: 8rem;
  line-height: 8rem;
  margin-bottom: 1.7rem;
}
.landing-page .header .header-image-mobile {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}
.landing-page .header .split-holder {
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .landing-page .header .split-holder {
    margin-left: 0;
  }
}
.landing-page .header .split-holder .normal-header {
  visibility: visible;
  display: block;
}
@media (max-width: 1400px) {
  .landing-page .header .split-holder .normal-header {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.landing-page .header .split-intro {
  position: relative;
}
@media (max-width: 1024px) {
  .landing-page .header .split-intro {
    margin-left: 0;
    flex-direction: column-reverse;
    padding: 20px 20px 0 20px;
  }
}
.landing-page .header .split-intro p {
  margin: 1.3rem 0 0;
}
.landing-page .header .split-intro .mobile-header {
  visibility: hidden;
  display: none;
}
.landing-page .header .split-intro .header-background {
  height: 620px;
  position: relative;
  top: -6.5rem;
  right: 0;
  align-self: stretch;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.landing-page .header .split-intro .header-background.google-advertenties {
  background-image: url("/images/landingpages/headers/google-advertenties.png");
}
.landing-page .header .split-intro .header-background.community-building {
  background-image: url("/images/landingpages/headers/community-building.png");
}
.landing-page .header .split-intro .header-background.conversie-optimalisatie {
  background-image: url("/images/landingpages/headers/conversie-optimalisatie.png");
}
.landing-page .header .split-intro .header-background.emailmarketing {
  background-image: url("/images/landingpages/headers/email-marketing.png");
}
.landing-page .header .split-intro .header-background.search-engine-optimization {
  background-image: url("/images/landingpages/headers/search-engine-optimization.png");
}
.landing-page .header .split-intro .header-background.social-media-campagnes {
  background-image: url("/images/landingpages/headers/social-media-campagnes.png");
}
@media (max-width: 500px) {
  .landing-page .header .split-intro .header-background.google-advertenties {
    background-image: url("/images/landingpages/headers/google-advertenties-small.png");
  }
  .landing-page .header .split-intro .header-background.community-building {
    background-image: url("/images/landingpages/headers/community-building-small.png");
  }
  .landing-page .header .split-intro .header-background.emailmarketing {
    background-image: url("/images/landingpages/headers/email-marketing-small.png");
  }
  .landing-page .header .split-intro .header-background.search-engine-optimization {
    background-image: url("/images/landingpages/headers/search-engine-optimization-small.png");
  }
  .landing-page .header .split-intro .header-background.social-media-campagnes {
    background-image: url("/images/landingpages/headers/social-media-campagnes-small.png");
  }
}
@media (max-width: 1400px) {
  .landing-page .header .split-intro .header-background {
    height: 70rem;
  }
}
@media (max-width: 1000px) {
  .landing-page .header .split-intro .header-background {
    top: 10%;
    width: 100%;
    height: 500px;
  }
}
.landing-page section {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.landing-page section:not(.contact-section) {
  max-width: 1600px;
}
.landing-page .split-holder {
  display: flex;
  gap: 80px;
}
.landing-page .split-holder > div {
  width: 50%;
  align-items: center;
}
.landing-page .split-holder > div img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.landing-page .split-holder.small-gap {
  gap: 40px;
}
.landing-page .split-holder.small-gap > div {
  align-items: stretch;
}
.landing-page .split-holder.same-height {
  flex-wrap: wrap;
  gap: 40px;
}
.landing-page .split-holder.same-height .content-block {
  flex-basis: calc(50% - 20px);
  margin-top: 0px;
}
.landing-page .content-block {
  background-color: #F7F7F7;
  padding: 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.landing-page .content-block h3 {
  font-size: 3.2rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.landing-page .content-block p {
  margin-top: 0px;
}
.landing-page .content-block svg {
  width: 65px;
  height: 65px;
}
.landing-page .content-block .button {
  margin-top: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-self: flex-end;
  margin-right: 0;
}
.landing-page .content-block .title-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.landing-page .content-block .title-holder > h3 {
  margin: 0;
  line-height: 1;
}
.landing-page .content-block .title-holder > svg {
  flex-shrink: 0;
}
.landing-page .content-block .title-holder > svg rect {
  display: none;
}
.landing-page .content-block .title-holder > svg path[stroke="#fff"] {
  stroke: #FFAA00;
}
.landing-page .content-block .title-holder > svg path[fill="#fff"] {
  fill: #FFAA00;
}
.landing-page .way-of-work h2 {
  margin-bottom: 0.5rem;
  width: 14ch;
}
@media (max-width: 1025px) {
  .landing-page .way-of-work h2 {
    margin-left: 5%;
  }
}
.landing-page .way-of-work h3 {
  font-size: 2.5rem;
  line-height: 4rem;
}
.landing-page .split-content-blocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  left: 1rem;
}
@media (max-width: 1024px) {
  .landing-page .split-content-blocks {
    margin-left: 0;
  }
}
.landing-page .split-content-blocks .icon-content-block {
  padding: 3rem;
  min-height: 25rem;
  width: 50%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .landing-page .split-content-blocks .icon-content-block {
    width: 100%;
    min-height: 20rem;
    padding: 1rem 3rem;
  }
}
@media (max-width: 750px) {
  .landing-page .split-content-blocks .icon-content-block {
    padding: 1rem 5%;
  }
}
@media (max-width: 500px) {
  .landing-page .split-content-blocks .icon-content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0;
    width: 85%;
  }
}
.landing-page .split-content-blocks .icon-content-block .icon-container {
  background-color: #FFAA00;
  height: 10rem;
  width: 10rem;
  font-size: 5rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .landing-page .split-content-blocks .icon-content-block .icon-container {
    margin: 5rem 0 3rem 5%;
  }
}
.landing-page .split-content-blocks .icon-content-block .text-container {
  margin-left: 5%;
  width: 70%;
}
@media (max-width: 500px) {
  .landing-page .split-content-blocks .icon-content-block .text-container {
    width: 100%;
  }
}
.landing-page .split-content-blocks .icon-content-block .text-container h5 {
  font-size: 2.5rem;
  line-height: 4rem;
}
.landing-page .split-content-blocks .icon-content-block .text-container > * {
  margin: 0;
  padding: 0;
}
.landing-page .split-content-blocks .icon-content-block .text-container.align-left {
  text-align: left;
}
.landing-page .button.down {
  margin-top: 1.7rem;
}
.landing-page .cross-page-link {
  font-size: 1.5rem;
  padding: 0 0 2px 0;
  font-weight: 500;
  display: inline-block;
  color: #FFAA00;
  line-height: 2rem;
  position: relative;
}
.landing-page .cross-page-link:before {
  border-bottom: 1.7px solid #FFAA00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.landing-page .cross-page-link:hover {
  opacity: 0.8;
}
.landing-page .accordion-text .button {
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.landing-page .accordion-text .button:after {
  font-size: 40px;
}
.landing-page .step {
  text-align: left;
}
.landing-page .step .semi-bold {
  font-weight: 700;
  font-size: 2rem;
}
.landing-page.productpage .header {
  margin-bottom: 8rem;
}
.landing-page.productpage .header .split-holder > div {
  width: 50%;
}
.landing-page.productpage .header .header-background > img {
  width: 100%;
}
.landing-page.productpage .what-is-section {
  margin: 10rem 0;
}
.landing-page.productpage .what-is-section .usp-container {
  width: 40%;
  display: flex;
  align-items: center;
}
.landing-page.productpage .what-is-section .usp-container .icon-list {
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 2.5rem;
}
.landing-page.productpage .what-is-section .usp-container .icon-list .icon {
  background-size: auto 100%;
}
.landing-page.productpage .what-is-section .usp-container .icon-list > * {
  margin: 0;
}
.landing-page.productpage .contact {
  margin-top: 15rem;
}
@media (max-width: 1024px) {
  .landing-page.productpage .header {
    margin-bottom: 0;
  }
  .landing-page.productpage .header .split-holder > .header-background {
    padding: 0 2.5% !important;
    margin-bottom: 2rem !important;
  }
  .landing-page.productpage .what-is-section {
    margin: 0 0 5rem 0;
  }
  .landing-page.productpage .what-is-section .usp-container {
    width: 60%;
  }
  .landing-page.productpage .contact {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .landing-page.productpage .header .split-holder > div {
    width: 70%;
  }
  .landing-page.productpage .what-is-section .usp-container {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .landing-page.productpage .header .split-holder > div {
    width: 100%;
    height: auto;
  }
  .landing-page.productpage .header .split-holder > div:first-child {
    padding-right: 2.5%;
  }
  .landing-page.productpage .what-is-section .usp-container {
    width: 100%;
  }
}
.landing-page .full-width-quote {
  width: 100%;
  text-align: center;
  background: #FFBE3B;
  padding: 70px 0;
  background-image: url(/images/arrow-right-orange.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.landing-page .full-width-quote h2 {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 50%;
  color: white;
  font-size: 5.5rem;
  line-height: 6.5rem;
}
@media (max-width: 1400px) {
  .landing-page .full-width-quote h2 {
    max-width: 70%;
    font-size: 4rem;
    line-height: 4rem;
  }
}
.landing-page .logo-holder {
  display: flex;
  padding: 40px 0;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}
.landing-page .logo-holder .logo {
  display: block;
  width: 282px;
}
.landing-page .logo-holder .logo svg {
  width: 100%;
  display: block;
}
.landing-page .spacing-top {
  margin-top: 2.5rem;
}
.landing-page .spacing-bottom {
  margin-bottom: 2.5rem;
}
.landing-page .grey-background {
  background: #F7F7F7;
  margin: 5rem 0;
  padding: 4rem 0;
}
@media (max-width: 1025px) {
  .landing-page .how-it-works-holder {
    padding: 0, 0;
  }
}
.landing-page .how-it-works-holder .slider-holder {
  max-width: 600px;
  margin: 60px auto 0;
  text-align: left;
}
.landing-page .how-it-works-holder .slider-holder > div {
  position: relative;
}
.landing-page .how-it-works-holder .slider-holder .slider {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.landing-page .how-it-works-holder .slider-holder .slider > div {
  background: #F7F7F7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #48646d;
}
.landing-page .how-it-works-holder .slider-holder .slider > div img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-page .how-it-works-holder .slider-holder .ui-controls {
  position: absolute;
  width: 66.66%;
  right: -60px;
  bottom: 135px;
  background-color: white;
}
.landing-page .how-it-works-holder .slider-holder .ui-controls .ui-header {
  height: 33px;
  background-color: #FFAA00;
  width: 100%;
  text-align: right;
}
.landing-page .how-it-works-holder .slider-holder .ui-controls .ui-header .controls > div {
  display: inline-block;
  cursor: pointer;
}
.landing-page .how-it-works-holder .slider-holder .ui-controls .ui-header .controls > div.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.landing-page .how-it-works-holder .slider-holder .ui-controls .ui-content {
  padding: 15px;
  text-align: left;
  font-weight: bold;
}
.landing-page .how-it-works-holder .slider-holder .thumbs {
  display: flex;
  gap: 10px;
}
.landing-page .how-it-works-holder .slider-holder .thumbs > div {
  border: 2px solid #48646d;
  flex: 1 0 auto;
  max-width: 102px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.4;
  background-color: white;
}
.landing-page .how-it-works-holder .slider-holder .thumbs > div img {
  width: 90%;
  height: auto;
}
.landing-page .how-it-works-holder .slider-holder .thumbs > div:hover {
  opacity: 0.7;
}
.landing-page .how-it-works-holder .slider-holder .thumbs > div.active {
  opacity: 1;
}
.landing-page .how-it-works-holder.white-background {
  background-color: white;
  padding: 20px;
}
@media (max-width: 660px) {
  .landing-page .how-it-works-holder {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
  .landing-page .how-it-works-holder.white-background {
    padding: 0;
  }
}
.landing-page .our-clients {
  margin: 100px 0;
}
.landing-page .our-clients .slider-holder {
  margin: 60px 0 0;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.landing-page .our-clients .slider-holder .swiper-wrapper {
  width: 100%;
  max-width: calc(100vw - 94px);
  cursor: url(/images/icons/swipe.png), auto;
}
.landing-page .our-clients .slider-holder .swiper-slide {
  background-color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.landing-page .our-experts .expert-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.landing-page .our-experts .expert-holder > div {
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.12);
  position: relative;
  max-width: calc(25% - 15px);
}
.landing-page .our-experts .expert-holder > div > img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8rem;
}
.landing-page .our-experts .expert-holder > div > .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  background-color: #48646d;
  padding: 10px;
}
.landing-page .our-experts .expert-holder > div > .info h4 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 0px;
  color: white;
}
.landing-page .our-experts .expert-holder > div > .info p {
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.landing-page .our-experts .expert-holder > div > .info p.expertise-title {
  font-size: 1.5rem;
  margin-top: 10px !important;
}
.landing-page .our-experts .button-holder {
  text-align: center;
}
@media (max-width: 1024px) {
  .landing-page .our-experts .expert-holder > div {
    min-width: calc((100% / 4) - 15px);
  }
  .landing-page .our-experts .expert-holder > div > .info h4 {
    font-size: 2rem;
  }
  .landing-page .our-experts .expert-holder > div > .info p {
    font-size: 1.25;
  }
}
@media (max-width: 800px) {
  .landing-page .our-experts .expert-holder > div {
    min-width: calc((100% / 3) - 15px);
  }
}
.landing-page .contact-wrapper {
  position: relative;
}
.landing-page .contact-section {
  margin-top: 15rem;
}
@media (max-width: 1000px) {
  .landing-page .contact-section {
    margin-top: 0;
  }
}
.landing-page.services .header h1 {
  font-size: 5.5rem;
  line-height: 5.5rem;
}
@media (max-width: 1024px) {
  .landing-page {
    overflow: hidden;
  }
  .landing-page section {
    padding: 0;
  }
  .landing-page .header {
    margin-bottom: 0;
    padding-top: 80px;
  }
  .landing-page .header .split-holder {
    gap: 0;
    align-items: flex-start;
  }
  .landing-page .header .split-holder > div:first-child {
    padding-right: 0;
    order: 2;
    width: 100%;
  }
  .landing-page .header .split-holder .header-background {
    order: 1;
    width: 100%;
    margin: 0px !important;
    position: relative;
  }
  .landing-page .header .split-holder .normal-header {
    visibility: hidden;
    display: none;
  }
  .landing-page .header .split-holder.split-intro .mobile-header {
    visibility: visible;
    display: block;
  }
  .landing-page .header h1 {
    font-size: 4.1rem !important;
    line-height: 4.1rem !important;
  }
  .landing-page .header .header-image-mobile {
    display: block;
  }
  .landing-page .content-block {
    padding: 20px 30px;
  }
  .landing-page .content-block h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .landing-page .how-it-works-holder {
    margin: 0;
    padding: 50px 30px;
  }
  .landing-page .how-it-works-holder .slider-holder .thumbs {
    display: none;
  }
  .landing-page .how-it-works-holder .slider-holder .slider {
    background-color: #F7F7F7;
    border: 2px solid #48646d;
  }
  .landing-page .how-it-works-holder .slider-holder .slider > div {
    height: 50%;
    border: none;
    background-color: white;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls {
    width: calc(100% - 4px);
    left: 2px;
    bottom: 2px;
    height: 50%;
    background-color: transparent;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls .ui-header {
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    height: 45px;
    text-align: left;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls .ui-content {
    height: calc(100% - 33px);
    text-align: center;
    display: flex;
    align-items: center;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls .dots {
    width: calc(100% - 80px);
    float: left;
    display: flex;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls .dots > div {
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: white;
    margin-left: 15px;
    opacity: 0.5;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls .dots > div.active {
    opacity: 1;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls .controls {
    display: flex;
  }
  .landing-page .how-it-works-holder .slider-holder .ui-controls .controls .prev-slide,
.landing-page .how-it-works-holder .slider-holder .ui-controls .controls .next-slide {
    display: flex !important;
    align-items: center !important;
  }
  .landing-page .full-width-quote {
    width: 100%;
    padding: 50px 0;
  }
  .landing-page .full-width-quote h1 {
    max-width: 80%;
    font-size: 3rem;
    line-height: 3rem;
  }
  .landing-page .logo-holder {
    left: 30px;
  }
  .landing-page .our-clients {
    padding: 50px 30px;
    margin: 0;
  }
  .landing-page .split-holder {
    flex-direction: column;
    padding: 30px;
  }
  .landing-page .split-holder > div {
    width: 100%;
    flex: none;
  }
  .landing-page .split-holder.small-gap {
    gap: 0px;
  }
  .landing-page .split-holder.small-gap .content-block {
    margin-top: 20px;
  }
  .landing-page .faq-div {
    width: 50%;
    margin-left: 10%;
  }
  .landing-page .our-experts {
    padding: 20px;
  }
  .landing-page .our-experts .slider-holder .slider > div {
    flex-direction: column;
  }
  .landing-page .our-experts .slider-holder .slider > div .image-holder {
    width: 100%;
  }
  .landing-page .our-experts .slider-holder .slider > div .ui-controls {
    margin-left: 0;
    padding-top: 70px;
    margin-top: 2rem;
    width: calc(100% - 4px);
  }
  .landing-page .our-experts .slider-holder .slider > div .ui-controls h4 {
    font-size: 2.4rem;
  }
  .landing-page .our-experts .slider-holder .slider > div .ui-controls .controls {
    right: 40px;
  }
  .landing-page .our-experts .slider-holder .slider > div .ui-controls .controls .prev-slide,
.landing-page .our-experts .slider-holder .slider > div .ui-controls .controls .next-slide {
    transform: scale(1.3);
  }
  .landing-page .our-experts .slider-holder .slider > div .ui-controls .controls .next-slide {
    margin-left: 20px;
  }
  .landing-page .our-experts .slider-holder .slider > div .ui-controls .controls .next-slide:hover svg {
    fill: #FFAA00;
  }
}
@media (max-width: 540px) {
  .landing-page .header .split-holder .header-background {
    height: 300px;
  }
}

@media (max-width: 880px) {
  .not-found .content-spacing {
    margin: 100px 30px 30px;
  }
}
@media (max-width: 768px) {
  .not-found .content-spacing {
    margin: 30px;
  }
}
.not-found .inner {
  min-height: calc(100vh - 160px);
  display: flex;
  position: relative;
  margin-right: 100px;
}
.not-found .inner .text {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .not-found .inner .text {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
.not-found .inner .text > div.top > .button-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.not-found .inner .text > div.cases {
  width: 100%;
}
.not-found .inner .text > div.cases h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.not-found .inner .text > div.cases .portfolio-overview-cases {
  overflow: hidden;
  width: 90%;
}
.not-found .inner .text > div.cases .portfolio-overview-cases > a {
  width: calc(33% - 20px);
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 0;
}
.not-found .inner .text > div.cases .portfolio-overview-cases > a > div .info h3 {
  font-size: 2rem;
  margin-bottom: 0;
}
.not-found .inner .text > div.cases .portfolio-overview-cases > a > div .info:before {
  background-color: #48646d;
}
@media (max-width: 850px) {
  .not-found .inner .text > div.cases .portfolio-overview-cases {
    flex-wrap: wrap;
    width: 100%;
  }
  .not-found .inner .text > div.cases .portfolio-overview-cases > a {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .not-found .inner .text > div.cases .portfolio-overview-cases > a {
    margin: 10px 0;
    width: calc(90% - 20px);
  }
}
.not-found .inner .visual {
  flex-basis: 35%;
  background-color: #F7F7F7;
}
.not-found .inner .visual > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.not-found .inner .visual > .find-us {
  position: absolute;
  background-color: #48646d;
  color: white;
  bottom: 5%;
  right: -70px;
}
.not-found .inner .visual > .find-us > div {
  margin: 25px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.not-found .inner .visual > .find-us > div > div {
  margin: 0 10px;
}
.not-found .inner .visual > .find-us > div > div p {
  margin: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.not-found .inner .visual > .find-us > div > div p.title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}
.not-found .inner .visual > .find-us > div > div p.title.large {
  font-size: 3rem;
  line-height: 3rem;
}
.not-found .inner .visual > .find-us > div > div p.list {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.not-found .inner .visual > .find-us > div > div p.list a {
  margin: 0;
  padding: 0;
}
.not-found .inner .visual > .find-us > div > div p.list a:before {
  display: none;
}
.not-found .inner .visual > .find-us > div > div p.list a.fb svg {
  width: 12px;
}
.not-found .inner .visual > .find-us > div > div p.list a.insta svg {
  width: 23px;
}
.not-found .inner .visual > .find-us > div > div p.list a.li svg {
  width: 24px;
}
.not-found .inner .visual > .find-us > div > div a.normal:hover {
  color: #FFAA00;
}
.not-found .inner .visual > .find-us > div > div:first-child {
  flex-basis: 40%;
}
.not-found .inner .visual > .find-us > div > div:last-child {
  flex-basis: 70%;
}
@media (max-width: 850px) {
  .not-found .inner .visual {
    display: none;
  }
}
.not-found .inner:before {
  z-index: -1;
  content: "";
  background-color: #FFAA00;
  display: block;
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: -40px;
}
@media (max-width: 850px) {
  .not-found .inner:before {
    height: 50%;
  }
}
@media (max-width: 1150px) {
  .not-found .inner {
    min-height: calc(100vh - 90px);
    margin-right: 0;
  }
  .not-found .inner .text {
    flex-basis: 100%;
  }
  .not-found .inner .text > div.top {
    flex: 0;
  }
  .not-found .inner .visual {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .not-found .inner .visual > img {
    display: none;
  }
  .not-found .inner .visual > .find-us {
    top: 20px;
    right: 20px;
    bottom: unset;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.4s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.detailfade-enter-active,
.detailfade-leave-active {
  transition: opacity 0.6s, width 1s;
}

.detailfade-enter,
.detailfade-leave-to {
  opacity: 0;
  width: 50%;
}

.fadeslow-enter-active,
.fadeslow-leave-active {
  transition: opacity 0.8s;
}

.fadeslow-enter,
.fadeslow-leave-to {
  opacity: 0;
}

.slideleft-enter-active,
.slideleft-leave-active {
  transition: transform 0.4s cubic-bezier(0.28, 1, 0.32, 1);
}

.slideleft-enter {
  transform: translate(calc(100% + 10px), 0);
}

.slideleft-leave-to {
  transform: translate(calc((100% + 10px) * -1), 0);
}

.slideright-enter-active,
.slideright-leave-active {
  transition: transform 0.4s cubic-bezier(0.28, 1, 0.32, 1);
}

.slideright-enter {
  transform: translate(calc((100% + 10px) * -1), 0);
}

.slideright-leave-to {
  transform: translate(calc(100% + 10px), 0);
}

.slideup-leave-active,
.slideup-enter-active {
  transition: 1s;
}

.slideup-enter {
  transform: translate(0, 100%);
}

.slideup-leave-to {
  transform: translate(0, -100%);
}

.slidedown-leave-active,
.slidedown-enter-active {
  transition: 1s;
}

.slidedown-enter {
  transform: translate(0, -100%);
}

.slidedown-leave-to {
  transform: translate(0, 100%);
}

.fadeIn {
  transition: opacity 0.5s;
  opacity: 0;
}
.fadeIn.active {
  opacity: 1;
}
