/** Core **/
.select2-hidden-accessible {
  -webkit-clip-path: inset(50%) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.select2-search--hide {
  display: none;
}

.select2.select2-container {
  display: block;
}

/* Width */
.select2-container {
  min-width: fit-content;
}

/* Combo */
.select2-selection {
  align-items: center;
  color: #141414;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  gap: 2px;
  height: 40px;
  justify-content: space-between;
  white-space: nowrap;
}

.select2-selection__arrow b {
  background-image: url("../images/icon-chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 24px;
  transform: 0;
  width: 24px;
}

.select2-container .select2-selection__arrow {
  transition: rotate 0.3s;
}

.select2-container--open .select2-selection__arrow {
  rotate: 180deg;
}

/** Select2 Dropdown **/
.select2-container {
  z-index: 1000;
}

.select2-dropdown.select2-container--open {
  background-color: red;
  display: block;
  width: 300px;
}

.select2-dropdown {
  display: block;
  min-width: fit-content;
}

.select2-results__options {
  background-color: #fff;
  border: 1px solid #aaa;
}
.select2-results__option {
  align-items: center;
  display: flex;
  height: 40px;
  padding-inline: 20px;
}
.select2-results__option--highlighted {
  background-color: #f0f0f0;
  cursor: pointer;
}
.select2-results__option[aria-selected=true] {
  background-color: #D41717;
  color: #fff;
}

/*!
 * FilePond 4.32.7
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Hard to override styles */
.filepond--browser.filepond--browser {
  /* is positioned absolute so it is focusable for form validation errors */
  position: absolute;
  margin: 0;
  padding: 0;
  /* is positioned ~behind drop label */
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  /* hide visually */
  opacity: 0;
  font-size: 0; /* removes text cursor in Internet Explorer 11 */
}

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  /* can't interact with this element */
  pointer-events: none;
  /* inherit border radius from parent (needed for drip-blob cut of) */
  border-radius: 0.5em;
  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  /* will be animated */
  will-change: transform, opacity;
}

.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  /* center contents */
  display: flex;
  justify-content: center;
  align-items: center;
  /* fixes IE11 centering problems (is overruled by label min-height) */
  height: 0px;
  /* dont allow selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* will be animated */
  will-change: transform, opacity;
}

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 0.5em 1.5em; /* use padding instead of margin so click area is not impacted */
  width: 100%;
}
.filepond--drop-label.filepond--drop-label label .i-image {
  background-image: url("../images/icon-upload.svg");
  background-size: contain;
  display: block;
  height: 32px;
  width: 32px;
}
.filepond--drop-label.filepond--drop-label label .i-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
.filepond--drop-label.filepond--drop-label label strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.filepond--drop-label.filepond--drop-label label small {
  font-size: 12px;
  line-height: 1;
}
.filepond--drop-label.filepond--drop-label label .i-button {
  align-items: center;
  border: 2px solid #D41717;
  border-radius: 5px;
  color: #D41717;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  margin-left: auto;
  padding-inline: 16px;
}

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
  /* hidden label */
}

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file-action-button.filepond--file-action-button {
  /* scale SVG to fill button */
}

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

.filepond--file-action-button.filepond--file-action-button {
  /* bigger touch area */
}

.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}

/* Soft styles */
.filepond--file-action-button {
  /* use default arrow cursor */
  cursor: auto;
  /* reset default button styles */
  color: #fff;
  /* set default look n feel */
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  /* we animate box shadow on focus */
  /* it's only slightly slower than animating */
  /* a pseudo-element with transforms and renders */
  /* a lot better on chrome */
  transition: box-shadow 0.25s ease-in;
}

.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-action-button[hidden] {
  display: none;
}

/* edit button */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  min-height: 26px;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* no margins on children */
}

.filepond--file-info * {
  margin: 0;
}

.filepond--file-info {
  /* we don't want to have these overrules so these selectors are a bit more specific */
}

.filepond--file-info .filepond--file-info-main {
  font-size: 14px;
  line-height: 1.2;
  /* we want ellipsis if this bar gets too wide */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: 14px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* no margins on children */
}

.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

.filepond--file-status {
  /* font sizes */
}

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
  /* hide legend for visual users */
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #000;
  border-radius: 0.5em;
  /* control positions */
}

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute;
}

.filepond--file {
  /* .filepond--file-action-button */
}

.filepond--file [data-align*=left] {
  left: 0.5625em;
}

.filepond--file [data-align*=right] {
  right: 0.5625em;
}

.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em); /* .8125 is half of button width */
}

.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}

/* make sure text does not overlap */
[data-filepond-item-state=cancelled] .filepond--file-info,
[data-filepond-item-state*=invalid] .filepond--file-info,
[data-filepond-item-state*=error] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] {
  /* busy state */
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both;
}

[data-filepond-item-state=processing-complete] {
  /* hide details by default, only show when can revert */
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5;
}

/* file state can be invalid or error, both are visually similar but */
/* having them as separate states might be useful */
[data-filepond-item-state*=invalid] .filepond--panel,
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel,
[data-filepond-item-state*=error] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}

/* spins progress indicator when file is marked as busy */
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* ignore all other interaction elements while dragging a file */
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

/* capture all hit tests using a hidden layer, this speeds up the event flow */
.filepond--hopper[data-hopper-state=drag-over]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
  touch-action: auto;
  /* item children order */
}

.filepond--item > .filepond--panel {
  z-index: -1;
}

/* has a slight shadow */
.filepond--item {
  /* drag related */
}

.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.filepond--item[data-drag-state=drag] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

/* states */
.filepond--item-panel {
  background-color: #F1F1EF;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*=invalid] .filepond--item-panel,
[data-filepond-item-state*=error] .filepond--item-panel {
  background-color: #f8dddd;
}

/* style of item panel */
.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

/* normal mode */
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

/* scroll mode */
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}

/* style scrollbar */
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* prevents endless paint calls on filepond--list-scroller */
  will-change: transform;
}

/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle],
.filepond--root[data-style-panel-layout~=integrated] {
  /* we're only loading one item, this makes the intro animation a bit nicer */
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] {
  /* circle cuts of this info, so best to hide it */
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

/* dirfty way to fix circular overflow issue on safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #fff;
  border: 1px dashed #c3c3c3;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  /* defaults to 100% height (fixed height mode) this fixes problem with panel height in IE11 */
  height: 100% !important;
  /* no interaction possible with panel */
  pointer-events: none;
}

.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

.filepond--panel[data-scalable=false] > div {
  display: none;
}

.filepond--panel[data-scalable=true] {
  /* this seems to fix Chrome performance issues */
  /* - when box-shadow is enabled */
  /* - when multiple ponds are active on the same page */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* prevent borders and backgrounds */
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
  /* fixes tiny transparant line between top and center panel */
}

.filepond--panel-top::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
  /* fixes tiny transparant line between bottom and center of panel */
}

.filepond--panel-bottom::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  /* the center panel is scaled using scale3d to fit the correct height */
  /* we use 100px instead of 1px as scaling 1px to a huge height is really laggy on chrome */
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  /* hide if not transformed, prevents a little flash when the panel is at 100px height while attached for first time */
}

.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  /* can't have margins */
  margin: 0;
  /* no interaction possible with progress indicator */
  pointer-events: none;
  /* will be animated */
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box; /* should center the animation correctly when zoomed in */
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: "DM Sans", serif;
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  /* default text alignment */
  text-align: left;
  /* better text rendering on Safari */
  text-rendering: optimizeLegibility;
  /* text direction is ltr for now */
  direction: ltr;
  /* optimize rendering */
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/contain */
  contain: layout style size;
  /* correct box sizing, line-height and positioning on child elements */
}

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

.filepond--root *:not(text) {
  font-size: inherit;
}

.filepond--root {
  /* block everything */
}

.filepond--root[data-disabled] {
  pointer-events: none;
}

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.filepond--root .filepond--credits {
  display: none !important;
  position: absolute;
  right: 0;
  opacity: 0.4;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

.filepond--action-remove-item {
  background-color: transparent;
  background-image: url("../images/icon-file-trash.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.filepond--action-remove-item svg {
  display: none;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

pre {
  background: #fff;
  color: #141414;
  font-family: monospace;
}

input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
  background: none;
  border: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
}
input:focus,
label:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 0;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

html {
  max-width: 100vw;
}

body {
  background: #f1f1ef;
  color: #141414;
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  max-width: 100vw;
  min-width: 320px;
}

.nowrap {
  white-space: nowrap;
}

.global-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  width: calc(100% - 48px);
}
@media (min-width: 640px) {
  .global-inner {
    max-width: 100%;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .global-inner {
    max-width: 100%;
    width: 960px;
  }
}
@media (min-width: 1366px) {
  .global-inner {
    width: 1280px;
  }
}

@media (min-width: 640px) {
  .global-inner--large {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .global-inner--large {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1366px) {
  .global-inner--large {
    max-width: 1326px;
    width: 100%;
  }
}

.logo {
  display: block;
  text-align: center;
}
.logo .logo__heading,
.logo .logo__link,
.logo .logo__image {
  display: block;
  height: inherit;
  width: auto;
}
.logo .logo__heading {
  width: min-content;
}

.menu-icon__link {
  width: inherit;
}
.menu-icon__link:hover {
  opacity: 0.6;
}
.menu-icon__icon {
  display: block;
  height: auto;
  width: inherit;
}

.wpcf7 .wpcf7-form p .wpcf7-submit, .button.button--custom, .button.button--secondary, .button--primary {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.wpcf7 .wpcf7-form p .wpcf7-submit, .button.button--custom, .button.button--secondary, .button--primary {
  background-color: var(--button-bg-color, #D41717);
  border: 1.5px solid var(--button-border-color, #D41717);
  border-radius: 70px;
  color: var(--button-text-color, #fff);
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding-inline: 16px;
  transition: 0.15s ease-in-out background-color, 0.15s ease-in-out border-color, 0.15s ease-in-out color;
  text-align: center;
  width: fit-content;
}
.wpcf7 .wpcf7-form p .wpcf7-submit:hover:not(:disabled), .button.button--custom:hover:not(:disabled), .button.button--secondary:hover:not(:disabled), .button--primary:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--button-bg-color) 90%, black);
  border-color: color-mix(in srgb, var(--button-border-color) 90%, black);
  color: var(--button-text-color);
}
.wpcf7 .wpcf7-form p .wpcf7-submit:disabled, .button.button--custom:disabled, .button.button--secondary:disabled, .button--primary:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.button--primary {
  --button-bg-color: #D41717;
  --button-border-color: #D41717;
  --button-text-color: #fff;
}

.button.button--secondary {
  --button-bg-color: transparent;
  --button-border-color: #D41717;
  --button-text-color: #D41717;
}
.button.button--secondary:hover:not(:disabled) {
  background-color: transparent;
  border-color: color-mix(in srgb, var(--button-border-color) 90%, black);
  color: color-mix(in srgb, var(--button-border-color) 90%, black);
}

.button.button--custom {
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  color: var(--button-text-color);
}
.button.button--custom:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--button-bg-color) 95%, black);
  border-color: color-mix(in srgb, var(--button-border-color) 95%, black);
  color: var(--button-text-color);
}

.button--primary.button--small,
.button--secondary.button--small,
.button--custom.button--small {
  height: 46px;
  padding-inline: 20px;
}

.button--link {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  height: 21px;
  text-decoration: none;
}
.button--link i {
  font-size: 0.9em;
}
.button--link:hover {
  opacity: 0.8;
}

.context-red .button--primary {
  --button-bg-color: #fff;
  --button-border-color: #fff;
  --button-text-color: #D41717;
}

.context-red .button--secondary {
  --button-bg-color: transparent;
  --button-border-color: #fff;
  --button-text-color: #fff;
}

.heading-1, .banner--style-1 .banner__heading,
.heading-2,
.banner--style-2 .banner__heading,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
.banner--style-3 .banner__heading {
  font-family: "DM Sans", serif;
  letter-spacing: -0.01em;
}
.heading-1 b, .banner--style-1 .banner__heading b, .heading-1 strong, .banner--style-1 .banner__heading strong,
.heading-2 b,
.banner--style-2 .banner__heading b,
.heading-2 strong,
.banner--style-2 .banner__heading strong,
.heading-3 b,
.heading-3 strong,
.heading-4 b,
.heading-4 strong,
.heading-5 b,
.heading-5 strong,
.heading-6 b,
.banner--style-3 .banner__heading b,
.heading-6 strong,
.banner--style-3 .banner__heading strong {
  font-weight: 700;
}
.heading-1 i, .banner--style-1 .banner__heading i, .heading-1 em, .banner--style-1 .banner__heading em,
.heading-2 i,
.banner--style-2 .banner__heading i,
.heading-2 em,
.banner--style-2 .banner__heading em,
.heading-3 i,
.heading-3 em,
.heading-4 i,
.heading-4 em,
.heading-5 i,
.heading-5 em,
.heading-6 i,
.banner--style-3 .banner__heading i,
.heading-6 em,
.banner--style-3 .banner__heading em {
  font-style: italic;
}
.heading-1 .text-medium, .banner--style-1 .banner__heading .text-medium,
.heading-2 .text-medium,
.banner--style-2 .banner__heading .text-medium,
.heading-3 .text-medium,
.heading-4 .text-medium,
.heading-5 .text-medium,
.heading-6 .text-medium,
.banner--style-3 .banner__heading .text-medium {
  font-weight: 500;
}
.heading-1 span > img, .banner--style-1 .banner__heading span > img,
.heading-2 span > img,
.banner--style-2 .banner__heading span > img,
.heading-3 span > img,
.heading-4 span > img,
.heading-5 span > img,
.heading-6 span > img,
.banner--style-3 .banner__heading span > img {
  display: inline-block;
  height: 1em;
  margin-block: 0.1em;
  vertical-align: bottom;
  width: auto;
}

.heading-1, .banner--style-1 .banner__heading {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .heading-1, .banner--style-1 .banner__heading {
    font-size: 70px;
    line-height: 1.05;
  }
}

.heading-2, .banner--style-2 .banner__heading {
  font-size: 36px;
  line-height: 1.2;
}
.heading-2 b, .banner--style-2 .banner__heading b,
.heading-2 strong,
.banner--style-2 .banner__heading strong {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .heading-2, .banner--style-2 .banner__heading {
    font-size: 62px;
    line-height: 1.13;
  }
}

.heading-4 {
  font-size: 32px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .heading-4 {
    font-size: 54px;
  }
}

.heading-5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .heading-5 {
    font-size: 46px;
  }
}

.heading-6, .banner--style-3 .banner__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .heading-6, .banner--style-3 .banner__heading {
    font-size: 30px;
  }
}

