/*
! 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: 14px;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

body {
  font-family: 'Gilroy', sans-serif !important;
  line-height: 1.4 !important;
  background: #fff !important;
  -webkit-font-smoothing: antialiased!important;
}

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

h2 {
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 900;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 992px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

a {
  transition: .2s;
}

a:hover {
  opacity: .7;
}

.neolit-scroll ul {
  list-style: disc;
  list-style-position: inside;
}

p, li, td {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(110 116 148 / var(--tw-text-opacity));
}

p .burger:before,p .burger:after, li .burger:before, li .burger:after, td .burger:before, td .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(110 116 148 / var(--tw-bg-opacity));
}

headerp,header li,header td {
  --tw-text-opacity: 1 !important;
  color: rgb(110 116 148 / var(--tw-text-opacity)) !important;
}

header.bg-primary\/80 p,header.bg-primary\/80  li,header.bg-primary\/80  td {
  color: #fff;
}

p, li, td {
  opacity: .85;
}

p:last-child, li:last-child, td:last-child {
    margin-bottom:0;
  }

p li, li li, td li {
    opacity: 1;
  }

p li li, li li li, td li li {
      opacity: 1;
    }

h2 {
  opacity: .9;
}

section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

*, ::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: 992px) {
  .container {
    max-width: 992px;
  }
}

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

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

.\!visible {
  visibility: visible !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-\[99999999px\] {
  left: -99999999px;
}

.-left-\[99999px\] {
  left: -99999px;
}

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

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

.-top-20 {
  top: -5rem;
}

.-top-\[75\%\] {
  top: -75%;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.left-\[120\%\] {
  left: 120%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-2 {
  top: 0.5rem;
}

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

.top-4 {
  top: 1rem;
}

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

.\!z-\[999\] {
  z-index: 999 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

.\!mt-3 {
  margin-top: 0.75rem !important;
}

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

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

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.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-4 {
  margin-bottom: 1rem;
}

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

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

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

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

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-header-group {
  display: table-header-group;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.\!h-\[185px\] {
  height: 185px !important;
}

.\!h-\[128px\] {
  height: 128px !important;
}

.\!h-\[80px\] {
  height: 80px !important;
}

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

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

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

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

.w-\[90\%\] {
  width: 90%;
}

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

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

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

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

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

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.\!list-none {
  list-style-type: none !important;
}

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

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

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

.grid-cols-\[1fr_minmax\(auto\2c _620px\)_1fr\] {
  grid-template-columns: 1fr minmax(auto, 620px) 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.space-x-3 > :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)));
}

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

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

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

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * 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;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.\!border-none {
  border-style: none !important;
}

.border-none {
  border-style: none;
}

.border-grey-light {
  --tw-border-opacity: 1;
  border-color: rgb(110 116 148 / var(--tw-border-opacity));
}

.border-grey-light\/20 {
  border-color: rgb(110 116 148 / 0.2);
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(225 234 255 / var(--tw-border-opacity));
}

.border-line\/60 {
  border-color: rgb(225 234 255 / 0.6);
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(23 122 200 / var(--tw-border-opacity));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

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

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.\!border-t-\[\#6E7494\]\/20 {
  border-top-color: rgb(110 116 148 / 0.2) !important;
}

.border-b-line {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 234 255 / var(--tw-border-opacity));
}

.border-b-line\/20 {
  border-bottom-color: rgb(225 234 255 / 0.2);
}

.border-r-line {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 234 255 / var(--tw-border-opacity));
}

.border-t-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-t-line {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 234 255 / var(--tw-border-opacity));
}

.\!bg-\[\#0D447B\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 68 123 / var(--tw-bg-opacity)) !important;
}

.\!bg-grey-light\/10 {
  background-color: rgb(110 116 148 / 0.1) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-\[\#1BB157\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 177 87 / var(--tw-bg-opacity));
}

.bg-backgrounds {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 250 / var(--tw-bg-opacity));
}

.bg-black\/80 {
  background-color: rgb(15 15 15 / 0.8);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.bg-primary\/80 {
  background-color: rgb(27 28 31 / 0.8);
}

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

.bg-black\/60 {
  background-color: rgb(15 15 15 / 0.6);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-primary {
  background-image: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
}

.\!bg-cover {
  background-size: cover !important;
}

.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}

.fill-line\/60 {
  fill: rgb(225 234 255 / 0.6);
}

.fill-transparent {
  fill: transparent;
}

.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.font-black {
  font-weight: 900;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-7 {
  line-height: 1.75rem;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.\!text-grey-light {
  --tw-text-opacity: 1 !important;
  color: rgb(110 116 148 / var(--tw-text-opacity)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(27 28 31 / var(--tw-text-opacity)) !important;
}

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

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

.text-black\/90 {
  color: rgb(15 15 15 / 0.9);
}

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

.text-grey-light {
  --tw-text-opacity: 1;
  color: rgb(110 116 148 / var(--tw-text-opacity));
}

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

.text-line\/60 {
  color: rgb(225 234 255 / 0.6);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(27 28 31 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(23 122 200 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

.\!opacity-100 {
  opacity: 1 !important;
}

.\!opacity-50 {
  opacity: 0.5 !important;
}

.\!opacity-\[\.99\] {
  opacity: .99 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: .75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: .85;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-primary-shadow {
  --tw-shadow: 0px 4px 40px 0px rgba(26, 37, 67, 0.07);;
  --tw-shadow-colored: 0px 4px 40px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}

.contrast-0 {
  --tw-contrast: contrast(0);
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

  font-weight: normal;

  font-style: normal;
}

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

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

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

  font-weight: 400;

  font-style: normal;
}

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

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

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

  font-weight: 500;

  font-style: normal;
}

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

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

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

  font-weight: bold;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Black.eot');

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

  font-weight: 800;

  font-style: normal;
}

.primary__menu {
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5rem;
}

@media (min-width: 992px) {
  .primary__menu {
    display: flex;
  }
}

.primary__menu .wrap__menu{
    width: 100%;
  }

.primary__menu .wrap__menu ul li{
        opacity: 1;
      }

.primary__menu .wrap__menu a{
      font-size: 40px;
      transition: 0s
    }

.primary__menu .wrap__menu a {
      justify-content: space-between;
    }

.primary__menu .wrap__menu a > :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)));
    }

.primary__menu .wrap__menu a:hover svg {
          --tw-rotate: -45deg;
          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));
        }

.primary__menu .wrap__menu .divider{
      background: rgba(110, 116, 148, 0.20);
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      width: 1px;
    }

.primary__menu .wrap__menu .sub-menu{
      visibility: hidden;
      opacity: 0;
      z-index: -10;
    }

.primary__menu .wrap__menu .sub-menu a{
        font-size: 24px !important;
      }

.main__menu{
  background: #0D447B;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 71px;
  z-index: -10;
  height: calc(100vh - 71px);
  width: 100%;
  opacity: 0;
  transition-duration: 200ms
}

@media (min-width: 1200px) {
  .main__menu {
    top: 92px;
    height: calc(100vh - 92px);
  }
}

.main__menu a {
    display: flex;
  }

.main__menu a {
    align-items: center;
  }

.main__menu a {
    font-weight: 500;
  }

.main__menu a {
    color: rgb(255 255 255 / 0.6);
  }

.main__menu a {
    opacity: 1;
  }

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

span.main__menu a:hover, p.main__menu a:hover, button.main__menu a:hover {
      background-image: none;
      -webkit-text-fill-color: white;
    }

span.main__menu a:hover, p.main__menu a:hover, button.main__menu a:hover {
      background-image: none;
      -webkit-text-fill-color: white;
    }

span.main__menu a:hover, p.main__menu a:hover, button.main__menu a:hover {
      background-image: none;
      -webkit-text-fill-color: white;
    }

.main__menu a:hover .burger:before,.main__menu a:hover .burger:after {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.main__menu a:hover .burger:before,.main__menu a:hover .burger:after {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.main__menu a:hover svg {
        fill: #fff;
      }

.main__menu svg,.main__menu span{
    transition: 0.2s;
  }

.main__menu .wrap__social-links a{
      transition: 0s;
    }

.main__menu .sub-menu{
    transition: 0.2s;
  }

.main__menu .rotate__svg svg {
      --tw-rotate: -45deg;
      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));
    }

.main__menu .rotate__svg svg {
      fill: #fff;
    }

.mobile__menu {
  padding-top: 1.75rem;
}

.mobile__menu .neolit-bg-button {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

.mobile__menu .neolit-bg-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.mobile__menu .neolit-bg-button span{
      text-align: center;
    }

.mobile__menu a{
    display: flex;
    justify-content: space-between;
  }

.mobile__menu a svg{
      transition: 0s;
    }

.mobile__menu .sub-menu{
    height: 0;
    overflow: hidden;
    margin-top: 16px
  }

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

.mobile__menu .sub-menu a{
      font-size: 18px !important;
      color: #fff !important;
    }

.mobile__menu .sub-menu a > :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)));
    }

.mobile__menu .wrap__menu>ul>li>a{
          font-size: 24px;
          transition: 0s;
        }

.mobile__menu span{
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }

.mobile__menu li{
    margin-bottom: 0;
  }

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

.neolit-offer-card {
  box-shadow: 1.9px 6.7px 7px 0px rgba(0, 0, 0, 0.10);
}

span.text-white, p.text-white, button.text-white, {
  background-image: none !important;
  -webkit-text-fill-color: white !important;
}

.burger {
  display: flex;
  outline: none;
  height: 20px;
  width: 28px;
  border: 0px;
  padding: 0px;
  align-items: center;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
}

.burger:before, .burger:after {
  content: '';
  width: 28px;
  height: 1px;
  position: absolute;
  background: #fff;
  transition: all 250ms ease-out;
  will-change: transform;
}

.text-grey-light .burger:before, .text-grey-light .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(110 116 148 / var(--tw-bg-opacity));
}

.text-white .burger:before, .text-white .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.burger:before {
  transform: translateY(-3px);
}

.burger:after {
  transform: translateY(3px);
}

.active.burger:before {
  transform: translateY(0) rotate(45deg);
}

.active.burger:after {
  transform: translateY(0) rotate(-45deg);
}

header.active-menu {
  background: #0D447B !important;
}

.single-post .burger:before, .single-post .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(110 116 148 / var(--tw-bg-opacity));
}

.single-post header.bg-primary\/80  .burger:before, .single-post header.bg-primary\/80 .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.page-template-template-calculator .burger:before, .page-template-template-calculator .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(110 116 148 / var(--tw-bg-opacity));
}

.page-template-template-calculator header.bg-primary\/80  .burger:before, .page-template-template-calculator header.bg-primary\/80 .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.error404 .burger:before, .error404 .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(110 116 148 / var(--tw-bg-opacity));
}

.error404 header.bg-primary\/80  .burger:before, .error404 header.bg-primary\/80 .burger:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header.bg-primary\/80 .border-grey-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

header.text-grey-light {
  --tw-text-opacity: 1 !important;
  color: rgb(110 116 148 / var(--tw-text-opacity)) !important;
}

header.bg-primary\/80 .text-grey-light {
  color: #fff !important;
}

.neolit-bg-button {
  position: relative;
  display: flex;
  height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: 1;
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 200ms;
}

.neolit-bg-button:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  opacity: 0;
  transition-duration: 200ms;
}

.neolit-bg-button:hover:after {
  opacity: 1;
}

.text-gradient-primary {
  background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.neolit-main-btn {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 16px;
  font-weight: 500;
  opacity: .9999;
  transition-duration: 200ms;
}

.neolit-main-btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 992px) {
  .neolit-main-btn {
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.neolit-main-btn {
  border: 1px solid #fff;
}

@media (max-width: 991.99px) {
    .neolit-main-btn span {
      background-image: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

.neolit-main-btn:after {
    content: '';
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  }

.neolit-main-btn:after {
    position: absolute;
  }

.neolit-main-btn:after {
    left: 0px;
  }

.neolit-main-btn:after {
    top: 0px;
  }

.neolit-main-btn:after {
    z-index: -1;
  }

.neolit-main-btn:after {
    height: 100%;
  }

.neolit-main-btn:after {
    width: 100%;
  }

.neolit-main-btn:after {
    border-radius: 9999px;
  }

.neolit-main-btn:after {
    opacity: 0;
  }

.neolit-main-btn:after {
    transition-duration: 200ms;
  }

.neolit-main-btn svg {
    transition: all 0.2s;
  }

@media (max-width: 991.99px) {

.neolit-main-btn svg {
      color: #177AC8
  }
    }

.neolit-main-btn:hover span {
      background-image: none;
      -webkit-background-clip: text;
      -webkit-text-fill-color: white;
    }

.neolit-main-btn:hover svg {
      transform: rotate(-45deg);
      color: #fff;
    }

.neolit-main-btn:hover:after {
      opacity: 1;
    }

.ml10,.ml11  {
  position: relative;
}

.ml10 .text-wrapper, .ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ml10 .letter, .ml11 .letter {
  display: inline-block;
  transform-origin: 0 0;
}

.neolit-fade {
  opacity:0;
}

.neolit-services-card {
  position: relative;
  height: 168px;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .neolit-services-card {
    height: 500px;
  }
}

.neolit-services-card {
  transition: width .3s;
}

@media (max-width: 992px) {

.neolit-services-card {
    transition: height .3s
}
  }

@media (min-width: 1199.99px) {

.neolit-services-card.active {
      width: 630px
  }
    }

@media (max-width: 991.99px) {

  .neolit-services-card.active {
      width: 100%
  }
    }

@media (max-width: 992px) {

  .neolit-services-card.active {
      height: 480px
  }
    }

.neolit-service-link {
  transition: .5s;
}

.neolit-service-link svg,.neolit-service-link h2 {
    transition: .2s;
  }

.neolit-service-link:hover {
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }

.neolit-service-link:hover h2 {
      background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

.neolit-service-link:hover svg{
      transform: rotate(-45deg);
    }

.neolit-service-details {
  z-index: -1;
  opacity: 0;
  transition: .5s;
}

.neolit-services-card.active .neolit-service-details {
  z-index: 99;
  opacity: 1;
}

.neolit-services-card.active .neolit-service-main-info {
  opacity: 0;
}

.neolit-main-btn--light span {
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.neolit-main-btn--light svg {
    --tw-text-opacity: 1 !important;
    color: rgb(23 122 200 / var(--tw-text-opacity)) !important;
  }

.neolit-main-btn--light svg {
    transition-duration: 200ms;
  }

.neolit-main-btn--light {
  position: relative;
  background: #fff;
  background-clip: padding-box;
  border: solid 1px #177AC8;
}

/* !importanté */

