/*
! tailwindcss v3.2.7 | 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.
5. Use the user's configured `sans` font-feature-settings 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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 */
  font-weight: inherit;
  /* 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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  font-size: 16px;
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

body {
  line-height: 1.2 !important;
  background: #fff !important;
  font-family: 'Geist','sans-serif';
}

.container {
  max-width: 1600px !important;
  margin: 0 auto;
}

canvas {
  display: block;
}

a{
  transition: 0.3s;
}

p{
  color: #6A6A6A;
}

h1,.h1__title{
  line-height: 1.1;
  margin-bottom: 2rem;
  font-size: 40px;
}

@media (min-width: 768px) {
  h1,.h1__title {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  h1,.h1__title {
    margin-bottom: 2.5rem;
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  h1,.h1__title {
    font-size: 72px;
  }
}

h2,.h2__title{
  line-height: 1.1;
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 500;
}

@media (min-width: 768px) {
  h2,.h2__title {
    margin-bottom: 2.5rem;
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  h2,.h2__title {
    margin-bottom: 3rem;
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  h2,.h2__title {
    font-size: 56px;
  }
}

h3,.h3__title{
  line-height: 1.1;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 768px) {
  h3,.h3__title {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  h3,.h3__title {
    font-size: 32px;
  }
}

a:hover{
  opacity: 0.7;
}

.custom__hover{
  transition: 0.3s;
  cursor: pointer;
}

.custom__hover:hover {
    opacity: 0.7;
  }

.custom__hover svg{
    transition: 0.3s;
  }

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

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

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

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-2 {
  right: -0.5rem;
}

.-top-8 {
  top: -2rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-px {
  top: 1px;
}

.\!z-10 {
  z-index: 10 !important;
}

.\!z-20 {
  z-index: 20 !important;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[9999\] {
  z-index: 9999;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-5 {
  grid-column-end: 5;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.\!mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

.\!mb-4 {
  margin-bottom: 1rem !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.\!mt-4 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[17px\] {
  height: 17px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[470px\] {
  height: 470px;
}

.h-\[475px\] {
  height: 475px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[65px\] {
  height: 65px;
}

.h-\[inherit\] {
  height: inherit;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[530px\] {
  max-height: 530px;
}

.max-h-\[620px\] {
  max-height: 620px;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[64px\] {
  min-height: 64px;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/5 {
  width: 60%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[162px\] {
  width: 162px;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[50\] {
  width: 50;
}

.w-\[50px\] {
  width: 50px;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.\!min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.min-w-\[170px\] {
  min-width: 170px;
}

.min-w-\[330px\] {
  min-width: 330px;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-\[383px\] {
  max-width: 383px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-xl {
  max-width: 1200px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.\!rotate-0 {
  --tw-rotate: 0deg !important;
  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)) !important;
}

.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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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-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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.\!items-center {
  align-items: center !important;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.\!justify-center {
  justify-content: center !important;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(106 106 106 / var(--tw-border-opacity));
}

.border-grey_light {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-y-grey_light {
  --tw-border-opacity: 1;
  border-top-color: rgb(211 211 211 / var(--tw-border-opacity));
  border-bottom-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.\!bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.\!bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.bg-\[\#F4F2F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 240 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(33 71 184 / var(--tw-bg-opacity));
}

.bg-blue_dark {
  --tw-bg-opacity: 1;
  background-color: rgb(7 22 48 / var(--tw-bg-opacity));
}

.bg-blue_light {
  --tw-bg-opacity: 1;
  background-color: rgb(235 239 246 / var(--tw-bg-opacity));
}

.bg-blue_medium {
  --tw-bg-opacity: 1;
  background-color: rgb(79 135 224 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(248 82 129 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.fill-black {
  fill: #000;
}

.fill-blue {
  fill: #2147B8;
}

.fill-grey {
  fill: #6A6A6A;
}

.fill-primary {
  fill: #F85281;
}

.fill-white {
  fill: #fff;
}

.stroke-\[\#259021\] {
  stroke: #259021;
}

.stroke-black {
  stroke: #000;
}

.stroke-blue {
  stroke: #2147B8;
}

.stroke-grey_light {
  stroke: #D3D3D3;
}

.stroke-white {
  stroke: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[60\%\] {
  -o-object-position: 60%;
     object-position: 60%;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.\!pb-4 {
  padding-bottom: 1rem !important;
}

.\!pb-6 {
  padding-bottom: 1.5rem !important;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.pt-9 {
  padding-top: 2.25rem;
}

.\!text-center {
  text-align: center !important;
}

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

.\!text-14 {
  font-size: 14px !important;
}

.\!text-16 {
  font-size: 16px !important;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-21 {
  font-size: 21px;
}

.text-24 {
  font-size: 24px;
}

.text-40 {
  font-size: 40px;
}

.text-\[15px\] {
  font-size: 15px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!normal-case {
  text-transform: none !important;
}

.leading-none {
  line-height: 1;
}

.text-\[\#959595\] {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(33 71 184 / var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}

.text-grey_light {
  --tw-text-opacity: 1;
  color: rgb(211 211 211 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(248 82 129 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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;
}

.duration-300 {
  transition-duration: 300ms;
}

@media (min-width: 576px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

@font-face {
  font-family: 'Americana Std';

  src:   url('../resources/fonts/AmericanaSTD/Americana Std Roman.otf');

  font-weight: 400;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot');

  src: local('SFUI Regular Italic'), local('SFUIText-RegularItalic'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot');

  src: local('SFUI SemiboldItalic'), local('SFUIText-SemiboldItalic'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Heavy.eot');

  src: local('SFUI Heavy'), local('SFUIText-Heavy'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Semibold.eot');

  src: local('SFUI Semibold'), local('SFUIText-Semibold'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Medium.eot');

  src: local('SFUI Medium'), local('SFUIText-Medium'),
    url('../resources/fonts/SFUI/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Light.eot');

  src: local('SFUI Light'), local('SFUIText-Light'),
    url('../resources/fonts/SFUI/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Light.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Regular.eot');

  src: local('SFUI Regular'), local('SFUIText-Regular'),
    url('../resources/fonts/SFUI/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot');

  src: local('SFUI BoldItalic'), local('SFUIText-BoldItalic'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Bold.eot');

  src: local('SFUI Bold'), local('SFUIText-Bold'),
    url('../resources/fonts/SFUI/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot');

  src: local('SFUI HeavyItalic'), local('SFUIText-HeavyItalic'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot');

  src: local('SFUI MediumItalic'), local('SFUIText-MediumItalic'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot');

  src: local('GoogleSans Medium'), local('GoogleSans-Medium'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot');

  src: local('GoogleSans Bold'), local('GoogleSans-Bold'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

.upper__header {
  display: none;
  height: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .upper__header {
    display: flex;
    align-items: center;
  }
}

.upper__header .wrap__language {
    display: flex;
  }

.upper__header .wrap__language {
    align-items: center;
  }

.upper__header .wrap__language > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

.upper__header .wrap__language {
    font-size: 16px;
  }

.upper__header .wrap__language .current__language {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.upper__header .wrap__language a {
      color: rgb(255 255 255 / 0.5);
    }

.upper__header .custom-logo-link {
    width: 100%;
  }

.upper__header .custom-logo-link {
    max-width: 174px;
  }

.main__header .main__menu .menu {
      display: flex;
    }

.main__header .main__menu .menu {
      align-items: center;
    }

.main__header .main__menu .menu > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(1.5rem * var(--tw-space-x-reverse));
      margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

.main__header .main__menu .menu a {
        font-size: 15px;
      }

header{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  transition: 0.3s;
  z-index: 9999;
}

@media (min-width: 1024px) {
    header.active__header {
      top: -2.25rem;
    }
  }

header .overlay__menu {
    visibility: hidden;
  }

header .overlay__menu {
    position: fixed;
  }

header .overlay__menu {
    z-index: -10;
  }

header .overlay__menu {
    opacity: 0;
  }

header .overlay__menu.active {
      visibility: visible;
    }

header .overlay__menu.active {
      z-index: 99;
    }

header .overlay__menu.active {
      opacity: 1;
    }

header .main__menu .menu {
      display: flex;
    }

header .main__menu .menu {
      height: 100%;
    }

header .main__menu .menu {
      width: 100%;
    }

header .main__menu .menu {
      align-items: center;
    }

header .main__menu .menu>li,header .main__menu .menu > li>a {
        position: relative;
      }

header .main__menu .menu>li,header .main__menu .menu > li>a {
        display: flex;
      }

header .main__menu .menu>li,header .main__menu .menu > li>a {
        height: 100%;
      }

header .main__menu .menu>li,header .main__menu .menu > li>a {
        align-items: center;
      }

header .main__menu .wrap__sub-menu{
      transition: 0.3s
    }

header .main__menu .wrap__sub-menu {
      visibility: hidden;
    }

header .main__menu .wrap__sub-menu {
      position: absolute !important;
    }

header .main__menu .wrap__sub-menu {
      top: 100%;
    }

header .main__menu .wrap__sub-menu {
      z-index: -10;
    }

header .main__menu .wrap__sub-menu {
      display: flex;
    }

header .main__menu .wrap__sub-menu {
      height: 100%;
    }

header .main__menu .wrap__sub-menu {
      width: 330px;
    }

header .main__menu .wrap__sub-menu {
      flex-direction: column;
    }

header .main__menu .wrap__sub-menu {
      padding-top: 1rem;
    }

header .main__menu .wrap__sub-menu {
      opacity: 0;
    }

header .main__menu .wrap__sub-menu .sub-menu {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }

header .main__menu .wrap__sub-menu .sub-menu {
        padding: 1rem;
      }

header .main__menu .menu-item-has-children:hover .wrap__sub-menu {
          visibility: visible;
        }

header .main__menu .menu-item-has-children:hover .wrap__sub-menu {
          z-index: 10;
        }

header .main__menu .menu-item-has-children:hover .wrap__sub-menu {
          opacity: 1;
        }

header .catalog__menu{
    transition: 0.3s
  }

header .catalog__menu {
    pointer-events: none;
  }

header .catalog__menu {
    visibility: hidden;
  }

header .catalog__menu {
    position: absolute;
  }

header .catalog__menu {
    left: 0px;
  }

header .catalog__menu {
    top: 78px;
  }

header .catalog__menu {
    z-index: -10;
  }

header .catalog__menu {
    display: none;
  }

header .catalog__menu {
    height: 100%;
  }

header .catalog__menu {
    width: 100%;
  }

header .catalog__menu {
    flex-direction: column;
  }

header .catalog__menu {
    padding-top: 1rem;
  }

header .catalog__menu {
    opacity: 0;
  }

@media (min-width: 1024px) {
    header .catalog__menu {
      display: flex;
    }
  }

@media (min-width: 1024px) {
    header .catalog__menu {
      width: 330px;
    }
  }

@media (min-width: 1600px) {
    header .catalog__menu {
      width: 382px;
    }
  }

header .catalog__menu.active {
      pointer-events: auto;
    }

header .catalog__menu.active {
      visibility: visible;
    }

header .catalog__menu.active {
      z-index: 999;
    }

header .catalog__menu.active {
      opacity: 1;
    }

header .catalog__menu .wrap__menu {
    position: relative;
  }

header .catalog__menu .wrap__menu {
    z-index: 10;
  }

header .catalog__menu .wrap__menu {
    display: flex;
  }

header .catalog__menu .wrap__menu {
    flex-direction: column;
  }

header .catalog__menu .wrap__menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

header .catalog__menu .wrap__menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

header .catalog__menu .wrap__menu .menu {
      display: flex;
    }

header .catalog__menu .wrap__menu .menu {
      flex-direction: column;
    }

header .catalog__menu .wrap__menu .menu li {
        padding-left: 1rem;
        padding-right: 1rem;
      }

header .catalog__menu .wrap__menu .menu .menu-item-has-children a {
          justify-content: space-between;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper{
          transition: 0.3s
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          visibility: hidden;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          position: absolute;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          left: 100%;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          top: 0px;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          z-index: -10;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          display: flex;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          height: 100%;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          width: 0px;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper {
          opacity: 0;
        }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper .sub-menu {
            height: 100%;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper .sub-menu {
            width: 50%;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper .sub-menu {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper .sub-menu {
            padding-top: 1rem;
            padding-bottom: 1rem;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper img {
            display: none;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper img {
            width: 50%;
          }

@media (min-width: 1200px) {
            header .catalog__menu .wrap__menu .menu .menu-item-has-children .submenu-wrapper img {
              display: block;
            }
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active .submenu-wrapper {
            visibility: visible;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active .submenu-wrapper {
            z-index: 10;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active .submenu-wrapper {
            width: 100%;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active .submenu-wrapper {
            opacity: 1;
          }

@media (min-width: 1200px) {
            header .catalog__menu .wrap__menu .menu .menu-item-has-children.active .submenu-wrapper {
              width: 200%;
            }
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active>a {
            --tw-bg-opacity: 1;
            background-color: rgb(235 239 246 / var(--tw-bg-opacity));
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active>a {
            --tw-text-opacity: 1;
            color: rgb(33 71 184 / var(--tw-text-opacity));
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active>a {
            opacity: 1;
          }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active>a svg {
              --tw-rotate: 270deg;
              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));
            }

header .catalog__menu .wrap__menu .menu .menu-item-has-children.active>a svg {
              stroke: #2147B8;
            }

header .catalog__menu .wrap__menu li a, header .main__menu .sub-menu li a {
      display: flex;
    }

header .catalog__menu .wrap__menu li a, header .main__menu .sub-menu li a {
      align-items: center;
    }

header .catalog__menu .wrap__menu li a, header .main__menu .sub-menu li a {
      border-radius: 2px;
    }

header .catalog__menu .wrap__menu li a, header .main__menu .sub-menu li a {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }

header .catalog__menu .wrap__menu li a, header .main__menu .sub-menu li a {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

header .catalog__menu .wrap__menu li a, header .main__menu .sub-menu li a {
      line-height: 1;
    }

header .catalog__menu .wrap__menu li a svg,header .main__menu .sub-menu li a svg{
        transition: 0.3s;
      }

header .catalog__menu .wrap__menu li a:hover, header .main__menu .sub-menu li a:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(235 239 246 / var(--tw-bg-opacity));
      }

header .catalog__menu .wrap__menu li a:hover, header .main__menu .sub-menu li a:hover {
        --tw-text-opacity: 1;
        color: rgb(33 71 184 / var(--tw-text-opacity));
      }

header .catalog__menu .wrap__menu li a:hover, header .main__menu .sub-menu li a:hover {
        opacity: 1;
      }

header .catalog__menu .wrap__menu li a:hover svg, header .main__menu .sub-menu li a:hover svg {
          --tw-rotate: 270deg;
          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));
        }

header .catalog__menu .wrap__menu li a:hover svg, header .main__menu .sub-menu li a:hover svg {
          stroke: #2147B8;
        }

header .main__menu ul .menu-item-has-children>a:after,header .main__menu ul .menu-item-has-children>.next__menu:after,header .mobile__menu .menu-item-has-children>a:after,header .mobile__menu .menu-item-has-children>.next__menu:after,header .catalog__mobile-menu ul .menu-item-has-children>a:after,header .catalog__mobile-menu ul .menu-item-has-children>.next__menu:after{
          content: url("../resources/img/chevron.svg");
          width: 16px;
          height: 16px;
          margin-left: 4px;
          transition: 0.3s;
          display: block;
        }

header .main__menu ul .menu-item-has-children:hover a:after,header .mobile__menu .menu-item-has-children:hover a:after,header .catalog__mobile-menu ul .menu-item-has-children:hover a:after{
            transform: rotate(180deg);
          }

header .mobile__menu,header .catalog__mobile-menu{
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    transition: 0.3s
  }

header .mobile__menu,header .catalog__mobile-menu {
    position: fixed;
  }

header .mobile__menu,header .catalog__mobile-menu {
    left: -100%;
  }

header .mobile__menu,header .catalog__mobile-menu {
    top: 0px;
  }

header .mobile__menu,header .catalog__mobile-menu {
    height: 100%;
  }

header .mobile__menu,header .catalog__mobile-menu {
    width: 100%;
  }

header .mobile__menu,header .catalog__mobile-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

header .mobile__menu.active,header .catalog__mobile-menu.active{
      left: 0;
      visibility: visible;
      opacity: 1;
      z-index: 99999;
    }

header .mobile__menu .wrap__language, header .catalog__mobile-menu .wrap__language {
      display: flex;
    }

header .mobile__menu .wrap__language, header .catalog__mobile-menu .wrap__language {
      align-items: center;
    }

header .mobile__menu .wrap__language, header .catalog__mobile-menu .wrap__language {
      -moz-column-gap: 1.5rem;
           column-gap: 1.5rem;
    }

header .mobile__menu .wrap__language .current__language,header .catalog__mobile-menu .wrap__language .current__language{
        text-decoration: underline;
        text-underline-offset: 16px;
      }

header .mobile__menu .wrap__language a,header .catalog__mobile-menu .wrap__language a{
        color: #959595;
      }

header .mobile__menu .wrap__language *,header .catalog__mobile-menu .wrap__language *{
        text-transform: uppercase;
      }

header .mobile__menu .menu li, header .catalog__mobile-menu .menu li {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }

header .mobile__menu .menu li, header .catalog__mobile-menu .menu li {
        font-size: 18px;
      }

header .mobile__menu .menu li, header .catalog__mobile-menu .menu li {
        font-weight: 500;
      }

header .mobile__menu .menu .menu-item-has-children > span:after, header .catalog__mobile-menu .menu .menu-item-has-children > span:after {
            transform: rotate(270deg);
          }

header .mobile__menu .menu .menu-item-has-children.active>.wrap__sub-menu, header .catalog__mobile-menu .menu .menu-item-has-children.active>.wrap__sub-menu {
            visibility: visible;
          }

header .mobile__menu .menu .menu-item-has-children.active>.wrap__sub-menu, header .catalog__mobile-menu .menu .menu-item-has-children.active>.wrap__sub-menu {
            left: 0px;
          }

header .mobile__menu .menu .menu-item-has-children.active>.wrap__sub-menu, header .catalog__mobile-menu .menu .menu-item-has-children.active>.wrap__sub-menu {
            z-index: 10;
          }

header .mobile__menu .menu .menu-item-has-children.active>.wrap__sub-menu, header .catalog__mobile-menu .menu .menu-item-has-children.active>.wrap__sub-menu {
            opacity: 1;
          }

header .mobile__menu .menu a,header .mobile__menu .menu .next__menu,header .catalog__mobile-menu .menu a,header .catalog__mobile-menu .menu .next__menu {
        display: flex;
      }

header .mobile__menu .menu a,header .mobile__menu .menu .next__menu,header .catalog__mobile-menu .menu a,header .catalog__mobile-menu .menu .next__menu {
        align-items: center;
      }

header .mobile__menu .menu a,header .mobile__menu .menu .next__menu,header .catalog__mobile-menu .menu a,header .catalog__mobile-menu .menu .next__menu {
        line-height: 1;
      }

header .mobile__menu .menu .next__menu, header .catalog__mobile-menu .menu .next__menu {
        justify-content: space-between;
      }

header .mobile__menu .wrap__sub-menu,header .catalog__mobile-menu .wrap__sub-menu{
      transition: 0.3s
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      visibility: hidden;
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      position: absolute;
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      left: -100%;
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      top: 0px;
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      z-index: -10;
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      height: 100%;
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      width: 100%;
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

header .mobile__menu .wrap__sub-menu, header .catalog__mobile-menu .wrap__sub-menu {
      opacity: 0;
    }

header .mobile__menu .wrap__sub-menu .sub-menu, header .catalog__mobile-menu .wrap__sub-menu .sub-menu {
        display: flex;
      }

header .mobile__menu .wrap__sub-menu .sub-menu, header .catalog__mobile-menu .wrap__sub-menu .sub-menu {
        flex-direction: column;
      }

header .mobile__menu .wrap__sub-menu .sub-menu, header .catalog__mobile-menu .wrap__sub-menu .sub-menu {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }

header .catalog__mobile-menu.active{
      z-index: 999999;
    }

.catalog__btn{
  transition: 0.3s;
  cursor: pointer;
}

.catalog__btn:hover {
    background-color: rgb(248 82 129 / 0.1);
  }

.section__padding-bottom {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .section__padding-bottom {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .section__padding-bottom {
    padding-bottom: 7rem;
  }
}

@media (min-width: 1200px) {
  .section__padding-bottom {
    padding-bottom: 8rem;
  }
}

.section__padding-top {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .section__padding-top {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .section__padding-top {
    padding-top: 7rem;
  }
}

@media (min-width: 1200px) {
  .section__padding-top {
    padding-top: 8rem;
  }
}

.section-main-home .image,.section-main-home .video {
    position: relative;
  }

.section-main-home .image,.section-main-home .video {
    width: 100%;
  }

@media (min-width: 1024px) {
    .section-main-home .image,.section-main-home .video {
      left: -160px;
    }
  }

@media (min-width: 1024px) {
    .section-main-home .image,.section-main-home .video {
      height: 520px;
    }
  }

@media (min-width: 1024px) {
    .section-main-home .image,.section-main-home .video {
      width: calc(100% + 160px);
    }
  }

.section-main-home .image,.section-main-home .video{
    -webkit-clip-path: polygon(
                    0 0,
                    100% 0,
                    100% calc(100% - 96px),
                    calc(100% - 96px) 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    100% 0,
                    100% calc(100% - 96px),
                    calc(100% - 96px) 100%,
                    0 100%
    );
  }

.section-main-home h1{
    line-height: 0.9;
  }

.section-main-home h1 {
    font-size: 40px;
  }

@media (min-width: 768px) {
    .section-main-home h1 {
      font-size: 56px;
    }
  }

@media (min-width: 1024px) {
    .section-main-home h1 {
      font-size: 64px;
    }
  }

@media (min-width: 1200px) {
    .section-main-home h1 {
      font-size: 92px;
    }
  }

.section-main-home .piece {
    font-size: 24px;
  }

@media (min-width: 768px) {
    .section-main-home .piece {
      font-size: 28px;
    }
  }

@media (min-width: 1024px) {
    .section-main-home .piece {
      font-size: 32px;
    }
  }

.section-main-home .main__btn {
    width: 100%;
  }

.section-main-home .headline {
    --tw-text-opacity: 1;
    color: rgb(106 106 106 / var(--tw-text-opacity));
  }

.main__btn,.wrap__form .wpforms-submit{
  border-radius: 4px;
  position: relative;
  display: flex;
  width: 100%;
  min-width: 192px;
  cursor: pointer;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(248 82 129 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .main__btn,.wrap__form .wpforms-submit {
    width: -moz-max-content;
    width: max-content;
  }
}

.main__btn:hover,.wrap__form .wpforms-submit:hover{
    opacity: 1;
  }

.main__btn:hover:after,.wrap__form .wpforms-submit:hover:after{
      visibility: visible;
      opacity: 0.2;
      z-index: 10;
    }

.main__btn:after,.wrap__form .wpforms-submit:after{
    content: '';
    display: block;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }

.border__top {
  position: relative;
}

.border__top::before {
    display: block;
    width: 100%;
    height: 11px;
    content: url("../resources/img/border_top.svg");
    position: absolute;
    top: 0;
  }

.label__information{
  font-family: 'Geist mono','sans-serif';
  transition: 0.3s;
  margin-bottom: 1rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 768px) {
  .label__information {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .label__information {
    margin-bottom: 1.5rem;
  }
}

.more__btn {
  position: relative;
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  min-width: 180px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .more__btn {
    font-size: 18px;
  }
}

.more__btn::before {
    display: block;
    width: 100%;
    height: 11px;
    content: url("../resources/img/border_more.svg");
    position: absolute;
    bottom: 0;
  }

.card__product-category{
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(235 239 246 / var(--tw-bg-opacity));
  padding: 1.5rem
}

@media (min-width: 768px) {
  .card__product-category {
    height: 470px;
  }
}

.card__product-category .wrap__category{
    transition: 0.3s;
  }

.card__product-category .wrap__category {
    position: absolute;
  }

.card__product-category .wrap__category {
    left: 0px;
  }

.card__product-category .wrap__category {
    bottom: -100%;
  }

.card__product-category .wrap__category {
    z-index: 10;
  }

.card__product-category .wrap__category {
    display: flex;
  }

.card__product-category .wrap__category {
    height: 100%;
  }

.card__product-category .wrap__category {
    width: 100%;
  }

.card__product-category .wrap__category {
    flex-direction: column;
  }

.card__product-category .wrap__category {
    justify-content: space-between;
  }

.card__product-category .wrap__category {
    --tw-bg-opacity: 1;
    background-color: rgb(33 71 184 / var(--tw-bg-opacity));
  }

.card__product-category .wrap__category {
    padding: 1.5rem;
  }

.card__product-category .wrap__category {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.card__product-category .image {
    height: 100%;
  }

.card__product-category .image {
    max-height: 250px;
  }

.card__product-category .image {
    width: 100%;
  }

@media (min-width: 768px) {
    .card__product-category .image {
      max-height: 100%;
    }
  }

@media (min-width: 1024px) {
    .card__product-category:hover {
      height: 470px;
    }
  }

@media (min-width: 1024px) {
      .card__product-category:hover .wrap__category {
        bottom: 0px;
      }
    }

@media (min-width: 1024px) {
        .card__product-category:hover .wrap__category .label__information {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
      }

@media (min-width: 1024px) {
        .card__product-category:hover .wrap__category .h3__title {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
      }

.card__product-category:hover .icon{
      visibility: visible;
      opacity: 1;
    }

.card__product-category .h3__title{
    transition: 0.3s;
  }

.card__product-category .icon{
    width: 32px;
    height: 32px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

@media (min-width: 1024px) {
    .card__product-category .mobile__btn {
      display: none;
    }
  }

.card__product-category.active .wrap__category {
      bottom: 0px;
    }

.card__product-category.active .label__information {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.card__product-category.active .h3__title {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.section-banner-customization .description * {
      --tw-text-opacity: 1;
      color: rgb(211 211 211 / var(--tw-text-opacity));
    }

.section-about-us-map .description{
    font-size: initial;
  }

.section-about-us-map .description * {
      --tw-text-opacity: 1;
      color: rgb(211 211 211 / var(--tw-text-opacity));
    }

.section-about-us-map .more__btn {
    width: 100%;
  }

@media (min-width: 768px) {
    .section-about-us-map .more__btn {
      width: -moz-max-content;
      width: max-content;
    }
  }

.section-about-us-map .more__btn:before{
      filter: invert(1);
    }

.section-about-us-map .more__btn svg {
      stroke: #fff;
    }

.card__directions{
  background: #F4F2F0;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.25rem;
  padding: 1rem
}

@media (min-width: 768px) {
  .card__directions {
    min-height: 352px;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .card__directions {
    padding: 1.5rem;
  }
}

.card__directions .label{
    font-family: 'Geist mono','sans-serif';
  }

.card__directions .label {
    font-size: 16px;
  }

.card__directions .label {
    --tw-text-opacity: 1;
    color: rgb(106 106 106 / var(--tw-text-opacity));
  }

.card__directions .more__btn{
    margin-bottom: 0;
    padding-bottom: 0;
    min-width: 0 !important;
  }

.card__directions .more__btn:before{
      content: none;
    }

.card__directions .image img{
      transition: 0.3s;
    }

.card__directions:hover{
    background: #e0dfde;
  }

.card__directions:hover .image img{
        transform: scale(1.1);
      }

.card__directions h3 {
    font-size: 18px;
  }

@media (min-width: 768px) {
    .card__directions h3 {
      font-size: 28px;
    }
  }

@media (min-width: 1024px) {
    .card__directions h3 {
      font-size: 32px;
    }
  }

.section-about-us-map .wrap__statistics {
    position: relative;
  }

.section-about-us-map .wrap__statistics {
    z-index: 10;
  }

.section-about-us-map .wrap__statistics {
    display: grid;
  }

.section-about-us-map .wrap__statistics {
    gap: 0.5rem;
  }

@media (min-width: 768px) {
    .section-about-us-map .wrap__statistics {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 768px) {
    .section-about-us-map .wrap__statistics {
      gap: 1rem;
    }
  }

@media (min-width: 1024px) {
    .section-about-us-map .wrap__statistics {
      gap: 1.25rem;
    }
  }

@media (min-width: 1200px) {
    .section-about-us-map .wrap__statistics {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

.section-about-us-map .wrap__statistics .inner__statistics {
      position: relative;
    }

.section-about-us-map .wrap__statistics .inner__statistics {
      display: flex;
    }

.section-about-us-map .wrap__statistics .inner__statistics {
      flex-direction: column;
    }

.section-about-us-map .wrap__statistics .inner__statistics {
      justify-content: space-between;
    }

.section-about-us-map .wrap__statistics .inner__statistics {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

.section-about-us-map .wrap__statistics .inner__statistics {
      padding: 1rem;
    }

@media (min-width: 768px) {
      .section-about-us-map .wrap__statistics .inner__statistics {
        min-height: 200px;
      }
    }

@media (min-width: 768px) {
      .section-about-us-map .wrap__statistics .inner__statistics {
        padding: 1.25rem;
      }
    }

@media (min-width: 1024px) {
      .section-about-us-map .wrap__statistics .inner__statistics {
        padding: 1.5rem;
      }
    }

.section-about-us-map .wrap__statistics .inner__statistics .number {
        margin-bottom: 1rem;
      }

.section-about-us-map .wrap__statistics .inner__statistics .number {
        font-size: 40px;
      }

.section-about-us-map .wrap__statistics .inner__statistics .number {
        line-height: 1;
      }

@media (min-width: 768px) {
        .section-about-us-map .wrap__statistics .inner__statistics .number {
          font-size: 56px;
        }
      }

@media (min-width: 1024px) {
        .section-about-us-map .wrap__statistics .inner__statistics .number {
          font-size: 64px;
        }
      }

@media (min-width: 1200px) {
        .section-about-us-map .wrap__statistics .inner__statistics .number {
          font-size: 92px;
        }
      }

.section-about-us-map .wrap__statistics .inner__statistics .piece {
        font-size: 24px;
      }

@media (min-width: 768px) {
        .section-about-us-map .wrap__statistics .inner__statistics .piece {
          font-size: 28px;
        }
      }

@media (min-width: 1024px) {
        .section-about-us-map .wrap__statistics .inner__statistics .piece {
          font-size: 32px;
        }
      }

.section-about-us-map .wrap__statistics .inner__statistics:nth-of-type(2){
        -webkit-clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
                clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
      }

@media (min-width: 992px) {

.section-about-us-map .wrap__statistics .inner__statistics:nth-of-type(2){
          -webkit-clip-path: polygon(0 0, calc(100% - 64px) 0, 100% 64px, 100% 100%, 0 100%);
                  clip-path: polygon(0 0, calc(100% - 64px) 0, 100% 64px, 100% 100%, 0 100%);
      }
        }

.section-about-us-map .wrap__statistics .inner__statistics:nth-of-type(2) {
        --tw-bg-opacity: 1;
        background-color: rgb(33 71 184 / var(--tw-bg-opacity));
      }

.section-about-us-map .export__now,.section-about-us-map .export__future {
    display: flex;
  }

.section-about-us-map .export__now,.section-about-us-map .export__future {
    align-items: center;
  }

.section-about-us-map .export__now,.section-about-us-map .export__future {
    font-size: 16px;
  }

.section-about-us-map .export__now,.section-about-us-map .export__future {
    --tw-text-opacity: 1;
    color: rgb(211 211 211 / var(--tw-text-opacity));
  }

.section-about-us-map .export__now:before,.section-about-us-map .export__future:before{
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      margin-right: 12px;
    }

.section-about-us-map .export__now:before {
      --tw-bg-opacity: 1;
      background-color: rgb(33 71 184 / var(--tw-bg-opacity));
    }

.section-about-us-map .export__future:before {
      --tw-bg-opacity: 1;
      background-color: rgb(248 82 129 / var(--tw-bg-opacity));
    }

.section-contact-form,.section-contact-form-image{
  overflow: hidden;
}

.section-contact-form .wrap__form, .section-contact-form-image .wrap__form {
    --tw-bg-opacity: 1;
    background-color: rgb(33 71 184 / var(--tw-bg-opacity));
  }

.section-contact-form .wrap__form .image img,.section-contact-form-image .wrap__form .image img{
        -webkit-clip-path: polygon(
                        0 0,
                        100% 0,
                        100% calc(100% - 64px),
                        calc(100% - 64px) 100%,
                        0 100%
        );
                clip-path: polygon(
                        0 0,
                        100% 0,
                        100% calc(100% - 64px),
                        calc(100% - 64px) 100%,
                        0 100%
        );
      }

@media (min-width: 992px) {

.section-contact-form .wrap__form .image img,.section-contact-form-image .wrap__form .image img{
          -webkit-clip-path: polygon(
                          0 0,
                          calc(100% - 64px) 0,
                          100% 64px,
                          100% 100%,
                          0 100%
          );
                  clip-path: polygon(
                          0 0,
                          calc(100% - 64px) 0,
                          100% 64px,
                          100% 100%,
                          0 100%
          )
      }
        }

.section-contact-form .description *, .section-contact-form-image .description * {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.section-contact-form input[type="checkbox"] ~label:before,.section-contact-form input[type="radio"] ~label:before,.section-contact-form-image input[type="checkbox"] ~label:before,.section-contact-form-image input[type="radio"] ~label:before{
    border: 1px solid #fff;
  }

.section-contact-form input[type="radio"] ~label:after,.section-contact-form-image input[type="radio"] ~label:after{
    background: #000;
  }

.section-contact-form input[type="checkbox"] ~label:after,.section-contact-form-image input[type="checkbox"] ~label:after{
    border: 1px solid #fff;
  }

.section-contact-form .container .wrap__form{
      -webkit-clip-path: polygon(
                      0 0,
                      calc(100% - 64px) 0,
                      100% 64px,
                      100% 100%,
                      0 100%
      );
              clip-path: polygon(
                      0 0,
                      calc(100% - 64px) 0,
                      100% 64px,
                      100% 100%,
                      0 100%
      );
    }

.wrap__form .wpforms-field-label,.wrap__form label {
    margin-bottom: 0.5rem !important;
  }

.wrap__form .wpforms-field-label,.wrap__form label {
    font-size: 14px;
  }

.wrap__form .wpforms-field-label,.wrap__form label {
    font-weight: 400 !important;
  }

.wrap__form .wpforms-field-label .wpforms-required-label, .wrap__form label .wpforms-required-label {
      --tw-text-opacity: 1;
      color: rgb(236 123 123 / var(--tw-text-opacity));
    }

.wrap__form .wpforms-error {
    margin-top: 0.25rem !important;
  }

.wrap__form .wpforms-error {
    font-size: 12px !important;
  }

.wrap__form .wpforms-error {
    --tw-text-opacity: 1 !important;
    color: rgb(236 123 123 / var(--tw-text-opacity)) !important;
  }

.wrap__form input[type='text'],.wrap__form input[type='email'],.wrap__form input[type='tel']{
    height: 54px;
  }

.wrap__form input[type='text'],.wrap__form input[type='email'],.wrap__form input[type='tel'] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 246 / var(--tw-bg-opacity));
  }

.wrap__form input[type='text'],.wrap__form input[type='email'],.wrap__form input[type='tel'] {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

.wrap__form input[type='text'],.wrap__form input[type='email'],.wrap__form input[type='tel'] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

.wrap__form input[type='text'],.wrap__form input[type='email'],.wrap__form input[type='tel'] {
    font-size: 16px;
  }

.wrap__form input[type='text'],.wrap__form input[type='email'],.wrap__form input[type='tel'] {
    --tw-text-opacity: 1;
    color: rgb(106 106 106 / var(--tw-text-opacity));
  }

.wrap__form .wpforms-field {
    width: 100%;
  }

.wrap__form .wpforms-field {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

.wrap__form .wpforms-field-container {
    margin-bottom: 2rem;
  }

.wrap__form .wpforms-field-container {
    display: flex;
  }

.wrap__form .wpforms-field-container {
    flex-direction: column;
  }

.wrap__form .wpforms-field-container {
    gap: 1rem;
  }

@media (min-width: 768px) {
    .wrap__form .wpforms-field-container {
      flex-direction: row;
    }
  }

@media (min-width: 768px) {
    .wrap__form .wpforms-field-container {
      flex-wrap: wrap;
    }
  }

@media (min-width: 768px) {
    .wrap__form .wpforms-field-container {
      gap: 1.5rem;
    }
  }

@media (min-width: 768px) {
    .wrap__form #wpforms-131-field_2-container,.wrap__form #wpforms-131-field_3-container {
      flex: 1 1 0%;
    }
  }

.wrap__form .wpforms-submit{
    width: 100%;
    justify-content: center;
    text-align: center;
  }

.wrap__form .wpforms-container{
    margin-bottom: 0 !important;
  }

.wrap__form .wpforms-container label,.wrap__form .wrap__radio label{
      margin-bottom: 0;
      width: -moz-max-content;
      width: max-content;
    }

.wrap__form .wpforms-container input[type=radio],.wrap__form .wrap__radio input[type=radio]{
      display: none;
    }

.wrap__form .wpforms-container input[type=radio]~label,.wrap__form .wrap__radio input[type=radio]~label{
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
      }

.wrap__form .wpforms-container input[type=radio]~label:before,.wrap__form .wrap__radio input[type=radio]~label:before{
          content: '';
          margin-right: 10px;
          width: 20px;
          height: 20px;
          display: flex;
          border-radius: 100%;
        }

.wrap__form .wpforms-container input[type=radio]~label:before, .wrap__form .wrap__radio input[type=radio]~label:before {
          border-width: 1px;
        }

.wrap__form .wpforms-container input[type=radio]~label:before, .wrap__form .wrap__radio input[type=radio]~label:before {
          --tw-border-opacity: 1;
          border-color: rgb(211 211 211 / var(--tw-border-opacity));
        }

.wrap__form .wpforms-container .wpforms-selected input[type=radio]:checked~label,.wrap__form .wpforms-container input[type=radio]:checked~label,.wrap__form .wrap__radio .wpforms-selected input[type=radio]:checked~label,.wrap__form .wrap__radio input[type=radio]:checked~label{
          display: flex;
          align-items: center;
        }

.wrap__form .wpforms-container .wpforms-selected input[type=radio]:checked~label:before, .wrap__form .wpforms-container input[type=radio]:checked~label:before, .wrap__form .wrap__radio .wpforms-selected input[type=radio]:checked~label:before, .wrap__form .wrap__radio input[type=radio]:checked~label:before {
            --tw-bg-opacity: 1;
            background-color: rgb(33 71 184 / var(--tw-bg-opacity));
          }

.wrap__form .wpforms-container .wpforms-selected input[type=radio]:checked~label:after,.wrap__form .wpforms-container input[type=radio]:checked~label:after,.wrap__form .wrap__radio .wpforms-selected input[type=radio]:checked~label:after,.wrap__form .wrap__radio input[type=radio]:checked~label:after{
            content: '';
            width: 6px;
            height: 6px;
            display: flex;
            border-radius: 100%;
            position: absolute;
            left: 7px;
          }

.wrap__form .wpforms-container .wpforms-selected input[type=radio]:checked~label:after, .wrap__form .wpforms-container input[type=radio]:checked~label:after, .wrap__form .wrap__radio .wpforms-selected input[type=radio]:checked~label:after, .wrap__form .wrap__radio input[type=radio]:checked~label:after {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }

.wrap__form .wpforms-field-checkbox label,.wrap__form .wrap__checkbox label{
      margin-bottom: 0;
      width: -moz-max-content;
      width: max-content;
    }

.wrap__form .wpforms-field-checkbox input[type="checkbox"],.wrap__form .wrap__checkbox input[type="checkbox"]{
      display: none;
    }

.wrap__form .wpforms-field-checkbox input[type="checkbox"]~label,.wrap__form .wrap__checkbox input[type="checkbox"]~label{
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
      }

.wrap__form .wpforms-field-checkbox input[type="checkbox"]~label:before,.wrap__form .wrap__checkbox input[type="checkbox"]~label:before{
          content: '';
          width: 20px;
          height: 20px;
          display: flex;
          margin-right: 10px;
          border-radius: 4px;
        }

.wrap__form .wpforms-field-checkbox input[type="checkbox"]~label:before, .wrap__form .wrap__checkbox input[type="checkbox"]~label:before {
          border-width: 1px;
        }

.wrap__form .wpforms-field-checkbox input[type="checkbox"]~label:before, .wrap__form .wrap__checkbox input[type="checkbox"]~label:before {
          --tw-border-opacity: 1;
          border-color: rgb(211 211 211 / var(--tw-border-opacity));
        }

.wrap__form .wpforms-field-checkbox .wpforms-selected input[type=checkbox]~label,.wrap__form .wpforms-field-checkbox input[type="checkbox"]:checked~label,.wrap__form .wrap__checkbox .wpforms-selected input[type=checkbox]~label,.wrap__form .wrap__checkbox input[type="checkbox"]:checked~label{
        display: flex;
        align-items: center;
      }

.wrap__form .wpforms-field-checkbox .wpforms-selected input[type=checkbox]~label:before, .wrap__form .wpforms-field-checkbox input[type="checkbox"]:checked~label:before, .wrap__form .wrap__checkbox .wpforms-selected input[type=checkbox]~label:before, .wrap__form .wrap__checkbox input[type="checkbox"]:checked~label:before {
          --tw-bg-opacity: 1;
          background-color: rgb(33 71 184 / var(--tw-bg-opacity));
        }

.wrap__form .wpforms-field-checkbox .wpforms-selected input[type=checkbox]~label:after,.wrap__form .wpforms-field-checkbox input[type="checkbox"]:checked~label:after,.wrap__form .wrap__checkbox .wpforms-selected input[type=checkbox]~label:after,.wrap__form .wrap__checkbox input[type="checkbox"]:checked~label:after{
          content: '';
          left: 8px;
          top: 4px;
          width: 5px;
          height: 10px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg);
          position: absolute;
        }

.wrap__form ul li:last-of-type label{
          margin-bottom: 0;
        }

@media (min-width: 768px) {
    .wrap__form #wpforms-442-field_4-container,.wrap__form #wpforms-442-field_6-container {
      width: calc(50% - 12px);
    }
  }

.wrap__form #wpforms-form-442 .wpforms-field-container{
      flex-wrap: wrap;
    }

.wrap__form .wpforms-field-radio ul, .wrap__form .wpforms-field-checkbox ul {
      display: flex;
    }

.wrap__form .wpforms-field-radio ul, .wrap__form .wpforms-field-checkbox ul {
      flex-direction: column;
    }

.wrap__form .wpforms-field-radio ul, .wrap__form .wpforms-field-checkbox ul {
      flex-wrap: wrap;
    }

.wrap__form .wpforms-field-radio ul, .wrap__form .wpforms-field-checkbox ul {
      row-gap: 0.625rem;
    }

.wrap__form .wpforms-field-radio ul, .wrap__form .wpforms-field-checkbox ul {
      -moz-column-gap: 1.5rem;
           column-gap: 1.5rem;
    }

@media (min-width: 768px) {
      .wrap__form .wpforms-field-radio ul, .wrap__form .wpforms-field-checkbox ul {
        flex-direction: row;
      }
    }

.wrap__form input[type='number'] {
    height: 2.5rem;
  }

.wrap__form input[type='number'] {
    width: 100%;
  }

.wrap__form input[type='number'] {
    border-radius: 0.25rem;
  }

.wrap__form input[type='number'] {
    border-width: 1px;
  }

.wrap__form input[type='number'] {
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
  }

.wrap__form input[type='number'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.wrap__form input[type='number'] {
    text-align: center;
  }

.wrap__form input[type='number'] {
    font-size: 14px;
  }

.wrap__form input[type='number']::-moz-placeholder {
      --tw-text-opacity: 1;
      color: rgb(106 106 106 / var(--tw-text-opacity));
    }

.wrap__form input[type='number']::placeholder {
      --tw-text-opacity: 1;
      color: rgb(106 106 106 / var(--tw-text-opacity));
    }

.wrap__form input::-webkit-outer-spin-button,
  .wrap__form input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
  }

input,textarea{
  outline: none;
}

.section-blog-home .category{
    color: #959595
  }

.section-blog-home .category {
    position: relative;
  }

.section-blog-home .category {
    z-index: 10;
  }

.section-blog-home .category {
    display: flex;
  }

.section-blog-home .category {
    width: 100%;
  }

.section-blog-home .category {
    align-items: center;
  }

.section-blog-home .category {
    justify-content: center;
  }

.section-blog-home .category {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.section-blog-home .category {
    padding-bottom: 1rem;
  }

.section-blog-home .category {
    font-weight: 500;
  }

.section-blog-home .category.active {
      border-bottom-width: 1px;
    }

.section-blog-home .category.active {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

.section-blog-home .category.active {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.section-blog-home .wrap__category {
    position: relative;
  }

.section-blog-home .wrap__category {
    display: flex;
  }

.section-blog-home .wrap__category {
    flex-direction: column;
  }

.section-blog-home .wrap__category {
    align-items: flex-start;
  }

.section-blog-home .wrap__category {
    justify-content: space-between;
  }

.section-blog-home .wrap__category {
    gap: 1.5rem;
  }

@media (min-width: 1024px) {
    .section-blog-home .wrap__category {
      flex-direction: row;
    }
  }

@media (min-width: 1024px) {
    .section-blog-home .wrap__category {
      gap: 2rem;
    }
  }

@media (min-width: 1024px) {
    .section-blog-home .wrap__category {
      border-bottom-width: 1px;
    }
  }

@media (min-width: 1024px) {
    .section-blog-home .wrap__category {
      --tw-border-opacity: 1;
      border-color: rgb(211 211 211 / var(--tw-border-opacity));
    }
  }

.section-blog-home .wrap__category ul {
      display: flex;
    }

.section-blog-home .wrap__category ul {
      width: 100%;
    }

.section-blog-home .wrap__category ul {
      align-items: center;
    }

.section-blog-home .wrap__category ul {
      overflow-x: auto;
    }

.section-blog-home .wrap__category ul {
      border-bottom-width: 1px;
    }

.section-blog-home .wrap__category ul {
      --tw-border-opacity: 1;
      border-color: rgb(211 211 211 / var(--tw-border-opacity));
    }

@media (min-width: 1024px) {
      .section-blog-home .wrap__category ul {
        width: auto;
      }
    }

@media (min-width: 1024px) {
      .section-blog-home .wrap__category ul {
        border-style: none;
      }
    }

.section-blog-home .wrap__category ul li {
        min-width: 150px;
      }

.section-blog-home .more__btn{
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    padding-bottom: 0;
  }

.section-blog-home .more__btn:before{
      content: none;
    }

.card__news{
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.card__news:hover {
    --tw-border-opacity: 1;
    border-color: rgb(106 106 106 / var(--tw-border-opacity));
  }

.card__news:hover .image img{
        transform: scale(1.1);
      }

.card__news .image{
    overflow: hidden;
    //@apply lg:h-[420px] md:h-[300px] sm:h-[270px] h-[200px];
    aspect-ratio: 1.9/1;
  }

.card__news .image img{
      transition: 0.3s;
    }

.wrap__slider-nav{
  display: flex;
  align-items: center;
  margin-top: 1.5rem
}

@media (min-width: 768px) {
  .wrap__slider-nav {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .wrap__slider-nav {
    margin-top: 2.5rem;
  }
}

.wrap__slider-nav .wrap__bullets{
    gap: 6px;
    display: flex;
  }

.wrap__slider-nav .wrap__bullets .swiper-pagination-bullet{
      width: 30px;
      height: 3px;
      margin: 0;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 0;
      transition: 0.3s;
    }

.wrap__slider-nav .wrap__bullets .swiper-pagination-bullet-active{
      background: #000;
    }

.wrap__slider-nav .wrap__nav{
    display: flex;
    align-items: center;
    gap: 8px;
  }

.wrap__slider-nav .wrap__bullets-history{
    display: flex;
    align-items: center;
  }

.wrap__slider-nav .wrap__bullets-history:after{
      content: '';
    }

.wrap__slider-nav .wrap__bullets-history:after {
      position: absolute;
    }

.wrap__slider-nav .wrap__bullets-history:after {
      left: 0px;
    }

.wrap__slider-nav .wrap__bullets-history:after {
      bottom: 1rem;
    }

.wrap__slider-nav .wrap__bullets-history:after {
      height: 1px;
    }

.wrap__slider-nav .wrap__bullets-history:after {
      width: 100%;
    }

.wrap__slider-nav .wrap__bullets-history:after {
      --tw-bg-opacity: 1;
      background-color: rgb(106 106 106 / var(--tw-bg-opacity));
    }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet{
      color: rgba(255, 255, 255, 0.5);
      background: transparent;
      width: -moz-max-content;
      width: max-content;
      height: -moz-max-content;
      height: max-content;
      transition: 0.3s;
      border-radius: 0;
      margin: 0 5%;
      opacity: 1;
      z-index: 10;
      position: relative
    }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet {
      display: flex;
    }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet {
      flex-direction: column;
    }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet {
      align-items: center;
    }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet {
      justify-content: center;
    }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet:first-of-type{
        margin-left: 0;
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet:last-of-type{
        margin-right: 0;
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .rectangle{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        transition: 0.3s
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .rectangle {
        border-width: 1px;
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .rectangle {
        border-color: rgb(255 255 255 / 0.5);
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .rectangle {
        --tw-bg-opacity: 1;
        background-color: rgb(7 22 48 / var(--tw-bg-opacity));
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .rectangle:after{
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 12px;
          height: 12px;
          content: '';
          transition: 0.3s;
        }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .rectangle:after {
          background-color: rgb(255 255 255 / 0.5);
        }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .label{
        display: flex;
        flex-direction: column;
        align-items: center;
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .label:after{
          display: flex;
          flex-direction: column;
          content: '';
          height: 40px;
          width: 1px;
          transition: 0.3s;
        }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .label:after {
          margin-top: 0.5rem;
          margin-bottom: 0.5rem;
        }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet .label:after {
          background-color: rgb(255 255 255 / 0.5);
        }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet.swiper-pagination-bullet-active {
        --tw-text-opacity: 1;
        color: rgb(248 82 129 / var(--tw-text-opacity));
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet.swiper-pagination-bullet-active .label:after {
            --tw-bg-opacity: 1;
            background-color: rgb(248 82 129 / var(--tw-bg-opacity));
          }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet.swiper-pagination-bullet-active .rectangle {
          --tw-border-opacity: 1;
          border-color: rgb(248 82 129 / var(--tw-border-opacity));
        }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet.swiper-pagination-bullet-active .rectangle:after {
            --tw-bg-opacity: 1;
            background-color: rgb(248 82 129 / var(--tw-bg-opacity));
          }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet:hover{
        color: #fff;
      }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet:hover .label:after {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet:hover .rectangle {
          --tw-border-opacity: 1;
          border-color: rgb(255 255 255 / var(--tw-border-opacity));
        }

.wrap__slider-nav .wrap__bullets-history .swiper-pagination-bullet:hover .rectangle:after {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }

.section-faq .wrap__faq{
    width: 100%;
    border: 4px solid #F4F2F0;
    border-radius: 4px;
  }

.section-faq .inner__faq{
    transition: 0.3s;
    border-radius: 4px
  }

.section-faq .inner__faq {
    border-width: 1px;
  }

.section-faq .inner__faq {
    border-color: transparent;
  }

.section-faq .inner__faq {
    padding: 1rem;
  }

@media (min-width: 768px) {
    .section-faq .inner__faq {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  }

@media (min-width: 768px) {
    .section-faq .inner__faq {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

@media (min-width: 1024px) {
    .section-faq .inner__faq {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

.section-faq .inner__faq:hover {
      --tw-border-opacity: 1;
      border-color: rgb(106 106 106 / var(--tw-border-opacity));
    }

.section-faq .border__faq {
    border-bottom-width: 4px;
  }

.section-faq .border__faq {
    --tw-border-opacity: 1;
    border-color: rgb(244 242 240 / var(--tw-border-opacity));
  }

.section-faq .border__faq:last-of-type{
      border-bottom: 0;
    }

.section-clients .wrap__category {
    position: relative;
  }

.section-clients .wrap__category {
    display: flex;
  }

.section-clients .wrap__category {
    flex-direction: column;
  }

.section-clients .wrap__category {
    align-items: flex-start;
  }

.section-clients .wrap__category {
    justify-content: space-between;
  }

.section-clients .wrap__category {
    gap: 1.5rem;
  }

@media (min-width: 1024px) {
    .section-clients .wrap__category {
      flex-direction: row;
    }
  }

@media (min-width: 1024px) {
    .section-clients .wrap__category {
      gap: 2rem;
    }
  }

@media (min-width: 1024px) {
    .section-clients .wrap__category {
      border-bottom-width: 1px;
    }
  }

@media (min-width: 1024px) {
    .section-clients .wrap__category {
      --tw-border-opacity: 1;
      border-color: rgb(211 211 211 / var(--tw-border-opacity));
    }
  }

.section-clients .wrap__category ul {
      display: flex;
    }

.section-clients .wrap__category ul {
      width: 100%;
    }

.section-clients .wrap__category ul {
      align-items: center;
    }

.section-clients .wrap__category ul {
      overflow-x: auto;
    }

.section-clients .wrap__category ul {
      border-bottom-width: 1px;
    }

.section-clients .wrap__category ul {
      --tw-border-opacity: 1;
      border-color: rgb(211 211 211 / var(--tw-border-opacity));
    }

@media (min-width: 1024px) {
      .section-clients .wrap__category ul {
        width: auto;
      }
    }

@media (min-width: 1024px) {
      .section-clients .wrap__category ul {
        border-style: none;
      }
    }

.section-clients .wrap__category ul li {
        min-width: 150px;
      }

.section-clients .category{
    color: #959595
  }

.section-clients .category {
    position: relative;
  }

.section-clients .category {
    z-index: 10;
  }

.section-clients .category {
    display: flex;
  }

.section-clients .category {
    width: 100%;
  }

.section-clients .category {
    align-items: center;
  }

.section-clients .category {
    justify-content: center;
  }

.section-clients .category {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.section-clients .category {
    padding-bottom: 1rem;
  }

.section-clients .category {
    font-weight: 500;
  }

.section-clients .category.active {
      border-bottom-width: 1px;
    }

.section-clients .category.active {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

.section-clients .category.active {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.section-clients .wrap__clients {
    display: grid;
  }

.section-clients .wrap__clients {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.section-clients .wrap__clients {
    overflow: hidden;
  }

.section-clients .wrap__clients {
    border-radius: 0.125rem;
  }

.section-clients .wrap__clients {
    border-width: 4px;
  }

.section-clients .wrap__clients {
    --tw-border-opacity: 1;
    border-color: rgb(244 242 240 / var(--tw-border-opacity));
  }

@media (min-width: 1024px) {
    .section-clients .wrap__clients {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

@media (min-width: 1200px) {
    .section-clients .wrap__clients {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

.section-clients .wrap__clients .inner__clients {
    display: flex;
  }

.section-clients .wrap__clients .inner__clients {
    max-height: 232px;
  }

.section-clients .wrap__clients .inner__clients {
    flex-direction: column;
  }

.section-clients .wrap__clients .inner__clients {
    justify-content: space-between;
  }

.section-clients .wrap__clients .inner__clients {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.section-clients .wrap__clients .inner__clients {
    outline-style: solid;
  }

.section-clients .wrap__clients .inner__clients {
    outline-width: 4px;
  }

.section-clients .wrap__clients .inner__clients {
    outline-color: #F4F2F0;
  }

.overlay{
  transition: 0.3s;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.7);
}

.section-vacancy-home .wrap__advantages {
    position: relative;
  }

.section-vacancy-home .wrap__advantages {
    z-index: 10;
  }

.section-vacancy-home .wrap__advantages {
    display: grid;
  }

.section-vacancy-home .wrap__advantages {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

.section-vacancy-home .wrap__advantages {
    gap: 1.25rem;
  }

@media (min-width: 768px) {
    .section-vacancy-home .wrap__advantages {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 1200px) {
    .section-vacancy-home .wrap__advantages {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

.section-vacancy-home .wrap__advantages .inner__advantages{
      background: rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(44px);
              backdrop-filter: blur(44px);
    }

.section-vacancy-home .wrap__advantages .inner__advantages {
      display: flex;
    }

.section-vacancy-home .wrap__advantages .inner__advantages {
      min-height: 100px;
    }

.section-vacancy-home .wrap__advantages .inner__advantages {
      flex-direction: column;
    }

.section-vacancy-home .wrap__advantages .inner__advantages {
      justify-content: space-between;
    }

.section-vacancy-home .wrap__advantages .inner__advantages {
      border-radius: 0.125rem;
    }

.section-vacancy-home .wrap__advantages .inner__advantages {
      padding: 0.75rem;
    }

@media (min-width: 768px) {
      .section-vacancy-home .wrap__advantages .inner__advantages {
        min-height: 132px;
      }
    }

@media (min-width: 768px) {
      .section-vacancy-home .wrap__advantages .inner__advantages {
        padding: 1rem;
      }
    }

.section-vacancy-home .wrap__advantages .main__btn {
      width: 100%;
    }

.section-vacancy-home .wrap__advantages .main__btn {
      align-items: flex-end;
    }

.section-vacancy-home .triangle__top{
    -webkit-clip-path: polygon(
                    0 0,
                    calc(100% - 32px) 0,
                    100% 32px,
                    100% 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    calc(100% - 32px) 0,
                    100% 32px,
                    100% 100%,
                    0 100%
    );
  }

@media (min-width: 992px) {

.section-vacancy-home .triangle__top{
      -webkit-clip-path: polygon(
                      0 0,
                      calc(100% - 96px) 0,
                      100% 96px,
                      100% 100%,
                      0 100%
      );
              clip-path: polygon(
                      0 0,
                      calc(100% - 96px) 0,
                      100% 96px,
                      100% 100%,
                      0 100%
      )
  }
    }

.section-about-us .card {
    position: relative;
  }

.section-about-us .card {
    display: flex;
  }

.section-about-us .card {
    width: 100%;
  }

.section-about-us .card {
    flex-direction: column;
  }

@media (min-width: 1024px) {
    .section-about-us .card {
      position: absolute;
    }
  }

.section-about-us .card:before{
      display: block;
      width: 100%;
      height: 17px;
      content: url("../resources/img/border_top_full.svg");
      position: absolute;
      top: -9px;
    }

.section-about-us .card .image{
      -webkit-clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
              clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
    }

@media (min-width: 992px) {

.section-about-us .card .image{
        -webkit-clip-path: polygon(0 0, calc(100% - 64px) 0, 100% 64px, 100% 100%, 0 100%);
                clip-path: polygon(0 0, calc(100% - 64px) 0, 100% 64px, 100% 100%, 0 100%)
    }
      }

.section-about-us .wrap__information {
    display: flex;
  }

.section-about-us .wrap__information {
    flex-direction: column;
  }

.section-about-us .wrap__information {
    row-gap: 0.75rem;
  }

.section-about-us .wrap__information {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

@media (min-width: 1024px) {
    .section-about-us .wrap__information {
      min-height: 427px;
    }
  }

@media (min-width: 1024px) {
    .section-about-us .wrap__information {
      flex-direction: row;
    }
  }

.section-about-us .wrap__information .inner__information {
      display: flex;
    }

.section-about-us .wrap__information .inner__information {
      flex-direction: column;
    }

.section-about-us .wrap__information .inner__information {
      justify-content: space-between;
    }

.section-about-us .wrap__information .inner__information {
      gap: 1.25rem;
    }

.section-about-us .wrap__information .inner__information {
      padding: 1.5rem;
    }

@media (min-width: 768px) {
      .section-about-us .wrap__information .inner__information {
        padding: 2rem;
      }
    }

@media (min-width: 1024px) {
      .section-about-us .wrap__information .inner__information {
        padding: 2.5rem;
      }
    }

.section-about-us .animation__about-us{
    position: relative;
  }

footer .border__top {
    padding-top: 2rem;
  }

footer .border__top:before{
      content: url("../resources/img/border_footer.svg");
      height: 22px;
    }

footer .wrap__catalog ul > :not([hidden]) ~ :not([hidden]), footer .wrap__company ul > :not([hidden]) ~ :not([hidden]), footer .wrap__contacts ul > :not([hidden]) ~ :not([hidden]), footer .wrap__terms ul > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

footer .wrap__catalog ul li *, footer .wrap__company ul li *, footer .wrap__contacts ul li *, footer .wrap__terms ul li * {
          font-size: 15px;
        }

footer .wrap__catalog ul li *, footer .wrap__company ul li *, footer .wrap__contacts ul li *, footer .wrap__terms ul li * {
          --tw-text-opacity: 1;
          color: rgb(211 211 211 / var(--tw-text-opacity));
        }

footer a{
    transition: 0.3s;
    cursor: pointer;
  }

footer a:hover {
      --tw-text-opacity: 1 !important;
      color: rgb(79 135 224 / var(--tw-text-opacity)) !important;
    }

footer a:hover svg {
        fill: #4F87E0 !important;
      }

footer a svg{
      transition: 0.3s;
    }

.breadcrumbs {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.breadcrumbs a,.breadcrumbs span {
    font-size: 14px;
  }

.breadcrumbs a,.breadcrumbs span {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.breadcrumbs a:before,.breadcrumbs .last:before{
      content: '[';
    }

.breadcrumbs a:after,.breadcrumbs .last:after{
      content: ']';
    }

.breadcrumbs .last {
    --tw-text-opacity: 1;
    color: rgb(149 149 149 / var(--tw-text-opacity));
  }

.breadcrumbs .separator {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

.section-advantages-vacancy .wrap__advantages {
    display: flex;
  }

.section-advantages-vacancy .wrap__advantages {
    flex-direction: column;
  }

.section-advantages-vacancy .wrap__advantages .inner__advantages {
      position: relative;
    }

.section-advantages-vacancy .wrap__advantages .inner__advantages {
      display: flex;
    }

.section-advantages-vacancy .wrap__advantages .inner__advantages {
      flex-direction: column;
    }

.section-advantages-vacancy .wrap__advantages .inner__advantages:last-of-type .border__top{
          display: none;
        }

.slider__history .swiper-slide{
    opacity: 0 !important;
  }

.slider__history .swiper-slide-active{
    opacity: 1 !important;
  }

.slider__history .headline,.slider__history .description *{
    color: #fff;
  }

.slider__history .triangle__top{
    -webkit-clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%);
  }

@media (min-width: 992px) {

.slider__history .triangle__top{
      -webkit-clip-path: polygon(0 0, calc(100% - 64px) 0, 100% 64px, 100% 100%, 0 100%);
              clip-path: polygon(0 0, calc(100% - 64px) 0, 100% 64px, 100% 100%, 0 100%)
  }
    }

.section-mission-about-us .border__line{
    position: relative;
  }

.section-mission-about-us .border__line:after{
      content: '';
      width: calc(75% - 5px);
      left: calc(25% + 5px);
    }

.section-mission-about-us .border__line:after {
      position: absolute;
    }

.section-mission-about-us .border__line:after {
      top: 0px;
    }

.section-mission-about-us .border__line:after {
      display: none;
    }

.section-mission-about-us .border__line:after {
      height: 1px;
    }

.section-mission-about-us .border__line:after {
      --tw-bg-opacity: 1;
      background-color: rgb(211 211 211 / var(--tw-bg-opacity));
    }

@media (min-width: 1024px) {
      .section-mission-about-us .border__line:after {
        display: block;
      }
    }

.section-responsibility-about-us .wrap__gallery {
    display: grid;
  }

.section-responsibility-about-us .wrap__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.section-responsibility-about-us .wrap__gallery {
    gap: 1rem;
  }

.section-responsibility-about-us .wrap__gallery .inner__gallery {
      display: flex;
    }

.section-responsibility-about-us .wrap__gallery .inner__gallery {
      flex-direction: column;
    }

.section-responsibility-about-us .wrap__gallery .inner__gallery {
      overflow: hidden;
    }

.section-responsibility-about-us .wrap__gallery .inner__gallery {
      border-radius: 0.125rem;
    }

.section-responsibility-about-us .wrap__gallery .inner__gallery:nth-of-type(2) {
        grid-row-start: 1;
      }

.section-responsibility-about-us .wrap__gallery .inner__gallery:nth-of-type(2) {
        grid-row-end: 3;
      }

.slider__certificates .swiper-wrapper{
    height: inherit;
  }

.slider__certificates .swiper-slide{
    height: inherit;
  }

.slider__certificates .triangle{
    /* треугольник (координаты вершин) */
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
  }

