/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./assets/sass/style.scss ***!
  \***********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
! 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 {
  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: Inter, sans-serif; /* 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::-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::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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27none%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20stroke%3D%27%236b7280%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%271.5%27%20d%3D%27M6%208l4%204%204-4%27%2F%3E%3C%2Fsvg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: unset;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27white%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M12.207%204.793a1%201%200%20010%201.414l-5%205a1%201%200%2001-1.414%200l-2-2a1%201%200%20011.414-1.414L6.5%209.086l4.293-4.293a1%201%200%20011.414%200z%27%2F%3E%3C%2Fsvg%3E");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27white%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%273%27%2F%3E%3C%2Fsvg%3E");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27none%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20stroke%3D%27white%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272%27%20d%3D%27M4%208h8%27%2F%3E%3C%2Fsvg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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%;
}
@media (min-width: 360px){
  .container{
    max-width: 360px;
  }
}
@media (min-width: 415px){
  .container{
    max-width: 415px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1320px){
  .container{
    max-width: 1320px;
  }
}
@media (min-width: 1364px){
  .container{
    max-width: 1364px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-\[10px\]{
  left: 10px;
}
.top-\[8px\]{
  top: 8px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-\[-15px\]{
  top: -15px;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.top-\[-32px\]{
  top: -32px;
}
.top-\[91px\]{
  top: 91px;
}
.-top-2{
  top: -0.5rem;
}
.-right-1{
  right: -0.25rem;
}
.left-1\/2{
  left: 50%;
}
.top-1\/2{
  top: 50%;
}
.-top-1{
  top: -0.25rem;
}
.top-8{
  top: 2rem;
}
.top-12{
  top: 3rem;
}
.top-16{
  top: 4rem;
}
.top-\[88px\]{
  top: 88px;
}
.top-\[887px\]{
  top: 887px;
}
.top-\[87px\]{
  top: 87px;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-\[1\]{
  z-index: 1;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mt-16{
  margin-top: 4rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-auto{
  margin-left: auto;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-auto{
  margin-top: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-\[120px\]{
  margin-bottom: 120px;
}
.ml-8{
  margin-left: 2rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[16\/7\]{
  aspect-ratio: 16 / 7;
}
.h-full{
  height: 100%;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-5{
  height: 1.25rem;
}
.h-\[40px\]{
  height: 40px;
}
.h-14{
  height: 3.5rem;
}
.h-\[348px\]{
  height: 348px;
}
.h-auto{
  height: auto;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[200px\]{
  height: 200px;
}
.h-12{
  height: 3rem;
}
.h-10{
  height: 2.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-9{
  height: 2.25rem;
}
.max-h-6{
  max-height: 1.5rem;
}
.min-h-\[480px\]{
  min-height: 480px;
}
.min-h-\[360px\]{
  min-height: 360px;
}
.min-h-\[372px\]{
  min-height: 372px;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-5{
  width: 1.25rem;
}
.w-\[40px\]{
  width: 40px;
}
.w-14{
  width: 3.5rem;
}
.w-auto{
  width: auto;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-\[1px\]{
  width: 1px;
}
.w-2{
  width: 0.5rem;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-\[280px\]{
  width: 280px;
}
.w-9{
  width: 2.25rem;
}
.w-\[304px\]{
  width: 304px;
}
.\!w-full{
  width: 100% !important;
}
.min-w-\[48px\]{
  min-width: 48px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[80px\]{
  min-width: 80px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[664px\]{
  max-width: 664px;
}
.max-w-\[760px\]{
  max-width: 760px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[412px\]{
  max-width: 412px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.translate-x-4{
  --tw-translate-x: 1rem;
  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-1\/2{
  --tw-translate-y: -50%;
  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-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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{
  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));
}
@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.columns-4{
  -moz-columns: 4;
       columns: 4;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.\!gap-2{
  gap: 0.5rem !important;
}
.gap-3{
  gap: 0.75rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded{
  border-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(21, 18, 38, var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-grayBorder{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 246, var(--tw-border-opacity));
}
.border-white\/20{
  border-color: rgba(255, 255, 255, 0.2);
}
.\!border-brand{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 54, 53, var(--tw-border-opacity)) !important;
}
.border-accent{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 246, var(--tw-border-opacity));
}
.border-\[\#E3E6EB\]{
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 235, var(--tw-border-opacity));
}
.bg-brand{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 54, 53, var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-brand50{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 249, 253, var(--tw-bg-opacity));
}
.bg-black\/20{
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 18, 38, var(--tw-bg-opacity));
}
.bg-white\/20{
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-\[\#FBF8F4\]{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 248, 244, var(--tw-bg-opacity));
}
.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 246, var(--tw-bg-opacity));
}
.bg-black\/30{
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-\[\#F8FAFC\]{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 178, 194, var(--tw-bg-opacity));
}
.bg-white\/95{
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-light{
  background-color: rgba(255,255,255,0.64);
}
.bg-grayBorder{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 246, var(--tw-bg-opacity));
}
.bg-gray400{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 178, 194, var(--tw-bg-opacity));
}
.bg-\[rgba\(233\2c 54\2c 53\2c 0\.08\)\]{
  background-color: rgba(233,54,53,0.08);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pt-\[160px\]{
  padding-top: 160px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.text-center{
  text-align: center;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgba(21, 18, 38, var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(168, 178, 194, var(--tw-text-opacity));
}
.text-brand{
  --tw-text-opacity: 1;
  color: rgba(233, 54, 53, var(--tw-text-opacity));
}
.text-white64{
  color: rgba(255,255,255,0.64);
}
.text-white\/50{
  color: rgba(255, 255, 255, 0.5);
}
.text-white\/60{
  color: rgba(255, 255, 255, 0.6);
}
.text-gray400{
  --tw-text-opacity: 1;
  color: rgba(168, 178, 194, var(--tw-text-opacity));
}
.\!text-brand{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 54, 53, var(--tw-text-opacity)) !important;
}
.text-gray300{
  --tw-text-opacity: 1;
  color: rgba(205, 213, 223, var(--tw-text-opacity));
}
.text-gray600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 101, var(--tw-text-opacity));
}
.text-gray500{
  --tw-text-opacity: 1;
  color: rgba(128, 143, 163, var(--tw-text-opacity));
}
.text-white80{
  color: rgba(255,255,255,0.80);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-primary\/70{
  color: rgba(21, 18, 38, 0.7);
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(21, 18, 38, var(--tw-text-opacity)) !important;
}
.overline{
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.opacity-100{
  opacity: 1;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_1px_2px_0_\#E3E6EB\]{
  --tw-shadow: 0 1px 2px 0 #E3E6EB;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  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);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:border-brand:hover{
  --tw-border-opacity: 1;
  border-color: rgba(233, 54, 53, var(--tw-border-opacity));
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(21, 18, 38, var(--tw-border-opacity));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 54, 53, var(--tw-bg-opacity));
}
.hover\:bg-\[\#eaebee\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 235, 238, var(--tw-bg-opacity));
}
.hover\:bg-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 246, var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(21, 18, 38, var(--tw-text-opacity));
}
.hover\:text-brand:hover{
  --tw-text-opacity: 1;
  color: rgba(233, 54, 53, var(--tw-text-opacity));
}
.hover\:shadow-\[0_16px_64px_-16px_rgba\(21\2c 18\2c 38\2c 0\.40\)\]:hover{
  --tw-shadow: 0 16px 64px -16px rgba(21,18,38,0.40);
  --tw-shadow-colored: 0 16px 64px -16px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.group:hover .group-hover\:\!bg-brand{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 54, 53, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white\/80{
  color: rgba(255, 255, 255, 0.8);
}
.group:hover .group-hover\:text-gray400{
  --tw-text-opacity: 1;
  color: rgba(168, 178, 194, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 415px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pl-16{
    padding-left: 4rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:visible{
    visibility: visible;
  }
  .lg\:static{
    position: static;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:ml-8{
    margin-left: 2rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mb-\[120px\]{
    margin-bottom: 120px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[600px\]{
    height: 600px;
  }
  .lg\:h-\[312px\]{
    height: 312px;
  }
  .lg\:h-\[240px\]{
    height: 240px;
  }
  .lg\:min-h-\[416px\]{
    min-height: 416px;
  }
  .lg\:max-w-\[656px\]{
    max-width: 656px;
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:pt-\[180px\]{
    padding-top: 180px;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1320px){
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1364px){
  .xxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:border-r{
    border-right-width: 1px;
  }
  .xxl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.Card {
  background-color: #fff;
}
.Card__link{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  border-radius: 16px;
  height: 100%;
  padding: 15px;
}
.Card__link:hover .Card__thumbnail img {
  transform: scale(1.1);
}
.Card__thumbnail {
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.Card__thumbnail img {
  transition: transform 200ms linear;
}
.Card__title {
  display: block;
  font-size: 2rem;
  margin-bottom: 15px;
}
.Card__excerpt {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.Card__button {
  margin-top: auto;
}
.Container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1320px;
  width: 100%;
}
.Container--space{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1364px) {
  .Container{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.Hamburger {
  align-items: center;
  background-color: transparent !important;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  outline: transparent;
  padding: 0;
  transition: 0.2s ease;
  width: 25px;
  z-index: 998;
}
@media (min-width: 1024px) {
  .Hamburger {
    display: none;
  }
}
.Hamburger__container {
  cursor: pointer;
  display: block;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 25px;
}
.Hamburger__item {
  background: #E93635;
  border-radius: 1px;
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.Hamburger__item:nth-child(1) {
  top: 0px;
}
.Hamburger__item:nth-child(2) {
  top: 9px;
  width: 100%;
}
.Hamburger__item:nth-child(3) {
  top: 18px;
}
.Hamburger--open .Hamburger__item:nth-child(1) {
  left: 0px;
  top: 9px;
  transform: rotate(45deg);
}
.Hamburger--open .Hamburger__item:nth-child(2) {
  opacity: 0;
  width: 0%;
}
.Hamburger--open .Hamburger__item:nth-child(3) {
  left: 0px;
  top: 9px;
  transform: rotate(-45deg);
}
.Section {
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .Section {
    padding: 96px 0;
  }
}
.Meta {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 15px;
}
.Meta__author, .Meta__date {
  color: #cccccc;
  font-size: 1.3rem;
}
.Meta__date {
  margin-left: 25px;
}
.Content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .Content {
    padding-left: 0;
    padding-right: 0;
  }
}
.Content--post {
  max-width: 768px;
}
input[type=text], input[type=email], input[type=number], textarea, select{
  border-radius: 4px;
}
label{
  cursor: pointer;
}
.forminator-field{
  position: relative;
  display: flex;
  flex-direction: column;
}
.forminator-field label.forminator-label{
  position: absolute;
  left: 10px;
  top: 8px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.forminator-field label[for*=select]{
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
}
.forminator-field.forminator-is_active label.forminator-label, .forminator-field.forminator-is_filled label.forminator-label{
  top: -15px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.forminator-field.forminator-is_filled input{
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.forminator-field.forminator-has_error input{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.forminator-field.forminator-has_error .forminator-error-message{
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.forminator-field .forminator-radio, .forminator-field .forminator-checkbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.forminator-field .forminator-radio label, .forminator-field .forminator-checkbox label{
  margin-bottom: 0.5rem;
}
.forminator-field .forminator-radio input, .forminator-field .forminator-checkbox input{
  margin-right: 0.5rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
button,
.Button {
  cursor: pointer;
}
button:not(.Button--no-style):not(.plyr__control):not(.gbtn), .Button:not(.Button--no-style):not(.plyr__control):not(.gbtn){
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(233, 54, 53, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
button:not(.Button--no-style):not(.plyr__control):not(.gbtn):hover, .Button:not(.Button--no-style):not(.plyr__control):not(.gbtn):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 18, 38, var(--tw-bg-opacity));
}
@media (min-width: 768px){
  button:not(.Button--no-style):not(.plyr__control):not(.gbtn), .Button:not(.Button--no-style):not(.plyr__control):not(.gbtn){
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
button--secondary:not(.Button--no-style):not(.plyr__control):not(.gbtn), .Button--secondary:not(.Button--no-style):not(.plyr__control):not(.gbtn){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(21, 18, 38, var(--tw-text-opacity));
}
button--secondary:not(.Button--no-style):not(.plyr__control):not(.gbtn):hover, .Button--secondary:not(.Button--no-style):not(.plyr__control):not(.gbtn):hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style):not(.plyr__control):not(.gbtn), .Button--outline:not(.Button--no-style):not(.plyr__control):not(.gbtn){
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(21, 18, 38, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style):not(.plyr__control):not(.gbtn):hover, .Button--outline:not(.Button--no-style):not(.plyr__control):not(.gbtn):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 235, var(--tw-bg-opacity));
}
button--text:not(.Button--no--style):not(.plyr__control):not(.gbtn), .Button--text:not(.Button--no--style):not(.plyr__control):not(.gbtn){
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(21, 18, 38, var(--tw-text-opacity));
}
button--text:not(.Button--no--style):not(.plyr__control):not(.gbtn):hover, .Button--text:not(.Button--no--style):not(.plyr__control):not(.gbtn):hover{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(168, 178, 194, var(--tw-text-opacity));
}
button.single_add_to_cart_button {
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  text-align: center;
  background-color: #E93635 !important;
  color: white !important;
  display: flex !important;
  gap: 16px;
  align-items: center !important;
  transition: all 0.2s ease-in-out !important;
}
button.single_add_to_cart_button:hover {
  background-color: white !important;
  color: #E93635 !important;
}
button.single_add_to_cart_button:hover svg path {
  stroke: #E93635 !important;
}
button.single_add_to_cart_button svg.button-spinner {
  margin-left: 20px;
  display: none;
}
button.single_add_to_cart_button.is-adding svg {
  display: block;
}
.Button.Button--secondary svg path {
  stroke: #151226;
}
.Button.Button--secondary:hover svg path {
  stroke: white;
}
.Loader {
  display: none;
}
.Loader.show {
  display: flex;
}
.Loader .bt-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #222;
  border-top-color: #A8B2C2;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* inter-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url(../d4df0f412c06b4f26c1b.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../3a1b0998d5df4a7e374a.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url(../dfc2fe9e6c4ce43a2870.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../1232cc3de730e94f1d6d.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../67eae19fbb584a17a138.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  margin-bottom: 16px;
}
.MainHeadline {
  font-size: clamp(2.25rem, 1.5rem + 3.75vw, 6rem);
  line-height: 1;
  letter-spacing: -1.92px;
  font-weight: 600;
}
h1,
.h1 {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 4.5rem);
  line-height: 105%;
  letter-spacing: -1.44px;
}
h1 strong,
.h1 strong {
  font-weight: 500;
  color: #A8B2C2;
}
.BannerPage:not(.page-child) h1 strong,
.BannerPage:not(.page-child) .h1 strong {
  color: rgba(255, 255, 255, 0.64);
}
h2,
.h2 {
  font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3.5rem);
  line-height: 110%;
  letter-spacing: -0.84px;
}
h2 strong,
.h2 strong {
  font-weight: 500;
  color: #A8B2C2;
}
h3,
.h3 {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  line-height: 115%;
  letter-spacing: -0.32px;
}
h3 strong,
.h3 strong {
  font-weight: 500;
  color: #A8B2C2;
}
h4,
.h4 {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 115%;
  letter-spacing: -0.24px;
}
h4 strong,
.h4 strong {
  font-weight: 500;
  color: #A8B2C2;
}
h5,
.h5 {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.24px;
}
h6,
.h6 {
  font-size: max(1rem, min(1vw, 1rem));
}
p {
  margin-bottom: 16px;
}
p strong {
  font-weight: 500;
}
ul,
ol {
  margin-bottom: 16px;
}
ul li,
ol li {
  margin-bottom: 16px;
}
.Content ul,
.Content ol {
  list-style-position: outside !important;
  padding-left: 20px;
}
.Content ul li, .Content ol li{
  margin-bottom: 1rem;
  margin-bottom: 15px;
}
.Content ol{
  list-style-position: inside;
  list-style-type: decimal;
}
.Content ol li::marker {
  color: #151226;
}
.Content ul{
  list-style-position: inside;
  list-style-type: disc;
}
.Content ul li::marker {
  color: #151226;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
body {
  font-family: Inter, sans-serif;
  transition: overflow 0.2s ease-in-out;
  color: #151226;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
body.no-scroll {
  overflow-y: hidden;
}
body.home main {
  overflow-x: hidden;
}
a {
  color: #151226;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.LightHeading .Breadcrumbs_seo a {
  color: rgba(255, 255, 255, 0.64);
}
.LightHeading .Breadcrumbs_seo span {
  color: white;
}
.LightHeading .Breadcrumbs_seo .breadcrumbs_icon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M8%207L12%2011L8%2015%27%20stroke%3D%27%23fff%27%20stroke-opacity%3D%270.32%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E%0A");
}
.Breadcrumbs_seo {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}
.Breadcrumbs_seo span,
.Breadcrumbs_seo a {
  font-weight: 500;
}
.Breadcrumbs_seo a {
  color: #A8B2C2;
}
.Breadcrumbs_seo .breadcrumbs_icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M8%207L12%2011L8%2015%27%20stroke%3D%27%23CDD5DF%27%20stroke-opacity%3D%270.32%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E%0A");
}
.WhiteBgIcon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 100%;
}
.WhiteBgIcon img {
  height: auto;
}
.HomeBannerIcons .kb-advanced-slide-inner-wrap {
  padding: 0;
}
.wp-block-kadence-countup .kb-count-up-process {
  font-size: clamp(3rem, 2.4rem + 3vw, 6rem);
  line-height: 120%;
  letter-spacing: -0.96px;
}
.Logos_slider figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Logos_slider img {
  height: auto;
  max-height: 54px;
  width: auto !important;
}
.Logos_slider .swiper-slide {
  height: auto !important;
}
.WorkOffer__info > .kt-inside-inner-col p:not(:last-of-type) {
  padding-right: 24px;
  border-right: 1px solid #CDD5DF;
}
.h-full {
  height: 100%;
}
.Homepage__logos_btn {
  width: 100%;
}
.Homepage__logos_btn .Button {
  min-height: 96px;
  border-radius: 2px;
  width: 100% !important;
}
.Homepage__logos .wp-block-image {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.Homepage__logos .wp-block-image img {
  max-height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-button-disabled {
  opacity: 0.4;
}
.wp-block-makeiteasy-slider .swiper-button-prev,
.wp-block-makeiteasy-slider .swiper-button-next {
  display: none;
}
.Process__slider .swiper-slide {
  height: auto;
}
.Process__slider .swiper-slide > .wp-block-kadence-column {
  height: 100%;
}
.Process__slider .swiper-slide > .wp-block-kadence-column > .kt-inside-inner-col {
  height: 100%;
}
.Process__slider .Process__index {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E93635;
  border-radius: 100%;
}
.Process__slider .Process__time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.CareerForm {
  /* =============================================
  Kadence Advanced Form — File Upload Fields
  ============================================= */
  /* Ukrycie natywnego przycisku "Wybierz plik" */
  /* Ikona spinacza */
  /* Etykieta — zastępuje natywny tekst "Brak wybranego pliku"
  Działa tylko gdy plik NIE jest wybrany (input pusty).
  Używa atrybutu data-label z HTML Kadence */
  /* Hover */
  /* Focus */
  /* Etykieta pomocnicza pod polem */
}
.CareerForm .kb-adv-form-file-type-input {
  position: relative;
}
.CareerForm .kb-adv-form-file-type-input input[type=file]::-webkit-file-upload-button {
  display: none;
}
.CareerForm .kb-adv-form-file-type-input input[type=file]::file-selector-button {
  display: none;
}
.CareerForm .kb-adv-form-file-type-input input[type=file] {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  background: transparent;
  border: 1.5px dashed rgba(120, 120, 200, 0.4);
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
  color: rgba(160, 160, 210, 0.7);
  /* kolor tekstu nazwy pliku po wybraniu */
}
.CareerForm .kb-adv-form-file-type-input::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: rgba(160, 160, 210, 0.7);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M2%209.43198L8.89429%202.53769C10.9445%200.487437%2014.2687%200.487437%2016.319%202.53769C18.3692%204.58794%2018.369%207.91224%2016.3187%209.96249L8.36377%2017.9174C6.99693%2019.2843%204.78123%2019.2841%203.4144%2017.9173C2.04756%2016.5504%202.04723%2014.3346%203.41406%2012.9677L11.369%205.01279C12.0524%204.32937%2013.1611%204.32937%2013.8445%205.01279C14.5279%205.6962%2014.5274%206.80398%2013.844%207.4874L6.94971%2014.3817%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M2%209.43198L8.89429%202.53769C10.9445%200.487437%2014.2687%200.487437%2016.319%202.53769C18.3692%204.58794%2018.369%207.91224%2016.3187%209.96249L8.36377%2017.9174C6.99693%2019.2843%204.78123%2019.2841%203.4144%2017.9173C2.04756%2016.5504%202.04723%2014.3346%203.41406%2012.9677L11.369%205.01279C12.0524%204.32937%2013.1611%204.32937%2013.8445%205.01279C14.5279%205.6962%2014.5274%206.80398%2013.844%207.4874L6.94971%2014.3817%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  pointer-events: none;
  z-index: 1;
}
.CareerForm .kb-adv-form-file-type-input::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(160, 160, 210, 0.7);
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 4rem);
}
.CareerForm .kb-adv-form-file-type-input:hover input[type=file] {
  border-color: rgba(140, 140, 220, 0.7);
  background: rgba(255, 255, 255, 0.03);
}
.CareerForm .kb-adv-form-file-type-input input[type=file]:focus {
  outline: none;
  border-color: rgba(160, 160, 240, 0.85);
}
.CareerForm .kb-adv-form-file-type-input .kb-adv-form-help {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(100, 100, 160, 0.8);
  letter-spacing: 0.01em;
  border-top: 1px solid rgba(100, 100, 160, 0.2);
  padding-top: 4px;
}
.CareerForm .kb-adv-form-help {
  color: white !important;
  font-size: 14px !important;
  margin-top: 12px !important;
  border: none !important;
}
.CareerForm select option {
  color: black !important;
}
.CareerForm .kb-radio-check-item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.CareerForm .kb-radio-check-item label p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
}
.CareerForm .kb-radio-check-item label p a {
  color: white;
}
.CareerForm .kb-radio-check-item input {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  box-shadow: none !important;
  outline: none !important;
}
.kt-modal-close {
  padding: 20px !important;
}
.kb-btn-global-custom {
  color: #151226 !important;
  background-color: white !important;
  border: none !important;
}
.kb-btn-global-custom:hover {
  background-color: #151226 !important;
  color: white !important;
}
.kt-modal-content .kb-advanced-form .kb-adv-form-file-type-input .kb-adv-form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.kt-modal-content .kb-advanced-form .kb-adv-form-file-type-input {
  position: relative;
}
.kt-modal-content .kb-advanced-form .kb-adv-form-file-type-input .kb-file-field {
  display: block;
  width: 100%;
  min-height: 90px;
  border: 1.5px dashed #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  cursor: pointer;
  padding: 28px 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #111;
  text-align: center;
}
.kt-modal-content .kb-advanced-form .kb-adv-form-file-type-input .kb-file-field::-webkit-file-upload-button {
  display: none;
}
.kt-modal-content .kb-advanced-form .kb-adv-form-file-type-input .kb-file-field::file-selector-button {
  display: none;
}
.kt-modal-content .kb-advanced-form .kb-adv-form-file-type-input .kb-file-field:hover {
  border-color: #9ca3af;
  background: #fff;
}
.kt-modal-content .kb-advanced-form .kb-adv-form-help {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
  margin-top: 6px;
}
.kt-modal-content .kb-advanced-form .kb-radio-check-item p {
  margin-bottom: 0;
}
.kt-modal-content .kb-advanced-form .kb-radio-check-item label {
  color: #A8B2C2;
}
.kt-modal-content .kb-advanced-form .kb-radio-check-item label a {
  color: #E93635;
  font-weight: 500;
}
.ProductBannerSlider {
  position: absolute;
  bottom: 0;
  right: 0;
}
.kce_knowledge .kb-section-has-link .wp-block-safe-svg-svg-icon {
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kce_knowledge .kb-section-has-link svg path,
.kce_knowledge .kb-section-has-link h4 {
  transition: all 0.2s ease-in-out;
}
.kce_knowledge .kb-section-has-link:hover h4 {
  color: #E93635;
}
.kce_knowledge .kb-section-has-link:hover svg path {
  fill: #E93635;
}
.single-post .swiper-slide {
  height: auto;
}
.sr-only,
.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}
.Flex {
  display: flex;
}
.Flex--align-center {
  align-items: center;
}
.Flex--center {
  justify-content: center;
}
.Flex--center-full {
  align-items: center;
  justify-content: center;
}
.Flex--column {
  flex-direction: column;
}
.Flex--end {
  justify-content: flex-end;
}
.Flex--responsive {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .Flex--responsive {
    flex-direction: row;
  }
}
.Flex--space-between {
  justify-content: space-between;
}
.Grid {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
}
.Grid[data-columns="1"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="1"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="1"] {
    grid-template-columns: repeat(auto-fill, minmax(1128px, 1fr));
  }
}
.Grid[data-columns="2"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="2"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="2"] {
    grid-template-columns: repeat(auto-fill, minmax(548px, 1fr));
  }
}
.Grid[data-columns="3"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="3"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="3"] {
    grid-template-columns: repeat(auto-fill, minmax(354.6666666667px, 1fr));
  }
}
.Grid[data-columns="4"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="4"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="4"] {
    grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  }
}
.Grid[data-columns="5"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="5"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="5"] {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.Grid[data-columns="6"] {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .Grid[data-columns="6"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Grid[data-columns="6"] {
    grid-template-columns: repeat(auto-fill, minmax(161.3333333333px, 1fr));
  }
}
.Header--sticky{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 1024px){
  .Header--sticky{
    padding-top: 0px;
  }
}
.Header__logo-white {
  display: none;
}
@media (min-width: 1024px) {
  .Header__menu {
    transform: none !important;
  }
}
.Header__menu--active{
  visibility: visible;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}
.WorkersPopup__contact a.Header__menu--active {
  display: flex;
}
.Header__open-search-form svg {
  height: 20px;
}
body.BannerPage .Header:not(.Header--sticky) {
  background-color: transparent;
}
body:not(.BannerPage) > main {
  margin-top: 88px;
}
@media (min-width: 1024px) {
  body:not(.BannerPage) > main {
    margin-top: 128px;
  }
}
body.LightHeading .Header:not(.Header--sticky) .Header__logo-default {
  display: none;
}
body.LightHeading .Header:not(.Header--sticky) .Header__logo-white {
  display: block;
}
@media (min-width: 1024px) {
  body.LightHeading .Header:not(.Header--sticky) .Navigation > .Navigation__item > .Navigation__itemWrapper > a {
    color: white;
  }
  body.LightHeading .Header:not(.Header--sticky) .Navigation > .Navigation__item > .Navigation__itemWrapper > .Navigation__chevron svg path {
    stroke: white;
  }
}
body.LightHeading .Header:not(.Header--sticky) .wpml button {
  color: white;
}
body.LightHeading .Header:not(.Header--sticky) .wpml button svg path {
  stroke: white;
}
.Pagination {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .Pagination {
    padding: 50px 0;
  }
}
.Pagination__list {
  list-style: none;
}
.Pagination li {
  margin-bottom: 0;
}
.Pagination .woocommerce-pagination ul.page-numbers {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Pagination .woocommerce-pagination ul.page-numbers span {
  color: #fff;
  background-color: #A8B2C2;
}
.Pagination .woocommerce-pagination ul.page-numbers a {
  color: #A8B2C2;
  background-color: #fff;
}
.Pagination .woocommerce-pagination ul.page-numbers a,
.Pagination .woocommerce-pagination ul.page-numbers span {
  margin: 0 5px;
  width: 56px;
  height: 56px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProductsPagination .Pagination__list {
  justify-content: center;
}
.Breadcrumbs {
  margin-top: 45px;
  margin-bottom: 45px;
}
.Breadcrumbs span {
  color: #151226;
}
.Accordions__single {
  border-bottom: 1px solid #E3E6EB;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.Accordions__single .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 16px 16px 16px 16px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .Accordions__single .heading {
    padding: 24px 20px 24px 20px;
  }
}
.Accordions__single .heading p {
  margin-bottom: 0;
}
.Accordions__single .heading .icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.Accordions__single .heading .icon::after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  background-color: #A8B2C2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.2s ease-in-out;
}
.Accordions__single .heading .icon::before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  background-color: #A8B2C2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.Accordions__single .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
  opacity: 0;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .Accordions__single .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Accordions__single.active {
  background-color: #F8FAFC;
}
.Accordions__single.active .content {
  opacity: 1;
}
.Accordions__single.active .heading .icon::before {
  opacity: 0;
  background-color: #E93635;
}
.Accordions__single.active .heading .icon::after {
  background-color: #E93635;
}
.Accordions__single:hover .heading {
  color: black;
}
.Accordions__single:hover .heading .icon::before {
  opacity: 0;
  background-color: #E93635;
}
.Accordions__single:hover .heading .icon::after {
  background-color: #E93635;
}
.basic-slider {
  height: calc(100vh - 64px);
}
.logged-in .basic-slider {
  height: calc(100vh - 96px);
}
.basic-slider-pagination {
  display: flex;
  flex-direction: column;
  width: 60px !important;
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .basic-slider-pagination {
    left: auto !important;
    right: 0 !important;
  }
}
.swiper-pagination-current {
  font-size: 18px;
  left: -35px;
  position: relative;
}
.swiper-pagination-current::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  opacity: 0.4;
  position: relative;
  transform: rotate(-45deg);
  width: 60px;
}
.swiper-navigation-container,
.swiper-pagination-container {
  position: absolute;
  z-index: 15;
}
.swiper-navigation-container {
  align-items: center;
  bottom: 50px;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 1320px) {
  .swiper-navigation-container {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-navigation-container {
    justify-content: flex-end;
    padding-right: 40px;
  }
  .swiper-navigation-container button:first-of-type {
    margin-right: 30px;
  }
}
.swiper-pagination-container {
  top: 150px;
  left: 40px;
}
@media (min-width: 1320px) {
  .swiper-pagination-container {
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-pagination-container {
    left: auto;
    right: 40px;
  }
}
.Faq__single {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}
.Faq__single .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0 0 16px 0;
  color: #bebebe;
  transition: all 0.2s ease-in-out;
}
.Faq__single .heading p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.Faq__single .heading .icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.Faq__single .heading .icon::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  background-color: #bebebe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.2s ease-in-out;
}
.Faq__single .heading .icon::before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: #bebebe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.Faq__single .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
  opacity: 0;
  padding-right: 24px;
}
.Faq__single.active {
  border-color: black;
}
.Faq__single.active .content {
  opacity: 1;
}
.Faq__single.active .heading {
  color: black;
}
.Faq__single.active .heading .icon::before {
  opacity: 0;
  background-color: black;
}
.Faq__single.active .heading .icon::after {
  background-color: black;
}
.Faq__single:hover {
  border-color: black;
}
.Faq__single:hover .heading {
  color: black;
}
.Faq__single:hover .heading .icon::before {
  background-color: black;
}
.Faq__single:hover .heading .icon::after {
  background-color: black;
}
.GlobeAnimation {
  display: grid;
  align-items: center;
  grid-gap: 80px;
  gap: 80px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .GlobeAnimation {
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
  }
}
.GlobeAnimation__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .GlobeAnimation__col {
    margin-top: 90px;
    gap: 52px;
  }
}
.GlobeAnimation__col--left .GlobeAnimation__single::before {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .GlobeAnimation__col--left .GlobeAnimation__single:nth-child(1) {
    margin-left: 80px;
  }
}
@media (min-width: 1320px) {
  .GlobeAnimation__col--left .GlobeAnimation__single:nth-child(1) {
    margin-left: 140px;
  }
}
@media (min-width: 768px) {
  .GlobeAnimation__col--left .GlobeAnimation__single:nth-child(3) {
    margin-left: 80px;
  }
}
@media (min-width: 1320px) {
  .GlobeAnimation__col--left .GlobeAnimation__single:nth-child(3) {
    margin-left: 140px;
  }
}
.GlobeAnimation__col--right {
  text-align: right;
}
.GlobeAnimation__col--right .GlobeAnimation__single::before {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .GlobeAnimation__col--right .GlobeAnimation__single:nth-child(1) {
    margin-right: 80px;
  }
}
@media (min-width: 1320px) {
  .GlobeAnimation__col--right .GlobeAnimation__single:nth-child(1) {
    margin-right: 140px;
  }
}
@media (min-width: 768px) {
  .GlobeAnimation__col--right .GlobeAnimation__single:nth-child(3) {
    margin-right: 80px;
  }
}
@media (min-width: 1320px) {
  .GlobeAnimation__col--right .GlobeAnimation__single:nth-child(3) {
    margin-right: 140px;
  }
}
.GlobeAnimation__single {
  position: relative;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .GlobeAnimation__single {
    min-height: 110px;
  }
}
.GlobeAnimation__single::before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #808FA3 0px, #808FA3 2px, transparent 2px, transparent 24px);
}
@media (min-width: 768px) {
  .GlobeAnimation__single::before {
    width: 112%;
  }
}
.GlobeAnimation__single p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1320px) {
  .GlobeAnimation__single p {
    font-size: 20px;
  }
}
.GlobeAnimation__single div {
  font-size: 14px;
  color: #808FA3;
}
@media (min-width: 1320px) {
  .GlobeAnimation__single div {
    font-size: 16px;
  }
}
.GlobeAnimation .GlobeOuter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.GlobeAnimation .GlobeInner {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.GlobeAnimation .GlobeInner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.GlobeAnimation__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: visible;
  z-index: 3;
  border-radius: 100%;
}
.GlobeAnimation__ring--outer {
  -webkit-animation: globe-spin 30s linear infinite;
          animation: globe-spin 30s linear infinite;
  z-index: 2;
}
@-webkit-keyframes globe-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes globe-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.History__content {
  display: grid;
}
.History__single {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .History__single {
    flex-direction: row;
    gap: 64px;
    justify-content: center;
  }
}
.History__single .data {
  font-size: clamp(4.5rem, 3.9rem + 3vw, 7.5rem);
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -2.4px;
  color: #E3E6EB;
}
.History__single .desc {
  color: #4B5565;
}
.History__nav-sep {
  flex-shrink: 0;
  width: 48px;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #808FA3 0px, #808FA3 2px, transparent 2px, transparent 12px);
}
@media (max-width: 1023px) {
  .History__nav-sep {
    display: none;
  }
}
.History__single.active {
  opacity: 1;
  pointer-events: auto;
}
.History__nav {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 64px;
  overflow-x: auto;
  position: relative;
  align-items: center;
}
@media (min-width: 1024px) {
  .History__nav {
    margin-bottom: 120px;
    justify-content: space-between;
    gap: 8px;
  }
}
.History__nav button {
  font-size: 18px;
  color: #A8B2C2;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 40px;
  background-color: white;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .History__nav button {
    padding: 20px 32px;
    font-size: 20px;
  }
}
.History__nav button:hover, .History__nav button.active {
  color: white;
  background-color: #E93635;
}
.Hotspot__media {
  position: relative;
  display: block;
  width: 100%;
}
.Hotspot__image, .Hotspot__video {
  display: block;
  width: 100%;
  height: auto;
}
.Hotspot__spot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.Hotspot__spot:hover .Hotspot__pill {
  gap: 8px;
  padding: 10px 14px 10px 10px;
}
.Hotspot__spot:hover .Hotspot__label {
  max-width: 200px;
  opacity: 1;
}
.Hotspot__pill {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 999px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #151226;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: padding 0.3s ease, gap 0.3s ease;
}
.Hotspot__plus {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.Hotspot__label {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width 0.3s ease, opacity 0.2s ease;
}
.SingleIndustry {
  padding: 40px 32px;
  border-radius: 4px;
  background-color: #EEF2F6;
  min-height: 360px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .SingleIndustry {
    min-height: 480px;
  }
}
.SingleIndustry .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.SingleIndustry .content {
  display: flex;
  flex-direction: column;
}
.SingleIndustry h4.title {
  margin-bottom: 8px;
  margin-top: 0;
  transition: color 0.3s ease, margin-top 0.3s ease;
}
.SingleIndustry .desc {
  color: #808FA3;
  max-height: 200px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.2s ease, opacity 0.3s ease;
}
.SingleIndustry::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EEF2F6;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 0;
}
.SingleIndustry::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
}
.SingleIndustry:hover {
  box-shadow: 0 16px 64px -16px rgba(21, 18, 38, 0.4);
}
.SingleIndustry:hover::before {
  opacity: 0;
}
.SingleIndustry:hover::after {
  opacity: 1;
}
.SingleIndustry:hover .icon {
  opacity: 0;
}
.SingleIndustry:hover h4.title {
  margin-top: auto;
  color: white;
}
.SingleIndustry:hover .desc {
  max-height: 0;
  opacity: 0;
}
.SingleIndustry > * {
  position: relative;
  z-index: 1;
}
.Offer__nav {
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .Offer__nav {
    justify-content: flex-end;
  }
}
.Offer__nav button {
  padding: 24px 8px;
  border-bottom: 2px solid #EEF2F6;
  font-size: 18px;
  color: #808FA3;
  font-weight: 500;
}
@media (min-width: 768px) {
  .Offer__nav button {
    padding: 32px 16px;
    font-size: 20px;
  }
}
.Offer__nav button.is-active {
  border-color: #E93635;
}
.Offer__tab.is-active {
  color: #151226;
}
.Offer__content {
  display: none;
}
.Offer__content.is-active {
  display: block;
}
.Offer .swiper-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEF2F6;
}
.Offer .swiper-nav .swiper-button-lock {
  display: block !important;
}
.Process {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.Process .GlobeOuter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
  min-width: 580px;
}
@media (max-width: 767px) {
  .Process .GlobeOuter {
    transform: scale(0.8);
    min-height: 360px;
    min-width: 360px;
  }
}
.Process .GlobeInner {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.Process .GlobeInner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Process__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  border-radius: 100%;
  z-index: 3;
}
.Process__ring--outer {
  -webkit-animation: globe-spin 30s linear infinite;
          animation: globe-spin 30s linear infinite;
  z-index: 4;
}
.Process__item {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  overflow: hidden;
  width: 60px;
  transition: width 0.3s ease;
}
.Process__item:hover {
  width: 200px;
}
.Process__label {
  color: #A8B2C2;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
}
.Process__item:hover .Process__label {
  opacity: 1;
}
.Process__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Process__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.Process__label {
  padding-right: 16px;
  color: #A8B2C2;
  font-weight: 600;
  font-size: 16px;
}
@keyframes globe-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.SingleProduct {
  padding: 40px 16px;
  border-radius: 4px;
  background-color: #EEF2F6;
  min-height: 360px;
  gap: 24px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border: 1px solid #EEF2F6;
}
@media (min-width: 1024px) {
  .SingleProduct {
    min-height: 480px;
    padding: 40px 32px;
  }
}
.SingleProduct .content {
  display: flex;
  flex-direction: column;
  transition: color 0.3s ease, margin-top 0.3s ease;
}
.SingleProduct h4.title {
  margin-bottom: 8px;
  margin-top: 0;
  transition: color 0.3s ease, margin-top 0.3s ease;
}
.SingleProduct .desc {
  color: #808FA3;
  transition: color 0.3s ease, margin-top 0.3s ease;
}
.SingleProduct img {
  height: 180px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .SingleProduct img {
    height: 240px;
  }
}
.SingleProduct:hover {
  background-color: white;
}
.SingleProduct:hover .title {
  color: #A8B2C2;
}
.SingleProduct:hover .desc {
  color: #A8B2C2;
}
.products-list {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
}
.products-list.columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.products-list.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.products-list.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.products-list.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.products-list.columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.products-list.columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.products-list.columns-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.products-list.columns-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.SingleService {
  padding: 40px 32px;
  border-radius: 4px;
  background-color: #EEF2F6;
  min-height: 360px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .SingleService {
    min-height: 480px;
  }
}
.SingleService .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.SingleService .content {
  display: flex;
  flex-direction: column;
}
.SingleService h4.title {
  margin-bottom: 8px;
  margin-top: 0;
  transition: color 0.3s ease, margin-top 0.3s ease;
}
.SingleService .desc {
  color: #808FA3;
  max-height: 200px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.2s ease, opacity 0.3s ease;
}
.SingleService::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EEF2F6;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 0;
}
.SingleService::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
}
.SingleService:hover {
  box-shadow: 0 16px 64px -16px rgba(21, 18, 38, 0.4);
}
.SingleService:hover::before {
  opacity: 0;
}
.SingleService:hover::after {
  opacity: 1;
}
.SingleService:hover .icon {
  opacity: 0;
}
.SingleService:hover h4.title {
  margin-top: auto;
  color: white;
}
.SingleService:hover .desc {
  max-height: 0;
  opacity: 0;
}
.SingleService > * {
  position: relative;
  z-index: 1;
}
.Specification {
  border-top: 1px solid #E3E6EB;
}
.Specification__single {
  display: flex;
  border-bottom: 1px solid #E3E6EB;
}
.Specification__single:nth-child(odd) {
  background-color: #F8FAFC;
}
.Specification__single .title {
  width: 33.33%;
  padding: 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 12px 8px;
  font-size: 14px;
  border-right: 1px solid #E3E6EB;
}
@media (min-width: 1024px) {
  .Specification__single .title {
    padding: 24px;
    font-size: 18px;
  }
}
.Specification__single .content {
  width: 66.66%;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .Specification__single .content {
    padding: 24px;
    font-size: 18px;
  }
}
.Submenu {
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.Submenu__single {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid #E3E6EB;
  color: #808FA3;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .Submenu__single {
    font-size: 20px;
    padding: 16px 32px;
  }
}
.Submenu__single.active, .Submenu__single:hover {
  color: #151226;
  border-color: #E93635;
}
.tc-section {
  margin: 0 auto;
  --tc-col-width: 220px;
}
.tc-section .tc-eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
}
.tc-section .tc-heading {
  font-size: max(28px, min(4vw, 48px));
  font-weight: 700;
  margin: 0 0 48px;
  line-height: 1.1;
}
.tc-section .tc-heading span {
  color: #b0b8c1;
  font-weight: 300;
}
.tc-section .tc-desktop {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .tc-section .tc-desktop {
    display: none;
  }
}
.tc-section .tc-sticky-col {
  flex-shrink: 0;
  width: var(--tc-col-width);
  border-right: 1px solid #E3E6EB;
  z-index: 2;
  background: #fff;
}
.tc-section .tc-sticky-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 16px;
  border-bottom: 1px solid #E3E6EB;
}
.tc-section .tc-visible-label {
  font-size: 20px;
  font-weight: 500;
}
.tc-section .tc-visible-label small {
  font-weight: 400;
  color: #808FA3;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .tc-section .tc-visible-label small {
    font-size: 18px;
  }
}
.tc-section .tc-arrows {
  display: flex;
  gap: 32px;
}
.tc-section .tc-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.tc-section .tc-row-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #E3E6EB;
  padding: 16px 16px 16px 0;
  min-height: 56px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .tc-section .tc-row-label {
    font-size: 18px;
  }
}
.tc-section .tc-scroll-area {
  flex: 1;
  overflow: hidden;
  touch-action: pan-y;
}
.tc-section .tc-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tc-section .tc-track.is-dragging {
  transition: none;
}
.tc-section .tc-product-col {
  flex-shrink: 0;
  width: var(--tc-col-width);
  border-right: 1px solid #E3E6EB;
  transition: background 0.4s;
}
.tc-section .tc-product-col.is-highlighted {
  background: #eaebee;
}
.tc-section .tc-product-col.is-highlighted .tc-product-header {
  border-bottom-color: #dce0e6;
}
.tc-section .tc-product-header {
  padding: 16px 20px;
  border-bottom: 1px solid #E3E6EB;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: border-color 0.4s;
}
.tc-section .tc-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #A8B2C2;
  background: #EEF2F6;
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 16px;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .tc-section .tc-tag {
    font-size: 14px;
  }
}
.tc-section .tc-img {
  width: auto;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.tc-section .tc-product-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .tc-section .tc-product-name {
    font-size: 20px;
  }
}
.tc-section .tc-product-desc {
  font-size: 14px;
  color: #808FA3;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .tc-section .tc-product-desc {
    font-size: 16px;
  }
}
.tc-section .tc-cell {
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  border-bottom: 1px solid #E3E6EB;
  box-sizing: border-box;
  min-height: 56px;
  transition: background 0.4s;
}
@media (min-width: 1024px) {
  .tc-section .tc-cell {
    font-size: 16px;
  }
}
.tc-section .tc-mobile {
  display: none;
}
@media (max-width: 768px) {
  .tc-section .tc-mobile {
    display: block;
    border-top: 1px solid #E3E6EB;
  }
}
.tc-section .tc-mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 20px;
  border-bottom: 1px solid #E3E6EB;
}
.tc-section .tc-mobile-nav .tc-visible-label {
  font-size: 13px;
}
.tc-section .tc-mob-headers-scroll {
  overflow: hidden;
  border-bottom: 1px solid #E3E6EB;
}
.tc-section .tc-mob-headers-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tc-section .tc-mob-headers-track.is-dragging {
  transition: none;
}
.tc-section .tc-mob-header-cell {
  flex-shrink: 0;
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: background 0.4s;
}
.tc-section .tc-mob-header-cell:not(:last-child) {
  border-right: 1px solid #E3E6EB;
}
.tc-section .tc-mob-header-cell.is-highlighted {
  background: #eaebee;
}
.tc-section .tc-mob-header-cell .tc-img {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 8px 0;
}
.tc-section .tc-mob-header-cell .tc-product-name {
  font-size: 13px;
}
.tc-section .tc-mob-header-cell .tc-product-desc {
  font-size: 11px;
}
.tc-section .tc-mob-row {
  border-bottom: 1px solid #E3E6EB;
}
.tc-section .tc-mob-row-label {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0 10px;
  background-color: #f5f7f8;
}
.tc-section .tc-mob-scroll-area {
  overflow: hidden;
}
.tc-section .tc-mob-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tc-section .tc-mob-track.is-dragging {
  transition: none;
}
.tc-section .tc-mob-cell {
  flex-shrink: 0;
  width: 50%;
  padding: 8px;
  font-size: 13px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.4s;
}
.tc-section .tc-mob-cell:not(:last-child) {
  border-right: 1px solid #E3E6EB;
}
.tc-section .tc-mob-cell.is-highlighted {
  background: #eaebee;
}
.Workers {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
}
@media (min-width: 768px) {
  .Workers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .Workers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.Workers__single {
  background-color: #cecdcd;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.Workers__singleClick:hover {
  background-color: #b1b0b0;
}
.Workers__singleClick {
  cursor: pointer;
}
.WorkersPopup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.WorkersPopup__wrapper {
  overflow-y: auto;
  padding: 24px;
  height: 100%;
}
.WorkersPopup__close {
  margin-left: auto;
  margin-right: 0;
  display: block !important;
  top: 24px;
  right: 24px;
  padding: 16px 24px !important;
}
.WorkersPopup__thumbnail {
  width: auto;
}
.WorkersPopup__loader {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.WorkersPopup__contact {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.WorkersPopup__contact a {
  display: none;
}
.WorkersPopup__contact a.visible {
  display: flex;
}
.WorkersPopup.active {
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Navigation {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-bottom: 0;
  padding: 40px 20px;
  align-items: center;
}
@media (min-width: 1024px) {
  .Navigation {
    flex-direction: row;
    height: auto;
    padding: 0;
  }
}
.Navigation__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.Navigation__chevron svg {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.Navigation__chevron--top svg {
  transform: rotate(0deg);
}
@media (min-width: 1024px) {
  .Navigation__chevron--top {
    transition: transform 0.2s ease;
  }
}
.Navigation__itemWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.Navigation__item a, .Navigation__subMenuItem a {
  white-space: nowrap;
  color: #151226;
  font-weight: 500;
  font-size: 16px;
}
.Navigation__item {
  position: relative;
}
@media (max-width: 1023px) {
  .Navigation__item {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .Navigation__item {
    padding: 32px 0;
    margin-bottom: 0;
  }
  .Navigation__item:not(:last-of-type) {
    margin-right: 32px;
  }
  .Navigation__item.mega_menu {
    position: static;
  }
  .Navigation__item > .Navigation__subMenu,
.Navigation__item > .Navigation__megaPanel {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .Navigation__item:hover > .Navigation__subMenu,
.Navigation__item:hover > .Navigation__megaPanel, .Navigation__item[focus-within] > .Navigation__subMenu,
.Navigation__item[focus-within] > .Navigation__megaPanel {
    opacity: 1;
    pointer-events: all;
    top: 100%;
    visibility: visible;
  }
  .Navigation__item:hover > .Navigation__subMenu,
.Navigation__item:hover > .Navigation__megaPanel, .Navigation__item:focus-within > .Navigation__subMenu,
.Navigation__item:focus-within > .Navigation__megaPanel {
    opacity: 1;
    pointer-events: all;
    top: 100%;
    visibility: visible;
  }
  .Navigation__item:hover .Navigation__chevron--top svg, .Navigation__item[focus-within] .Navigation__chevron--top svg {
    transform: rotate(180deg);
  }
  .Navigation__item:hover .Navigation__chevron--top svg, .Navigation__item:focus-within .Navigation__chevron--top svg {
    transform: rotate(180deg);
  }
  .Navigation__item:hover .Navigation__chevron--top svg path, .Navigation__item[focus-within] .Navigation__chevron--top svg path {
    stroke: #E93635;
  }
  .Navigation__item:hover .Navigation__chevron--top svg path, .Navigation__item:focus-within .Navigation__chevron--top svg path {
    stroke: #E93635;
  }
}
.Navigation__subMenuItemWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.Navigation__subMenuItem:hover > ul[class*=depth-], .Navigation__subMenuItem[focus-within] > ul[class*=depth-] {
  left: 100%;
  opacity: 1;
  pointer-events: all;
  top: -2px;
}
.Navigation__subMenuItem:hover > ul[class*=depth-], .Navigation__subMenuItem:focus-within > ul[class*=depth-] {
  left: 100%;
  opacity: 1;
  pointer-events: all;
  top: -2px;
}
@media (min-width: 1024px) {
  .Navigation__subMenuItem {
    padding: 5px 30px;
  }
}
.Navigation ul[class*=__subMenu] {
  background: white;
  bottom: 0;
  height: 100%;
  left: 100%;
  padding: 30px;
  position: fixed;
  top: 0;
  transition: left 350ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 20;
}
.Navigation ul[class*=__subMenu].open {
  left: 0;
}
@media (min-width: 1024px) {
  .Navigation ul[class*=__subMenu] {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 2px solid #E3E6EB;
    bottom: unset;
    height: auto;
    left: 0;
    padding: 30px 0;
    position: absolute;
    top: 110%;
    transition: none;
    width: auto;
  }
}
.Navigation__megaPanel {
  background: white;
  bottom: 0;
  height: 100%;
  left: 100%;
  padding: 30px;
  position: fixed;
  top: 0;
  transition: left 350ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 20;
}
.Navigation__megaPanel a {
  white-space: inherit !important;
}
.Navigation__megaPanel.open {
  left: 0;
}
@media (min-width: 1024px) {
  .Navigation__megaPanel {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    bottom: unset;
    padding: 40px 0;
    transition: none;
    border-top: 2px solid #E3E6EB;
    border-bottom: 1px solid #e7e7e7;
  }
}
@media (max-width: 1023px) {
  .Navigation__megaPanel .Container {
    padding-left: 0;
    padding-right: 0;
  }
}
.Navigation__megaContent .wp-block-group,
.Navigation__megaContent .wp-block-columns,
.Navigation__megaContent .alignwide,
.Navigation__megaContent .alignfull {
  max-width: none !important;
}
.Navigation__subMenu__go-back {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .Navigation__subMenu__go-back {
    display: none;
  }
  .Navigation .mega_menu .Navigation__subMenu {
    justify-content: space-between;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    transition: all 0.2s ease-in-out;
  }
}
.Header__shop-menu {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .Header__shop-menu {
    margin-left: 2rem;
  }
}
.Header__shop-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #E93635;
  padding: 8px 16px;
  border: 1px solid white;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .Header__shop-menu a {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.Header__shop-menu a svg path {
  transition: all 0.2s ease-in-out;
}
.Header__shop-menu a:hover, .Header__shop-menu a:active {
  color: white;
  background-color: #E93635;
}
.Header__shop-menu a:hover svg path, .Header__shop-menu a:active svg path {
  stroke: white;
}
.Header__shop-menu a svg {
  height: 20px;
}
@media (max-width: 767px) {
  .Header__shop-menu a {
    font-size: 0;
    display: block;
    padding: 6px;
  }
}
.Header__shop-menu a.acc {
  border-color: rgba(255, 255, 255, 0.48);
}
.SearchPopup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  overflow-y: scroll;
  padding-bottom: 2rem;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 200ms ease-out;
  visibility: hidden;
  z-index: 999;
}
.SearchPopup form input {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #A8B2C2 !important;
}
.SearchPopup.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  visibility: visible;
}
.SearchPopup__results .wrapper .search-results {
  margin-top: 2rem;
  padding: 1rem;
}
.SearchPopup__results .wrapper .search-results a {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 16px 40px rgba(24, 66, 150, 0.08);
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 8px;
  padding: 16px 40px;
}
.SearchPopup__results .wrapper .search-results a img {
  margin-right: 15px;
  max-width: 70px;
  min-height: 70px;
}
.SearchPopup__results .wrapper .search-results a .price {
  color: #151226;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-left: auto;
}
.SearchPopup__results .wrapper .nothing-found {
  padding-top: 2rem;
  text-align: center;
}
.basic-slider {
  height: calc(100vh - 64px);
}
.logged-in .basic-slider {
  height: calc(100vh - 96px);
}
.basic-slider-pagination {
  display: flex;
  flex-direction: column;
  width: 60px !important;
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .basic-slider-pagination {
    left: auto !important;
    right: 0 !important;
  }
}
.swiper-pagination-current {
  font-size: 18px;
  left: -35px;
  position: relative;
}
.swiper-pagination-current::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  opacity: 0.4;
  position: relative;
  transform: rotate(-45deg);
  width: 60px;
}
.swiper-navigation-container,
.swiper-pagination-container {
  position: absolute;
  z-index: 15;
}
.swiper-navigation-container {
  align-items: center;
  bottom: 50px;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 1320px) {
  .swiper-navigation-container {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-navigation-container {
    justify-content: flex-end;
    padding-right: 40px;
  }
  .swiper-navigation-container button:first-of-type {
    margin-right: 30px;
  }
}
.swiper-pagination-container {
  top: 150px;
  left: 40px;
}
@media (min-width: 1320px) {
  .swiper-pagination-container {
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) {
  .swiper-pagination-container {
    left: auto;
    right: 40px;
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./node_modules/swiper/swiper-bundle.min.css ***!
  \******************************************************************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./node_modules/photoswipe/dist/photoswipe.css ***!
  \********************************************************************************************************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}
/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
  display: block;
}
.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}
.pswp__hidden {
  display: none !important;
}
/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}
/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}
/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
  outline: 0;
}
/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}
/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}
/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}
/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@-webkit-keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
[dir="ltr"] .pswp__counter {
  margin-left: 20px;
}
[dir="rtl"] .pswp__counter {
  margin-right: 20px;
}
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}

/*# sourceMappingURL=main.css.map*/