.neolit-main-btn--light:hover {
    background: transparent;
  }

.neolit-main-btn--light:hover span {
      background: transparent;
      color: #fff !important;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #fff;
      z-index: 99;
    }

.neolit-main-btn--light:hover svg {
      color: #fff !important;
    }

/* !importanté */

.neolit-main-btn--light:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  }

.neolit-link-with-arrow {
  transition: all 0.2s;
}

.neolit-link-with-arrow svg {
    transition: all 0.2s;
  }

.neolit-link-with-arrow:hover svg {
      transform: rotate(-45deg);
    }

.group:hover .group-hover\:text-gradient-primary {
  background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hover\:text-primary:hover {
  background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-card:hover .project-card-info {
      transition: .3s;
      transform: translateY(0px) !important;
    }

.project-card:hover h3 {
      background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

.project-card:hover p, .project-card:hover a {
      opacity: 1;
    }

.project-card:hover .overlay-image {
      opacity:0;
    }

.neolit-excerpt-4{
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.neolit-excerpt-2{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.neolit-arr-prev:after, .neolit-arr-next:after {
  content: url('../resources/img/slider-arrow.svg');
  width: 42px;
  height: 42px;
}

.neolit-arr-prev, .neolit-arr-next {
  width: 42px;
  height: 42px;
}

.project-card-info {
  transition: .3s;
  transform: translateY(60%) !important;
}

.project-card-info h3{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

.project-card-info p, .project-card-info a {
    transition: .3s;
    opacity: 0;
  }

.project-card-info:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  }

.neolit-projects-slider .slick-list {
    overflow: visible !important;
  }

.neolit-projects-slider .slick-track {
    display: flex;
  }

.neolit-projects-slider .slick-track .slick-slide {
      display: flex;
      margin-right: 18px;
    }

form.wpforms-form .wpforms-required-label {
    color: #E1EAFF !important;
  }

form.wpforms-form .choices__list--single {
    background: none !important;
    padding: 0 !important;
  }

form.wpforms-form .choices__list--single .choices__item--selectable {
      font-size: 18px !important;
      color: #E1EAFF !important;
    }

form.wpforms-form input[type='text'], form.wpforms-form textarea, form.wpforms-form .choices .choices__inner {
    border-radius: 0 !important;
    color: #E1EAFF !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 135% !important;
    border: none !important;
    background: none !important;
    border-bottom: 1px solid #E1EAFF !important;
    padding: 8px 0 !important;
    opacity: 1 !important;
    outline: none !important;
    transition: .2s !important;
  }

form.wpforms-form input[type='text']::-moz-placeholder, form.wpforms-form textarea::-moz-placeholder, form.wpforms-form .choices .choices__inner::-moz-placeholder {
      color: #E1EAFF !important;
    }

form.wpforms-form input[type='text']::placeholder, form.wpforms-form textarea::placeholder, form.wpforms-form .choices .choices__inner::placeholder {
      color: #E1EAFF !important;
    }

form.wpforms-form input[type='text']:focus, form.wpforms-form textarea:focus, form.wpforms-form .choices .choices__inner:focus {
      opacity: 1;
  box-shadow: none !important;
    }

form.wpforms-form input[type='text']:hover, form.wpforms-form textarea:hover, form.wpforms-form .choices .choices__inner:hover {
      opacity: .75;
    }

form.wpforms-form label {
    color: #E1EAFF !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 135% !important;
    margin-bottom: 0 !important;
  }

form.wpforms-form .wpforms-submit-container {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 !important;
    border-radius: 999px !important;
    transition: .2s;
  }

form.wpforms-form .wpforms-submit-container:hover {
      background: #fff;
    }

form.wpforms-form button[type="submit"] {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative !important;
    color: #fff !important;
    background: transparent !important;
    padding: 16px 24px !important;
    transition: .2s !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    border-radius: 999px !important;
    background-clip: padding-box !important;
    /* !importanté */
    border: solid 1px #fff !important;
  }

/* !importanté */

form.wpforms-form button[type="submit"]:after {
      content: url("../resources/img/arrow-main-white.svg") !important;
      width: 10px;
      transition: .2s !important;
    }

form.wpforms-form button[type="submit"]:hover:after {
        transform: rotate(-45deg) !important;
        content: url("../resources/img/arrow-main-blue.svg") !important;
      }

form.wpforms-form button[type="submit"]:hover {
      background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
}

form.wpforms-form .wpforms-submit-spinner {
    position: absolute;
    right: -40px;
    top: 40%;
  }

form.wpforms-form input.wpforms-error {
    box-shadow: none !important;
  }

form.wpforms-form em.wpforms-error{
    margin-top: 6px !important;
    color: #ffa2a2 !important;
    position: absolute !important;
    font-size: 12px !important;
  }

form.wpforms-form em.wpforms-error:before {
      background-color: #ffa2a2 !important ;
    }

div.wpforms-container-full {
  margin: 0 !important;
}

/* width */

.neolit-scroll .overflow-y-scroll::-webkit-scrollbar {
    width: 10px;
  }

/* Track */

.neolit-scroll .overflow-y-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #E1EAFF;
  }

/* Handle */

.neolit-scroll .overflow-y-scroll::-webkit-scrollbar-thumb {
    background-image: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
    border-radius: 10px;
  }

.footer-menu {
  width: 100%;
}

.footer-menu .menu-footer-menu-container {
    width: 100%;
  }

.footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
  }

@media (max-width: 992px) {

.footer-menu .menu {
      flex-direction: column;

      gap: 32px
  }
    }

.footer-menu .menu li {
      display: flex;
      flex-direction: column;
    }

.footer-menu .menu li a {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 135%;
        width: 100% !important;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
      }

.footer-menu .menu li ul {
        margin-top: 24px;
      }

@media (max-width: 992px) {

.footer-menu .menu li ul {
          margin-top: 16px
      }
        }

.footer-menu .menu li ul li {
          margin-bottom: 4px;
        }

.footer-menu .menu li ul li a {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            /* 22.4px */
            padding-bottom: 0px;
            border-bottom: none;
          }

@media (max-width: 768px) {

div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100% !important;

    margin: 0 !important
}
  }

.rank-math-breadcrumb p {
    gap: 10px;
    display: flex;
    align-items: center;
  }

.rank-math-breadcrumb .last {
    opacity: .7;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

.select2-results li {
    margin-bottom: 0;
  }

.filter-select-wrap {
  position: relative;
}

.filter-select-wrap .select2-container {
    visibility: hidden;
  }

@media (max-width: 991.99px) {

.filter-select-wrap .select2-container {
      height: 0
  }
    }

.select2-container {
  width: 100% !important;
}

.select2-container li {
    font-size: 12px !important;
    height: 30px;
    display: flex;
    align-items: center;
  }

.select2-container .select2-dropdown {
    overflow: hidden !important;
    border-color: #E1EAFF !important;
    border-radius: 8px !important
  }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #177AC8 !important;
}

.filter-select-wrap {
  position: relative;
}

.neolit-reviews-section .slick-slide {
    margin-right: 18px;
  }

.neolit-wrap-content {
  max-width: 790px;
  margin: 0 auto;
}

.neolit-wrap-content h2 {
    font-weight: 500;
    line-height: 120%;
    color: #0F0F0F
  }

.neolit-wrap-content h2 {
    margin-bottom: 1rem;
  }

.neolit-wrap-content h2 {
    margin-top: 1.5rem;
  }

.neolit-wrap-content h2 {
    font-size: 24px;
  }

@media (min-width: 992px) {
    .neolit-wrap-content h2 {
      margin-bottom: 1.5rem;
    }
  }

@media (min-width: 992px) {
    .neolit-wrap-content h2 {
      margin-top: 2rem;
    }
  }

@media (min-width: 992px) {
    .neolit-wrap-content h2 {
      font-size: 36px;
    }
  }

.neolit-wrap-content h2:first-child {
      margin-top: 0;
    }

.neolit-wrap-content h3 {
    font-weight: 700;
    line-height: 120%;
    color: #0F0F0F;
  }

.neolit-wrap-content h3 {
    margin-bottom: 1rem;
  }

.neolit-wrap-content h3 {
    font-size: 18px;
  }

@media (min-width: 992px) {
    .neolit-wrap-content h3 {
      margin-bottom: 1.5rem;
    }
  }

@media (min-width: 992px) {
    .neolit-wrap-content h3 {
      font-size: 24px;
    }
  }

.neolit-wrap-content ul {
    margin-bottom: 1rem;
  }

.neolit-wrap-content ul {
    font-size: 16px;
  }

@media (min-width: 992px) {
    .neolit-wrap-content ul {
      margin-bottom: 1.5rem;
    }
  }

@media (min-width: 992px) {
    .neolit-wrap-content ul {
      font-size: 18px;
    }
  }

.neolit-wrap-content ul {
    list-style: disc outside;
    padding-left: 12px;
  }

.neolit-wrap-content ul li {
      color: #0F0F0F;
    }

.neolit-wrap-content ul li {
      margin-bottom: 0.5rem;
    }

@media (min-width: 992px) {
      .neolit-wrap-content ul li {
        margin-bottom: 0.75rem;
      }
    }

.neolit-wrap-content ul li {
      opacity: .8;
    }

.neolit-wrap-content ol {
    margin-bottom: 1rem;
  }

.neolit-wrap-content ol {
    font-size: 16px;
  }

@media (min-width: 992px) {
    .neolit-wrap-content ol {
      margin-bottom: 1.5rem;
    }
  }

@media (min-width: 992px) {
    .neolit-wrap-content ol {
      font-size: 18px;
    }
  }

.neolit-wrap-content ol {
    list-style: auto inside;
  }

.neolit-wrap-content ol li {
      color: #0F0F0F;
    }

.neolit-wrap-content ol li {
      margin-bottom: 0.5rem;
    }

@media (min-width: 992px) {
      .neolit-wrap-content ol li {
        margin-bottom: 0.75rem;
      }
    }

.neolit-wrap-content ol li {
      opacity: .8;
    }

.neolit-wrap-content p {
    color: #0F0F0F;
    opacity: .8
  }

.neolit-wrap-content p {
    margin-bottom: 1rem;
  }

.neolit-wrap-content p {
    font-size: 16px;
  }

@media (min-width: 992px) {
    .neolit-wrap-content p {
      margin-bottom: 1.5rem;
    }
  }

@media (min-width: 992px) {
    .neolit-wrap-content p {
      font-size: 18px;
    }
  }

.neolit-wrap-content p:last-child {
      margin-bottom: 0px;
    }

.neolit-wrap-content blockquote {
    margin-bottom: 1rem;
  }

@media (min-width: 992px) {
    .neolit-wrap-content blockquote {
      margin-bottom: 1.5rem;
    }
  }

.neolit-wrap-content blockquote {
    padding: 20px;
    border-radius: 10px;
    background: #F5F9FA;
  }

.neolit-wrap-content blockquote p {
      display: flex;
      gap: 14px;
    }

.neolit-wrap-content blockquote p:before {
        content: '';
        min-height: 100%;
        min-width: 6px;
        border-radius: 999px;
        background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%)
      }

.neolit-wrap-content .wp-block-image {
    border-radius: 10px;
  }

.neolit-wrap-content nav.post-navigation {
    width: 100%;
  }

.neolit-wrap-content nav.post-navigation .nav-links {
      display: flex;
      justify-content: space-between;
      gap: 5px;
    }

.data-flag {
  border-radius: 2px;
  box-shadow: 0px 4px 40px 0px rgba(26, 37, 67, 0.40);
}

.mob-points span:after {
    content: '-';
    margin: 0 5px;
  }

.mob-points span:last-child:after {
    content: ' ';
  }

.share-list{
  list-style: none;
  padding: 0;
  display: flex;
}

.share-list li{
    padding: 0;
  }

.share-list li:first-of-type{
      margin-left: 0;
    }

.share-list li:last-of-type{
      margin-right: 0;
    }

.share-list li a svg {
        border-radius: 9999px;
      }

.share-list li a svg {
        border-width: 0.75px;
      }

.share-list li a svg {
        border-color: rgb(27 28 31 / 0.2);
      }

.share-list li a svg {
        background-color: transparent;
      }

.share-list li a svg {
        --tw-text-opacity: 1;
        color: rgb(23 122 200 / var(--tw-text-opacity));
      }

.share-list li a svg {
        transition-duration: 200ms;
      }

.share-list li a:hover {
        opacity: 1;
      }

.share-list li a:hover svg{
          color: #fff;
          background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
        }

.share-bar{
  position: sticky;
  top: 120px;
  right: 0;
  height: -moz-max-content;
  height: max-content;
}

.wrap-circle{
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.single-chart {
  --progress: 0;
}

.single-chart:after{
    content: url("../resources/img/share_arrow.svg");
    position: absolute;
    top: 21px;
    right: 31px;
  }

.circular-chart {
  display: block;
  width: 70px;
  height: 70px;
  box-shadow: 0px 5px 20px rgba(16, 20, 13, 0.03);
  border-radius: 100%;
}

.circle-bg {
  fill: none;
  stroke-width: 1;
}

.circle {
  fill: none;
  stroke-width: 1;
  animation: progress 1s ease-out forwards;
  stroke: #459EF6;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after {
  position: relative !important;
  border: none !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

@media (max-width: 991.99px) {

.neolit-calculator-form form.wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
        flex-direction: column !important
    }
      }

@media (max-width: 991.99px) {

.neolit-calculator-form form.wpforms-form .wpforms-layout-column-33 {
        width: 100% !important
    }
      }

.neolit-calculator-form form.wpforms-form .wpforms-field-container {
      border-radius: 5px !important;
      border: 1px solid var(--line, #E1EAFF) !important;
      padding: 40px !important;
    }

@media (max-width: 991.99px) {

.neolit-calculator-form form.wpforms-form .wpforms-field-container {
        border-radius: 0 !important;

        border: 0px solid var(--line, #E1EAFF) !important;

        padding: 0px !important
    }
      }

.neolit-calculator-form form.wpforms-form .wpforms-required-label {
      color: #6E7494 !important;
    }

.neolit-calculator-form form.wpforms-form input[type='text'], .neolit-calculator-form form.wpforms-form textarea, .neolit-calculator-form form.wpforms-form input[type='number'], .neolit-calculator-form form.wpforms-form input[type='email']{
      border-radius: 0 !important;
      color: #0F0F0F !important;
      font-size: 18px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 135% !important;
      border: none !important;
      background: none !important;
      border-bottom: 1px solid #6E7494 !important;
      padding: 8px 0 !important;
      opacity: .5;
      outline: none !important;
      transition: .2s !important;
    }

.neolit-calculator-form form.wpforms-form input[type='text']:focus, .neolit-calculator-form form.wpforms-form textarea:focus, .neolit-calculator-form form.wpforms-form input[type='number']:focus, .neolit-calculator-form form.wpforms-form input[type='email']:focus{
        box-shadow: none !important;
      }

.neolit-calculator-form form.wpforms-form input[type='text']::-moz-placeholder, .neolit-calculator-form form.wpforms-form textarea::-moz-placeholder {
        color: #6E7494 !important;
      }

.neolit-calculator-form form.wpforms-form input[type='text']::placeholder, .neolit-calculator-form form.wpforms-form textarea::placeholder {
        color: #6E7494 !important;
      }

.neolit-calculator-form form.wpforms-form input[type='text']:focus, .neolit-calculator-form form.wpforms-form textarea:focus, .neolit-calculator-form form.wpforms-form input[type='number']:focus, .neolit-calculator-form form.wpforms-form input[type='email']:focus{
        opacity: 1;
      }

.neolit-calculator-form form.wpforms-form input[type='text']:hover, .neolit-calculator-form form.wpforms-form textarea:hover, .neolit-calculator-form form.wpforms-form input[type='number']:hover, .neolit-calculator-form form.wpforms-form input[type='email']:hover{
        opacity: .75;
      }

.neolit-calculator-form form.wpforms-form label {
      color: #6E7494 !important;
      font-size: 16px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 135% !important;
      margin-bottom: 0 !important;
    }

.neolit-calculator-form form.wpforms-form .wpforms-submit-container {
      width: 320px !important;
      padding: 0 !important;
      border-radius: 999px !important;
      transition: .2s;
      margin: 40px auto 0 !important;
      background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%) !important;
      border: 1px solid transparent !important;
    }

.neolit-calculator-form form.wpforms-form .wpforms-submit-container:hover {
        background: #fff !important;
        border: 1px solid #0C437A !important;
      }

.neolit-calculator-form form.wpforms-form button[type="submit"] {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 320px !important;
      box-shadow: none !important;
      position: relative !important;
      color: #fff !important;
      justify-content: center;
      background: transparent !important;
      padding: 16px 24px !important;
      transition: .2s !important;
      height: -moz-fit-content !important;
      height: fit-content !important;
      border-radius: 999px !important;
      background-clip: padding-box !important;
      /* !importanté */
      border: none !important;
    }

/* !importanté */

.neolit-calculator-form form.wpforms-form button[type="submit"]:after {
        content: url("../resources/img/arrow-main-white.svg") !important;
        width: 10px;
        transition: .2s !important;
      }

.neolit-calculator-form form.wpforms-form button[type="submit"]:hover:after {
          transform: rotate(-45deg) !important;
          content: url("../resources/img/arrow-main-blue.svg") !important;
        }

.neolit-calculator-form form.wpforms-form button[type="submit"]:hover {
        background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
}

.neolit-calculator-form form.wpforms-form .wpforms-submit-spinner {
      position: absolute;
      right: -40px;
      top: 40%;
    }

.neolit-calculator-form form.wpforms-form em.wpforms-error {
      margin-top: 0 !important;
      color: #ff4444 !important;
      position: absolute !important;
      font-size: 12px !important;
    }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio ul {
        width: 100%;
        display: flex;
      }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio li {
        flex: 1;
        border-radius: 9999px;
        transition: .3s;
        padding: 1px;
      }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio li.wpforms-selected {
          background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
          transition: .3s;
        }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio li.wpforms-selected label {
            background: #fff !important;
            color: #0C437A !important;
            position: relative;
            border: 1px solid transparent;
          }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio li:hover {
          opacity: .5;
        }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio li label {
          min-width: 150px;
          background: #fff !important;
          transition: .3s;
          border-radius: 9999px;
          border: 1px solid #E1EAFF;
          padding: 8px 12px !important;
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px !important;
          font-weight: 500 !important;
        }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio li input[type="radio"] {
          position: absolute;
          left: -99999px;
        }

.neolit-calculator-form form.wpforms-form .wpforms-field-radio li input[type="radio"]:before {
            left: -99999px;
          }

.neolit-calculator-form blockquote {
    margin: 0px !important;
  }

.neolit-calculator-form blockquote {
    padding: 20px !important;
    border-radius: 10px !important;
    background: #F5F9FA !important;
    border: none !important;
  }

.neolit-calculator-form blockquote p {
      display: flex !important;
      gap: 14px !important;
      font-size: 16px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      color: #6E7494 !important;
    }

.neolit-calculator-form blockquote p:before {
        content: '' !important;
        min-height: 100% !important;
        min-width: 6px !important;
        border-radius: 999px !important;
        background: #6E7494 !important;
      }

.neolit-calculator-form .neolit-show-more {
    border-radius: 100px !important;
    background: #E1EAFF !important;
    display: flex;
    padding: 10px 28px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    align-self: stretch !important;
  }

.neolit-calculator-form .neolit-show-more fieldset {
      width: 100% !important;
    }

.neolit-calculator-form .neolit-show-more fieldset ul {
        width: 100% !important;
      }

.neolit-calculator-form .neolit-show-more fieldset ul li {
          width: 100% !important;
        }

.neolit-calculator-form .neolit-show-more fieldset ul li label {
            width: 100% !important;
          }

.neolit-calculator-form .neolit-show-more input[type="checkbox"] {
      position: absolute;
      left: -99999px;
    }

.neolit-calculator-form .neolit-show-more input[type="checkbox"]:before {
        left: -99999px;
      }

.neolit-calculator-form .neolit-show-more label {
      background: var(--unnamed, linear-gradient(142deg, #0C437A 0%, #177AC8 100%)) !important;
      background-clip: text !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      gap: 10px;
      line-height: 1 !important;
    }

.neolit-calculator-form .neolit-show-more label:after {
        content: url("../resources/img/show_more_plus.svg");
        height: 14px;
        width: 14px;
      }

.neolit-calculator-form .neolit-show-more .wpforms-selected label:after {
          content: url("../resources/img/show_more_minus.svg");
          height: 24px;
          width: 14px;
        }

.pop-up-form .close {
    background: rgba(255, 255, 255, 0.50);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    padding: 4px;
    border-radius: 999px;
  }

.pop-up-form .wpforms-container {
    width: 100%;
  }

.pop-up-form form.wpforms-form .wpforms-required-label {
      color: #6E7494 !important;
    }

.pop-up-form form.wpforms-form .wpforms-field {
      overflow: visible !important;
    }

.pop-up-form form.wpforms-form .wpforms-field.wpforms-field-content {
      padding-top: 0 !important;
    }

.pop-up-form form.wpforms-form input[type='text'], .pop-up-form form.wpforms-form textarea {
      border-radius: 0 !important;
      color: #0F0F0F !important;
      font-size: 18px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 135% !important;
      border: none !important;
      background: none !important;
      border-bottom: 1px solid #6E7494 !important;
      padding: 8px 0 !important;
      opacity: .5;
      outline: none !important;
      transition: .2s !important;
    }

.pop-up-form form.wpforms-form input[type='text']:focus, .pop-up-form form.wpforms-form textarea:focus {
        box-shadow: none !important;
      }

.pop-up-form form.wpforms-form input[type='text']::-moz-placeholder, .pop-up-form form.wpforms-form textarea::-moz-placeholder {
        color: #6E7494 !important;
      }

.pop-up-form form.wpforms-form input[type='text']::placeholder, .pop-up-form form.wpforms-form textarea::placeholder {
        color: #6E7494 !important;
      }

.pop-up-form form.wpforms-form input[type='text']:focus, .pop-up-form form.wpforms-form textarea:focus {
        opacity: 1;
      }

.pop-up-form form.wpforms-form input[type='text']:hover, .pop-up-form form.wpforms-form textarea:hover {
        opacity: .75;
      }

.pop-up-form form.wpforms-form label {
      color: #6E7494 !important;
      font-size: 16px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 135% !important;
      margin-bottom: 0 !important;
    }

.pop-up-form form.wpforms-form .wpforms-submit-container {
      width: 320px !important;
      padding: 0 !important;
      border-radius: 999px !important;
      transition: .2s;
      background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%) !important;
      border: 1px solid transparent !important;
    }

@media (max-width: 767px) {

.pop-up-form form.wpforms-form .wpforms-submit-container {
        width: 100% !important
    }
      }

.pop-up-form form.wpforms-form .wpforms-submit-container:hover {
        background: #fff !important;
        border: 1px solid #0C437A !important;
      }

.pop-up-form form.wpforms-form button[type="submit"] {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 320px !important;
      box-shadow: none !important;
      position: relative !important;
      color: #fff !important;
      justify-content: center;
      background: transparent !important;
      padding: 16px 24px !important;
      transition: .2s !important;
      height: -moz-fit-content !important;
      height: fit-content !important;
      border-radius: 999px !important;
      background-clip: padding-box !important;
      /* !importanté */
      border: none !important;
    }

/* !importanté */

@media (max-width: 767px) {

.pop-up-form form.wpforms-form button[type="submit"] {
        width: 100% !important
    }
      }

.pop-up-form form.wpforms-form button[type="submit"]:after {
        content: url("../resources/img/arrow-main-white.svg") !important;
        width: 10px;
        transition: .2s !important;
      }

.pop-up-form form.wpforms-form button[type="submit"]:hover:after {
          transform: rotate(-45deg) !important;
          content: url("../resources/img/arrow-main-blue.svg") !important;
        }

.pop-up-form form.wpforms-form button[type="submit"]:hover {
        background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
}

.pop-up-form form.wpforms-form .wpforms-submit-spinner {
      position: absolute;
      right: -40px;
      top: 40%;
    }

.pop-up-form form.wpforms-form em.wpforms-error {
      margin-top: 0 !important;
      color: #ff4444 !important;
      position: absolute !important;
      font-size: 12px !important;
    }

.pop-up-form form.wpforms-form .wpforms-field-radio ul {
        width: 100%;
        display: flex;
      }

.pop-up-form form.wpforms-form .wpforms-field-radio li {
        flex: 1;
        border-radius: 9999px;
        transition: .3s;
        padding: 1px;
      }

.pop-up-form form.wpforms-form .wpforms-field-radio li.wpforms-selected {
          background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
          transition: .3s;
        }

.pop-up-form form.wpforms-form .wpforms-field-radio li.wpforms-selected label {
            background: #fff !important;
            color: #0C437A !important;
            position: relative;
            border: 1px solid transparent;
          }

.pop-up-form form.wpforms-form .wpforms-field-radio li:hover {
          opacity: .5;
        }

.pop-up-form form.wpforms-form .wpforms-field-radio li label {
          min-width: 150px;
          background: #fff !important;
          transition: .3s;
          border-radius: 9999px;
          border: 1px solid #E1EAFF;
          padding: 8px 12px !important;
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px !important;
          font-weight: 500 !important;
        }

.pop-up-form form.wpforms-form .wpforms-field-radio li input[type="radio"] {
          position: absolute;
          left: -99999px;
        }

.pop-up-form form.wpforms-form .wpforms-field-radio li input[type="radio"]:before {
            left: -99999px;
          }

.neolit-request-btn {
  padding: 12px 12px !important;
  transition: .2s !important;
  border-radius: 9999px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  font-size: 14px !important;
}

.neolit-request-btn:after {
    content: url("../resources/img/arrow-main-white.svg") !important;
    width: 10px;
    transition: .2s !important;
  }

.neolit-request-btn:hover:after {
      transform: rotate(-45deg) !important;
      //content: url("../resources/img/arrow-main-blue.svg") !important;
    }

.neolit-request-btn:hover {
    cursor: pointer !important;
    opacity: .5 !important;
}

.neolit-contact-info {
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0px 14px 24px 0px rgba(13, 72, 129, 0.20);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.neolit-counters-taxonomy {
  border-radius: 5px;
  border: 1px solid var(--line, #E1EAFF);
  background: rgba(255, 255, 255, 0.90);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 40px 80px;
}

@media (max-width: 991.99px) {

.neolit-counters-taxonomy {
    padding: 20px 12px
}
  }

.get-type-cargo ul {
    list-style: disc outside;
    padding-left: 12px;
  }

.get-type-cargo ol {
    list-style: auto inside;
  }

#order-form-label-heading {
  font-weight: 700;
  background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.neolit-table-lable {
  opacity: 0;
  transition: .2s;
}

.neolit-table-lable:after {
    content: '';
    width: 30px;
    position: absolute;
    height: 30px;
    z-index: -99;
    bottom: -10px;
    right: 54px;
    transform: rotate(45deg);
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  }

@media (max-width: 767px) {

.neolit-table-lable:after {
      right: 18px
  }
    }

.neolit-seo-content h1 {
    margin-bottom: 1.5rem;
  }

.neolit-seo-content h1 {
    font-size: 36px;
  }

.neolit-seo-content h1 {
    font-weight: 700;
  }

.neolit-seo-content h1 {
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.neolit-seo-content h2 {
    margin-bottom: 1rem;
  }

.neolit-seo-content h2 {
    font-size: 24px;
  }

.neolit-seo-content h2 {
    font-weight: 700;
  }

.neolit-seo-content h3 {
    margin-bottom: 1rem;
  }

.neolit-seo-content h3 {
    font-size: 18px;
  }

.neolit-seo-content h3 {
    font-weight: 700;
  }

.neolit-seo-content p {
    margin-bottom: 1rem;
  }

.neolit-seo-content p {
    font-size: 16px;
  }

.neolit-seo-content p {
    --tw-text-opacity: 1;
    color: rgb(110 116 148 / var(--tw-text-opacity));
  }

.neolit-seo-content p .burger:before,.neolit-seo-content p .burger:after {
    --tw-bg-opacity: 1;
    background-color: rgb(110 116 148 / var(--tw-bg-opacity));
  }

.neolit-seo-content p .burger:before,.neolit-seo-content p .burger:after {
    --tw-bg-opacity: 1;
    background-color: rgb(110 116 148 / var(--tw-bg-opacity));
  }

.neolit-seo-content headerp {
    --tw-text-opacity: 1 !important;
    color: rgb(110 116 148 / var(--tw-text-opacity)) !important;
  }

.neolit-seo-content header.bg-primary\/80 p {
    color: #fff;
  }

.neolit-bg-gradient-primary-hover {
  position: relative;
}

@media (min-width: 992px) {

.neolit-bg-gradient-primary-hover:after {
      content: '';

      position: absolute;

      left: 0;

      top: 0;

      z-index: -1;

      width: 100%;

      height: 100%;

      opacity: 0;

      background:  linear-gradient(142deg, #0C437A 0%, #177AC8 100%);

      transition: .3s
  }
    }

.neolit-bg-gradient-primary-hover:hover:after {
      opacity: 1;
    }

.wpforms-field {
  overflow: visible !important;
}

.text-fill-color-white {
  -webkit-text-fill-color: #fff !important;
}

.calc-progress {
  border-radius: 999px;
  background: rgba(44, 110, 180, 0.10);
  height: 10px;
  overflow: hidden;
}

.calc-progress .progress-bar {
    border-radius: 999px;
    position: absolute;
    height: 10px;
    left: 0;
    top: 0;
    background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%)
  }

/* Mark input boxes that gets an error on validation: */

input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #04AA6D;
}

.calc-checkbox {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.calc-checkbox:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  bottom: 0;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, .1);
  padding: 2px;
  transition: .2s;
}

.calc-checkbox:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 22px;
  aspect-ratio: 1/1;
  bottom: -2px;
  border-radius: 5px;
  content: url("../resources/img/chacked.svg");
  background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  //border: 1px solid #FFF;
  opacity: 0;
  transition: .2s;
}

.calc-checkbox-dark:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  bottom: 0;
  border-radius: 5px;
  border: 1px solid #6E7494;
  background: rgba(255, 255, 255, 0);
  padding: 2px;
  transition: .2s;
}

.calc-label input[type="checkbox"]:checked + .calc-checkbox:after {
  opacity: 1;
}

.calc-label input[type="checkbox"]:checked + .calc-checkbox {
  background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
}

.calc-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 60.42%);
}

.calc-primary-btn {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 16px;
  font-weight: 500;
  opacity: .9999;
  transition-duration: 200ms;
}

.calc-primary-btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 992px) {
  .calc-primary-btn {
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (max-width: 991.99px) {

.calc-primary-btn span {
      background: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);

      -webkit-background-clip: text;

      -webkit-text-fill-color: transparent
  }
    }

.calc-primary-btn:after {
    content: '';
  }

.calc-primary-btn:after {
    position: absolute;
  }

.calc-primary-btn:after {
    left: 0px;
  }

.calc-primary-btn:after {
    top: 0px;
  }

.calc-primary-btn:after {
    z-index: -1;
  }

.calc-primary-btn:after {
    height: 100%;
  }

.calc-primary-btn:after {
    width: 100%;
  }

.calc-primary-btn:after {
    background-image: linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
  }

.calc-primary-btn:after {
    opacity: 0;
  }

.calc-primary-btn:after {
    transition-duration: 200ms;
  }

.calc-primary-btn svg {
    transition: all 0.2s;
  }

@media (max-width: 991.99px) {

.calc-primary-btn svg {
      color: #177AC8
  }
    }

.calc-primary-btn:hover svg {
      transform: rotate(-45deg);
    }

.calc-primary-btn:hover:after {
      opacity: 1;
    }

textarea:focus, input:focus{
  outline: none;
}

.calc-form input[type="range"] {
    -webkit-appearance: none;
    height: 8px;
    background: rgba(44, 110, 180, 0.20);
    border-radius: 20px;
    background-image: linear-gradient(#2C6EB4, #2C6EB4);
    background-repeat: no-repeat;
  }

.calc-form .invalid {
    border-color: red !important;
  }

/* Input Thumb */

.calc-form input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    position: relative;
    //background-image: url('../resources/img/Radio.svg');
    //background-size: cover;
    border-radius: 999px;
    background-image:linear-gradient(142deg, #0C437A 0%, #177AC8 100%);
    cursor: ew-resize;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }

/* Input Track */

.calc-form input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }

.calc-form input::-webkit-outer-spin-button,
  .calc-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* Firefox */

.calc-form input[type=number] {
    -moz-appearance: textfield;
  }

/* Firefox */

.calc-form input[type=number] {
    -moz-appearance: textfield;
  }

.calc-form input[type='text'], .calc-form textarea {
    color: #0F0F0F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #0F0F0F;
    padding: 8px 0;
    opacity: .5;
    transition: .2s;
  }

.calc-form input[type='text']::-moz-placeholder, .calc-form textarea::-moz-placeholder {
      color: #535353;
    }

.calc-form input[type='text']::placeholder, .calc-form textarea::placeholder {
      color: #535353;
    }

.calc-form input[type='text']:focus, .calc-form textarea:focus {
      opacity: 1;
    }

.calc-form input[type='text']:hover, .calc-form textarea:hover {
      opacity: .75;
    }

.calc-form label {
    color: #6E7494 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 135% !important;
    margin-bottom: 0 !important;
  }

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.first\:w-1\/3:first-child {
  width: 33.333333%;
}

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

.last\:border-0:last-child {
  border-width: 0px;
}

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

.hover\:border-grey-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 116 148 / var(--tw-border-opacity));
}

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

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(27 28 31 / var(--tw-text-opacity));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-85:hover {
  opacity: .85;
}

