@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Tailwind CSS */

/* ! tailwindcss v3.3.3 | 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: currentColor;
  /* 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.
6. Use the user's configured `sans` font-variation-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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

.relative{
  position: relative;
}

.block{
  display: block;
}

.hidden{
  display: none;
}

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

/* Your CSS Styles */

.header-nofp {
}

.header-cont-sticky{
  position: fixed;
  top: -80px;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  border-radius: 2322.58px;
  background-color: transparent;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky{
    padding-bottom: 0px;
  }
}

.header-cont-sticky .header-cont{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: flex;
  height: 82px;
  width: 100%;
  max-width: 1680px;
  align-items: center;
  justify-content: space-between;
  border-radius: 2322.58px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 238 / var(--tw-bg-opacity));
  padding-left: 34px;
  padding-right: 0.5rem;
  border: 2px solid white;
  backdrop-filter: blur(41.85px);
  -webkit-backdrop-filter: blur(41.85px);
  box-shadow:
    0px 39.52px 88.35px rgba(0, 0, 0, 0.1),
    0px 160.42px 160.42px rgba(0, 0, 0, 0.09),
    0px 362.69px 218.54px rgba(0, 0, 0, 0.05),
    0px 644px 258.06px rgba(0, 0, 0, 0.01),
    0px 1006.69px 281.31px rgba(0, 0, 0, 0);
}

.header-cont-sticky .header-cont_logo{
}

.header-cont-sticky .header-cont_mid .menu-menu-glowne-container .main-menu{
  display: flex;
  align-items: center;
  gap: 2.75rem;
}

.header-cont-sticky .header-cont_mid .menu-menu-glowne-container .main-menu li{
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 450;
}

.header-cont-sticky .header-cont_right{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.header-cont-sticky .header-cont_right__box{
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.header-cont-sticky .header-cont_right__box a{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.header-cont-sticky .header-cont_right__box #gt_float_wrapper{
  height: 60px;
  width: 60px;
  border-radius: 9999px;
}

.header-cont-sticky .header-cont_right__box #gt_float_wrapper .gt_float_switcher{
  height: 60px;
  width: 60px;
  overflow: auto;
  border-radius: 9999px !important;
  font-family: Inter, sans-serif !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.header-cont-sticky .header-cont_right__box #gt_float_wrapper .gt_options{
  position: absolute !important;
}

.header-cont-sticky .header-cont_right__box #gt_float_wrapper .gt-selected .gt-current-lang{
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  border-radius: 9999px;
  padding: 0px;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.header-cont-sticky .header-cont_right__box #gt_float_wrapper .gt-selected .gt-current-lang img{
  display: none;
}

.header-cont-sticky .header-cont_right__box #gt_float_wrapper .gt-selected .gt-current-lang .gt_float_switcher-arrow{
  --tw-rotate: 0deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.bg-header-motion{
  position: fixed;
  top: -70px !important;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  border-radius: 25px;
  background-color: transparent;
  padding-top: 1.25rem;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .bg-header-motion{
    padding-bottom: 0px;
  }
}

@media (min-width: 640px){
  .bg-header-motion{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px){
  .bg-header-motion{
    top: -246px !important;
  }
}

.bg-header-motion .header-cont {
}

.header-cont-sticky.visible {
  top: 0px;
}

.header-cont-sticky.visible .header-cont {
}

.menu-visible{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0) !important;
  visibility: inherit !important;
  opacity: 100 !important;
}

.menu-mobile,
.menu-mobile-user{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100dvh;
  width: 100%;
  flex-direction: column;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 0px;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  transform: translateX(-100%);
}

