/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-50 {
  z-index: 50;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.-mb-64 {
  margin-bottom: -16rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.-translate-y-52 {
  --tw-translate-y: -13rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-neutral-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-0 {
  padding-right: 0rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-64 {
  padding-bottom: 16rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  min-width: 200px;
  max-width: 440px;
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  min-width: calc(100% - 440px);
  max-width: calc(100% - 200px);
  background: rgba(3, 2, 1, 0);
}

.mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mm-spn a {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn li {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  border-top: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  background: 0 0;
}
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 0 40px;
  line-height: 50px;
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar ul {
  top: 51px;
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

body {
  overflow-x: hidden;
}

body, * {
  font-family: "Raleway", sans-serif;
  color: #585657;
}

p, a, ol, ul, li, h1, h2, h3, h4, * {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  p, a, ol, ul, li, h1, h2, h3, h4, * {
    font-size: 18px;
    line-height: 24px;
  }
  .box_small h1, .box_small h2, .box_small h3, .box_small p, .box_small ul, .box_small ol {
    max-width: 30rem;
  }
  .box_medium h1, .box_medium h2, .box_medium h3, .box_medium p, .box_medium ul, .box_medium ol {
    max-width: 50rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 90% !important;
  }
}
@media (min-width: 1536px) {
  .container.container-max {
    max-width: 70rem !important;
  }
}

#contact-header .container a {
  color: #585657;
  text-decoration: none;
}
#contact-header .container a:hover {
  color: #A82F2D;
}
@media (max-width: 767px) {
  #contact-header .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.image-wrapper {
  -o-object-fit: sover;
     object-fit: sover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.background_cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

h2 {
  font-size: 21px;
  line-height: 25px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 45px;
    line-height: 53px;
  }
}
h2.bold {
  font-weight: 800 !important;
}

h3 {
  font-size: 21px;
  line-height: 25px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 35px;
    line-height: 41px;
  }
}

.text, .text * {
  margin: 0;
}
.text .normal, .text * .normal {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .text .normal, .text * .normal {
    font-size: 18px;
    line-height: 24px;
  }
}
.text .medium, .text * .medium {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .text .medium, .text * .medium {
    font-size: 22px;
    line-height: 26px;
  }
}

.image_wrapper {
  width: 100%;
  height: 100%;
}
.image_wrapper .inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image_wrapper .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_wrapper.hero_image {
  padding-top: 60vw;
  height: 120vw;
  max-height: 30rem;
}
.image_wrapper.hero_image.hero_slider {
  height: auto;
}
.image_wrapper.hero_image .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
.image_wrapper.hero_image #sequence {
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.image_wrapper.hero_image .slider-text-box {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 60vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  max-height: 20rem;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 {
  z-index: 999999;
  width: 100%;
  height: 100%;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .seq-canvas {
  width: 100%;
  height: 100%;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .seq-canvas li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .seq-canvas .text h2 {
  font-size: 21px;
  line-height: 24px;
  color: #fff !important;
  margin-top: 0;
  min-height: 4rem;
  max-width: 20rem;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper {
  z-index: 999999;
  bottom: 0;
  right: 0;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper #prev, .image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper #next {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper #prev svg path, .image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper #next svg path {
  stroke: #fff;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper #prev:hover, .image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper #next:hover {
  cursor: pointer;
  opacity: 1;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper #prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 767px) {
  .image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .buttons_wrapper {
    right: 1rem;
  }
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner .seq-pagination {
  bottom: 1rem;
  left: 1.5rem;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner .seq-pagination li {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 1rem;
  opacity: 0.4;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  margin-right: 0.5rem;
}
.image_wrapper.hero_image .slider-text-box .slider-text-box-inner .seq-pagination li.seq-current {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 1024px) {
  .image_wrapper.hero_image .slider-text-box .slider-text-box-inner .seq-pagination {
    left: 2rem;
    bottom: 1rem;
  }
}
.image_wrapper.hero_image .sequence-wrapper {
  width: 100%;
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0 !important;
  -webkit-transition: opacity ease 500ms !important;
  transition: opacity ease 500ms !important;
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas li .inner {
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas li:first-of-type .inner {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 6.4s;
          animation-duration: 6.4s;
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas li.seq-in {
  opacity: 1 !important;
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas li.seq-in .inner {
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
  -webkit-transform: translateZ(0) scale(1.1);
          transform: translateZ(0) scale(1.1);
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas li.seq-out {
  opacity: 0 !important;
}
.image_wrapper.hero_image .sequence-wrapper .seq-canvas li.seq-out .inner {
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
.image_wrapper.img_fw_wrapper {
  height: 25vw;
  min-height: 15rem;
  max-height: 25rem;
}
@media (min-width: 767px) {
  .image_wrapper.hero_image {
    padding-top: 0;
    height: 50rem;
    max-height: 50rem;
  }
  .image_wrapper.hero_image .slider-text-box {
    width: 35rem;
    max-width: 35rem;
    top: 20rem;
  }
  .image_wrapper.hero_image.hero_slider {
    height: 35vw;
    max-height: 35vw;
    min-height: 30rem;
  }
  .image_wrapper.img_fw_wrapper {
    height: 25vw;
    min-height: 25rem;
    max-height: 35rem;
  }
}
@media (min-width: 1024px) {
  .image_wrapper.img_fw_wrapper.h100 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .image_wrapper.hero_image #sequence {
    width: 70%;
  }
  .image_wrapper.hero_image .slider-text-box {
    bottom: auto;
    width: 40%;
    max-width: 40%;
    height: 100%;
    top: auto;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
  }
  .image_wrapper.hero_image .slider-text-box .slider-text-box-inner {
    height: 60%;
    width: 100%;
    max-width: 100%;
  }
  .image_wrapper.hero_image .slider-text-box .slider-text-box-inner #sequence2 .seq-canvas .text h2 {
    font-size: 31px;
    line-height: 36px;
  }
}
@media (min-width: 1280px) {
  .image_wrapper.hero_image #sequence {
    width: 75%;
  }
  .image_wrapper.hero_image .slider-text-box {
    width: 35%;
  }
}

.hero_home .background {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.hero_home .background.image_wrapper {
  width: 100%;
  height: 100%;
}
.hero_home .background.image_wrapper .inner {
  width: 100%;
  height: 100%;
}
.hero_home .background.image_wrapper .inner svg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .hero_home .background.image_wrapper .inner svg {
    width: 100%;
    height: auto;
  }
}

#contact-header .image_wrapper {
  padding-top: 70%;
}

.text_img_fw .floating_box,
.text_img_hw .floating_box {
  margin-top: -3rem;
}
.text_img_fw .container,
.text_img_hw .container {
  z-index: 2;
}
@media (min-width: 1024px) {
  .text_img_fw .floating_box,
.text_img_hw .floating_box {
    margin-top: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  .text_img_fw::before,
.text_img_hw::before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 3rem;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .text_img_fw.text_img_hw::before,
.text_img_hw.text_img_hw::before {
    left: auto;
    right: 0;
  }
}

.text_img_hw .image_wrapper {
  z-index: 1 !important;
}
.text_img_hw .image_wrapper .inner img {
  width: 100%;
}
@media (min-width: 1024px) {
  .text_img_hw .image_wrapper .inner img {
    width: 50%;
    height: calc(100% - 6rem);
  }
}
.text_img_hw .img_fw_wrapper {
  height: 120vw;
  min-height: 120vw;
  max-height: 120vw;
}

.hero {
  margin-top: -6rem;
  z-index: -1;
}

.page-home .hero {
  margin-top: 0;
}

#text-block-home {
  margin-top: 14rem;
}
@media (min-width: 767px) {
  #text-block-home {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  #text-block-home {
    margin-top: 0;
  }
}

.references .tns-outer {
  position: relative;
  padding: 0 2rem !important;
}
.references .tns-outer .ref-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.references .tns-outer .ref-slider .ref-inner {
  height: 100%;
}
.references .tns-outer .ref-slider .ref-inner img {
  max-width: calc(100% - 4rem);
  max-width: 8rem;
  margin: 0 auto;
}
.references .tns-outer .tns-nav {
  height: 0;
  overflow: visible;
}
.references .tns-outer button[data-action=stop], .references .tns-outer button[data-action=start] {
  display: none;
}
.references .tns-outer .tns-controls button {
  color: #00000000;
  width: 17px;
  height: 27px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background-image: url("../images/layout/arrow-slider.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.references .tns-outer .tns-controls button:nth-child(1) {
  left: 0;
}
.references .tns-outer .tns-controls button:nth-child(2) {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.text h1 {
  font-size: 35px;
  line-height: 41px;
  color: #A82F2D !important;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .text h1 {
    font-size: 65px;
    line-height: 76px;
    margin-bottom: 3rem;
  }
}
.text h2 {
  font-size: 21px;
  line-height: 24px;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .text h2 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 1rem;
  }
}
.text h3 {
  font-size: 21px;
  line-height: 24px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .text h3 {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 0.75rem;
  }
}
.text p {
  margin-bottom: 1rem !important;
}
.text p:last-child {
  margin: 0 !important;
}
.text a {
  color: #A82F2D;
  text-decoration: underline;
}
.text ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.block-header-text .text h1 {
  color: #585657 !important;
}
.block-header-text .text h1, .block-header-text .text h2 {
  margin-top: 0 !important;
  font-size: 21px;
  line-height: 24px;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .block-header-text .text h1, .block-header-text .text h2 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 1rem;
  }
}
.block-header-text .text p {
  margin-bottom: 0 !important;
}
.block-header-text .text .floating_box .inner {
  -webkit-transform: translateX(1rem) translateY(1rem);
          transform: translateX(1rem) translateY(1rem);
}
@media (min-width: 1024px) {
  .block-header-text .text .floating_box .inner {
    -webkit-transform: translateX(1.5rem) translateY(1.5rem);
            transform: translateX(1.5rem) translateY(1.5rem);
  }
}
.block-header-text .text .floating_box ul {
  margin-top: 1rem;
  list-style: none;
}
.block-header-text .text .floating_box ul li {
  position: relative;
  font-weight: 600;
  margin-bottom: 7px;
}
.block-header-text .text .floating_box ul li::before {
  position: absolute;
  top: 10px;
  left: -14px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #A82F2D;
  border-radius: 5px;
}

.block-header-text-title .title_box .amp img {
  height: 5.5rem;
}
.block-header-text-title .title_box span.title1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 12px;
  color: #A82F2D;
}
.block-header-text-title .title_box span.title2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 74px;
  color: #A82F2D;
}
@media (min-width: 1280px) {
  .block-header-text-title .title_box span.title1 {
    font-size: 75px;
  }
  .block-header-text-title .title_box span.title2 {
    font-size: 75px;
  }
  .block-header-text-title .title_box .amp img {
    height: 6.75rem;
  }
}

.block-approach-values-text h3, .block-text-properties h3 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 0.7rem;
  color: #A82F2D;
}
@media (min-width: 1024px) {
  .block-approach-values-text h3, .block-text-properties h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.block-approach-values-text .approach h2, .block-text-properties .approach h2 {
  margin-bottom: 2rem !important;
}
.block-approach-values-text .approach p, .block-text-properties .approach p {
  margin-bottom: 3rem !important;
}
.block-approach-values-text .approach p:last-child, .block-text-properties .approach p:last-child {
  margin-bottom: 0 !important;
}
.block-approach-values-text img, .block-text-properties img {
  margin: 0 auto;
}
.block-approach-values-text .value p, .block-text-properties .value p {
  max-width: 30rem;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.block-approach-values-text .value .image, .block-text-properties .value .image {
  min-width: 6rem;
}
.block-approach-values-text::before, .block-text-properties::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #EEEEEE;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .block-approach-values-text::before, .block-text-properties::before {
    content: "";
    width: 50%;
    height: 100%;
  }
}

.block-approach-values-text .value {
  margin-bottom: 2rem;
}

.block-text-properties h2 {
  max-width: 10rem;
}
.block-text-properties p {
  max-width: 26rem;
}
@media (min-width: 1024px) {
  .block-text-properties h2 {
    margin-top: 0 !important;
    max-width: 15rem;
  }
}

.text-container {
  max-width: 1100px !important;
  margin: 0 auto 0 auto;
}
@media (min-width: 1024px) {
  .text-container {
    margin: 0 auto 2rem auto;
  }
}

.ccc-banner {
  z-index: 1000000 !important;
  max-width: 50rem;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
}
.ccc-banner button {
  margin-top: 1rem !important;
  border: 3px solid #A82F2D !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #A82F2D !important;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.ccc-banner button:hover {
  background-color: #A82F2D !important;
  color: #fff !important;
}
.ccc-banner h3 {
  color: #A82F2D !important;
  font-weight: bold;
}
.ccc-banner input[type=checkbox] {
  width: 1rem !important;
  min-height: 1rem !important;
  height: 1rem !important;
  padding: 0 !important;
  border: solid 2px #585657 !important;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 6px !important;
}
.ccc-banner input[type=checkbox]:checked {
  background-color: #A82F2D !important;
}
.ccc-banner .ccc-banner__label-container {
  margin-bottom: 10px !important;
}
.ccc-banner .ccc-banner__label-container label {
  width: 42% !important;
}
@media (min-width: 1024px) {
  .ccc-banner {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

.red {
  color: #A82F2D;
}

.red_back {
  background-color: #A82F2D;
}

.grey {
  color: #585657;
}

.grey_back {
  background-color: #585657;
}

.white, .white * {
  color: #fff !important;
}

.bg_white {
  background-color: #fff;
}

.bg_grey {
  background-color: #EEEEEE;
}

.bg_red {
  background-color: #A82F2D;
}

.svg-wrapper svg {
  margin: 0 auto;
}
.svg-wrapper .logo-home {
  max-width: 30rem;
}
.svg-wrapper .logo-home .block {
  cursor: pointer;
}
.svg-wrapper .logo-home .block path {
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.svg-wrapper .logo-home .block:hover path {
  fill: #A82F2D;
}
.svg-wrapper .logo-home .block:hover path.text {
  fill: #fff;
}

.services-list .service h3 {
  font-weight: bold;
}
.services-list .service .inner {
  max-width: 30rem;
  margin: 0 auto;
}
.services-list .service img {
  max-width: 3rem;
  margin: 0 auto;
  margin-bottom: 1.5rem !important;
}
.services-list .service.bordered {
  border: none;
}
.services-list .service.bordered:last-of-type {
  border: none;
}
@media (min-width: 1280px) {
  .services-list .service.bordered {
    border-right: solid #A82F2D 2px;
  }
}

.solutions_list :not(.block-solutions-values-text) ul li:nth-child(4n), .solutions_list :not(.block-solutions-values-text) ul li:nth-child(4n-1) {
  background-color: #EEEEEE;
}
.solutions_list :not(.block-solutions-values-text) ul li a:hover {
  color: #A82F2D;
}
.solutions_list :not(.block-solutions-values-text) ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 1024px) {
  .solutions_list :not(.block-solutions-values-text) ul li a {
    font-size: 21px;
    line-height: 25px;
  }
  .solutions_list :not(.block-solutions-values-text) ul li a::before {
    content: "";
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #A82F2D;
    position: absolute;
    top: 50%;
    left: -1.2rem;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .solutions_list :not(.block-solutions-values-text) ul li:nth-child(4n), .solutions_list :not(.block-solutions-values-text) ul li:nth-child(4n-1) {
    background-color: #fff;
  }
  .solutions_list :not(.block-solutions-values-text) ul li:nth-child(2), .solutions_list :not(.block-solutions-values-text) ul li:nth-child(5), .solutions_list :not(.block-solutions-values-text) ul li:nth-child(8) {
    background-color: #EEEEEE;
  }
}

.reference .title {
  min-width: 8rem;
}
.reference .info {
  font-weight: 600 !important;
}
.reference .item {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  width: 100% !important;
}
.reference .item .icon {
  min-width: 2rem;
}
.reference .item .icon img {
  margin: 0 auto;
}
.reference .wrapper .inner {
  padding-top: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reference .wrapper .inner .reference_slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reference .wrapper .inner .reference_slider .tns-controls {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 8888;
}
.reference .wrapper .inner .reference_slider .tns-controls button {
  width: 16px;
  height: 27px;
  color: rgba(255, 255, 255, 0);
  background-image: url("/images/layout/arrow_big.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.reference .wrapper .inner .reference_slider .tns-controls button:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.reference .wrapper .inner .reference_slider .tns-controls button:hover, .reference .wrapper .inner .reference_slider .tns-controls button:active, .reference .wrapper .inner .reference_slider .tns-controls button:focus {
  outline: none;
}
.reference .wrapper .inner .reference_slider .tns-nav {
  display: none;
}
.reference .wrapper .inner .reference_slider .tns-outer, .reference .wrapper .inner .reference_slider .tns-ovh, .reference .wrapper .inner .reference_slider .tns-inner, .reference .wrapper .inner .reference_slider .ref_slider, .reference .wrapper .inner .reference_slider .slide {
  height: 100%;
}
.reference .wrapper .inner .reference_slider .tns-outer {
  width: 200%;
}
.reference .wrapper .inner .reference_slider .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.reference .wrapper .inner .reference_slider .slide.tns-slide-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.reference .wrapper .inner .reference_slider .slide.tns-slide-active ~ .slide {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
.reference .text_wrap {
  position: relative;
  z-index: 50;
}
.reference .text_wrap:last-child {
  display: none;
}
.reference:nth-child(odd) .tns-controls button:first-child {
  display: none;
}
.reference:nth-child(even) .tns-controls button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reference:nth-child(even) .tns-controls button:last-child {
  display: none;
}
@media (min-width: 767px) {
  .reference:nth-child(odd) .text_wrap:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reference:nth-child(even) .text_wrap:first-child {
    display: none;
  }
  .reference:nth-child(even) .text_wrap:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reference:nth-child(even) .tns-ovh {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reference:nth-child(even) .floating_box .inner {
    -webkit-transform: translateX(-1.5rem) translateY(1.5rem);
            transform: translateX(-1.5rem) translateY(1.5rem);
  }
  .reference:nth-child(even) .wrapper .inner .reference_slider .slide.tns-slide-active {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
  .reference:nth-child(even) .wrapper .inner .reference_slider .slide.tns-slide-active ~ .slide {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.cta_block img {
  max-width: 4.6rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.cta_block h3 {
  font-size: 21px;
  line-height: 24px;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .cta_block h3 {
    font-size: 35px;
    line-height: 41px;
  }
  .cta_block img {
    margin-left: 0;
  }
  .cta_block .button {
    margin-top: 2rem !important;
  }
}

.video_wrapper .inner, .jobs-image_wrapper .inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_wrapper .inner video, .jobs-image_wrapper .inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_wrapper .inner .plyr, .jobs-image_wrapper .inner .plyr {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_wrapper.hero_video, .video_wrapper.hero_jobs-image, .jobs-image_wrapper.hero_video, .jobs-image_wrapper.hero_jobs-image {
  height: 56vw;
  max-height: 50svw;
}
@media (min-width: 767px) {
  .video_wrapper.hero_video, .jobs-image_wrapper.hero_video {
    height: 56vw;
    max-height: 50rem;
  }
}
@media (min-width: 1024px) {
  .video_wrapper.hero_jobs-image, .jobs-image_wrapper.hero_jobs-image {
    height: 35vw;
    max-height: 50svw;
  }
  .video {
    width: 50vw;
    right: 0;
  }
  .video.fixed {
    top: 12rem;
  }
  .video.fixed.absolute {
    position: absolute;
    top: auto;
    bottom: 4rem;
    right: 0;
  }
}
#solution-content-text-video .title_block, #jobs-single-content .title_block {
  padding-left: 2rem;
}
#solution-content-text-video .title_block.text h1, #jobs-single-content .title_block.text h1 {
  margin-bottom: 0rem;
}
@media (min-width: 1024px) {
  #solution-content-text-video .title_block.text h1, #jobs-single-content .title_block.text h1 {
    font-size: 45px;
    line-height: 53px;
  }
}
#solution-content-text-video .title_block.text h2, #jobs-single-content .title_block.text h2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (min-width: 1024px) {
  #solution-content-text-video .title_block.text h2, #jobs-single-content .title_block.text h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 640px) {
  #solution-content-text-video .title_block, #jobs-single-content .title_block {
    padding-left: calc(50% - 320px + 1rem);
  }
}
@media (min-width: 768px) {
  #solution-content-text-video .title_block, #jobs-single-content .title_block {
    padding-left: calc(50% - 384px + 1rem);
  }
}
@media (min-width: 1024px) {
  #solution-content-text-video .title_block, #jobs-single-content .title_block {
    padding-left: calc(50vw - 512px);
  }
}
@media (min-width: 1280px) {
  #solution-content-text-video .title_block, #jobs-single-content .title_block {
    padding-left: calc(5vw + 1rem);
  }
}
@media (min-width: 1536px) {
  #solution-content-text-video .title_block, #jobs-single-content .title_block {
    padding-left: calc(50vw - 35rem);
  }
}
#solution-content-text-video .video_wrapper.hero_video, #solution-content-text-video .video_wrapper.hero_jobs-image, #solution-content-text-video.jobs-image_wrapper.hero_video, #solution-content-text-video.jobs-image_wrapper.hero_jobs-image, #jobs-single-content .video_wrapper.hero_video, #jobs-single-content .video_wrapper.hero_jobs-image, #jobs-single-content.jobs-image_wrapper.hero_video, #jobs-single-content.jobs-image_wrapper.hero_jobs-image {
  height: 65vw;
}
@media (min-width: 1024px) {
  #solution-content-text-video .video_wrapper.hero_video, #solution-content-text-video .video_wrapper.hero_jobs-image, #solution-content-text-video.jobs-image_wrapper.hero_video, #solution-content-text-video.jobs-image_wrapper.hero_jobs-image, #jobs-single-content .video_wrapper.hero_video, #jobs-single-content .video_wrapper.hero_jobs-image, #jobs-single-content.jobs-image_wrapper.hero_video, #jobs-single-content.jobs-image_wrapper.hero_jobs-image {
    height: 32.5vw;
  }
}

#jobs-single-content .title_block.text h1 {
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 120px;
}
@media (min-width: 1024px) {
  #jobs-single-content .title_block.text h1 {
    font-size: 134px;
    line-height: 160px;
  }
}
#jobs-single-content .title_block.text h2 {
  margin-top: 0;
  margin-bottom: 0rem;
  font-size: 35px;
  line-height: 38px;
}
@media (min-width: 1024px) {
  #jobs-single-content .title_block.text h2 {
    font-size: 55px;
    line-height: 65px;
  }
}

.block-list-style-red .list-style-red {
  font-size: 3rem;
  margin-right: 1rem;
  font-weight: 100;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none !important;
}

.plyr--video .plyr__controls {
  display: none !important;
}

.plyr__controls {
  display: none !important;
}

#solutions_video {
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  #solutions_video {
    height: 35vw;
  }
}
#solutions_video .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8888;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#solutions_video .overlay.active {
  visibility: visible;
  opacity: 1;
}
#solutions_video .overlay:hover {
  cursor: pointer;
}
#solutions_video .markers {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#solutions_video .markers li {
  top: 0;
  left: 0;
}
#solutions_video .markers li:hover {
  cursor: pointer;
}
#solutions_video .markers li:nth-child(1) {
  top: 7%;
  left: 13%;
}
#solutions_video .markers li:nth-child(2) {
  top: 66.5%;
  left: 33.5%;
}
#solutions_video .markers li:nth-child(3) {
  top: 77.5%;
  left: 23.5%;
}
#solutions_video .markers li:nth-child(6) {
  top: 25.5%;
  left: 42.5%;
}
#solutions_video .markers li:nth-child(4) {
  top: 56.5%;
  left: 6.5%;
}
#solutions_video .markers li:nth-child(5) {
  top: 14.5%;
  left: 73.5%;
}
#solutions_video .markers li:nth-child(8) {
  top: 59.5%;
  left: 57.5%;
}
#solutions_video .markers li:nth-child(9) {
  top: 62.5%;
  left: 74.5%;
}
#solutions_video .markers li:nth-child(7) {
  top: 49.5%;
  left: 86.5%;
}
@media (min-width: 767px) {
  #solutions_video .markers li:nth-child(1) {
    top: 30%;
    left: 13%;
  }
  #solutions_video .markers li:nth-child(2) {
    top: 49.5%;
    left: 15.5%;
  }
  #solutions_video .markers li:nth-child(3) {
    top: 57.5%;
    left: 28.5%;
  }
  #solutions_video .markers li:nth-child(6) {
    top: 45.5%;
    left: 33.5%;
  }
  #solutions_video .markers li:nth-child(4) {
    top: 37.5%;
    left: 47.5%;
  }
  #solutions_video .markers li:nth-child(5) {
    top: 38.5%;
    left: 63.5%;
  }
  #solutions_video .markers li:nth-child(8) {
    top: 39.5%;
    left: 70.5%;
  }
  #solutions_video .markers li:nth-child(9) {
    top: 50.5%;
    left: 77.5%;
  }
  #solutions_video .markers li:nth-child(7) {
    top: 29.5%;
    left: 86.5%;
  }
}
#solutions_video .markers li .popup {
  z-index: 8888;
  top: 4rem;
  left: 0;
  width: 12rem;
  text-align: left;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#solutions_video .markers li .popup h3 {
  color: #A82F2D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#solutions_video .markers li .popup p, #solutions_video .markers li .popup a {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  #solutions_video .markers li .popup h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #solutions_video .markers li .popup p, #solutions_video .markers li .popup a {
    font-size: 14px;
    line-height: 22px;
  }
  #solutions_video .markers li .popup .popup {
    top: 0;
    left: 3rem;
    -webkit-transform: translateY(-1rem) translateX(0%) scale(0.95);
            transform: translateY(-1rem) translateX(0%) scale(0.95);
  }
}
#solutions_video .markers li:nth-child(5) .popup, #solutions_video .markers li:nth-child(6) .popup, #solutions_video .markers li:nth-child(7) .popup, #solutions_video .markers li:nth-child(8) .popup, #solutions_video .markers li:nth-child(9) .popup {
  left: auto;
  right: 0;
}
#solutions_video .markers li svg .filled {
  fill: #A82F2D;
}
#solutions_video .markers li.active {
  z-index: 9999;
}
#solutions_video .markers li.active .popup {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#solutions_video .markers li.active svg .filled {
  fill: #ffffff;
}
@media (min-width: 1024px) {
  #solutions_video .markers li.active .popup {
    -webkit-transform: translateY(-1rem) translateX(0%) scale(1);
            transform: translateY(-1rem) translateX(0%) scale(1);
  }
}