.hover\:brightness-100:hover {
  --tw-brightness: brightness(1);
  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);
}

.hover\:contrast-100:hover {
  --tw-contrast: contrast(1);
  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);
}

.group:hover .group-hover\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-\[135deg\] {
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-black\/90 {
  background-color: rgb(15 15 15 / 0.9);
}

.group:hover .group-hover\:bg-black\/30 {
  background-color: rgb(15 15 15 / 0.3);
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.child\:\!mr-0 > * {
  margin-right: 0px !important;
}

.child\:mb-0 > * {
  margin-bottom: 0px;
}

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

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

.child\:pr-10 > * {
  padding-right: 2.5rem;
}

.child\:opacity-100 > * {
  opacity: 1;
}

.child-all\:mb-0 * {
  margin-bottom: 0px;
}

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

.child-all\:max-h-\[40px\] * {
  max-height: 40px;
}

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

@media (min-width: 576px) {
  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:\!h-\[128px\] {
    height: 128px !important;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

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

  .sm\:bg-transparent {
    background-color: transparent;
  }

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:-top-20 {
    top: -5rem;
  }

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-40 {
    height: 10rem;
  }

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

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:space-x-6 > :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)));
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

  .md\:text-64 {
    font-size: 64px;
  }

  .md\:text-72 {
    font-size: 72px;
  }

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

  .md\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }
  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-top-\[85\%\] {
    top: -85%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

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

  .lg\:\!mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:\!mt-8 {
    margin-top: 2rem !important;
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

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

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

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

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

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

  .lg\:max-w-\[66\%\] {
    max-width: 66%;
  }

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

  .lg\:max-w-full {
    max-width: 100%;
  }

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

  .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\:items-end {
    align-items: flex-end;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .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-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

  .lg\:\!pt-16 {
    padding-top: 4rem !important;
  }

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

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

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

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

  .lg\:text-110 {
    font-size: 110px;
  }

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

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

  .lg\:text-170 {
    font-size: 170px;
  }

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

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

  .lg\:text-28 {
    font-size: 28px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

  .lg\:text-36 {
    font-size: 36px;
  }

  .lg\:text-56 {
    font-size: 56px;
  }

  .lg\:text-80 {
    font-size: 80px;
  }

  .lg\:text-120 {
    font-size: 120px;
  }

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

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

@media (min-width: 1200px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:\!flex {
    display: flex !important;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:text-36 {
    font-size: 36px;
  }

  .xl\:text-48 {
    font-size: 48px;
  }

  .xl\:text-170 {
    font-size: 170px;
  }
}