.menu-mobile .menu-mobile-cont, .menu-mobile-user .menu-mobile-cont{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.header-fp{
  border-style: none !important;
}

.heading-58{
  font-size: 58px;
  line-height: 70px;
}

.heading-small{
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.heading-small::before{
  position: absolute;
  left: 0px;
  top: 50%;
  height: 0.625rem;
  width: 0.625rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  content: "";
}

.btn-blue{
  position: relative;
  display: flex;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 161 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 72px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blue .arrow{
  position: absolute;
  top: 50%;
  right: 30px;
  display: flex;
  height: 27px;
  width: 27px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 238 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue .arrow span{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.btn-blue .arrow span img{
  position: absolute;
  top: 50%;
  left: -10px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-blue:hover .arrow{
  right: 0.75rem;
}

/* PAGE */

@font-face {
  font-family: "gln";

  /* nazwa, której będziesz używać w CSS */

  src: url("fonts/gln.ttf") format("truetype");
}

@font-face {
  font-family: "glb";

  /* nazwa, której będziesz używać w CSS */

  src: url("fonts/glb.ttf") format("truetype");
}

@font-face {
  font-family: "gll";

  /* nazwa, której będziesz używać w CSS */

  src: url("fonts/gl;.ttf") format("truetype");
}

/* ─── TOP BAR ─── */

.fp-top{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.fp-top .top-bar{
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 62px;
  width: 100%;
  max-width: 1112px;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media not all and (min-width: 1024px){
  .fp-top .top-bar{
    flex-wrap: wrap;
  }
}

@media not all and (min-width: 640px){
  .fp-top .top-bar{
    position: fixed;
    z-index: 30;
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 640px){
  .fp-top .top-bar{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px){
  .fp-top .top-bar{
    height: 46px;
  }
}

@media not all and (min-width: 640px){
  .fp-top .top-bar .line{
    height: 1rem;
  }
}

.fp-top .top-bar span{
  display: flex;
  align-items: center;
  font-size: 10px;
}

@media (min-width: 1024px){
  .fp-top .top-bar span{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.fp-top .top-bar .ico-1{
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .fp-top .top-bar .ico-1{
    padding-right: 1rem;
  }
}

@media not all and (min-width: 640px){
  .fp-top .top-bar .ico-1 svg{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.fp-top .top-bar .ico-2{
  padding-right: 0.5rem;
  padding-left: 0.25rem;
}

@media (min-width: 640px){
  .fp-top .top-bar .ico-2{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media not all and (min-width: 640px){
  .fp-top .top-bar .ico-2 svg{
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media not all and (min-width: 1024px){
  .fp-top .top-bar .svg-two{
    display: none;
  }
}

.fp-top .top-bar .ico-3{
  padding-left: 0.375rem;
}

@media (min-width: 768px){
  .fp-top .top-bar .ico-3{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media not all and (min-width: 640px){
  .fp-top .top-bar .ico-3 svg{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.fp-top-banner{
  top: 60px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
}

@media not all and (min-width: 640px){
  .fp-top-banner{
    position: fixed;
    z-index: 20;
  }
}

.fp-top-banner_box{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1112px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 640px){
  .fp-top-banner_box{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fp-top-hero{
  position: relative;
}

.fp-top-hero .hero-baner{
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 640px){
  .fp-top-hero .hero-baner{
    display: none;
  }
}

@media (min-width: 1024px){
  .fp-top-hero .hero-baner{
    min-height: 420px;
  }
}

.fp-top-hero .hero-baner-mob{
  height: 764px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .fp-top-hero .hero-baner-mob{
    display: none;
  }
}

.fp-top-hero .hero-baner-mob {
  -o-object-position: 45% 100%;
  object-position: 45% 100%;
}

.fp-top-hero_content{
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1112px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .fp-top-hero_content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px){
  .fp-top-hero_content{
    flex-direction: row;
  }
}

.fp-top-hero_content__left{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

@media not all and (min-width: 768px){
  .fp-top-hero_content__left{
    margin-top: 2.5rem;
  }
}

@media not all and (min-width: 640px){
  .fp-top-hero_content__left{
    margin-bottom: 2.5rem;
  }
}

.fp-top-hero_content__left h1{
  font-size: 44px;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-top-hero_content__left h1{
    font-size: 46px;
  }
}

.fp-top-hero_content__left h1 {
  font-family: "glb", sans-serif;
}

.fp-top-hero_content__left p{
  margin-top: -4px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-top-hero_content__left p{
    line-height: 1.5rem;
  }
}

@media not all and (min-width: 640px){
  .fp-top-hero_content__left .hero-des-line span:nth-child(1){
    display: none;
  }
}

.fp-top-hero_content__left .hero-des-line span:nth-child(2){
  display: block;
}

.fp-top-hero_content__left .btns-mob{
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 640px){
  .fp-top-hero_content__left .btns-mob{
    gap: 1.5rem;
  }
}

@media (min-width: 768px){
  .fp-top-hero_content__left .btns-mob{
    display: none;
  }
}

.fp-top-hero_content__left .btns-mob .btn-white{
  display: flex;
  height: 70px;
  width: 286px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 2px;
  --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));
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1350px){
  .fp-top-hero_content__left .btns-mob .btn-white{
    height: 5rem;
    width: 300px;
  }
}

.fp-top-hero_content__left .btns-mob .btn-white:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-top-hero_content__left .btns-mob .btn-transparent{
  display: flex;
  height: 70px;
  width: 286px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1350px){
  .fp-top-hero_content__left .btns-mob .btn-transparent{
    height: 5rem;
    width: 300px;
  }
}

.fp-top-hero_content__left .btns-mob .btn-transparent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.fp-top-hero_content__left___item{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.fp-top-hero_content__left___item span{
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-top-hero_content__right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 150px;
}

@media (min-width: 640px){
  .fp-top-hero_content__right{
    padding-top: 60px;
  }
}

.fp-top-hero_content__right___btns{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media not all and (min-width: 768px){
  .fp-top-hero_content__right___btns{
    display: none;
  }
}

.fp-top-hero_content__right___btns .btn-white{
  display: flex;
  height: 70px;
  width: 286px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 2px;
  --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));
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1350px){
  .fp-top-hero_content__right___btns .btn-white{
    height: 5rem;
    width: 300px;
  }
}

.fp-top-hero_content__right___btns .btn-white:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-top-hero_content__right___btns .btn-transparent{
  display: flex;
  height: 70px;
  width: 286px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1350px){
  .fp-top-hero_content__right___btns .btn-transparent{
    height: 5rem;
    width: 300px;
  }
}

.fp-top-hero_content__right___btns .btn-transparent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.fp-section-one {
  background: linear-gradient(90deg, #eae9e9, #ffffff);
}

.fp-section-one_box{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1112px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 58px;
  padding-bottom: 60px;
}

@media (min-width: 640px){
  .fp-section-one_box{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 70px;
  }
}

.fp-section-one_box h2{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-section-one_box h2{
    font-size: 36px;
  }
}

.fp-section-one_box h2 {
  font-family: "glb", sans-serif;
}

.fp-section-one_box p{
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.fp-section-one_box h3{
  margin-top: 2.5rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-section-one_box h3{
    margin-top: 60px;
    font-size: 36px;
  }
}

.fp-section-one_box h3 {
  font-family: "glb", sans-serif;
}

.fp-section-one_box__contact{
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

@media not all and (min-width: 1024px){
  .fp-section-one_box__contact{
    flex-direction: column;
  }
}

.fp-section-one_box__contact .contact-item{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.fp-section-one_box__contact .contact-item p{
  margin-top: 0.125rem;
  display: flex;
  flex-direction: column;
}

.fp-section-two{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 46px;
  padding-bottom: 46px;
}

@media (min-width: 1024px){
  .fp-section-two{
    padding-top: 114px;
    padding-bottom: 114px;
  }
}

.fp-section-two_box{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1112px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 640px){
  .fp-section-two_box{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fp-section-two_box .grid-info{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 640px){
  .fp-section-two_box .grid-info{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .fp-section-two_box .grid-info{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem;
  }
}

.fp-section-two_box .grid-info .grid-info-item{
  display: flex;
  height: 90px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 1024px){
  .fp-section-two_box .grid-info .grid-info-item{
    height: 168px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media not all and (min-width: 640px){
  .fp-section-two_box .grid-info .grid-info-item img{
    max-width: 30px;
  }
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-section-two_box .grid-info .grid-info-item .grid-head h3{
    gap: 0.5rem;
  }
}

@media (min-width: 1024px){
  .fp-section-two_box .grid-info .grid-info-item .grid-head h3{
    font-size: 24px;
  }
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 {
  font-family: "glb", sans-serif;
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 .unit{
  padding-left: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: "gln", sans-serif;
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap .tooltip-icon{
  position: absolute;
  top: -10px;
  right: -20px;
}

@media (min-width: 1024px){
  .fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap .tooltip-icon{
    top: -30px;
    right: -10px;
  }
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap .tooltip-icon {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap .tooltip-text{
  font-family: Inter, sans-serif;
}

@media not all and (min-width: 640px){
  .fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap .tooltip-text{
    left: 50%;
    display: none;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 640px){
  .fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap .tooltip-text{
    right: 0px;
  }
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap .tooltip-text {
  position: absolute;
  bottom: calc(100% + 8px);
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  padding: 22px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
  white-space: normal;
}

.fp-section-two_box .grid-info .grid-info-item .grid-head h3 .tooltip-wrap:hover .tooltip-text {
  opacity: 1;
}

.fp-section-two_box .grid-info .grid-info-item .grid-head p{
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .fp-section-two_box .grid-info .grid-info-item:nth-child(1){
    border-top-left-radius: 60px;
  }

  .fp-section-two_box .grid-info .grid-info-item:nth-child(3){
    border-top-right-radius: 60px;
  }

  .fp-section-two_box .grid-info .grid-info-item:nth-child(4){
    border-bottom-left-radius: 60px;
  }

  .fp-section-two_box .grid-info .grid-info-item:nth-child(6){
    border-bottom-right-radius: 60px;
  }
}

.fp-section-two_box .info-aside{
  margin-top: 2.5rem;
}

@media (min-width: 640px){
  .fp-section-two_box .info-aside{
    margin-top: 5rem;
  }
}

.fp-section-two_box .info-aside h3{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-section-two_box .info-aside h3{
    font-size: 36px;
  }
}

.fp-section-two_box .info-aside h3 {
  font-family: "glb", sans-serif;
}

.fp-section-two_box .info-aside_box{
  margin-top: 1.75rem;
  display: grid;
  width: 100%;
  max-width: 840px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 640px){
  .fp-section-two_box .info-aside_box{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fp-section-two_box .info-aside_box__item{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* FORM */

.form-section{
  padding-top: 1.75rem;
  padding-bottom: 0px;
}

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

.form-section {
  background: linear-gradient(90deg, #e1e8eb, #e9e1e2);
}

.form-section_box{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media not all and (min-width: 768px){
  .form-section_box{
    flex-direction: column-reverse;
  }
}

@media (min-width: 640px){
  .form-section_box{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.form-section_box__form{
  width: 100%;
  max-width: 624px;
}

.form-section_box__form h3{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .form-section_box__form h3{
    font-size: 36px;
  }
}

.form-section_box__form h3 {
  font-family: "glb", sans-serif;
}

.form-section_box__form p{
  margin-bottom: 1.75rem;
}

@media (min-width: 640px){
  .form-section_box__form p{
    margin-bottom: 2.5rem;
  }
}

.form-section_box__car{
  width: 100%;
  max-width: 534px;
}

.wpcf7 {
  max-width: 624px;
  width: 100%;
  background: transparent;
}

/* ── CHECKBOXES ── */

.cf7-checkboxes,
.cf7-consent-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 16px;
}

.cf7-checkboxes .wpcf7-list-item,
.cf7-consent-row .wpcf7-list-item {
  margin: 0;
  list-style: none;
}

.cf7-checkboxes .wpcf7-list-item label,
.cf7-consent-row .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  cursor: pointer;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* custom checkbox — rounded square, dark theme */

.cf7-checkboxes input[type="checkbox"],
.cf7-consent-row input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #8d8d8d;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    border-color 0.15s,
    background 0.15s;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.cf7-checkboxes input[type="checkbox"]:checked,
.cf7-consent-row input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cline x1='2' y1='2' x2='12' y2='12' stroke='%23000000' stroke-width='1.2' stroke-linecap='round'/%3E%3Cline x1='12' y1='2' x2='2' y2='12' stroke='%23000000' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.wpcf7-checkbox{
  display: flex;
  width: 100%;
}

.wpcf7-list-item{
  display: flex;
  width: 100%;
  max-width: 238px;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .wpcf7-list-item{
    gap: 0.75rem;
  }
}

.wpcf7-list-item .wpcf7-list-item-label{
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .wpcf7-list-item .wpcf7-list-item-label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* ── TEXT INPUTS ── */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

@media (min-width: 640px){
  .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  background: transparent;
  border: 1px solid #8d8d8d !important;
  border-radius: 20px !important;
  color: #8d8d8d;
  margin-bottom: 16px;
  display: block;
  outline: none;
  transition: border-color 0.2s;
}

.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder {
  color: #8d8d8d;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder {
  color: #8d8d8d;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus {
  border-color: #aaa !important;
}

/* ── RODO TEXT ── */

.cf7-rodo{
  margin-bottom: 1rem !important;
  font-size: 12px;
  line-height: 1.55;
  margin: 14px 0 10px;
}

/* ── SUBMIT ── */

.wpcf7 input[type="submit"]{
  display: flex;
  height: 70px;
  width: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){
  .wpcf7 input[type="submit"]{
    height: 5rem;
  }
}

.wpcf7 input[type="submit"]:hover {
  background: #444 !important;
}

/* list reset */

.wpcf7-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 0;
}

/*  Footer */

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.footer .footer-cont{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1112px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 640px){
  .footer .footer-cont{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.footer .footer-cont_top{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media not all and (min-width: 640px){
  .footer .footer-cont_top{
    flex-direction: column-reverse;
  }
}

@media (min-width: 640px){
  .footer .footer-cont_top{
    align-items: center;
  }
}

.footer .footer-cont_top__links{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  gap: 1rem;
}

@media not all and (min-width: 640px){
  .footer .footer-cont_top__links{
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 640px){
  .footer .footer-cont_top__links{
    align-items: center;
  }
}

.footer .footer-cont_top__links a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-cont_top__socials{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media not all and (min-width: 640px){
  .footer .footer-cont_top__socials{
    justify-content: flex-end;
  }
}

.footer .footer-cont_bot{
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .footer .footer-cont_bot{
    gap: 2.5rem;
  }
}

@media (min-width: 640px){
  .footer .footer-cont_bot{
    margin-top: 5rem;
    flex-direction: row;
    align-items: flex-end;
  }
}

.footer .footer-cont_bot__logo p{
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .footer .footer-cont_bot__logo p span{
    display: block;
  }

  .footer .footer-cont_bot__partners{
    display: flex;
    justify-content: flex-end;
  }
}

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

  src: url('../../fonts/NHaasGroteskDSPro-55Rg.woff2') format('woff2'),
       url('../../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');

  font-weight: 450;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../fonts/NHaasGroteskDSPro-65Md.woff2') format('woff2'),
       url('../../fonts/NHaasGroteskDSPro-65Md.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../../fonts/NHaasGroteskDSPro-75Bd.woff2') format('woff2'),
       url('../../fonts/NHaasGroteskDSPro-75Bd.woff') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body{
  position: relative;
  font-family: Inter, sans-serif;
  font-weight: 450;
}

main{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.container {
  max-width: 1440px;
}

.container-xl{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1712px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