.box-red-border {
  border: none;
}
@media (min-width: 1024px) {
  .box-red-border {
    border: 3px solid #A82F2D;
  }
}

.hr-red-border {
  border-top: 3px solid #A82F2D;
}

.page-solution_single .bar {
  margin-top: -4.5rem;
}
@media (min-width: 1024px) {
  .page-solution_single .bar {
    margin-top: -2rem;
  }
}
@media (min-width: 1280px) {
  .page-solution_single .bar {
    margin-top: -3rem;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
div[data-aos=opacity] {
  opacity: 0;
}

div[data-aos=opacity].aos-animate {
  opacity: 1;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

div[data-aos=opacity_up] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

div[data-aos=opacity_up].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.6s !important;
          transition-duration: 0.6s !important;
}

.mm-ocd__content {
  padding-top: 4rem;
  padding-bottom: 3rem;
  width: 100% !important;
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.mm-spn.mm-spn--light {
  background-color: #fff !important;
}

.mm-ocd__backdrop {
  display: none;
}

#menu .language-switcher {
  display: none;
}

.navigation {
  z-index: 8888 !important;
  position: relative;
}
.navigation .logo img {
  height: 2rem;
}
@media (min-width: 1024px) {
  .navigation {
    background-color: #fff;
  }
  .navigation #menu .language-switcher {
    display: block;
  }
  .navigation .logo img {
    width: 70px;
    height: auto;
  }
  .navigation .funct {
    display: none;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .navigation .funct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.5rem;
    gap: 2rem;
    padding-right: 1rem;
  }
  .navigation .funct li, .navigation .funct a {
    list-style-type: none;
    font-weight: normal;
    font-size: 14px;
  }
  .navigation .funct li a {
    font-weight: normal;
  }
  .navigation .funct .stroke {
    font-weight: normal;
    padding: 0 0.1rem;
  }
  .navigation .funct a.is-active, .navigation .funct a.active {
    font-weight: bold;
    color: #A82F2D;
  }
}
@media (min-width: 1024px) {
  .navigation nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .navigation nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-style: normal;
    font-weight: 600;
    padding: 0 1rem;
  }
  .navigation nav ul li a {
    padding: 0 2px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .navigation nav ul li a .arrow {
    top: 0;
    right: 0;
    width: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation nav ul li a.has-children {
    padding-right: 1.4rem;
  }
  .navigation nav ul li a::after {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    content: "";
    opacity: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #A82F2D;
    z-index: 9999999;
  }
  .navigation nav ul li a:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    color: #A82F2D;
  }
  .navigation nav ul li a:hover::after {
    opacity: 1;
  }
  .navigation nav ul li a.active {
    color: #A82F2D;
  }
  .navigation nav ul li ul {
    background-color: #fff;
    display: block;
    visibility: hidden;
    width: 50rem;
    text-align: center;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(1rem);
            transform: translateX(-50%) translateY(1rem);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    opacity: 0;
    z-index: 999999;
    padding: 2.5rem 1rem 1.5rem 1rem;
  }
  .navigation nav ul li ul li {
    display: block;
    text-align: left;
  }
  .navigation nav ul li ul li a {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0.5rem;
    color: #585657;
  }
  .navigation nav ul li ul li a::after {
    display: none;
  }
  .navigation nav ul li ul .bordered {
    border: none;
    border-right: solid 1px #EEEEEE;
  }
  .navigation nav ul li ul .bordered:last-child {
    border: none;
  }
  .navigation nav ul li:hover ul {
    -webkit-transform: translateX(-50%) translateY(0rem);
            transform: translateX(-50%) translateY(0rem);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    opacity: 1;
    visibility: visible;
  }
}

.language-switcher {
  font-weight: 600;
}
.language-switcher .stroke:last-child {
  display: none;
}
.language-switcher a.is-active {
  color: #A82F2D;
}

.mob-menu-top {
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 20px;
}
.mob-menu-top img {
  height: 2rem;
}
.mob-menu-top .burger-close-button {
  font-weight: 600;
  color: #A82F2D;
}
.mob-menu-top .burger-close-button:hover {
  cursor: pointer;
}

.mob-menu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  padding: 1rem 20px;
}