.slider__certificates .triangle {
    position: absolute;
  }

.slider__certificates .triangle {
    right: -1px;
  }

.slider__certificates .triangle {
    top: -1px;
  }

.slider__certificates .triangle {
    height: 3.5rem;
  }

.slider__certificates .triangle {
    width: 3.5rem;
  }

.slider__certificates .triangle {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.modal__window{
  transition: 0.3s;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.modal__window.active {
    visibility: visible;
  }

.modal__window.active {
    z-index: 999999999;
  }

.modal__window.active {
    opacity: 1;
  }

.modal__window .close__modal {
    height: -moz-max-content;
    height: max-content;
  }

.modal__window .close__modal {
    width: -moz-max-content;
    width: max-content;
  }

.modal__window .wrap__content h3 {
      margin-bottom: 0.75rem;
    }

.modal__window .wrap__content h4 {
      margin-bottom: 0.5rem;
    }

.modal__window .wrap__content h4 {
      margin-top: 1.5rem;
    }

.modal__window .triangle__top{
    -webkit-clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
  }

.play__btn{
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(44px);
          backdrop-filter: blur(44px);
  padding: 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  position: relative;
}

.section-vacancy-offers .wrap__offers {
    display: grid;
  }

.section-vacancy-offers .wrap__offers {
    gap: 1.25rem;
  }

@media (min-width: 1200px) {
    .section-vacancy-offers .wrap__offers {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

.section-vacancy-offers .wrap__offers .inner__offers {
      position: relative;
    }

.section-vacancy-offers .wrap__offers .inner__offers {
      display: flex;
    }

.section-vacancy-offers .wrap__offers .inner__offers {
      flex-direction: column;
    }

.section-vacancy-offers .wrap__offers .inner__offers {
      --tw-bg-opacity: 1;
      background-color: rgb(244 242 240 / var(--tw-bg-opacity));
    }

.section-vacancy-offers .wrap__offers .inner__offers {
      padding: 1rem;
    }

@media (min-width: 768px) {
      .section-vacancy-offers .wrap__offers .inner__offers {
        padding: 2rem;
      }
    }

@media (min-width: 1024px) {
      .section-vacancy-offers .wrap__offers .inner__offers {
        padding: 2.5rem;
      }
    }

.section-vacancy-offers .wrap__offers .inner__offers .overlay {
        visibility: hidden;
      }

.section-vacancy-offers .wrap__offers .inner__offers .overlay {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      }

.section-vacancy-offers .wrap__offers .inner__offers .overlay {
        opacity: 0;
      }

.section-vacancy-offers .wrap__offers .inner__offers:hover .overlay {
          visibility: visible;
        }

.section-vacancy-offers .wrap__offers .inner__offers:hover .overlay {
          z-index: 10;
        }

.section-vacancy-offers .wrap__offers .inner__offers:hover .overlay {
          opacity: 0.05;
        }

.section-vacancy-offers .wrap__offers .triangle__bottom{
      -webkit-clip-path: polygon(
                      0 0,
                      calc(100% - 64px) 0,
                      100% 64px,
                      100% 100%,
                      0 100%
      );
              clip-path: polygon(
                      0 0,
                      calc(100% - 64px) 0,
                      100% 64px,
                      100% 100%,
                      0 100%
      );
    }

.section-single-vacancy-home .wrap__offer {
    position: relative;
  }

.section-single-vacancy-home .wrap__offer {
    display: flex;
  }

.section-single-vacancy-home .wrap__offer {
    min-height: 380px;
  }

.section-single-vacancy-home .wrap__offer {
    flex-direction: column;
  }

.section-single-vacancy-home .wrap__offer {
    --tw-bg-opacity: 1;
    background-color: rgb(244 242 240 / var(--tw-bg-opacity));
  }

.section-single-vacancy-home .wrap__offer {
    padding: 1rem;
  }

@media (min-width: 768px) {
    .section-single-vacancy-home .wrap__offer {
      flex-direction: row;
    }
  }

@media (min-width: 768px) {
    .section-single-vacancy-home .wrap__offer {
      padding: 2rem;
    }
  }

@media (min-width: 1024px) {
    .section-single-vacancy-home .wrap__offer {
      padding: 2.5rem;
    }
  }

.section-single-vacancy-home .date{
    font-family: 'Geist mono','sans-serif';
  }

.section-single-vacancy-home .date {
    font-size: 14px;
  }

.section-single-vacancy-home .date {
    text-transform: uppercase;
  }

@media (min-width: 768px) {
    .section-single-vacancy-home .date {
      font-size: 16px;
    }
  }

.section-single-vacancy-home .triangle__top{
    -webkit-clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
  }

.section-single-vacancy-home .main__btn {
    width: 100%;
  }

.section-content .wrap__content{
    line-height: 1.6 !important;
  }

.section-content .wrap__content blockquote{
      border-left: 2px solid #fff;
      padding: 12px 12px;
      background: rgba(255,255,255,.1);
      width: -moz-fit-content;
      width: fit-content;
    }

.section-content .wrap__content blockquote p {
        font-style: italic;
      }

.section-content .wrap__content blockquote p {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.section-content .wrap__content h2 {
      margin-bottom: 1rem;
    }

.section-content .wrap__content h2 {
      margin-top: 1.5rem;
    }

.section-content .wrap__content h2 {
      font-size: 24px;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h2 {
        margin-bottom: 1.25rem;
      }
    }

@media (min-width: 768px) {
      .section-content .wrap__content h2 {
        margin-top: 2rem;
      }
    }

@media (min-width: 768px) {
      .section-content .wrap__content h2 {
        font-size: 32px;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h2 {
        margin-bottom: 1.5rem;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h2 {
        margin-top: 2.5rem;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h2 {
        font-size: 40px;
      }
    }

.section-content .wrap__content h3 {
      margin-bottom: 0.75rem;
    }

.section-content .wrap__content h3 {
      margin-top: 1rem;
    }

.section-content .wrap__content h3 {
      font-size: 18px;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h3 {
        margin-top: 1.25rem;
      }
    }

@media (min-width: 768px) {
      .section-content .wrap__content h3 {
        font-size: 21px;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h3 {
        margin-bottom: 1rem;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h3 {
        margin-top: 1.5rem;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h3 {
        font-size: 24px;
      }
    }

.section-content .wrap__content h4 {
      margin-bottom: 0.5rem;
    }

.section-content .wrap__content h4 {
      margin-top: 1rem;
    }

.section-content .wrap__content h4 {
      font-size: 16px;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h4 {
        margin-top: 1.25rem;
      }
    }

@media (min-width: 768px) {
      .section-content .wrap__content h4 {
        font-size: 18px;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h4 {
        margin-bottom: 0.75rem;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h4 {
        margin-top: 1.5rem;
      }
    }

@media (min-width: 1024px) {
      .section-content .wrap__content h4 {
        font-size: 21px;
      }
    }

.section-content .wrap__content ul{
      list-style-type: disc;
      list-style-position: inside;
    }

.section-content .wrap__content ol{
      list-style-type: decimal;
      list-style-position: inside;
    }

.section-content .wrap__content ul,.section-content .wrap__content ol{
      opacity: 0.7;
    }

.section-content .wrap__content ul,.section-content .wrap__content ol {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

.section-content .wrap__content ul > :not([hidden]) ~ :not([hidden]),.section-content .wrap__content ol > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

.section-content .wrap__content ul,.section-content .wrap__content ol {
      padding-left: 2.5rem;
    }

@media (min-width: 768px) {
      .section-content .wrap__content ul,.section-content .wrap__content ol {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
      }
    }

.section-content .wrap__content p {
      margin-bottom: 1rem;
    }

@media (min-width: 1024px) {
      .section-content .wrap__content p {
        margin-bottom: 1.25rem;
      }
    }

.section-content .wrap__content p:last-of-type{
        margin-bottom: 0 !important;
      }

.section-content .wrap__content *:first-child {
        margin-top: 0px !important;
      }

.section-404,.section-thanks {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-404 .main__btn, .section-thanks .main__btn {
    width: 100%;
  }

@media (min-width: 768px) {
    .section-404 .main__btn, .section-thanks .main__btn {
      max-width: 348px;
    }
  }

.section-main-branding .background__headline {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* Стеклянный фон */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    /* Форма — повторяем контур из SVG */
    -webkit-clip-path: polygon(
                    0 0,           /* левый верх */
                    calc(100% - 85px) 0,  /* перед наклоном */
                    100% 70px,     /* верхний срез */
                    100% 100%,     /* правый низ */
                    0 100%         /* левый низ */
    );
            clip-path: polygon(
                    0 0,           /* левый верх */
                    calc(100% - 85px) 0,  /* перед наклоном */
                    100% 70px,     /* верхний срез */
                    100% 100%,     /* правый низ */
                    0 100%         /* левый низ */
    );
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }

.section-main-branding .background__headline::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent 60%);
    pointer-events: none;
  }

.section-main-branding .description *{
    color: #fff;
  }

.section-slider-main .swiper-slide {
    height: calc(100vh - 48px);
  }

@media (min-width: 1024px) {
    .section-slider-main .swiper-slide {
      height: calc(100vh - 116px);
    }
  }

.section-slider-main .wrap__slider-nav .wrap__bullets .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.15);
      }

.section-slider-main .wrap__slider-nav .wrap__bullets .swiper-pagination-bullet-active {
        background: #fff;
      }

.slider__partners-logo {
  overflow: hidden;
  padding-right: 2px;
}

.slider__partners-logo .swiper-slide{
    z-index: 10
  }

.slider__partners-logo .swiper-slide {
    height: 4rem;
  }

.slider__partners-logo .swiper-slide {
    border-radius: 0.125rem;
  }

.slider__partners-logo .swiper-slide {
    border-top-width: 2px;
  }

.slider__partners-logo .swiper-slide {
    border-left-width: 2px;
  }

.slider__partners-logo .swiper-slide {
    border-bottom-width: 2px;
  }

.slider__partners-logo .swiper-slide {
    --tw-border-opacity: 1;
    border-color: rgb(244 242 240 / var(--tw-border-opacity));
  }

@media (min-width: 768px) {
    .slider__partners-logo .swiper-slide {
      height: 86px;
    }
  }

.slider__partners-logo .swiper-slide:last-of-type {
      border-right-width: 2px;
    }

.slider__partners-logo .swiper-slide:last-of-type {
      --tw-border-opacity: 1;
      border-color: rgb(244 242 240 / var(--tw-border-opacity));
    }

.slider__partners-logo .swiper-slide img{
      transition: 0.3s
    }

.slider__partners-logo .swiper-slide img {
      border-radius: 0.25rem;
    }

.slider__partners-logo .swiper-slide img {
      border-width: 1px;
    }

.slider__partners-logo .swiper-slide img {
      border-color: transparent;
    }

.slider__partners-logo .swiper-slide img:hover{
        cursor: pointer;
      }

.slider__partners-logo .swiper-slide img:hover {
        --tw-border-opacity: 1;
        border-color: rgb(106 106 106 / var(--tw-border-opacity));
      }

.section-process-branding .border__top:before{
      content: url('../resources/img/border_top_full.svg');
      top: -6px;
      z-index: 10;
    }

.section-process-branding .wrap__process .inner__process .image{
        -webkit-clip-path: polygon(
                        0 0,
                        calc(100% - 14px) 0,
                        100% 14px,
                        100% 100%,
                        0 100%
        );
                clip-path: polygon(
                        0 0,
                        calc(100% - 14px) 0,
                        100% 14px,
                        100% 100%,
                        0 100%
        );
        transition: 0.3s;
      }

.section-process-branding .wrap__process .inner__process .image {
        position: relative;
      }

.section-process-branding .wrap__process .inner__process .image {
        height: 4rem;
      }

.section-process-branding .wrap__process .inner__process .image {
        width: 100%;
      }

.section-process-branding .wrap__process .inner__process .image {
        border-radius: 0.125rem;
      }

@media (min-width: 768px) {
        .section-process-branding .wrap__process .inner__process .image {
          height: 8rem;
        }
      }

@media (min-width: 1024px) {
        .section-process-branding .wrap__process .inner__process .image {
          visibility: hidden;
        }
      }

@media (min-width: 1024px) {
        .section-process-branding .wrap__process .inner__process .image {
          position: absolute;
        }
      }

@media (min-width: 1024px) {
        .section-process-branding .wrap__process .inner__process .image {
          left: 0px;
        }
      }

@media (min-width: 1024px) {
        .section-process-branding .wrap__process .inner__process .image {
          top: 0px;
        }
      }

@media (min-width: 1024px) {
        .section-process-branding .wrap__process .inner__process .image {
          height: 100%;
        }
      }

@media (min-width: 1024px) {
        .section-process-branding .wrap__process .inner__process .image {
          overflow: hidden;
        }
      }

@media (min-width: 1024px) {
        .section-process-branding .wrap__process .inner__process .image {
          opacity: 0;
        }
      }

@media (min-width: 1024px) {
          .section-process-branding .wrap__process .inner__process:hover .image {
            visibility: visible;
          }
        }

@media (min-width: 1024px) {
          .section-process-branding .wrap__process .inner__process:hover .image {
            opacity: 1;
          }
        }

.section-test-product .border__line {
    margin-bottom: 0.375rem;
  }

.section-test-product .border__line {
    display: flex;
  }

.section-test-product .border__line {
    height: 1px;
  }

.section-test-product .border__line {
    width: 100%;
  }

.section-test-product .border__line {
    align-items: center;
  }

.section-test-product .border__line {
    justify-content: flex-end;
  }

.section-test-product .border__line {
    --tw-bg-opacity: 1;
    background-color: rgb(33 71 184 / var(--tw-bg-opacity));
  }

@media (min-width: 768px) {
    .section-test-product .border__line {
      display: none;
    }
  }

.section-test-product .border__line:after{
      content: '';
    }

.section-test-product .border__line:after {
      display: block;
    }

.section-test-product .border__line:after {
      height: 0.375rem;
    }

.section-test-product .border__line:after {
      width: 0.375rem;
    }

.section-test-product .border__line:after {
      --tw-bg-opacity: 1;
      background-color: rgb(33 71 184 / var(--tw-bg-opacity));
    }

.section-slider-main .breadcrumbs a,.section-slider-main .breadcrumbs .separator,.section-shop .breadcrumbs a,.section-shop .breadcrumbs .separator{
      color: #fff;
    }

.section-slider-main .last, .section-shop .last {
    color: rgb(255 255 255 / 0.5);
  }

.card__product {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
}

.card__product:before{
    content: '';
  }

.card__product:before {
    position: absolute;
  }

.card__product:before {
    left: 0px;
  }

.card__product:before {
    top: 0px;
  }

.card__product:before {
    z-index: -10;
  }

.card__product:before {
    height: 100%;
  }

.card__product:before {
    width: 100%;
  }

.card__product:before {
    border-radius: 0.125rem;
  }

.card__product:before {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.card__product:after{
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: #F4F2F0;
    left: -4px;
    top: -4px;
  }

.card__product:after {
    position: absolute;
  }

.card__product:after {
    z-index: -20;
  }

.card__product:after {
    border-radius: 0.125rem;
  }

.card__product .image{
    width: 100%;
    margin-bottom: 16px;
    aspect-ratio: 1/1;
  }

.card__product .branding{
    margin-bottom: 8px;
    font-size: 14px;
  }

.card__product .label__sale{
    display: flex;
    align-items: center;
    background: #FF4C4C;
    color: #fff;
    font-size: 14px;
    width: -moz-max-content;
    width: max-content;
    padding-left: 4px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1;
    -webkit-clip-path: polygon(
                    0 0,
                    calc(100% - 8px) 0,
                    100% 8px,
                    100% 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    calc(100% - 8px) 0,
                    100% 8px,
                    100% 100%,
                    0 100%
    );
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 10;
  }

.section-filters .wrap__filters{
    transition: 0.3s
  }

.section-filters .wrap__filters {
    visibility: hidden;
  }

.section-filters .wrap__filters {
    position: fixed;
  }

.section-filters .wrap__filters {
    left: 0px;
  }

.section-filters .wrap__filters {
    top: 0px;
  }

.section-filters .wrap__filters {
    z-index: -10;
  }

.section-filters .wrap__filters {
    height: 100%;
  }

.section-filters .wrap__filters {
    width: 100%;
  }

.section-filters .wrap__filters {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.section-filters .wrap__filters {
    opacity: 0;
  }

@media (min-width: 1024px) {
    .section-filters .wrap__filters {
      visibility: visible;
    }
  }

@media (min-width: 1024px) {
    .section-filters .wrap__filters {
      position: static;
    }
  }

@media (min-width: 1024px) {
    .section-filters .wrap__filters {
      z-index: auto;
    }
  }

@media (min-width: 1024px) {
    .section-filters .wrap__filters {
      width: 330px;
    }
  }

@media (min-width: 1024px) {
    .section-filters .wrap__filters {
      opacity: 1;
    }
  }

.section-filters .wrap__filters .inner__filters {
      margin-bottom: 1rem;
    }

.section-filters .wrap__filters .inner__filters {
      display: flex;
    }

.section-filters .wrap__filters .inner__filters {
      flex-direction: column;
    }

.section-filters .wrap__filters .inner__filters {
      border-bottom-width: 1px;
    }

.section-filters .wrap__filters .inner__filters {
      --tw-border-opacity: 1;
      border-color: rgb(211 211 211 / var(--tw-border-opacity));
    }

.section-filters .wrap__filters .inner__filters svg {
        --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));
      }

.section-filters .wrap__filters .inner__filters .label {
        margin-bottom: 1rem;
      }

.section-filters .wrap__filters .inner__filters .label {
        display: flex;
      }

.section-filters .wrap__filters .inner__filters .label {
        width: 100%;
      }

.section-filters .wrap__filters .inner__filters .label {
        cursor: pointer;
      }

.section-filters .wrap__filters .inner__filters .label {
        align-items: center;
      }

.section-filters .wrap__filters .inner__filters .label {
        justify-content: space-between;
      }

.section-filters .wrap__filters .inner__filters .rotate__svg svg {
          --tw-rotate: 0deg;
          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));
        }

.section-filters .wrap__filters.active {
      visibility: visible;
    }

.section-filters .wrap__filters.active {
      z-index: 999999;
    }

.section-filters .wrap__filters.active {
      opacity: 1;
    }

.section-filters .wrap__form label{
      margin-bottom: 0;
    }

.section-filters .wrap__sort-mobile{
    transition: 0.3s
  }

.section-filters .wrap__sort-mobile {
    visibility: hidden;
  }

.section-filters .wrap__sort-mobile {
    position: fixed;
  }

.section-filters .wrap__sort-mobile {
    left: 0px;
  }

.section-filters .wrap__sort-mobile {
    top: 0px;
  }

.section-filters .wrap__sort-mobile {
    z-index: -10;
  }

.section-filters .wrap__sort-mobile {
    height: 100%;
  }

.section-filters .wrap__sort-mobile {
    width: 100%;
  }

.section-filters .wrap__sort-mobile {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.section-filters .wrap__sort-mobile {
    opacity: 0;
  }

.section-filters .wrap__sort-mobile.active {
      visibility: visible;
    }

.section-filters .wrap__sort-mobile.active {
      z-index: 999999;
    }

.section-filters .wrap__sort-mobile.active {
      opacity: 1;
    }

.secondary__btn{
  border-radius: 4px;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: rgb(248 82 129 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(248 82 129 / var(--tw-text-opacity));
}

.section-shop .description * {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.section-main-product .in-stock{
    color: #259021;
    display: flex;
    align-items: center;
  }

.section-main-product .sticky__navigation{
    transition: 0.3s
  }

.section-main-product .sticky__navigation {
    visibility: hidden;
  }

.section-main-product .sticky__navigation {
    position: fixed;
  }

.section-main-product .sticky__navigation {
    left: 0px;
  }

.section-main-product .sticky__navigation {
    top: -100%;
  }

.section-main-product .sticky__navigation {
    z-index: -10;
  }

.section-main-product .sticky__navigation {
    opacity: 0;
  }

.section-main-product .sticky__navigation.active {
      visibility: visible;
    }

.section-main-product .sticky__navigation.active {
      top: 63px;
    }

.section-main-product .sticky__navigation.active {
      z-index: 999;
    }

.section-main-product .sticky__navigation.active {
      opacity: 1;
    }

@media (min-width: 1024px) {
      .section-main-product .sticky__navigation.active {
        top: 78px;
      }
    }

.section-main-product .sticky__navigation a.active,.section-main-product .static__navigation a.active{
        text-decoration: underline;
        text-underline-offset: 16px;
      }

.section-main-product .sticky__navigation a.active, .section-main-product .static__navigation a.active {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
      }

.section-main-product .sticky__navigation .custom__price, .section-main-product .static__navigation .custom__price {
      font-size: 18px;
    }

.section-main-product .wrap__cross-sell-products .custom__price {
      font-size: 16px;
    }

.section-main-product .custom__price {
    font-size: 18px;
  }

@media (min-width: 768px) {
    .section-main-product .custom__price {
      font-size: 21px;
    }
  }

@media (min-width: 1024px) {
    .section-main-product .custom__price {
      font-size: 24px;
    }
  }

.section-main-product .custom__price del {
      font-size: 16px;
    }

@media (min-width: 1024px) {
      .section-main-product .custom__price del {
        font-size: 18px;
      }
    }

.card__product .branding,.section-main-product .branding{
    background: linear-gradient(133.5deg, #8438FF 2.61%, #BC08DC 39.95%, #FF9E3E 76.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 0 6px rgba(255, 158, 62, 0.3));
    display: flex;
    align-items: center;
  }

.card__product .variations,.section-main-product .variations{
    display: none;
  }

.xoo-wsch-top{
  justify-content: space-between;
}

.xoo-wsc-sc-bkcont{
  display: flex;
  align-items: center;
}

.xoo-wsc-sc-bki{
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.xoo-wsc-sc-subt{
  display: none;
}

.hamburger__menu,.hamburger__menu-active{
  width: 20px;
  height: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger__menu span,.hamburger__menu-active span{
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
    transition: 0.3s;
    left: 0
  }

.hamburger__menu span, .hamburger__menu-active span {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

.hamburger__menu span.rotate__line:nth-of-type(1),.hamburger__menu-active span.rotate__line:nth-of-type(1){
        transform: rotate(45deg) translate(6.5px, 2.5px);
      }

.hamburger__menu span.rotate__line:nth-of-type(2),.hamburger__menu-active span.rotate__line:nth-of-type(2){
        left: -100%;
        opacity: 0;
      }

.hamburger__menu span.rotate__line:nth-of-type(3),.hamburger__menu-active span.rotate__line:nth-of-type(3){
        width: 100%;
        transform: rotate(-45deg) translate(6px, -2px);
      }

.custom-logo-link img {
    height: 100%;
  }

.custom-logo-link img {
    width: 100%;
  }

.custom-logo-link img {
    -o-object-fit: contain;
       object-fit: contain;
  }

section:first-of-type {
  padding-top: 65px;
}

@media (min-width: 1024px) {
  section:first-of-type {
    padding-top: 114px;
  }
}

.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-selection--single{
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 48px;
  font-size: 15px;
  color: #000;
  padding: 0px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 48px;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.select2-results__option {
  font-size: 14px;
  color: #000;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #EBEFF6;
  color: #000;
}

.select2-container--default .select2-results__option--selected{
  background: #fff;
  color: #000;
}

.select2-container--default .select2-results__option--selected:after{
    content: url("../resources/img/checkmark.svg");
    width: 16px;
    height: 16px;
    display: block;
  }

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after{
    content: url("../resources/img/chevron.svg");
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    top: -1px;
  }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px;
}

.wrap__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.wrap__pagination a,.wrap__pagination .current{
    border-radius: 2px;
  }

.wrap__pagination a,.wrap__pagination .current {
    display: flex;
  }

.wrap__pagination a,.wrap__pagination .current {
    height: 2.5rem;
  }

.wrap__pagination a,.wrap__pagination .current {
    width: 2.5rem;
  }

.wrap__pagination a,.wrap__pagination .current {
    align-items: center;
  }

.wrap__pagination a,.wrap__pagination .current {
    justify-content: center;
  }

.wrap__pagination a,.wrap__pagination .current {
    border-width: 1px;
  }

.wrap__pagination a,.wrap__pagination .current {
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
  }

.wrap__pagination a,.wrap__pagination .current {
    font-size: 16px;
  }

.wrap__pagination a,.wrap__pagination .current {
    line-height: 1;
  }

.wrap__pagination a,.wrap__pagination .current {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.wrap__pagination .current {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

.wrap__pagination .current {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.sticky__add-to-cart {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .sticky__add-to-cart {
    display: none;
  }
}

.sticky__add-to-cart .custom__price {
    font-size: 14px;
  }

.sticky__add-to-cart .custom__price del {
      font-size: 14px;
    }

.custom__price {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .custom__price {
    font-size: 21px;
  }
}

@media (min-width: 1024px) {
  .custom__price {
    font-size: 24px;
  }
}

.custom__price del {
    margin-left: 0.25rem;
  }

.custom__price del {
    font-size: 14px;
  }

.custom__price del {
    --tw-text-opacity: 1;
    color: rgb(211 211 211 / var(--tw-text-opacity));
  }

@media (min-width: 768px) {
    .custom__price del {
      font-size: 16px;
    }
  }

@media (min-width: 1024px) {
    .custom__price del {
      font-size: 18px;
    }
  }

.custom__price-sale {
  --tw-text-opacity: 1;
  color: rgb(248 82 129 / var(--tw-text-opacity));
}

.section-certificates .triangle__top{
    -webkit-clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
  }

.slider__gallery-product-navigation .swiper-slide {
    cursor: pointer;
  }

.slider__gallery-product-navigation .swiper-slide {
    overflow: hidden;
  }

.slider__gallery-product-navigation .swiper-slide {
    border-radius: 0.125rem;
  }

.slider__gallery-product-navigation .swiper-slide {
    border-width: 1px;
  }

.slider__gallery-product-navigation .swiper-slide {
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
  }

.slider__gallery-product-navigation .swiper-slide-thumb-active {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

.section-single-blog .date{
    font-family: 'Geist mono','sans-serif';
  }

.section-single-blog .date {
    font-size: 14px;
  }

.section-single-blog .date {
    text-transform: uppercase;
  }

@media (min-width: 768px) {
    .section-single-blog .date {
      font-size: 16px;
    }
  }

.section-single-blog .triangle__top{
    -webkit-clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
  }

.section-single-business .triangle__top{
    -webkit-clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
            clip-path: polygon(
                    0 0,
                    calc(100% - 64px) 0,
                    100% 64px,
                    100% 100%,
                    0 100%
    );
  }

#form_samples .wpforms-field-container {
    display: flex;
  }

#form_samples .wpforms-field-container {
    flex-wrap: wrap;
  }

#form_samples .wpforms-field-container {
    justify-content: space-between;
  }

#form_samples .wpforms-field {
    width: 100%;
  }

@media (min-width: 768px) {
    #form_samples .wpforms-field {
      width: calc(50% - 12px);
    }
  }

#form_samples #wpforms-541-field_8-container,#form_samples #wpforms-551-field_8-container{
    display: none !important;
  }

#form_wholesale_prices .wpforms-field-container {
    display: flex;
  }

#form_wholesale_prices .wpforms-field-container {
    flex-wrap: wrap;
  }

#form_wholesale_prices .wpforms-field-container {
    justify-content: space-between;
  }

#form_wholesale_prices #wpforms-559-field_8-container,#form_wholesale_prices #wpforms-556-field_8-container{
    display: none;
  }

#form_wholesale_prices #wpforms-559-field_3-container,#form_wholesale_prices #wpforms-556-field_3-container{
    width: 100%;
  }

#form_wholesale_prices .wpforms-field {
    width: 100%;
  }

@media (min-width: 768px) {
    #form_wholesale_prices .wpforms-field {
      width: calc(50% - 12px);
    }
  }

@media (min-width: 1024px) {
  .lg\:container {
    max-width: 1600px !important;
    margin: 0 auto;
  }

  .lg\:h3__title{
    line-height: 1.1;
    font-size: 24px;
    font-weight: 500;
  }

  @media (min-width: 768px) {
    .lg\:h3__title {
      font-size: 28px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:h3__title {
      font-size: 32px;
    }
  }

  .lg\:container {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 576px) {
    .lg\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
      padding-right: 5%;
      padding-left: 5%;
    }
  }

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

  @media (min-width: 1200px) {
    .lg\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.child\:text-grey_light > * {
  --tw-text-opacity: 1;
  color: rgb(211 211 211 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .sm\:h-\[560px\] {
    height: 560px;
  }

  .sm\:max-w-\[448px\] {
    max-width: 448px;
  }

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

@media (min-width: 768px) {
  .md\:right-0 {
    right: 0px;
  }

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

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[100px\] {
    height: 100px;
  }

  .md\:h-\[250px\] {
    height: 250px;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:min-h-\[280px\] {
    min-height: 280px;
  }

  .md\:min-h-\[80px\] {
    min-height: 80px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-\[100px\] {
    width: 100px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-none {
    flex: none;
  }

  .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\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-grey_light {
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

  .md\:pt-16 {
    padding-top: 4rem;
  }

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

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

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-21 {
    font-size: 21px;
  }

  .md\:text-56 {
    font-size: 56px;
  }

  .md\:text-64 {
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:left-\[55\%\] {
    left: 55%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

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

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

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

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-\[135px\] {
    height: 135px;
  }

  .lg\:h-\[340px\] {
    height: 340px;
  }

  .lg\:h-\[380px\] {
    height: 380px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[570px\] {
    height: 570px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[inherit\] {
    height: inherit;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[536px\] {
    max-height: 536px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:min-h-\[540px\] {
    min-height: 540px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-\[135px\] {
    width: 135px;
  }

  .lg\:w-\[137px\] {
    width: 137px;
  }

  .lg\:w-\[175px\] {
    width: 175px;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[calc\(100\%_-_120px\)\] {
    width: calc(100% - 120px);
  }

  .lg\:w-\[calc\(50\%_-_10px\)\] {
    width: calc(50% - 10px);
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[580px\] {
    max-width: 580px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-grey_light {
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:fill-white {
    fill: #fff;
  }

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

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

  .lg\:p-3 {
    padding: 0.75rem;
  }

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

  .lg\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-21 {
    font-size: 21px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-64 {
    font-size: 64px;
  }

  .lg\:text-\[92px\] {
    font-size: 92px;
  }
}

@media (min-width: 1200px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[560px\] {
    height: 560px;
  }

  .xl\:min-h-\[560px\] {
    min-height: 560px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

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

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-\[320px\] {
    max-width: 320px;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

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

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

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

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

  .xl\:border-grey_light {
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
  }

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

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

  .xl\:\!text-48 {
    font-size: 48px !important;
  }

  .xl\:text-72 {
    font-size: 72px;
  }
}