.description {
  color: #373737;
  font-size: 16px;
  line-height: 1.4;
}
.description b,
.description strong {
  font-weight: 700;
}
.description p:not(:last-child) {
  margin-bottom: 1em;
}
.description em,
.description i {
  font-style: italic;
}
.description ul {
  list-style: disc;
}
.description ul li {
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.description ul li:last-child {
  margin-bottom: 0;
}

.pagination__list {
  display: flex;
  gap: 6px;
}
.pagination__link {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 32px;
  min-width: 32px;
  justify-content: center;
}
.pagination .pagination__item--disabled.pagination__item--number .pagination__link {
  background-color: #D41717;
  color: #fff;
}
.pagination .pagination__item--text .pagination__link {
  color: #D41717;
  gap: 6px;
  padding-inline: 12px;
}
.pagination .pagination__item--text.pagination__item--disabled .pagination__link {
  opacity: 0.5;
}
.pagination .pagination__text--ellipsis {
  color: #141414;
}

.splide .splide__pagination li button {
  border-radius: 4px;
  background-color: #C3C3C3;
  display: block;
  height: 8px;
  transition: width 0.3s;
  width: 8px;
}

.splide .splide__pagination li button.is-active {
  background-color: #D41717;
  width: 30px;
}

.splide .splide__pagination {
  display: flex;
  gap: 6px;
}

.splide .splide__pagination {
  inset: 0;
  padding: 0;
  position: relative;
}
.splide .splide__pagination li {
  display: block;
}
.splide .splide__pagination li button {
  margin: 0;
  opacity: 1;
}
.splide .splide__pagination li button.is-active {
  transform: none;
}

.category-tag {
  align-items: center;
  background-color: #D41717;
  border-radius: 15px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  padding-inline: 10px;
  white-space: nowrap;
}
.category-tag--yellow {
  background-color: #ffbf00;
  color: #141414;
}
.category-tag--turquoise {
  background-color: #01bcba;
  color: #141414;
}

@media (min-width: 1024px) {
  .category-tag {
    border-radius: 16px;
    font-size: 16px;
    height: 32px;
    padding-inline: 12px;
  }
}
.insights-filters__category, .white-tag {
  align-items: center;
  border: 1px solid #c3c3c3;
  border-radius: 19px;
  display: inline-flex;
  font-size: 16px;
  height: 38px;
  justify-content: center;
  padding-inline: 17px;
  white-space: nowrap;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text, .insights-filters__search, .input-textarea, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea, .input-text {
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid #C3C3C3;
  border-radius: 0;
  color: #373737;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  line-height: 54px;
  opacity: 0.7;
  padding-inline: 0;
  width: 100%;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder, .insights-filters__search::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  border-color: #D41717;
  color: #373737;
  opacity: 1;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .insights-filters__search::-moz-placeholder, .input-textarea::-moz-placeholder, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder, .input-text::-moz-placeholder {
  border-color: #D41717;
  color: #373737;
  opacity: 1;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder, .insights-filters__search:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  border-color: #D41717;
  color: #373737;
  opacity: 1;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder, .insights-filters__search::-ms-input-placeholder, .input-textarea::-ms-input-placeholder, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  border-color: #D41717;
  color: #373737;
  opacity: 1;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text:-moz-placeholder, .insights-filters__search:-moz-placeholder, .input-textarea:-moz-placeholder, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea:-moz-placeholder, .input-text:-moz-placeholder {
  border-color: #D41717;
  color: #373737;
  opacity: 1;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text::placeholder, .insights-filters__search::placeholder, .input-textarea::placeholder, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea::placeholder, .input-text::placeholder {
  border-color: #D41717;
  color: #373737;
  opacity: 1;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text:focus, .insights-filters__search:focus, .input-textarea:focus, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea:focus, .input-text:focus {
  border-color: #D41717;
  opacity: 1;
  outline: none;
}

.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea.wpcf7-not-valid, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text.wpcf7-not-valid {
  border-color: #A2224C;
}

.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 192px;
  padding-block: 9px;
}

.insights-filters__search {
  background-image: url("../images/icon-search.svg");
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-inline: 0 30px;
}

.text-editor {
  color: #333;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1.33;
}
.text-editor b,
.text-editor strong {
  font-weight: 700;
}
.text-editor i {
  font-style: italic;
}
.text-editor p {
  margin-bottom: 1.55em;
}
.text-editor a {
  color: #D41717;
  text-decoration: underline;
}
.text-editor a:hover {
  text-decoration: none;
}
.text-editor ul,
.text-editor ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.text-editor ul li,
.text-editor ol li {
  margin-bottom: 0.5em;
}
.text-editor ul li::marker,
.text-editor ol li::marker {
  color: #333;
}
.text-editor ul {
  list-style-type: disc;
}
.text-editor ol {
  list-style-type: decimal;
}
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  color: #000;
  font-family: "DM Sans", serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.text-editor h1 {
  font-size: 2.5em;
}
.text-editor h2 {
  font-size: 2em;
}
.text-editor h3 {
  font-size: 1.5em;
}
.text-editor h4 {
  font-size: 1.25em;
}
.text-editor h5 {
  font-size: 1.125em;
}
.text-editor h6 {
  font-size: 1em;
}
.text-editor blockquote {
  border-left: 4px solid #333;
  color: #666;
  font-style: italic;
  margin: 1em 0;
  padding: 0 0 0 1em;
}

.video-background__local {
  display: block;
  height: 100%;
  width: 100%;
}
.video-background__local-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mobile-menu {
  background-color: #D41717;
  background-image: url("../images/mobile-menu-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 390px auto;
  color: #fff;
  display: none;
  height: 0;
  left: 0;
  min-height: 100dvh;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-menu__top {
  align-items: center;
  border-bottom: 1px solid #E46A61;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  height: 75px;
  padding-inline: 24px;
}
.mobile-menu__logo {
  height: 24px;
}
.mobile-menu__close-icon {
  -webkit-tap-highlight-color: transparent;
  outline: 0px transparent !important;
  user-select: none;
  width: 35px;
}
.mobile-menu__close-icon:focus, .mobile-menu__close-icon:hover,
.mobile-menu__close-icon *,
.mobile-menu__close-icon *:focus,
.mobile-menu__close-icon *:hover {
  -webkit-tap-highlight-color: transparent;
  outline: 0px transparent !important;
  user-select: none;
  tap-highlight-color: transparent;
}
.mobile-menu__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 46px;
  padding: 39px 24px;
}
.mobile-menu .main-menu {
  flex-grow: 1;
  margin-bottom: 40px;
}
.mobile-menu .menu__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobile-menu .menu__link {
  font-size: 30px;
  letter-spacing: -1%;
  line-height: 1.1;
}
.mobile-menu .menu__link:hover {
  opacity: 0.8;
}
.mobile-menu .menu__item--active .menu__link {
  text-decoration: underline;
  text-underline-offset: 13px;
}
.mobile-menu__lang-menu {
  display: flex;
  flex-direction: row;
  gap: 22px;
}
.mobile-menu__lang-menu .lang-menu__link {
  font-size: 21px;
  font-weight: 500;
}
.mobile-menu__lang-menu .lang-menu__link:hover {
  opacity: 0.8;
}
.mobile-menu__lang-menu .lang-menu__item--active .lang-menu__link {
  color: #C3C3C3;
}
.mobile-menu__social-links .social-links__list {
  display: flex;
  flex-direction: row;
  gap: 26px;
}
.mobile-menu__social-links .social-links__link {
  font-size: 24px;
}
.mobile-menu__social-links .social-links__link:hover {
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .main-menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .main-menu .menu__list {
    display: flex;
    gap: 24px;
    justify-content: center;
  }
  .main-menu .menu__item {
    align-items: center;
    display: flex;
    gap: 8px;
  }
  .main-menu .menu__link {
    color: #414141;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 10px;
  }
  .main-menu .menu__link:hover {
    opacity: 0.8;
  }
  .main-menu .menu__item--active .menu__link {
    color: #D41717;
    font-weight: 500;
  }
}
.posts-item {
  width: 100%;
}
.posts-item__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.posts-item__image {
  aspect-ratio: 4/3;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  position: relative;
  transition: background-color 0.2s linear;
  z-index: 2;
  width: 100%;
}
.posts-item__image::after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s linear;
  top: 0;
  width: 100%;
  z-index: 1;
}
.posts-item__content {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.posts-item__heading {
  font-size: 20px;
  line-height: 1.3;
}
.posts-item__author {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -2%;
}
.posts-item:hover .posts-item__image::after {
  opacity: 0.6;
}

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 br,
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #01BCBA;
  color: #E9E8E5;
  display: block;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.1;
  padding: 20px;
  text-align: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-submit {
  display: none;
}
.wpcf7 .wpcf7-form p {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-form p .wpcf7-submit {
  transition: padding-right 0.3s;
}
.wpcf7 .wpcf7-form.submitting p .wpcf7-submit {
  background-image: url("../images/spinner.svg");
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  padding-right: 45px;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.insights-filters {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.insights-filters__categories {
  align-self: center;
  max-width: 100vw;
  width: 100vw;
}
.insights-filters__categories-inner {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-inline: 24px;
}
.insights-filters__category--active {
  border-color: #D41717;
}

@media (min-width: 1024px) {
  .insights-filters {
    gap: 48px;
  }
  .insights-filters__categories {
    max-width: 100%;
    width: 100%;
  }
  .insights-filters__categories-inner {
    flex-direction: column;
    gap: 20px;
    padding-inline: 0;
  }
  .insights-filters__category {
    height: 48px;
  }
}
.careers-item {
  border: 1px solid #c3c3c3;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 18px 16px;
}
.careers-item__top {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.careers-item__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.careers-item__arrow {
  display: none;
}
.careers-item__countries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.careers-item__excerpt {
  color: #373737;
  font-size: 16px;
  line-height: 1.3;
}
.careers-item__details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1023px) {
  .careers-item__title {
    color: #D41717;
    text-decoration: underline;
  }
  .careers-item__detail {
    font-size: 14px;
    height: 36px;
  }
}
@media (min-width: 1024px) {
  .careers-item {
    padding: 32px 28px;
    transition: background-color 0.3s, color 0.3s;
  }
  .careers-item__top {
    align-items: center;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  .careers-item__title {
    align-items: center;
    display: inline-flex;
    font-size: 30px;
    gap: 6px;
  }
  .careers-item__arrow {
    display: block;
    height: 22px;
    opacity: 0;
    width: auto;
  }
  .careers-item__excerpt {
    font-size: 18px;
  }
  .careers-item:hover {
    background-color: #D41717;
    border: 1px solid #D41717;
    color: #fff;
  }
  .careers-item:hover .careers-item__arrow {
    opacity: 1;
  }
  .careers-item:hover .careers-item__excerpt {
    color: #fff;
  }
  .careers-item:hover .careers-item__detail {
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.study-cases-item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.study-cases-item__shape, .study-cases-item__arrow-image {
  display: none;
}
.study-cases-item__image {
  display: block;
  height: 363px;
  object-fit: cover;
  width: 100%;
}
.study-cases-item__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.study-cases-item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.study-cases-item__excerpt {
  color: #373737;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .study-cases-item {
    height: 502px;
    overflow: hidden;
    position: relative;
  }
  .study-cases-item__image {
    filter: grayscale(0);
    height: 100%;
    transition: filter 0.6s;
  }
  .study-cases-item__front {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.6s;
    width: 100%;
  }
  .study-cases-item__shape {
    display: block;
    height: 207px;
    position: absolute;
    right: 0;
    top: 0;
    width: 305px;
  }
  .study-cases-item__shape::before {
    background-image: url("../images/study-cases-shape-1-1.svg");
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.6s;
    width: 100%;
  }
  .study-cases-item__shape::after {
    background-image: url("../images/study-cases-shape-1-2.svg");
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    transform-origin: top right;
    transition: transform 0.6s;
    top: 0;
    width: 100%;
  }
  .study-cases-item:nth-child(even) .study-cases-item__shape {
    height: 287px;
    left: 0;
    right: auto;
    width: 306px;
  }
  .study-cases-item:nth-child(even) .study-cases-item__shape::before {
    display: none;
  }
  .study-cases-item:nth-child(even) .study-cases-item__shape::after {
    background-image: url("../images/study-cases-shape-2.svg");
    transform: rotate(-90deg);
    transform-origin: top left;
  }
  .study-cases-item__front-content {
    align-items: end;
    bottom: 32px;
    display: flex;
    gap: 32px;
    left: 32px;
    position: absolute;
    width: calc(100% - 64px);
  }
  .study-cases-item__text {
    gap: 9px;
    transform: translateY(calc(100% + 32px));
    transition: transform 0.6s;
  }
  .study-cases-item__title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
  }
  .study-cases-item__excerpt {
    color: #fff;
    font-size: 18px;
  }
  .study-cases-item__arrow-image {
    display: block;
    height: 44px;
    width: auto;
  }
  .study-cases-item:hover .study-cases-item__front {
    opacity: 1;
  }
  .study-cases-item:hover .study-cases-item__image {
    filter: grayscale(1);
  }
  .study-cases-item:hover .study-cases-item__text {
    transform: translateY(0);
  }
  .study-cases-item:hover .study-cases-item__shape::before {
    transform: translateY(0);
  }
  .study-cases-item:hover .study-cases-item__shape::after {
    transform: rotate(0);
  }
}
.calculator-aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.calculator-aside__title {
  line-height: 1.11;
}
.calculator-aside__title br {
  display: none;
}
.calculator-aside__image {
  display: none;
}
.calculator-aside__error {
  min-height: 100px;
}
.calculator-aside__error-image-s {
  align-self: start;
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
}
.calculator-aside__error-image-l {
  display: none;
}

@media (min-width: 1024px) {
  .calculator-aside {
    align-items: start;
    gap: 26px;
    text-align: left;
    min-width: 360px;
  }
  .calculator-aside__title br {
    display: block;
  }
  .calculator-aside__image {
    display: block;
    height: 116px;
    margin-top: 36px;
  }
  .calculator-aside--error {
    align-items: center;
    height: auto;
  }
  .calculator-aside__error-image-s {
    display: none;
  }
  .calculator-aside__error-image-l {
    display: block;
    height: auto;
    max-width: 478px;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .calculator-aside__aside {
    min-width: 440px;
  }
}
.calculator-main-start__form {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.calculator-main-start__input-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.calculator-main-start__input-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.calculator-main-start__input-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.calculator-main-start__input-label span {
  color: #D41717;
}
.calculator-main-start__input-description {
  color: #373737;
  font-size: 14px;
  line-height: 1.4;
}
.calculator-main-start__input-text, .calculator-main-start__input-textarea {
  border: 1px solid #C3C3C3;
  border-radius: 6px;
  color: #020202;
  display: block;
  height: 50px;
  padding-inline: 16px;
}
.calculator-main-start__input-text::placeholder, .calculator-main-start__input-textarea::placeholder {
  color: #C3C3C3;
  opacity: 1;
}
.calculator-main-start__input-text.invalid, .calculator-main-start__input-textarea.invalid {
  border-color: #D41717;
}
.calculator-main-start__input-text.valid, .calculator-main-start__input-textarea.valid {
  border-color: #020202;
}
.calculator-main-start__input-textarea {
  height: 220px;
  line-height: 1.3;
  padding-block: 14px;
}
.calculator-main-start__disclaimer {
  color: #373737;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
}

.calculator-main-loading {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.calculator-main-loading__loading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.calculator-main-loading__loading-image {
  display: block;
  height: auto;
  width: 200px;
}
.calculator-main-loading__loading-text {
  color: #373737;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 4px;
  line-height: 1.34;
  text-align: center;
}
.calculator-main-loading__loading-text strong {
  color: #000;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .calculator-main-loading {
    margin-top: 50px;
  }
  .calculator-main-loading__loading {
    gap: 22px;
  }
  .calculator-main-loading__loading-image {
    display: block;
    height: auto;
    width: 262px;
  }
  .calculator-main-loading__loading-text {
    max-width: 332px;
  }
}
.calculator-main-error {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
}
.calculator-main-error__title {
  font-size: 28px;
  line-height: 1.3;
}
.calculator-main-error__title strong {
  font-weight: 600;
}
.calculator-main-error__text {
  color: #373737;
  font-size: 18px;
  line-height: 1.3;
}
.calculator-main-error__text p:not(:last-child) {
  margin-bottom: 12px;
}
.calculator-main-error hr {
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  width: 100%;
}
.calculator-main-error__schedule {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.calculator-main-error__schedule-title {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .calculator-main-error {
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .calculator-main-error__title {
    font-size: 32px;
    max-width: 480px;
  }
}
.calculator-results-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.calculator-results-main hr {
  border: 0;
  border-top: 1px solid #C3C3C3;
  margin: 0;
  width: 100%;
}
.calculator-results-main__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.calculator-results-main__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.calculator-results-main__block--1 {
  gap: 9px;
}
.calculator-results-main__block--2 {
  gap: 23px;
}
.calculator-results-main__id {
  color: #373737;
  font-size: 14px;
  text-align: center;
}
.calculator-results-main__total-cost {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calculator-results-main__total-cost-value {
  color: #373737;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -2%;
  line-height: 1.1;
}
.calculator-results-main__grid-2 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  width: 100%;
}
.calculator-results-main__col-2 {
  grid-column: span 1;
}
.calculator-results-main__box-item {
  align-items: center;
  background: #F1F1EF;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  gap: 10px;
  padding: 20px;
}
.calculator-results-main__box-item-title {
  color: #373737;
  font-size: 16px;
  line-height: 1;
}
.calculator-results-main__box-item-value {
  color: #373737;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.calculator-results-main__box-item-value img {
  display: inline-block;
}
.calculator-results-main__box-item-value-small {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.calculator-results-main__info {
  align-items: start;
  display: flex;
  font-size: 16px;
  gap: 10px;
  justify-self: center;
  line-height: 20px;
}
.calculator-results-main__accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.calculator-results-main__accordion-item {
  border: 1px solid #C3C3C3;
  border-radius: 6px;
  padding: 22px 18px;
  width: 100%;
}
.calculator-results-main__accordion-item-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
}
.calculator-results-main__accordion-item-title:hover {
  opacity: 0.8;
}
.calculator-results-main__accordion-item-container {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s, margin 0.3s;
}
.calculator-results-main__accordion-item-content {
  color: #373737;
  line-height: 1.3;
  overflow: hidden;
}
.calculator-results-main__accordion-item-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.calculator-results-main__accordion-item-content h4 span {
  font-weight: 400;
}
.calculator-results-main__accordion-item-content h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.calculator-results-main__accordion-item-content h5 span {
  font-weight: 400;
}
.calculator-results-main__accordion-item-content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  list-style: circle;
  margin-left: 16px;
  padding-left: 10px;
}
.calculator-results-main__accordion-item-content ul li strong {
  font-weight: 600;
}
.calculator-results-main .calculator-results-main__accordion-item-title img {
  transition: transform 0.3s;
}
.calculator-results-main__accordion-item--active .calculator-results-main__accordion-item-container {
  grid-template-rows: 1fr;
  margin-top: 20px;
}
.calculator-results-main__accordion-item--active .calculator-results-main__accordion-item-title img {
  transform: rotate(180deg);
}
.calculator-results-main__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.calculator-results-main__block-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -2%;
}
.calculator-results-main__schedule {
  background: #D41717;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 38px 29px;
  width: 100%;
}
.calculator-results-main__schedule-heading {
  display: flex;
  gap: 20px;
}
.calculator-results-main__schedule-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.calculator-results-main__schedule-img {
  display: block;
  height: 57px;
  width: auto;
}
.calculator-results-main__schedule-button {
  background-color: #fff;
  color: #141414;
  width: min-content;
}
.calculator-results-main__schedule-button:hover {
  background-color: #f5f5f5 !important;
}
.calculator-results-main__disclaimer {
  color: #373737;
  font-size: 14px;
  font-style: italic;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .calculator-results-main {
    gap: 41px;
  }
  .calculator-results-main__total-cost-value {
    font-size: 48px;
  }
  .calculator-results-main__grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .calculator-results-main__col-2 {
    grid-column: span 2;
  }
  .calculator-results-main__schedule {
    align-items: center;
    flex-direction: row;
    gap: 60px;
  }
  .calculator-results-main__schedule-heading {
    justify-content: start;
  }
}
.header {
  height: 75px;
}
.header__wrapper {
  background: #f1f1ef;
  border-bottom: 1px solid #c3c3c3;
  left: 0;
  height: inherit;
  position: static;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header__inner {
  align-items: center;
  display: grid;
  grid-template-areas: "logo menu-icon";
  grid-template-columns: minmax(0, 1fr) auto;
  height: inherit;
  padding-inline: 24px;
}
.header__logo {
  grid-area: logo;
  height: 34px;
}
.header__main-menu {
  display: none;
  grid-area: menu;
}
.header__lang-switcher {
  display: none;
  grid-area: lang;
}
.header__cta-buttons {
  display: none;
  grid-area: contact;
}
.header__menu-icon {
  -webkit-tap-highlight-color: transparent;
  outline: 0px transparent !important;
  user-select: none;
  grid-area: menu-icon;
  width: 35px;
}
.header__menu-icon:focus, .header__menu-icon:hover,
.header__menu-icon *,
.header__menu-icon *:focus,
.header__menu-icon *:hover {
  -webkit-tap-highlight-color: transparent;
  outline: 0px transparent !important;
  user-select: none;
  tap-highlight-color: transparent;
}

@media (min-width: 1024px) {
  .header {
    height: 96px;
  }
  .header__inner {
    border: 0;
    gap: 18px;
    grid-template-areas: "logo menu lang cta-buttons";
    grid-template-columns: auto 1fr auto auto;
    margin: 0 auto;
    padding-inline: 0;
    width: 960px;
  }
  .header__logo {
    height: 41px;
  }
  .header__main-menu {
    display: block;
    grid-area: menu;
  }
  .header__lang-switcher {
    display: block;
    grid-area: lang;
  }
  .header__cta-buttons {
    align-items: center;
    display: flex;
    gap: 15px;
    grid-area: cta-buttons;
  }
  .header .mobile-menu, .header__menu-icon {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .header__inner {
    width: 1280px;
  }
}
.footer {
  background-color: #D41717;
  padding-block: 52px;
}
.footer__inner {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-areas: "logo" "menu" "menu-2" "copyright";
  grid-template-columns: minmax(0, 1fr);
}
.footer__logo {
  grid-area: logo;
  height: 50px;
  margin-bottom: 32px;
}
.footer .footer__menu {
  grid-area: menu;
}
.footer .footer__menu .menu__list {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.footer .footer__menu .menu__link {
  color: #fff;
  font-size: 18px;
}
.footer .footer__menu .menu__link:hover {
  opacity: 0.8;
}
.footer .footer__menu-2 {
  grid-area: menu-2;
}
.footer .footer__menu-2 .menu__list {
  display: flex;
  gap: 10px 38px;
  flex-wrap: wrap;
}
.footer .footer__menu-2 .menu__link {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.footer .footer__menu-2 .menu__link:hover {
  opacity: 0.8;
}
.footer__copyright {
  color: #fff;
  font-size: 14px;
  grid-area: copyright;
}

@media (min-width: 640px) {
  .footer__inner {
    gap: 70px 20px;
    grid-template-areas: "logo logo" "menu menu" "copyright menu-2";
    grid-template-columns: auto auto;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__menu-2 {
    justify-self: end;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-block: 40px 30px;
  }
  .footer__inner {
    gap: 70px 20px;
    grid-template-areas: "logo menu" "copyright menu-2";
  }
  .footer__logo {
    height: 45px;
  }
  .footer__menu {
    justify-self: end;
  }
  .footer__menu-2 {
    justify-self: end;
  }
}
.home-cover-3 {
  overflow: hidden;
}
.home-cover-3__inner {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
  height: 100dvh;
}
.home-cover-3__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 380px;
  padding-top: 48px;
}
.home-cover-3__text-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-cover-3__button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-cover-3__media-wrapper {
  position: relative;
}
.home-cover-3__media-inner {
  left: -24px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 2;
}
.home-cover-3__media-item {
  clip-path: polygon(100% 120px, 100% 100%, 0 100%, 0 120px, 50% 0);
  height: calc(100vh + 120px);
  width: 100vw;
}
.home-cover-3__image {
  display: block;
  height: calc(100vh + 120px);
  object-fit: cover;
  top: 0;
  width: 100vw;
}

@media (min-width: 640px) {
  .home-cover-3__media-inner {
    left: -40px;
  }
}
@media (min-width: 1024px) {
  .home-cover-3__inner {
    align-items: center;
    grid-template-columns: 6fr 4fr;
    grid-template-rows: auto;
  }
  .home-cover-3__content {
    gap: 118px;
    max-width: none;
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .home-cover-3__text-content {
    max-width: 410px;
  }
  .home-cover-3__button-wrapper {
    flex-direction: row;
    gap: 15px;
  }
  .home-cover-3__media-wrapper {
    height: 100%;
  }
  .home-cover-3__media-inner {
    left: 0;
  }
  .home-cover-3__media-item {
    clip-path: polygon(3000px 0, 3000px 100%, 260px 100%, 0 50%, 260px 0);
    height: calc(100vh + 260px);
    width: calc(100dvw + 260px);
    z-index: 2;
  }
  .home-cover-3__image {
    clip-path: polygon(3000px 0, 3000px 100%, 260px 100%, 0 50%, 260px 0);
    height: 100vh;
    object-fit: cover;
    min-width: calc(100dvw + 260px);
    width: calc(100dvw + 260px);
    z-index: 2;
  }
}
.text-highlight {
  padding-block: 75px;
}
.text-highlight__heading {
  display: block;
  font-kerning: none;
  text-wrap: auto;
}
.text-highlight__heading br {
  display: none;
}
.text-highlight__line {
  position: relative;
}
.text-highlight__line-mask {
  background: rgba(241, 241, 239, 0.54);
  background: rgba(241, 241, 239, 0.74);
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 640px) {
  .text-highlight {
    padding-block: 196px;
  }
  .text-highlight__heading br {
    display: inline;
  }
}
.marquee {
  align-items: center;
  border-block: 1px solid #c3c3c3;
  display: flex;
  font-size: 10px;
  height: 42px;
  line-height: 1;
  overflow: hidden;
}
.marquee__wrapper, .marquee__content {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: fit-content;
  will-change: transform;
}
.marquee__item {
  color: #6C6C6C;
  text-transform: uppercase;
  margin-right: 1.25em;
  white-space: nowrap;
}
.marquee span {
  display: block;
}
.marquee img {
  display: block;
  height: 1.5em;
  width: auto;
}
.marquee--large {
  border: 0;
  font-size: 80px;
  height: 80px;
  margin-block: 65px 50px;
}
.marquee--large .marquee__item {
  color: #141414;
  font-weight: 500;
  margin-right: 20px;
  text-transform: none;
}
.marquee--large img {
  height: 0.7em;
}

@media (min-width: 1024px) {
  .marquee {
    font-size: 14px;
    height: 54px;
  }
  .marquee--large {
    font-size: 160px;
    height: 160px;
    margin-block: 180px 90px;
  }
  .marquee--large img {
    height: 0.55em;
  }
}
.text-scroll-animation__container {
  font-size: 90px;
  height: 90px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.text-scroll-animation__content {
  align-items: center;
  display: flex;
  gap: 0.3em;
  flex-wrap: nowrap;
  padding-inline: 24px;
  transform: translate(0, 0);
  width: fit-content;
}
.text-scroll-animation__content span {
  white-space: nowrap;
}
.text-scroll-animation__content img {
  display: block;
  height: 1em;
  width: auto;
}
.text-scroll-animation__mask {
  background: rgba(241, 241, 239, 0.44);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .text-scroll-animation__container {
    font-size: 245px;
    height: 245px;
  }
}
@media (min-width: 1920px) {
  .text-scroll-animation__container {
    font-size: 400px;
    height: 400px;
  }
}
.case-study-slider {
  margin-block: 90px;
}
.case-study-slider__pin-content {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.case-study-slider__normal-slides {
  position: relative;
  z-index: 2;
}
.case-study-slider__slides {
  height: 100vh;
  min-height: 100vh;
  position: relative;
}
.case-study-slider__slide {
  height: inherit;
  min-height: inherit;
  left: 0;
  opacity: 1;
  position: absolute;
  overflow: hidden;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.case-study-slider__slide:first-child {
  opacity: 1;
  top: 0;
}
.case-study-slider__slide-inner {
  color: #fff;
  display: flex;
  height: inherit;
  min-height: inherit;
  flex-direction: column;
  padding-block: 42px;
  position: relative;
}
.case-study-slider__images {
  align-items: center;
  display: flex;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.case-study-slider__images-inner {
  display: grid;
  gap: 0 10px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 320px;
  position: relative;
  width: 100%;
}
.case-study-slider__image {
  display: block;
  left: auto !important;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  position: relative;
  transform: translateY(calc(640px + (100vh - 640px) / 2));
  width: 100% !important;
}
.case-study-slider__image--1 {
  z-index: 3;
}
.case-study-slider__image--2 {
  z-index: 1;
}
.case-study-slider__image--3 {
  z-index: 1;
}
.case-study-slider__image--4 {
  z-index: 1;
}
.case-study-slider__image--5 {
  z-index: 1;
}
.case-study-slider__tag {
  letter-spacing: -2%;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.case-study-slider__tag b {
  font-weight: 700;
}
.case-study-slider__tag i {
  font-style: italic;
}
.case-study-slider__main-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.case-study-slider__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
.case-study-slider__quote {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}
.case-study-slider__quote-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1%;
  font-style: italic;
}
.case-study-slider__quote-author {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1%;
}
.case-study-slider__kpi {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.case-study-slider__kpi-number {
  font-size: 38px;
  font-weight: 600;
}
.case-study-slider__kpi-text {
  font-size: 14px;
  font-weight: 400;
}
.case-study-slider__link {
  position: relative;
  z-index: 2;
}
.case-study-slider__link .button {
  width: fit-content;
}
.case-study-slider__final-slide {
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}
.case-study-slider__final-slide .button {
  width: fit-content;
}
.case-study-slider__final-slide-inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  height: 100%;
  padding-block: 0 20px;
}
.case-study-slider__final-slide-heading {
  font-size: 48px;
  line-height: 1.2;
}
.case-study-slider__final-slide-heading b,
.case-study-slider__final-slide-heading strong {
  font-weight: 500;
}
.case-study-slider__dots {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 9;
}
.case-study-slider__dots-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.case-study-slider__dots-item {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  cursor: pointer;
  height: 8px;
  transition: background-color 0.3s, height 0.3s;
  width: 8px;
}
.case-study-slider__dots-item--active {
  background-color: #fff;
  height: 26px;
}

@media (max-width: 1023px) {
  .case-study-slider__images {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .case-study-slider {
    margin-block: 150px;
  }
  .case-study-slider__slide-inner {
    display: grid;
    grid-template-areas: "tag tag" "main kpi" "link kpi";
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr) auto;
    padding-block: 80px 140px;
  }
  .case-study-slider__images-inner {
    height: 640px;
  }
  .case-study-slider__tag {
    grid-area: tag;
    margin-bottom: 0;
  }
  .case-study-slider__main-content {
    gap: 65px;
    grid-area: main;
    margin-bottom: 0;
  }
  .case-study-slider__title {
    font-size: 124px;
  }
  .case-study-slider__quote {
    gap: 28px;
    margin-bottom: 28px;
    max-width: 490px;
  }
  .case-study-slider__quote-text {
    font-size: 20px;
  }
  .case-study-slider__quote-author {
    font-size: 20px;
  }
  .case-study-slider__kpi {
    align-self: center;
    gap: 30px;
    grid-area: kpi;
    margin-bottom: 0;
  }
  .case-study-slider__kpi-number {
    font-size: 110px;
  }
  .case-study-slider__kpi-text {
    font-size: 20px;
  }
  .case-study-slider__link {
    max-width: 490px;
  }
  .case-study-slider__final-slide-inner {
    gap: 45px;
  }
  .case-study-slider__final-slide-heading {
    font-size: 92px;
    line-height: 0.9;
  }
  .case-study-slider__dots {
    display: block;
  }
}
.accordion {
  margin-block: 70px;
}
.accordion__inner {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.accordion__items {
  align-self: center;
  border-top: 1px solid #c3c3c3;
  width: 100vw;
}
.accordion__item {
  border-bottom: 1px solid #c3c3c3;
  display: block;
  overflow: hidden;
  padding: 24px;
  transition: background-color 0.3s, color 0.3s;
}
.accordion__item:nth-child(3n-2) {
  --color: #D41717;
  --color-hover: #fff ;
}
.accordion__item:nth-child(3n-1) {
  --color: #FFBF00;
  --color-hover: #000;
}
.accordion__item:nth-child(3n-0) {
  --color: #00C7C5;
  --color-hover: #000;
}
.accordion__item-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.accordion__item-subtitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  transition: font-size 0.3s;
}
.accordion__item-subtitle b,
.accordion__item-subtitle strong {
  font-weight: 700;
}
.accordion__item-link {
  color: var(--color);
  cursor: pointer;
  font-size: 21px;
  font-weight: 500;
  transition: color 0.3s;
}
.accordion__item-bottom {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}
.accordion__item-bottom-inner {
  overflow: hidden;
}
.accordion__item-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-block: 10px 26px;
}
.accordion__item-title--top {
  display: none;
}
.accordion__item-description {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.accordion__item-images {
  display: block;
  height: 40px;
  position: relative;
  width: auto;
}
.accordion__item-images img {
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s opacity;
  width: auto;
}
.accordion__item-image {
  opacity: 1;
}
.accordion__item-image-hover {
  opacity: 0;
}
.accordion__item--active {
  background-color: var(--color);
  color: var(--color-hover);
}
.accordion__item--active .accordion__item-subtitle {
  font-size: 21px;
}
.accordion__item--active .accordion__item-link {
  color: var(--color-hover);
}
.accordion__item--active .accordion__item-bottom {
  grid-template-rows: 1fr;
}
.accordion__item--active .accordion__item-image {
  opacity: 0;
}
.accordion__item--active .accordion__item-image-hover {
  opacity: 1;
}
.accordion__button-wrapper {
  margin-bottom: 20px;
  text-align: left;
}
.accordion__button-wrapper .button-link {
  color: inherit;
}

@media (min-width: 640px) {
  .accordion__item {
    padding: 24px 40px;
  }
}
@media (min-width: 1024px) {
  .accordion {
    margin-block: 145px;
  }
  .accordion__inner {
    gap: 52px;
  }
  .accordion__items {
    width: calc(100% + 54px);
  }
  .accordion__item {
    padding: 38px 27px;
    position: relative;
  }
  .accordion__item-top {
    align-items: start;
    gap: 12px;
    flex-direction: column;
    justify-content: start;
    margin: 0;
    transition: gap 0.3s;
  }
  .accordion__item-link {
    display: none;
  }
  .accordion__item-subtitle {
    font-size: 46px;
  }
  .accordion__item-title {
    font-size: 32px;
    margin: 0;
    transition: font-size 0.3s;
  }
  .accordion__item-title--top {
    display: block;
  }
  .accordion__item-title--bottom {
    display: none;
  }
  .accordion__item-bottom {
    margin-top: 35px;
  }
  .accordion__item-description {
    font-size: 18px;
    width: 630px;
  }
  .accordion__item-images {
    background-color: aquamarine;
    height: 5px;
    pointer-events: none;
    position: absolute;
    right: 27px;
    top: 50%;
    translate: 0 -50%;
    transition: top 0.3s, translate 0.3s;
    max-width: 5px;
  }
  .accordion__item-images img {
    height: auto;
    left: initial;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    transition: translate 0.3s, top 0.3s, scale 0.3s;
    width: 85px;
  }
  .accordion__item--active .accordion__item-top {
    gap: 0;
  }
  .accordion__item--active .accordion__item-subtitle {
    font-size: 28px;
  }
  .accordion__item--active .accordion__item-title {
    font-size: 60px;
  }
  .accordion__item--active .accordion__item-bottom {
    grid-template-rows: 1fr;
  }
  .accordion__item--active .accordion__item-images {
    translate: 0 0;
    top: 100%;
  }
  .accordion__item--active .accordion__item-images img {
    translate: 0 -90%;
    scale: 3.5;
    transform-origin: right bottom;
  }
  .accordion__item--active .accordion__item-image {
    opacity: 0;
  }
  .accordion__item--active .accordion__item-image-hover {
    opacity: 1;
  }
}
.testimonials {
  margin-block: 50px;
}
.testimonials__inner {
  gap: 26px;
}
.testimonials__items {
  align-self: center;
  display: flex;
  justify-content: center;
  width: 100vw;
}
.testimonials__carousel {
  width: 100%;
}
.testimonials__item {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.testimonials__item-top {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.testimonials__item-logo {
  display: block;
  height: 40px;
  width: auto;
}
.testimonials__item-text {
  color: #373737;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.testimonials__item-text b,
.testimonials__item-text strong {
  font-weight: 700;
}
.testimonials__item-author {
  font-style: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.testimonials__arrows {
  display: none;
}
.testimonials .splide__pagination {
  margin-top: 28px;
}

@media (min-width: 1024px) {
  .testimonials {
    margin-block: 160px;
  }
  .testimonials__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonials__items {
    display: flex;
    flex-direction: column;
    margin-inline: 0;
    gap: 20px;
    width: 100%;
  }
  .testimonials__item-logo {
    height: 58px;
  }
  .testimonials__item-text {
    font-size: 24px;
    line-height: 1.45;
  }
  .testimonials__item-author {
    font-size: 20px;
  }
  .testimonials__arrows {
    display: flex;
    gap: 18px;
  }
  .testimonials__arrow img {
    display: block;
    height: 30px;
    width: auto;
  }
  .testimonials__arrow:hover {
    opacity: 0.7;
  }
  .testimonials .splide__pagination {
    display: none;
  }
  .testimonials .splide__track {
    margin-inline: 0;
  }
}
.posts-last {
  margin-block: 70px;
}
.posts-last__inner {
  gap: 32px;
}
.posts-last__top {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
}
.posts-last__link {
  color: #D41717;
}
.posts-last__items {
  align-self: center;
  width: 100vw;
}
.posts-last .splide__pagination {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .posts-last__inner {
    gap: 68px;
  }
  .posts-last__items {
    width: 100%;
  }
  .posts-last .splide__list {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
  }
  .posts-last .splide__slide {
    flex-basis: auto;
    visibility: visible;
    transition: flex-basis 0.2s;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 1366px) {
  .posts-last {
    margin-block: 160px;
  }
}
.posts-last.posts-last--related {
  margin-block: 60px 80px;
}

@media (min-width: 1024px) {
  .posts-last.posts-last--related {
    margin-block: 100px 180px;
  }
}
.careers-last {
  margin-block: 60px;
}
.careers-last__inner {
  gap: 32px;
}
.careers-last__text-content {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.careers-last__text-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.careers-last__description {
  color: #373737;
  font-size: 16px;
  line-height: 1.4;
}
.careers-last__items-title {
  display: none;
}
.careers-last__list {
  border-top: 1px solid #c3c3c3;
}
.careers-last__item {
  align-items: start;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-block: 22px;
  position: relative;
}
.careers-last__item-title {
  font-size: 21px;
  font-weight: 500;
}
.careers-last__item-arrow {
  color: #D41717;
  font-size: 21px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .careers-last__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 118px;
  }
  .careers-last__text-content {
    gap: 28px;
  }
  .careers-last__text-content-bottom {
    gap: 28px;
  }
  .careers-last__description {
    font-size: 20px;
  }
  .careers-last__items {
    padding-block: 28px;
  }
  .careers-last__list {
    border: 0;
  }
  .careers-last__items-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
  }
  .careers-last__item {
    align-items: center;
    flex-direction: row;
    gap: 16px;
    padding-block: 32px;
  }
  .careers-last__item-title {
    font-size: 24px;
    transition: color 0.3s;
  }
  .careers-last__item-arrow {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .careers-last__item:hover .careers-last__item-title {
    color: #D41717;
  }
  .careers-last__item:hover .careers-last__item-arrow {
    opacity: 1;
  }
}
.contact-footer {
  background-color: #e9e8e5;
  padding-block: 42px;
}
.contact-footer__inner {
  display: grid;
  grid-template-areas: "heading" "image" "form" "ds";
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
}
.contact-footer__heading {
  font-size: 60px;
  grid-area: heading;
}
.contact-footer__heading b,
.contact-footer__heading strong {
  font-weight: 700;
}
.contact-footer__image {
  display: block;
  height: 80px;
  grid-area: image;
  width: auto;
}
.contact-footer__form {
  grid-area: form;
}
.contact-footer__description-social {
  grid-area: ds;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contact-footer__description {
  color: #373737;
  font-size: 18px;
  line-height: 1.3;
}
.contact-footer__description b,
.contact-footer__description strong {
  font-weight: 700;
}
.contact-footer__social {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-footer__social-title {
  font-size: 18px;
}
.contact-footer .social-links__list {
  display: flex;
  gap: 33px;
}
.contact-footer .social-links__link {
  color: #01bcba;
  font-size: 34px;
}
.contact-footer .social-links__link:hover {
  opacity: 0.7;
}
.contact-footer--white {
  background: #f1f1ef;
}
.contact-footer__button {
  margin-top: 22px;
}

@media (min-width: 1024px) {
  .contact-footer {
    padding-block: 102px 96px;
  }
  .contact-footer__inner {
    gap: 80px 240px;
    grid-template-areas: "heading image" "ds form";
    grid-template-columns: 460px minmax(0, 1fr);
  }
  .contact-footer__heading {
    font-size: 110px;
  }
  .contact-footer__image {
    height: 152px;
  }
  .contact-footer__description-social {
    gap: 80px;
  }
}
.page-cover {
  margin-block: 40px 80px;
}
.page-cover__inner {
  gap: 30px;
}
.page-cover__description {
  color: #373737;
  font-size: 16px;
  line-height: 1.4;
  max-width: 360px;
}

@media (max-width: 1023px) {
  .page-cover:has(+ .text-image) .page-cover__inner {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 55px;
  }
  .page-cover:has(.page-cover__button) .page-cover__inner {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .page-cover {
    margin-block: 74px;
  }
  .page-cover__inner {
    align-items: center;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) 410px;
    min-height: 340px;
  }
  .page-cover__description {
    align-self: end;
    font-size: 18px;
    max-width: 100%;
  }
  .page-cover:has(+ .text-image) {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 100px;
  }
  .page-cover:has(.page-cover__button) .page-cover__inner {
    grid-template-rows: auto auto;
  }
  .page-cover:has(.page-cover__button) .page-cover__heading {
    align-self: end;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .page-cover:has(.page-cover__button) .page-cover__button {
    align-self: start;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .page-cover:has(.page-cover__button) .page-cover__description {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 1366px) {
  .page-cover__inner {
    grid-template-columns: 7fr 2fr 3fr;
  }
  .page-cover__heading {
    grid-column: 1/2;
  }
  .page-cover__description {
    grid-column: 3/4;
  }
  .page-cover:has(.page-cover__button) .page-cover__description {
    grid-column: 3/4;
  }
}
.services-slider {
  background-color: #D41717;
  color: #fff;
}
.services-slider__images {
  display: none;
}
.services-slider__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 60px;
}
.services-slider__subtitle {
  display: none;
}
.services-slider__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.16;
  padding-bottom: 20px;
}
.services-slider__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.services-slider__description b,
.services-slider__description strong {
  font-weight: 700;
}
.services-slider__description p {
  margin-bottom: 20px;
}
.services-slider__description p:last-child {
  margin-bottom: 0;
}
.services-slider__buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1024px) {
  .services-slider {
    overflow-x: clip;
  }
  .services-slider__inner {
    display: grid;
    gap: 100px;
    grid-template-columns: 525px minmax(0, 1fr);
  }
  .services-slider__item {
    min-height: 100vh;
    justify-content: center;
  }
  .services-slider__subtitle {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .services-slider__title {
    font-size: 46px;
    font-weight: 500;
  }
  .services-slider__buttons-wrapper {
    flex-direction: row;
    gap: 16px;
  }
  .services-slider__pin {
    align-items: center;
    display: flex;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 50%;
  }
  .services-slider__images {
    display: block;
    height: 10px;
    width: 10px;
  }
  .services-slider__image {
    display: block;
    height: 880px;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2;
    width: auto;
  }
  .services-slider__image--0 {
    opacity: 1;
    z-index: 1;
  }
  .services-slider__image--visible {
    opacity: 1;
  }
}
@media (min-width: 1920px) {
  .services-slider__inner {
    gap: 250px;
    grid-template-columns: 640px 1fr;
  }
  .services-slider__title {
    font-size: 62px;
  }
}
@media (min-width: 1920px) {
  .services-slider__inner {
    grid-template-columns: 640px 1fr;
  }
  .services-slider__title {
    font-size: 62px;
  }
}
.text-image {
  background-color: var(--bg-color, #fff);
  color: var(--text-color, #141414);
}
.text-image--margin {
  margin-block: 38px;
}
.text-image--padding {
  padding-block: 38px;
}
.text-image--custom .text-image__description {
  color: inherit;
}
.text-image__inner {
  gap: 20px;
}
.text-image__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.text-image__heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-wrap: balance;
}
.text-image__heading b,
.text-image__heading strong {
  font-weight: 700;
}
.text-image__description {
  color: #373737;
  font-size: 14px;
  line-height: 140%;
}
.text-image__description p {
  margin-bottom: 1em;
}
.text-image__description p:last-child {
  margin-bottom: 0;
}
.text-image__description b,
.text-image__description strong {
  font-weight: 700;
}
.text-image__description i,
.text-image__description em {
  font-style: italic;
}
.text-image__right {
  display: flex;
  justify-content: center;
}
.text-image__image {
  display: block;
  height: auto;
  filter: grayscale(100%);
  object-fit: cover;
  max-width: 100%;
  transition: filter 2s;
}
.text-image--shape-1 .text-image__image-wrapper, .text-image--shape-2 .text-image__image-wrapper, .text-image--shape-3 .text-image__image-wrapper {
  height: auto;
  width: 100%;
}
.text-image--shape-1 .text-image__image, .text-image--shape-2 .text-image__image, .text-image--shape-3 .text-image__image {
  display: block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.text-image--shape-1 .text-image__image-wrapper {
  aspect-ratio: 156/150;
}
.text-image--shape-1 .text-image__image {
  mask-image: url("../images/shape-mask-1.svg");
  -webkit-mask-image: url("../images/shape-mask-1.svg");
}
.text-image--shape-2 .text-image__image-wrapper {
  aspect-ratio: 115/150;
}
.text-image--shape-2 .text-image__image {
  mask-image: url("../images/shape-mask-2.svg");
  -webkit-mask-image: url("../images/shape-mask-2.svg");
}
.text-image--shape-3 .text-image__image-wrapper {
  aspect-ratio: 565/531;
}
.text-image--shape-3 .text-image__image {
  mask-image: url("../images/shape-mask-3.svg");
  -webkit-mask-image: url("../images/shape-mask-3.svg");
}
.text-image--active .text-image__image {
  filter: grayscale(0%);
}
.text-image--large .text-image__left {
  gap: 22px;
}
.text-image--large .text-image__heading {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 22px;
}

@media (min-width: 1024px) {
  .text-image--margin {
    margin-block: 70px;
  }
  .text-image--padding {
    padding-block: 70px;
  }
  .text-image__inner {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .text-image__left {
    gap: 20px;
  }
  .text-image__heading {
    font-size: 46px;
  }
  .text-image__description {
    font-size: 18px;
  }
  .text-image__image-wrapper {
    max-width: 100%;
  }
  .text-image--right .text-image__left {
    order: 2;
  }
  .text-image--right .text-image__right {
    order: 1;
  }
  .text-image--large .text-image__left {
    gap: 33px;
  }
  .text-image--large .text-image__heading {
    font-size: 62px;
    line-height: 1.13;
    padding-bottom: 33px;
  }
}
.tags-carousel__inner {
  gap: 20px;
}
.tags-carousel__tags {
  align-self: center;
  width: 100vw;
}
.tags-carousel__title {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .tags-carousel__inner {
    gap: 24px;
  }
  .tags-carousel__tags {
    width: 100%;
  }
  .tags-carousel .splide {
    visibility: visible;
  }
  .tags-carousel .splide__list {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.brands-carousel {
  overflow: clip;
  margin-block: 90px;
}
.brands-carousel__inner {
  gap: 30px;
}
.brands-carousel__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.brands-carousel__subtitle {
  color: #D41717;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.brands-carousel__heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
.brands-carousel__brands {
  align-self: center;
  max-width: 100vw;
  width: 100vw;
}
.brands-carousel__brand {
  height: 100px;
}
.brands-carousel--layout-2 {
  margin-block: 56px;
}
.brands-carousel--layout-2 .brands-carousel__brand {
  height: 56px;
}
.brands-carousel--layout-1 .brands-carousel__marquee {
  margin-top: 40px;
}
.brands-carousel__marquee-content {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: fit-content;
  will-change: transform;
}
.brands-carousel__marquee-item {
  margin-right: 30px;
}

@media (max-width: 1023px) {
  .page-cover:has(+ .brands-carousel) {
    margin-block-end: 0;
  }
}
@media (min-width: 1024px) {
  .brands-carousel {
    margin-block: 220px 170px;
  }
  .brands-carousel__inner {
    gap: 110px;
  }
  .brands-carousel__text-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
  .brands-carousel__subtitle {
    font-size: 18px;
  }
  .brands-carousel__heading {
    font-size: 40px;
    line-height: 1.2;
  }
  .brands-carousel__brand {
    height: 110px;
  }
  .brands-carousel--layout-2 {
    border-top: 1px solid #c3c3c3;
    margin-block: 0 40px;
    padding: 40px;
  }
  .brands-carousel--layout-2 .brands-carousel__brand {
    height: 70px;
  }
  .brands-carousel--layout-1 .brands-carousel__marquee {
    margin-top: 120px;
  }
  .brands-carousel__marquee-item {
    margin-right: 50px;
  }
}
.insights-cover {
  margin-block: 38px 46px;
}
.insights-cover__inner {
  gap: 30px;
}
.insights-cover__description {
  color: #373737;
  font-size: 16px;
  line-height: 1.4;
  max-width: 300px;
}
.insights-cover__description b,
.insights-cover__description strong {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .insights-cover {
    margin-block: 130px 100px;
  }
  .insights-cover__inner {
    align-items: end;
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  }
  .insights-cover__heading {
    padding-bottom: 50px;
  }
  .insights-cover__description {
    font-size: 18px;
    max-width: 100%;
  }
}
.insights {
  margin-block: 46px 80px;
}
.insights__inner {
  display: grid;
  gap: 42px;
  grid-template-areas: "filters" "content";
  grid-template-columns: minmax(0, 1fr);
}
.insights__filters {
  grid-area: filters;
}
.insights__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  grid-area: content;
  opacity: 0;
  position: relative;
  transition: 0.3s opacity, 0.3s grid-template-rows;
  z-index: 2;
}
.insights__content--active {
  opacity: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr;
}
.insights__content-inner {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.insights__list {
  display: grid;
  gap: 50px 20px;
  grid-template-columns: minmax(0, 1fr);
  transition-property: opacity, display;
  transition-duration: 0.3s;
}
.insights__pagination-wrapper {
  justify-self: center;
}
.insights__no-results {
  font-size: 18px;
  font-weight: 500;
  grid-area: content;
  margin-block: 20px;
  opacity: 0;
  transition: 0.3s opacity;
  text-align: center;
}
.insights__no-results--active {
  opacity: 1;
}
.insights__loader {
  grid-area: content;
  margin-block: 50px;
  opacity: 0;
  transition: 0.3s opacity;
  text-align: center;
}
.insights__loader--active {
  opacity: 1;
}
.insights__loader-image {
  display: inline-block;
  height: 60px;
  width: auto;
}

@media (min-width: 1024px) {
  .insights {
    margin-block: 100px;
  }
  .insights__inner {
    display: grid;
    gap: 50px 20px;
    grid-template-areas: "filters content";
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  }
  .insights__filters {
    max-width: 378px;
  }
  .insights__sticky {
    position: sticky;
    top: 24px;
  }
  .insights__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.posts-single__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-block: 30px 50px;
}
.posts-single__categories {
  display: flex;
  gap: 10px;
}
.posts-single__heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.posts-single__meta {
  align-items: center;
  display: flex;
  gap: 10px;
}
.posts-single__meta::after {
  content: "";
  background-color: #D8D8D8;
  display: block;
  height: 14px;
  order: 2;
  width: 1px;
}
.posts-single__author {
  align-items: center;
  display: flex;
  gap: 8px;
  order: 1;
}
.posts-single__author-image {
  border-radius: 50%;
  display: block;
  height: 27px;
  object-fit: cover;
  width: 27px;
}
.posts-single__author-name {
  font-size: 14px;
}
.posts-single__date {
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 14px;
  order: 3;
}
.posts-single__date i {
  color: #D41717;
  font-size: 18px;
}
.posts-single__thumbnail-image {
  display: block;
  height: auto;
  width: 100%;
}
.posts-single__content blockquote {
  max-width: 100%;
  overflow-x: auto;
}
.posts-single__content pre {
  max-width: 100%;
}
.posts-single__content img {
  height: auto;
  max-width: 100%;
}
.posts-single__content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
.posts-single__content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
.posts-single__content img.aligncenter {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  max-width: 100%;
  width: 100%;
}
.posts-single__social-share {
  border-top: 1px solid #c3c3c3;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 50px;
  padding-top: 27px;
  text-align: center;
}
.posts-single__social-share-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
.posts-single .addtoany_list {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.posts-single .addtoany_list a {
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  display: flex;
  height: 56px;
  justify-content: center;
  padding: 0;
  width: 56px;
}
.posts-single .addtoany_list a img {
  display: block;
  height: 24px;
  width: auto;
}
.posts-single .addtoany_list a:hover {
  border-color: #D41717;
}

@media (min-width: 1024px) {
  .posts-single__inner {
    width: 920px;
  }
  .posts-single__top {
    gap: 28px;
    margin-block: 64px;
  }
  .posts-single__categories, .posts-single__heading, .posts-single__meta {
    max-width: 770px;
  }
  .posts-single__heading {
    font-size: 48px;
  }
  .posts-single__meta {
    gap: 20px;
  }
  .posts-single__meta::after {
    height: 20px;
  }
  .posts-single__author-image {
    height: 30px;
    width: 30px;
  }
  .posts-single__author-name {
    font-size: 16px;
  }
  .posts-single__date {
    font-size: 16px;
  }
  .posts-single__date i {
    font-size: 20px;
  }
  .posts-single__thumbnail-image {
    height: auto;
  }
  .posts-single__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 770px;
  }
  .posts-single__social-share {
    gap: 33px;
    margin-top: 100px;
    padding-top: 70px;
  }
  .posts-single__social-share-title {
    font-size: 40px;
  }
}
.careers {
  margin-block: 40px 60px;
}
.careers__inner {
  display: grid;
  grid-template-areas: "filters" "content";
  gap: 44px;
}
.careers__filters {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-area: filters;
}
.careers__filters-title {
  color: #D41717;
  font-size: 18px;
  font-weight: 600;
}
.careers__filters-country {
  align-items: start;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.careers__filters-country-label {
  font-size: 14px;
  white-space: nowrap;
}
.careers__filters-country-input {
  width: 100%;
}
.careers__filters-country .select2 {
  width: 100% !important;
}
.careers__filters-country .select2-selection__rendered {
  font-weight: 700;
}
.careers__content {
  display: grid;
  grid-area: content;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s, grid-template-rows 0.3s;
  z-index: 2;
}
.careers__content--active {
  grid-template-rows: 1fr;
  opacity: 1;
}
.careers__content-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  overflow: hidden;
}
.careers__list {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr);
}
.careers__pagination-wrapper {
  display: flex;
  grid-column: 1/-1;
  justify-content: center;
}
.careers__no-results {
  font-size: 18px;
  font-weight: 500;
  grid-area: content;
  margin-block: 20px;
  opacity: 0;
  transition: 0.3s opacity;
  text-align: center;
}
.careers__no-results--active {
  opacity: 1;
}
.careers__loader {
  grid-area: content;
  margin-block: 50px;
  opacity: 0;
  transition: 0.3s opacity;
  text-align: center;
}
.careers__loader--active {
  opacity: 1;
}
.careers__loader-image {
  display: inline-block;
  height: 60px;
  width: auto;
}

@media (min-width: 1024px) {
  .careers {
    margin-block: 70px 100px;
  }
  .careers__inner {
    gap: 36px;
  }
  .careers__filters {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .careers__filters-country {
    min-width: 300px;
  }
  .careers__list {
    gap: 36px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.image-cover {
  margin-block: 40px 50px;
}
.image-cover__inner {
  gap: 50px;
}
.image-cover__image {
  display: block;
  height: 350px;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

@media (min-width: 640px) {
  .image-cover__inner {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr auto;
  }
  .image-cover__content {
    margin-bottom: 40px;
  }
  .image-cover__image-wrapper {
    display: flex;
    justify-content: center;
  }
  .image-cover__image {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .image-cover {
    margin-block: 50px 75px;
  }
  .image-cover__inner {
    grid-template-columns: 1fr 1fr;
  }
  .image-cover__content {
    margin-bottom: 80px;
  }
  .image-cover__image {
    height: 490px;
  }
}
.text-columns {
  margin-block: 0 65px;
}
.text-columns__inner {
  border-top: 1px solid #c3c3c3;
  gap: 17px;
  padding-block: 30px 0;
}
.text-columns__excerpt {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .text-columns {
    border-top: 1px solid #c3c3c3;
    margin-block: 0 140px;
  }
  .text-columns__inner {
    border: 0;
    display: grid;
    grid-template-areas: "excerpt none title" "excerpt none description";
    grid-template-columns: 4fr 1fr 7fr;
    gap: 24px 20px;
    padding-block: 80px 0;
  }
  .text-columns__excerpt {
    grid-area: excerpt;
    font-size: 18px;
  }
  .text-columns__title {
    grid-area: title;
  }
  .text-columns__description {
    font-size: 18px;
    grid-area: description;
  }
}
.red-items-marquee {
  background-color: #D41717;
  color: #fff;
  padding-block: 60px 50px;
}
.red-items-marquee__marquee {
  display: none;
}
.red-items-marquee__inner {
  gap: 35px;
}
.red-items-marquee__heading {
  font-size: 54px;
  line-height: 1.1;
}
.red-items-marquee__items {
  display: grid;
  gap: 27px;
  grid-template-columns: 1fr;
}
.red-items-marquee__item {
  border-bottom: 1px solid #E96363;
  display: flex;
  flex-direction: column;
  padding-bottom: 27px;
  gap: 17px;
}
.red-items-marquee__item:last-child {
  border-bottom: none;
}
.red-items-marquee__icon {
  display: block;
  height: 42px;
  width: auto;
}
.red-items-marquee__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
}
.red-items-marquee__title {
  grid-area: title;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}
.red-items-marquee__description {
  grid-area: description;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .red-items-marquee {
    padding-block: 150px;
  }
  .red-items-marquee__marquee {
    align-items: center;
    display: flex;
    font-size: 110px;
    font-weight: 500;
    height: 110px;
    line-height: 1;
    margin-bottom: 170px;
    overflow: hidden;
  }
  .red-items-marquee__marquee-content {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 24px;
    width: fit-content;
    will-change: transform;
  }
  .red-items-marquee__marquee-item {
    white-space: nowrap;
  }
  .red-items-marquee__marquee-item span {
    align-items: center;
    display: flex;
  }
  .red-items-marquee__marquee-item img {
    display: block;
    height: 0.7em;
    width: auto;
  }
  .red-items-marquee__inner {
    gap: 170px;
  }
  .red-items-marquee__heading {
    display: none;
  }
  .red-items-marquee__items {
    display: grid;
    gap: 100px 80px;
    grid-template-columns: 1fr 1fr;
  }
  .red-items-marquee__item {
    border-bottom: none;
    gap: 27px;
    padding-bottom: 0;
  }
  .red-items-marquee__icon-wrapper {
    border-bottom: 1px solid #E96363;
    padding-bottom: 20px;
  }
  .red-items-marquee__icon {
    height: 52px;
  }
  .red-items-marquee__text {
    max-width: 100%;
  }
  .red-items-marquee__title {
    font-size: 24px;
  }
  .red-items-marquee--marquee-off .red-items-marquee__inner {
    gap: 120px;
  }
  .red-items-marquee--marquee-off .red-items-marquee__heading {
    display: block;
    font-size: 90px;
    line-height: 1.1;
  }
}
@media (min-width: 1366px) {
  .red-items-marquee__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.video-parallax {
  margin-bottom: 50px;
}
.video-parallax__inner {
  aspect-ratio: var(--video-aspect-ratio);
  clip-path: polygon(100% 0%, 100% 100%, 20% 100%, 0% 50%, 20% 0%);
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
}
.video-parallax__mask-wrapper {
  position: relative;
  z-index: 2;
}
.video-parallax__mask {
  display: block;
  height: auto;
  width: 100%;
}
.video-parallax__video-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.video-parallax__video-inner {
  height: var(--video-height);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-parallax__video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1024px) {
  .video-parallax {
    margin-bottom: 130px;
  }
}
.about-us-animation {
  --wrapper-height: 393;
  --wrapper-width: 342;
}
.about-us-animation__pin-content {
  height: 100vh;
}
.about-us-animation__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about-us-animation__bee-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about-us-animation__bee {
  display: block;
  height: 150px;
  width: auto;
}
.about-us-animation__images-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  justify-content: center;
  top: 90%;
  width: 100%;
  z-index: 2;
}
.about-us-animation__images-inner {
  height: 393px;
  position: relative;
  width: 100%;
}
.about-us-animation__image {
  display: block;
  position: absolute;
  width: auto;
}
.about-us-animation__image--1 {
  left: 0;
  height: calc(var(--image-1-height) * 0.3);
  top: calc(151 / var(--wrapper-height) * 100%);
}
.about-us-animation__image--2 {
  left: calc(224 / var(--wrapper-width) * 100%);
  height: calc(var(--image-2-height) * 0.3);
  top: 0%;
}
.about-us-animation__image--3 {
  left: calc(29 / var(--wrapper-width) * 100%);
  height: calc(var(--image-3-height) * 0.3);
  top: calc(105 / var(--wrapper-height) * 100% * 0);
}
.about-us-animation__image--4 {
  left: calc(7 / var(--wrapper-width) * 100%);
  height: calc(var(--image-4-height) * 0.3);
  top: calc(291 / var(--wrapper-height) * 100%);
}
.about-us-animation__image--5 {
  left: calc(216 / var(--wrapper-width) * 100%);
  height: calc(var(--image-5-height) * 0.3);
  top: calc(199 / var(--wrapper-height) * 100%);
}
.about-us-animation__text-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  height: 100%;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}
.about-us-animation__heading {
  font-size: 60px;
  line-height: 1;
}
.about-us-animation__button {
  color: #D41717;
}

@media (min-width: 640px) {
  .about-us-animation {
    --wrapper-height: 393;
    --wrapper-width: 342;
    --scale: 2;
  }
  .about-us-animation__image--1 {
    left: 0;
    height: calc(var(--image-1-height) * 0.3 * var(--scale));
    top: calc(151 * var(--scale) / var(--wrapper-height) * 100% - 0%);
  }
  .about-us-animation__image--2 {
    left: calc(224 / var(--wrapper-width) * 100%);
    height: calc(var(--image-2-height) * 0.3 * var(--scale));
    top: 0%;
  }
  .about-us-animation__image--3 {
    left: calc(29 / var(--wrapper-width) * 100%);
    height: calc(var(--image-3-height) * 0.3 * var(--scale));
    top: calc(105 * var(--scale) / var(--wrapper-height) * 100% * 0);
  }
  .about-us-animation__image--4 {
    left: calc(7 / var(--wrapper-width) * 100%);
    height: calc(var(--image-4-height) * 0.3 * var(--scale));
    top: calc(291 * var(--scale) / var(--wrapper-height) * 100%);
  }
  .about-us-animation__image--5 {
    left: calc(216 / var(--wrapper-width) * 100%);
    height: calc(var(--image-5-height) * 0.6);
    top: calc(199 * var(--scale) / var(--wrapper-height) * 100%);
  }
}
@media (min-width: 1024px) {
  .about-us-animation {
    --wrapper-height: 780;
    --wrapper-width: 1280;
  }
  .about-us-animation__bee {
    height: 190px;
  }
  .about-us-animation__images-inner {
    height: 780px;
  }
  .about-us-animation__image--1 {
    left: calc(20 / var(--wrapper-width) * 100%);
    height: var(--image-1-height);
    top: calc(168 / var(--wrapper-height) * 100% - 0%);
  }
  .about-us-animation__image--2 {
    left: calc(467 / var(--wrapper-width) * 100%);
    height: var(--image-2-height);
    top: 0%;
  }
  .about-us-animation__image--3 {
    left: calc(843 / var(--wrapper-width) * 100%);
    height: var(--image-3-height);
    top: calc(105 / var(--wrapper-height) * 100% - 0%);
  }
  .about-us-animation__image--4 {
    left: calc(223 / var(--wrapper-width) * 100%);
    height: var(--image-4-height);
    top: calc(480 / var(--wrapper-height) * 100% - 0%);
  }
  .about-us-animation__image--5 {
    left: calc(768 / var(--wrapper-width) * 100%);
    height: var(--image-5-height);
    top: calc(474 / var(--wrapper-height) * 100% - 0%);
  }
  .about-us-animation__heading {
    font-size: 110px;
  }
}
.study-cases {
  margin-block: 60px;
}
.study-cases__inner {
  gap: 42px;
}

@media (min-width: 640px) {
  .study-cases__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .study-cases {
    margin-block: 60px 80px;
  }
  .study-cases__inner {
    gap: 24px 22px;
  }
}
.study-cases-cover {
  margin-block: 38px 74px;
}
.study-cases-cover__inner {
  display: grid;
  grid-template-areas: "heading" "logo" "items";
  grid-template-columns: 1fr;
  gap: 30px;
}
.study-cases-cover__heading {
  display: flex;
  flex-direction: column;
  gap: 9px;
  grid-area: heading;
}
.study-cases-cover__title {
  font-weight: 500;
}
.study-cases-cover__logo {
  grid-area: logo;
}
.study-cases-cover__logo-image {
  display: block;
  height: 44px;
  width: auto;
}
.study-cases-cover__items {
  display: grid;
  grid-area: items;
  grid-template-columns: 1fr;
}
.study-cases-cover__item {
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-block: 26px;
}
.study-cases-cover__item-number {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
.study-cases-cover__item-description {
  color: #373737;
  font-size: 16px;
}

@media (min-width: 640px) {
  .study-cases-cover__items {
    gap: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .study-cases-cover__item {
    border-bottom: none;
    border-top: 1px solid #c3c3c3;
  }
}
@media (min-width: 1024px) {
  .study-cases-cover {
    margin-block: 100px;
  }
  .study-cases-cover__inner {
    gap: 85px 20px;
    grid-template-areas: "heading logo" "items items";
    grid-template-columns: 7fr 5fr;
  }
  .study-cases-cover__heading {
    gap: 20px;
  }
  .study-cases-cover__excerpt {
    font-size: 18px;
    max-width: 520px;
  }
  .study-cases-cover__logo {
    align-self: end;
    justify-self: end;
  }
  .study-cases-cover__items {
    gap: 0 77px;
    grid-template-columns: repeat(3, 1fr);
  }
  .study-cases-cover__item {
    padding-block: 24px 0;
  }
  .study-cases-cover__item-number {
    font-size: 48px;
  }
  .study-cases-cover__item-description {
    font-size: 18px;
  }
}
.study-cases-image {
  margin-block: 40px;
}
.study-cases-image__inner {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.study-cases-image__image {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .study-cases-image {
    margin-block: 100px;
  }
}
.study-cases-text {
  margin-block: 40px 65px;
  /* Items */
  /** Brands */
}
.study-cases-text__inner {
  gap: 18px;
}
.study-cases-text__subtitle {
  color: #D41717;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.study-cases-text__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.study-cases-text__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
.study-cases-text__description {
  font-size: 18px;
}
.study-cases-text:has(+ .study-cases-text) .study-cases-text__inner {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 42px;
}
.study-cases-text:has(+ .study-cases-text) {
  margin-block-end: 42px;
}
.study-cases-text + .study-cases-text {
  margin-block-start: 42px;
}
.study-cases-text__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
.study-cases-text__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.study-cases-text__item-number {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}
.study-cases-text__item-description {
  color: #373737;
  font-size: 16px;
}
.study-cases-text--brands .study-cases-text__inner {
  gap: 50px;
}
.study-cases-text__brands {
  align-self: center;
}
.study-cases-text__brand {
  display: block;
  height: 60px;
  width: auto;
}

@media (min-width: 640px) {
  .study-cases-text__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .study-cases-text {
    margin-block: 120px 140px;
    /* Items */
    /** Brands */
  }
  .study-cases-text__inner {
    display: grid;
    grid-template-columns: 5fr 7fr;
  }
  .study-cases-text__title {
    font-size: 42px;
  }
  .study-cases-text:has(+ .study-cases-text) .study-cases-text__inner {
    padding-bottom: 78px;
  }
  .study-cases-text:has(+ .study-cases-text) {
    margin-block-end: 78px;
  }
  .study-cases-text + .study-cases-text {
    margin-block-start: 78px;
  }
  .study-cases-text__items {
    gap: 20px;
  }
  .study-cases-text__title:has(+ .study-cases-text__items), .study-cases-text__description:has(+ .study-cases-text__items) {
    margin-bottom: 20px;
  }
  .study-cases-text__item-number {
    font-size: 48px;
  }
  .study-cases-text .study-cases-text__brands.splide {
    visibility: visible;
    width: 100%;
  }
  .study-cases-text .study-cases-text__brands.splide .splide__list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px 36px;
  }
}
.study-cases-carousel {
  margin-block: 70px;
}
.study-cases-carousel__inner {
  gap: 32px;
}
.study-cases-carousel__top {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
}
.study-cases-carousel__link {
  color: #D41717;
}
.study-cases-carousel__items {
  align-self: center;
  width: 100vw;
}
.study-cases-carousel .splide__pagination {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .study-cases-carousel__inner {
    gap: 68px;
  }
  .study-cases-carousel__heading br {
    display: none;
  }
  .study-cases-carousel__items {
    width: 100%;
  }
  .study-cases-carousel .splide__list {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
  }
  .study-cases-carousel .splide__slide {
    flex-basis: auto;
    visibility: visible;
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 1366px) {
  .study-cases-carousel {
    margin-block: 160px;
  }
}
.locations {
  margin-block: 40px;
}
.locations__list {
  display: grid;
  grid-template-columns: 1fr;
}
.locations__item {
  align-items: start;
  border-top: 1px solid #c3c3c3;
  display: flex;
  gap: 10px;
  padding-block: 26px;
}
.locations__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.locations__item-country {
  font-size: 21px;
  font-weight: 500;
}
.locations__item-address {
  color: #373737;
  font-size: 14px;
  line-height: 1.4;
}
.locations__item-dot-s {
  display: block;
  height: 13px;
  margin-top: 4px;
  width: auto;
}
.locations__item-dot-l {
  display: none;
}

@media (min-width: 640px) {
  .locations__list {
    gap: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .locations {
    margin-block: 0 120px;
  }
  .locations__inner {
    border-top: 1px solid #c3c3c3;
    padding-top: 60px;
  }
  .locations__list {
    gap: 55px;
    grid-template-columns: repeat(4, 1fr);
  }
  .locations__item {
    border: 0;
    flex-direction: column;
    gap: 22px;
    padding-block: 0;
  }
  .locations__item-dot-s {
    display: none;
  }
  .locations__item-dot-l {
    display: block;
    height: 25px;
    width: auto;
  }
  .locations__item-text {
    gap: 12px;
  }
  .locations__item-country {
    font-size: 24px;
  }
  .locations__item-address {
    font-size: 16px;
  }
}
.pages-single {
  margin-block: 40px;
}
.pages-single__inner {
  max-width: 700px;
}
.pages-single__title {
  border-bottom: 1px solid #c3c3c3;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .pages-single {
    margin-block: 64px;
  }
  .pages-single__title {
    font-size: 48px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p404 {
  margin-block: 40px;
  text-align: center;
}
.p404__inner {
  align-items: center;
  gap: 28px;
  max-width: 570px;
}
.p404__image {
  height: 113px;
}
.p404__title {
  border-bottom: 1px solid #c3c3c3;
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 20px;
  width: 100%;
}
.p404__description {
  color: #373737;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .p404 {
    margin-block: 120px;
  }
  .p404__title {
    font-size: 48px;
    padding-bottom: 30px;
  }
  .p404__back-link {
    display: inline-flex;
    width: min-content;
  }
}
.calculator {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  /**
   * Aside
   */
  /**
   * Main
   */
  /**
   * Transitions
   */
}
.calculator__aside {
  align-items: center;
  background-color: #F1F1EF;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 33px 24px;
}
.calculator__aside-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}
.calculator__aside-content-start, .calculator__aside-content-loading, .calculator__aside-content-error {
  grid-column: 1/2;
  grid-row: 1/2;
}
.calculator__logo {
  height: 34px;
}
.calculator__aside-content {
  max-width: 440px;
}
.calculator__main {
  background-color: #fff;
  padding: 33px 24px;
  flex-grow: 1;
}
.calculator .calculator__aside-content-start,
.calculator .calculator__aside-content-loading,
.calculator .calculator__aside-content-error,
.calculator .calculator__main-content-start,
.calculator .calculator__main-content-loading,
.calculator .calculator__main-content-error {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.calculator--start .calculator__aside-content-start,
.calculator--start .calculator__main-content-start {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.calculator--loading .calculator__aside-content-loading,
.calculator--loading .calculator__main-content-loading {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.calculator--error .calculator__aside-content-error,
.calculator--error .calculator__main-content-error {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 1024px) {
  .calculator {
    display: grid;
    grid-template-columns: 480px 1fr;
    min-height: 100vh;
    /**
     * Aside
     */
    /**
     * Main
     */
  }
  .calculator__aside {
    padding-top: 226px;
    position: relative;
  }
  .calculator--error .calculator__aside {
    align-items: center;
    padding: 0;
    justify-content: center;
  }
  .calculator__logo {
    left: 28px;
    height: 44px;
    position: absolute;
    top: 28px;
  }
  .calculator__main {
    display: flex;
    padding: 83px 93px;
  }
  .calculator__main-content {
    max-width: 640px;
    min-height: 100%;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .calculator {
    grid-template-columns: 640px 1fr;
  }
}
.big-heading {
  align-items: center;
  display: flex;
  margin-block: 60px;
}
.big-heading__inner {
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.big-heading__heading {
  font-size: 60px;
}
.big-heading--full-height {
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .big-heading {
    margin-block: 100px;
  }
  .big-heading__inner {
    gap: 60px;
  }
  .big-heading__heading {
    font-size: 110px;
  }
}
.top-bar {
  font-size: 14px;
  line-height: 1.4;
  padding-block: 8px;
  text-align: center;
}
.top-bar a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .top-bar {
    font-size: 15px;
  }
}
.banner {
  background-color: var(--bg-color, #D41717);
  color: var(--text-color, #fff);
}

.banner--style-1 {
  overflow: clip;
  text-align: center;
}
.banner--style-1 .banner__inner {
  display: grid;
  gap: 16px;
  grid-template-areas: "heading" "description" "button";
  grid-template-columns: minmax(0, 1fr);
  padding-block: 60px;
  justify-content: center;
  position: relative;
}
.banner--style-1 .banner__heading {
  grid-area: heading;
  justify-self: center;
  z-index: 1;
}
.banner--style-1 .banner__description {
  color: inherit;
  grid-area: description;
  max-width: 400px;
  justify-self: center;
  z-index: 1;
}
.banner--style-1 .banner__image {
  bottom: -10px;
  display: block;
  height: 200px;
  left: 100%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 0;
}
.banner--style-1 .banner__button {
  justify-self: center;
  grid-area: button;
  z-index: 1;
}

@media (min-width: 1024px) {
  .banner--style-1 .banner__inner {
    gap: 34px;
    padding-block: 130px;
  }
  .banner--style-1 .banner__heading {
    max-width: 610px;
  }
  .banner--style-1 .banner__description {
    max-width: 610px;
  }
  .banner--style-1 .banner__image {
    height: 365px;
  }
}
.banner--style-2 {
  text-align: center;
}
.banner--style-2 .banner__inner {
  display: grid;
  gap: 16px;
  grid-template-areas: "image" "heading" "description" "button";
  grid-template-columns: minmax(0, 1fr);
  padding-block: 60px;
}
.banner--style-2 .banner__heading {
  grid-area: heading;
  justify-self: center;
  max-width: 480px;
}
.banner--style-2 .banner__description {
  color: inherit;
  grid-area: description;
  max-width: 400px;
  justify-self: center;
}
.banner--style-2 .banner__button {
  justify-self: center;
  grid-area: button;
}
.banner--style-2 .banner__image {
  display: block;
  grid-area: image;
  height: auto;
  max-width: 480px;
  justify-self: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .banner--style-2 {
    text-align: left;
  }
  .banner--style-2 .banner__inner {
    grid-template-areas: ". image" "heading image" "description image" "button image" ". image";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr auto auto auto 1fr;
    gap: 32px 80px;
    padding-block: 100px;
  }
  .banner--style-2 .banner__heading {
    align-self: end;
    max-width: 100%;
    justify-self: start;
  }
  .banner--style-2 .banner__description {
    align-self: center;
    max-width: 100%;
    justify-self: start;
  }
  .banner--style-2 .banner__image {
    align-self: center;
    max-width: 100%;
    justify-self: start;
  }
  .banner--style-2 .banner__button {
    align-self: start;
    justify-self: start;
  }
}
@media (min-width: 1366px) {
  .banner--style-2 .banner__inner {
    gap: 32px 180px;
  }
}
.banner--style-3 {
  text-align: center;
}
.banner--style-3 .banner__inner {
  display: grid;
  gap: 16px;
  grid-template-areas: "heading" "button";
  grid-template-columns: minmax(0, 1fr);
  padding-block: 20px;
  justify-content: center;
  position: relative;
}
.banner--style-3 .banner__heading {
  grid-area: heading;
  justify-self: center;
}
.banner--style-3 .banner__button {
  justify-self: center;
  grid-area: button;
}
.banner--style-3 .banner__image {
  display: none;
}

@media (min-width: 640px) {
  .banner--style-3 {
    overflow: clip;
  }
  .banner--style-3 .banner__inner {
    align-items: center;
    gap: 24px;
    grid-template-columns: auto auto;
    grid-template-areas: "heading button";
    position: relative;
  }
  .banner--style-3 .banner__heading {
    z-index: 1;
  }
  .banner--style-3 .banner__button {
    z-index: 1;
  }
  .banner--style-3 .banner__image {
    display: block;
    height: 186px;
    left: 100%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .banner--style-3 .banner__inner {
    gap: 32px;
    padding-block: 40px;
  }
}
.test {
  background-color: rgba(255, 0, 0, 0.1);
}
.test__content {
  background-color: rgba(0, 255, 0, 0.1);
  height: 780px;
}
.test__image {
  display: block;
}
/*# sourceMappingURL=style.css.map */