footer {
  border-top: 2px solid rgba(88, 86, 87, 0.1);
}
footer .logo {
  max-width: 100px;
}
footer a {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
footer a:hover {
  color: #A82F2D;
}

a.button, .button, .custom-file-upload {
  text-decoration: none;
  width: auto;
  padding: 0.5rem 0.7rem;
  display: inline-block;
  margin-top: 1rem;
  border: 3px solid #A82F2D;
  background-color: transparent;
  border-radius: 0;
  color: #A82F2D;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
a.button.w-full, .button.w-full, .custom-file-upload.w-full {
  width: 100%;
}
a.button.white, .button.white, .custom-file-upload.white {
  border-color: #fff;
}
a.button:hover, .button:hover, .custom-file-upload:hover {
  background-color: #A82F2D;
  color: #fff;
}
a.button:hover.white, .button:hover.white, .custom-file-upload:hover.white {
  color: #A82F2D !important;
  background-color: #fff !important;
}

.custom-file-upload {
  white-space: nowrap;
}

.button {
  background-color: #A82F2D;
  color: #fff;
}
.button:hover {
  background-color: #fff;
  color: #A82F2D;
}

form {
  white-space: nowrap;
}
form *,
form *::before,
form *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999;
}
form select {
  background-color: #fff;
}
form.input_bg_grey input, form.input_bg_grey textarea, form.input_bg_grey select {
  background-color: #EEEEEE;
}
form input, form textarea, form select {
  border: solid 2px #fff;
}
form input:focus, form textarea:focus, form select:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: none;
  border-radius: 0;
  border-color: #A82F2D;
  border: solid 2px #A82F2D;
}
form .error, form .my-form-status {
  color: #A82F2D;
  font-weight: bold;
  margin: 0.2rem 0;
  font-size: 0.875rem;
  font-style: italic;
  text-align: left !important;
  white-space: break-spaces !important;
}
form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid #A82F2D;
  margin-right: 0.5rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
form input[type=checkbox]:checked {
  background-color: #585657;
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
form select {
  border: solid 2px #EEEEEE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  grid-template-areas: "select";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form select::-ms-expand {
  display: none;
}
form .select {
  position: relative;
}
form .select::after {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #EEEEEE;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  top: 50%;
  right: 1rem;
}
form.input_bg_grey .select::after {
  background-color: #585657;
}

#files-error {
  text-align: center !important;
}

.solutions_frame {
  height: 40vw;
  background-color: #EEEEEE;
}
@media (min-width: 767px) {
  .solutions_frame {
    height: 40vw;
  }
}

.solution-content-text .flouting-box-solution {
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
  z-index: 100;
}

@media (min-width: 640px) {

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

  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .md\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:pl-0 {
    padding-left: 0rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pr-0 {
    padding-right: 0rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {

  .xl\:relative {
    position: relative;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
