@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("https://use.typekit.net/mpd5wvx.css");

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

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

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

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

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

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

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

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

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

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

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

.relative{
  position: relative;
}

.block{
  display: block;
}

.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-cont-sticky{
  position: fixed;
  top: -1000px;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.header-cont-sticky .header-cont{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media not all and (min-width: 1024px){
  .header-cont-sticky .header-cont a img{
    max-width: 300px;
  }
}

@media not all and (min-width: 409px){
  .header-cont-sticky .header-cont a img{
    max-width: 220px;
  }
}

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

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

@media not all and (min-width: 640px){
  .header-cont-sticky .header-cont_right__phone{
    display: none;
  }
}

.header-cont-sticky .header-cont_right__phone a{
  font-family: arimo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 1024px){
  .header-cont-sticky .header-cont_right__phone a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .header-cont-sticky .header-cont_right__phone img{
    max-width: 20px;
  }
}

.header-cont-sticky .header-cont_right__phone:hover a{
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

@keyframes wiggle-more{
  0%, 100%{
    transform: rotate(-12deg);
  }

  50%{
    transform: rotate(12deg);
  }
}

.header-cont-sticky .header-cont_right__phone:hover img{
  animation: wiggle-more var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
}

.header-cont-sticky .header-cont_right .menu-top-bars{
  cursor: pointer;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_right .menu-top-bars:hover{
  --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));
}

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

.header-cont-sticky .header-cont_right .menu-top-bars:hover{
  animation: pulse var(--default-animation-duration, 2s) var(--default-animation-timing-function, cubic-bezier(0.4, 0, 0.6, 1)) var(--default-animation-delay, 0s) infinite;
}

.bg-header-motion{
  --tw-bg-opacity: 0.8;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

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

.menu-mobile.active {
  transform: translateX(0);
}

.menu-mobile{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.menu-mobile .menu-mobile-cont{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 200px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media not all and (min-width: 1024px){
  .menu-mobile .menu-mobile-cont{
    gap: 100px;
  }
}

@media not all and (min-width: 409px){
  .menu-mobile .menu-mobile-cont{
    gap: 60px;
  }
}

.menu-mobile .menu-mobile-cont a{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-mobile .menu-mobile-cont a:hover{
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.menu-mobile .menu-mobile-cont_box{
  display: flex;
  width: 100%;
}

@media not all and (min-width: 1024px){
  .menu-mobile .menu-mobile-cont_box{
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

@media (min-width: 1024px){
  .menu-mobile .menu-mobile-cont_box{
    justify-content: space-between;
  }
}

.menu-mobile .menu-mobile-cont_box .black-line{
  margin-bottom: 1.5rem;
  height: 6px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.menu-mobile .menu-mobile-cont_box__left{
  display: flex;
  max-width: 535px;
  flex-direction: column;
  gap: 3rem;
}

.menu-mobile .menu-mobile-cont_box__left___des h3{
  font-family: athena, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.menu-mobile .menu-mobile-cont_box__left___des h4{
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.menu-mobile .menu-mobile-cont_box__left___des p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.menu-mobile .menu-mobile-cont_box__left___contact p{
  font-family: poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
}

.menu-mobile .menu-mobile-cont_box__right{
  width: 100%;
  max-width: 410px;
}

.menu-mobile .menu-mobile-cont_box__right .main-menu{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.menu-mobile .menu-mobile-cont_box__right .main-menu .menu-item{
  font-family: poppins, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 32px;
}

@media (min-width: 1024px){
  .menu-mobile .menu-mobile-cont_box__right .main-menu .menu-item{
    font-size: 34px;
  }
}

#close-menu{
  cursor: pointer;
}

#close-menu:hover{
  --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));
}

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

#close-menu:hover{
  animation: pulse var(--default-animation-duration, 2s) var(--default-animation-timing-function, cubic-bezier(0.4, 0, 0.6, 1)) var(--default-animation-delay, 0s) infinite;
}

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

@media (min-width: 1024px){
  .footer-cont{
    padding-top: 154px;
    padding-bottom: 154px;
  }
}

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

@media (min-width: 640px){
  .footer-cont .footer-cont-top_box{
    flex-direction: row;
  }
}

.footer-cont .footer-cont-top_box__left{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

.footer-cont .footer-cont-top_box__left a{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-cont .footer-cont-top_box__left a:hover{
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.footer-cont .footer-cont-top_box__right{
  margin-top: 2.5rem;
}

@media (min-width: 640px){
  .footer-cont .footer-cont-top_box__right{
    margin-top: 5rem;
  }
}

.footer-cont .footer-cont-top_box__right ul{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-cont .footer-cont-top_box__right ul li{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
  letter-spacing: 0.05em;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){
  .footer-cont .footer-cont-top_box__right ul li{
    text-align: end;
  }
}

.footer-cont .footer-cont-top_box__right ul li{
  color: #AAA;
}

.footer-cont .footer-cont-top_box__right ul li:hover{
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.footer-cont .footer-cont-top_dw{
  position: relative;
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

@media (min-width: 640px){
  .footer-cont .footer-cont-top_dw{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer-cont .footer-cont-top_dw p{
  display: flex;
  font-family: poppins, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 22px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .footer-cont .footer-cont-top_dw p{
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

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

@media (min-width: 640px){
  .footer-cont .footer-cont-top_dw__logo{
    justify-content: flex-end;
  }
}

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

.footer-cont .footer-cont-top_dw__logo:hover{
  animation: pulse var(--default-animation-duration, 2s) var(--default-animation-timing-function, cubic-bezier(0.4, 0, 0.6, 1)) var(--default-animation-delay, 0s) infinite;
}

.footer-cont .footer-cont-top_dw #backTop{
  display: flex;
  height: 60px;
  width: 42px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border: 1px solid #AAA;
}

.footer-cont .footer-cont-top_dw #backTop:hover{
  --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));
}

/* headings */

.ath-34-l{
  font-family: athena, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

/* buttons */

.btn-white-trans{
  display: flex;
  height: 50px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  font-family: poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-black-trans{
  display: flex;
  height: 50px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 28 23 / var(--tw-border-opacity));
  font-family: poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.fp .fp-top{
  position: relative;
  min-height: 800px;
}

@media (min-width: 640px){
  .fp .fp-top{
    min-height: 700px;
  }
}

.fp .fp-top_banner{
  height: 100%;
  min-height: 800px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .fp .fp-top_banner{
    min-height: 700px;
  }
}

.fp .fp-top::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  content: "";
}

.fp .fp-top_des{
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  transform: translate(-50% ,-50%);
}

.fp .fp-top_des__text{
  display: flex;
  max-width: 746px;
  flex-direction: column;
}

.fp .fp-top_des__text h1{
  font-family: athena, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .fp .fp-top_des__text h1{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .fp .fp-top_des__text h1{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  .fp .fp-top_des__text h1{
    font-size: 60px;
  }
}

.fp .fp-top_des__text h3{
  margin-bottom: 2rem;
  margin-top: 0.25rem;
  font-family: athena, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .fp .fp-top_des__text h3{
    font-size: 24px;
  }
}

@media (min-width: 1024px){
  .fp .fp-top_des__text h3{
    font-size: 24px;
  }
}

@media (min-width: 1280px){
  .fp .fp-top_des__text h3{
    font-size: 28px;
  }
}

.fp .fp-top_des__text p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .fp .fp-top_des__text p{
    max-width: 530px;
  }
}

@media (min-width: 1024px){
  .fp .fp-top_des__text p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.fp .fp-top_des__links{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.fp .fp-top_des__links a{
  display: flex;
  align-items: center;
  gap: 18px;
}

.fp .fp-top_des__links a span{
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp .fp-top_des__links a span{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.fp .fp-top_arrow{
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  z-index: 10;
  cursor: pointer;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}

.fp-ofert-box{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 246 / var(--tw-bg-opacity));
}

.fp-ofert-box_des{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 70px;
  padding-bottom: 60px;
}

@media (min-width: 1024px){
  .fp-ofert-box_des{
    padding-top: 150px;
    padding-bottom: 160px;
  }
}

.fp-ofert-box_des h2{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-ofert-box_des h2{
    line-height: 60px;
  }
}

@media (min-width: 768px){
  .fp-ofert-box_des h2{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .fp-ofert-box_des h2{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  .fp-ofert-box_des h2{
    font-size: 60px;
  }
}

.fp-ofert-box_des h3{
  margin-bottom: 30px;
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-ofert-box_des h3{
    margin-bottom: 30px;
  }
}

@media (min-width: 768px){
  .fp-ofert-box_des h3{
    font-size: 26px;
  }
}

@media (min-width: 1024px){
  .fp-ofert-box_des h3{
    font-size: 28px;
  }
}

@media (min-width: 1280px){
  .fp-ofert-box_des h3{
    font-size: 32px;
  }
}

.fp-ofert-box_des p{
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  font-family: arimo, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .fp-ofert-box_des p{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 640px){
  .fp-ofert-box_des p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fp-ofert-box_destwo{
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 1024px){
  .fp-ofert-box_destwo{
    padding-top: 148px;
    padding-bottom: 150px;
  }
}

.fp-ofert-box_destwo h3{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .fp-ofert-box_destwo h3{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .fp-ofert-box_destwo h3{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  .fp-ofert-box_destwo h3{
    font-size: 60px;
  }
}

.fp-ofert-box_destwo h4{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .fp-ofert-box_destwo h4{
    font-size: 32px;
  }
}

@media (min-width: 1024px){
  .fp-ofert-box_destwo h4{
    font-size: 38px;
  }
}

@media (min-width: 1280px){
  .fp-ofert-box_destwo h4{
    font-size: 42px;
  }
}

.fp-ofert-box_destwo p{
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-ofert-box_destwo__post{
  margin-top: 2.25rem;
  margin-bottom: 2.75rem;
}

.fp-ofert-box_destwo__post ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.fp-ofert-box_destwo__post ul li{
  font-family: arimo, sans-serif;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-ofert-box_rez{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
}

.fp-ofert-box_rez__item{
  position: relative;
}

.fp-ofert-box_rez__item h3{
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
  font-family: poppins, sans-serif;
  font-size: 22px;
  font-weight: 200;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .fp-ofert-box_rez__item h3{
    left: 46px;
    bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .fp-ofert-box_rez__item h3{
    font-size: 34px;
  }
}

@media (min-width: 1280px){
  .fp-ofert-box_rez__item h3{
    left: 76px;
    bottom: 3.5rem;
  }
}

@media (min-width: 1640px){
  .fp-ofert-box_rez__item h3{
    left: 116px;
    bottom: 5rem;
  }
}

.fp-ofert-box_rez__item .slide-img{
  max-height: 1000px;
  min-height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .fp-ofert-box_rez__item .slide-img{
    min-height: 1000px;
  }
}

.fp-ofert-box_rez__item .swiper-button-prev,
                .fp-ofert-box_rez__item .swiper-button-next{
  width: 100%;
  padding: 1.25rem;
  position: static;
  background: none;
  color: #000;
  /* lub inny kolor ikony */
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-ofert-box_rez__item .swiper-button-prev svg,.fp-ofert-box_rez__item .swiper-button-next svg{
  height: 8px;
  width: 20px;
}

@media (min-width: 640px){
  .fp-ofert-box_rez__item .swiper-button-prev svg,.fp-ofert-box_rez__item .swiper-button-next svg{
    height: 12px;
    width: 28px;
  }
}

.fp-ofert-box_rez__item .swiper-button-prev::after,
                .fp-ofert-box_rez__item .swiper-button-next::after {
  display: none;
}

.fp-ofert-box_rez__item .swiper-arros-cont{
  position: absolute;
  bottom: 0.75rem;
  right: 0px;
  z-index: 10;
  display: flex;
  flex-direction: row-reverse;
}

@media (min-width: 640px){
  .fp-ofert-box_rez__item .swiper-arros-cont{
    gap: 1.25rem;
  }
}

@media (min-width: 768px){
  .fp-ofert-box_rez__item .swiper-arros-cont{
    bottom: 2.5rem;
    right: 46px;
  }
}

@media (min-width: 1280px){
  .fp-ofert-box_rez__item .swiper-arros-cont{
    bottom: 3.5rem;
    right: 76px;
  }
}

@media (min-width: 1640px){
  .fp-ofert-box_rez__item .swiper-arros-cont{
    bottom: 85px;
    right: 120px;
  }
}

.btn-white-trans{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.fp-rel{
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
  padding-top: 75px;
}

@media (min-width: 1024px){
  .fp-rel{
    padding-top: 154px;
  }
}

.fp-rel .fp-rel-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fp-rel .fp-rel-box_des{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px){
  .fp-rel .fp-rel-box_des{
    max-width: 880px;
  }
}

.fp-rel .fp-rel-box_des h3{
  font-family: athena, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .fp-rel .fp-rel-box_des h3{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .fp-rel .fp-rel-box_des h3{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  .fp-rel .fp-rel-box_des h3{
    font-size: 60px;
  }
}

.fp-rel .fp-rel-box_des p{
  text-align: justify;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

.fp-rel .fp-rel-box_des p:nth-child(3){
  margin-top: 2.5rem;
}

.fp-rel .fp-rel-box_des p:nth-child(4){
  margin-top: 2.5rem;
}

.fp-rel .fp-rel-box_boxes{
  margin-top: 104px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

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

@media (min-width: 1024px){
  .fp-rel .fp-rel-box_boxes{
    gap: 5rem;
  }
}

@media (min-width: 1280px){
  .fp-rel .fp-rel-box_boxes{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fp-rel .fp-rel-box_boxes__item{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.fp-rel .fp-rel-box_boxes__item h4{
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 60px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

.fp-rel .fp-rel-box_boxes__item p{
  font-family: arimo, sans-serif;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

.fp-rel .btn-white-trans{
  margin-top: 3rem;
}

@media (min-width: 1280px){
  .fp-rel .btn-white-trans{
    margin-top: 1.75rem;
  }
}

.fp-rel .fp-rel-office{
  margin-top: 75px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-bottom: 60px;
}

@media (min-width: 1280px){
  .fp-rel .fp-rel-office{
    margin-top: 162px;
    flex-direction: row;
  }
}

.fp-rel .fp-rel-office_des{
  max-width: 684px;
}

.fp-rel .fp-rel-office_des h3{
  font-family: athena, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-rel .fp-rel-office_des h3{
    line-height: 54px;
  }
}

@media (min-width: 768px){
  .fp-rel .fp-rel-office_des h3{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .fp-rel .fp-rel-office_des h3{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  .fp-rel .fp-rel-office_des h3{
    font-size: 46px;
  }
}

.fp-rel .fp-rel-office_des h4{
  font-family: poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-rel .fp-rel-office_des p{
  margin-top: 3rem;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-rel .fp-rel-office_des__top{
  margin-bottom: 42px;
}

.fp-rel .fp-rel-office_img{
  height: 500px;
}

@media (min-width: 640px){
  .fp-rel .fp-rel-office_img{
    height: 700px;
  }
}

@media (min-width: 1280px){
  .fp-rel .fp-rel-office_img{
    max-width: 850px;
  }
}

.fp-rel .fp-rel-office_img img{
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1280px){
  .fp-rel .fp-rel-office_img img{
    width: 100%;
  }
}

@media (min-width: 640px){
  .fp-rel .fp-rel-office_img img{
    height: 700px;
  }
}

.fp-opinion{
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .fp-opinion{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.fp-opinion .fp-opinion-box{
  position: relative;
  max-width: 830px;
  overflow: hidden;
  padding-bottom: 5rem;
}

.fp-opinion .fp-opinion-box .swiper-slide{
  max-width: 830px;
}

.fp-opinion .fp-opinion-box .swiper-wrapper{
}

.fp-opinion .fp-opinion-box img{
  margin-bottom: 1rem;
}

.fp-opinion .fp-opinion-box p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.fp-opinion .fp-opinion-box p em{
  margin-bottom: 2.5rem;
  display: block;
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.05em;
}

@media (min-width: 640px){
  .fp-opinion .fp-opinion-box p em{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .fp-opinion .fp-opinion-box p em{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.fp-opinion .fp-opinion-box .buttons-cont{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 60px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.25rem;
}

.fp-opinion .fp-opinion-box .buttons-cont .swiper-button-prev,
                .fp-opinion .fp-opinion-box .buttons-cont .swiper-button-next{
  margin: 0px !important;
  border: 1px solid #C6BEBE;
  border-radius: 50px;
  position: static;
  background: none;
  color: #000;
  /* lub inny kolor ikony */
  width: 60px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-opinion .fp-opinion-box .buttons-cont .swiper-button-prev svg,.fp-opinion .fp-opinion-box .buttons-cont .swiper-button-next svg{
  width: 7px;
}

.fp-opinion .fp-opinion-box .buttons-cont .swiper-button-prev::after,
                .fp-opinion .fp-opinion-box .buttons-cont .swiper-button-next::after {
  display: none;
}

.fp-opinion .fp-opinion-box .buttons-cont .swiper-button-prev{
  --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));
}

.ap-top .ap-top-cont{
  display: grid;
  min-height: 700px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .ap-top .ap-top-cont{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 1.25rem;
  }
}

.ap-top .ap-top-cont_left{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1024px){
  .ap-top .ap-top-cont_left{
    order: 2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media not all and (min-width: 768px){
  .ap-top .ap-top-cont_left{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px){
  .ap-top .ap-top-cont_left{
    padding-top: 5rem;
  }
}

.ap-top .ap-top-cont_left__box{
  display: flex;
  max-width: 684px;
  flex-direction: column;
}

.ap-top .ap-top-cont_left__box h1{
  font-family: athena, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 46px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .ap-top .ap-top-cont_left__box h1{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .ap-top .ap-top-cont_left__box h1{
    font-size: 46px;
  }
}

@media (min-width: 1280px){
  .ap-top .ap-top-cont_left__box h1{
    font-size: 46px;
  }
}

.ap-top .ap-top-cont_left__box h2{
  margin-bottom: 1.75rem;
  font-family: athena, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .ap-top .ap-top-cont_left__box h2{
    font-size: 22px;
  }
}

@media (min-width: 1024px){
  .ap-top .ap-top-cont_left__box h2{
    font-size: 24px;
  }
}

@media (min-width: 1280px){
  .ap-top .ap-top-cont_left__box h2{
    font-size: 26px;
  }
}

.ap-top .ap-top-cont_left__box p{
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ap-top .ap-top-cont_left__box p strong{
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 1280px){
  .ap-top .ap-top-cont_left__box p strong{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.ap-top .ap-top-cont_right img{
  height: 100%;
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ap-content .ap-content-box_top{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 1024px){
  .ap-content .ap-content-box_top{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

.ap-content .ap-content-box_top__left{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.ap-content .ap-content-box_top__left h3{
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .ap-content .ap-content-box_top__left h3{
    font-size: 36px;
    line-height: 52px;
  }
}

@media (min-width: 1024px){
  .ap-content .ap-content-box_top__left h3{
    font-size: 40px;
  }
}

.ap-content .ap-content-box_top__left p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.ap-content .ap-content-box_top__right{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ap-content .ap-content-box_top__right h3{
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .ap-content .ap-content-box_top__right h3{
    font-size: 36px;
    line-height: 52px;
  }
}

@media (min-width: 1024px){
  .ap-content .ap-content-box_top__right h3{
    font-size: 40px;
  }
}

.ap-content .ap-content-box_top__right p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.ap-content .ap-content-box_imgbig img{
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ap-content .ap-content-box_mid{
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px){
  .ap-content .ap-content-box_mid{
    margin-top: 146px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ap-content .ap-content-box_mid__left h3{
  max-width: 690px;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .ap-content .ap-content-box_mid__left h3{
    font-size: 36px;
    line-height: 42px;
  }
}

.ap-content .ap-content-box_mid__left h4{
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  max-width: 690px;
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .ap-content .ap-content-box_mid__left h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.ap-content .ap-content-box_mid__left p{
  max-width: 690px;
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.ap-content .ap-content-box_mid__right h3{
  margin-bottom: 5rem;
  max-width: 690px;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .ap-content .ap-content-box_mid__right h3{
    font-size: 36px;
    line-height: 42px;
  }
}

.ap-content .ap-content-box_mid__right h4{
  margin-bottom: 4rem;
  margin-top: 40px;
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .ap-content .ap-content-box_mid__right h4{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .ap-content .ap-content-box_mid__right h4{
    margin-top: 100px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.ap-content .ap-content-box_mid__right p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.ap-content .ap-content-box_bot{
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.5rem;
}

@media (min-width: 1280px){
  .ap-content .ap-content-box_bot{
    flex-direction: row;
  }
}

.ap-content .ap-content-box_bot__left{
  display: flex;
  justify-content: flex-end;
}

.ap-content .ap-content-box_bot__left img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1280px){
  .ap-content .ap-content-box_bot__left img{
    max-width: 690px;
  }
}

.ap-content .ap-content-box_bot__right img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rezp-black{
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
}

.rezp{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rezp .rezp-top{
  display: flex;
  max-width: 1230px;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 90px;
  padding-bottom: 102px;
}

@media (min-width: 1024px){
  .rezp .rezp-top{
    padding-top: 180px;
  }
}

.rezp .rezp-top h1{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .rezp .rezp-top h1{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .rezp .rezp-top h1{
    font-size: 42px;
    line-height: 70px;
  }
}

@media (min-width: 1536px){
  .rezp .rezp-top h1{
    font-size: 52px;
  }
}

.rezp .rezp-top h2{
  margin-bottom: 3rem;
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .rezp .rezp-top h2{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .rezp .rezp-top h2{
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 1536px){
  .rezp .rezp-top h2{
    font-size: 42px;
  }
}

.rezp .rezp-top p{
  text-align: center;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.rezp .rezp-des{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1024px){
  .rezp .rezp-des{
    flex-direction: row;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.rezp .rezp-des_left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}

@media (min-width: 1024px){
  .rezp .rezp-des_left{
    max-width: 686px;
  }
}

.rezp .rezp-des_left h4{
  font-family: athena, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .rezp .rezp-des_left h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.rezp .rezp-des_left p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.rezp .rezp-des_right{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .rezp .rezp-des_right{
    max-width: 828px;
  }
}

.rezp .rezp-des_right h4{
  font-family: athena, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .rezp .rezp-des_right h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.rezp .rezp-des_right p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-rez .single-rez-top{
  position: relative;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 102px;
}

@media (min-width: 1024px){
  .single-rez .single-rez-top{
    margin-top: 180px;
  }
}

.single-rez .single-rez-top a{
  position: absolute;
  top: 3.5rem;
  left: 1.25rem;
  cursor: pointer;
}

@media (min-width: 640px){
  .single-rez .single-rez-top a{
    top: 1.75rem;
  }
}

@media (min-width: 1536px){
  .single-rez .single-rez-top a{
    left: 0px;
  }
}

.single-rez .single-rez-top h1{
  margin-bottom: 50px;
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .single-rez .single-rez-top h1{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .single-rez .single-rez-top h1{
    margin-bottom: 106px;
    font-size: 42px;
    line-height: 70px;
  }
}

@media (min-width: 1536px){
  .single-rez .single-rez-top h1{
    font-size: 60px;
  }
}

.single-rez .single-rez-top p{
  max-width: 1230px;
  text-align: center;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.single-rez .single-rez-spec{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-bottom: 72px;
}

.single-rez .single-rez-spec_box h3{
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  font-family: poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-rez .single-rez-spec_box img{
  margin-top: 1rem;
}

.single-rez .single-rez-spec_box__item{
  display: grid;
  max-width: 830px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 94 94 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.single-rez .single-rez-spec_box__item h4{
  grid-column: span 5 / span 5;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-rez .single-rez-spec_box__item h4{
    grid-column: span 2 / span 2;
  }
}

.single-rez .single-rez-spec_box__item p{
  grid-column: span 5 / span 5;
  display: flex;
  align-items: center;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-rez .single-rez-spec_box__item p{
    grid-column: span 3 / span 3;
  }
}

.single-rez .single-rez-spec_box__item:last-child{
  border-style: none;
}

.single-rez .single-rez-gallery{
  display: flex;
  flex-direction: column;
  gap: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .single-rez .single-rez-gallery{
    gap: 70px;
  }
}

.single-rez .single-rez-des-full{
  padding-top: 78px;
  padding-bottom: 78px;
}

.single-rez .single-rez-des-full h3{
  margin-top: 46px;
  font-family: poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-rez .single-rez-des-full h3{
    margin-top: 94px;
  }
}

.single-rez .single-rez-des-full em{
  margin-bottom: 20px;
  display: block;
}

.single-rez .single-rez-des-full h3:first-child{
  margin-top: 0px;
}

.single-rez .single-rez-des-full p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.single-rez .single-rez-more_title{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .single-rez .single-rez-more_title{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .single-rez .single-rez-more_title{
    font-size: 42px;
    line-height: 70px;
  }
}

@media (min-width: 1536px){
  .single-rez .single-rez-more_title{
    font-size: 60px;
  }
}

.single-rez .single-rez-more .single-rez-more-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 640px){
  .single-rez .single-rez-more .single-rez-more-grid{
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (min-width: 1024px){
  .single-rez .single-rez-more .single-rez-more-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.single-rez .single-rez-more .single-rez-more-grid_item{
  position: relative;
  max-height: 440px;
}

.single-rez .single-rez-more .single-rez-more-grid_item img{
  max-height: 440px;
  min-height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-rez .single-rez-more .single-rez-more-grid_item__title{
  position: absolute;
  left: 1rem;
  bottom: 0.75rem;
  font-family: poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .single-rez .single-rez-more .single-rez-more-grid_item__title{
    left: 2.25rem;
    bottom: 1.75rem;
    font-size: 22px;
  }
}

@media (min-width: 1024px){
  .single-rez .single-rez-more .single-rez-more-grid_item__title{
    font-size: 34px;
  }
}

.single-rez .single-rez-more .single-rez-more-grid_item::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  content: "";
  pointer-events: none;
}

.single-insides_top{
  display: flex;
  max-width: 1230px !important;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 90px;
  padding-bottom: 102px;
}

@media (min-width: 1024px){
  .single-insides_top{
    padding-top: 180px;
  }
}

.single-insides_top h1{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .single-insides_top h1{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .single-insides_top h1{
    font-size: 42px;
    line-height: 70px;
  }
}

@media (min-width: 1536px){
  .single-insides_top h1{
    font-size: 60px;
  }
}

.single-insides_top p{
  text-align: center;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.single-insides_top h3{
  text-align: center;
  font-family: arimo, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.single-insides_top ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.single-insides_top ul li{
  font-family: arimo, sans-serif;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.single-insides_top ul .active{
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 12px;
}

.single-insides_gallery{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.single-insides_gallery #back-to-top{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.single-insides_gallery #back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.single-insides_gallery .gallery-item img{
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.gallery-item img{
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.proces .proces-top{
  display: flex;
  max-width: 1030px;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 102px;
}

@media (min-width: 1024px){
  .proces .proces-top{
    padding-top: 180px;
  }
}

.proces .proces-top h1{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .proces .proces-top h1{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .proces .proces-top h1{
    font-size: 42px;
    line-height: 70px;
  }
}

@media (min-width: 1536px){
  .proces .proces-top h1{
    font-size: 60px;
  }
}

.proces .proces-top h2{
  margin-bottom: 1.75rem;
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .proces .proces-top h2{
    font-size: 20px;
  }
}

@media (min-width: 1024px){
  .proces .proces-top h2{
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 1536px){
  .proces .proces-top h2{
    font-size: 24px;
  }
}

.proces .proces-top p{
  text-align: center;
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

.proces .proces-content{
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
  padding-top: 80px;
}

@media (min-width: 1024px){
  .proces .proces-content{
    padding-top: 168px;
  }
}

.proces .proces-content_top{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px){
  .proces .proces-content_top{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.proces .proces-content_top__left h2{
  max-width: 800px;
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .proces .proces-content_top__left h2{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .proces .proces-content_top__left h2{
    font-size: 40px;
    line-height: 60px;
  }
}

.proces .proces-content_top__left h5{
  max-width: 800px;
  font-family: athena, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .proces .proces-content_top__left h5{
    font-size: 32px;
  }
}

@media (min-width: 1024px){
  .proces .proces-content_top__left h5{
    font-size: 32px;
    line-height: 38px;
  }
}

.proces .proces-content_top__right{
  display: flex;
}

@media (min-width: 1024px){
  .proces .proces-content_top__right{
    justify-content: flex-end;
  }
}

.proces .proces-content_top__right p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .proces .proces-content_top__right p{
    max-width: 686px;
  }
}

.proces .proces-content_icons{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 58px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .proces .proces-content_icons{
    margin-top: 128px;
  }
}

@media (min-width: 1024px){
  .proces .proces-content_icons{
    align-items: flex-end;
  }
}

.proces .proces-content_icons__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px){
  .proces .proces-content_icons__item{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .proces .proces-content_icons__item{
    gap: 72px;
  }
}

.proces .proces-content_icons__item___title{
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media not all and (min-width: 1024px){
  .proces .proces-content_icons__item___title{
    width: 100%;
    max-width: 360px;
    justify-content: space-between;
  }
}

@media not all and (min-width: 768px){
  .proces .proces-content_icons__item___title{
    max-width: none;
  }
}

.proces .proces-content_icons__item___title h3{
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 60px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .proces .proces-content_icons__item___title h3{
    text-align: right;
  }
}

.proces .proces-content_icons__item p{
  margin-bottom: 2.5rem;
  font-family: arimo, sans-serif;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .proces .proces-content_icons__item p{
    max-width: 440px;
  }
}

@media (min-width: 1024px){
  .proces .proces-content_icons__item p{
    max-width: 543px;
  }
}

.proces .proces-content_icons__item img{
  max-width: 80px;
}

.proces .proces-content_icons__text{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1280px){
  .proces .proces-content_icons__text{
    flex-direction: row;
    align-items: flex-end;
  }
}

.proces .proces-content_icons__text h3{
  font-family: athena, sans-serif;
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.proces .proces-content_icons__text p{
  margin-top: 1rem;
  max-width: 900px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.proces .proces-eco{
  padding-bottom: 75px;
}

@media (min-width: 1024px){
  .proces .proces-eco{
    padding-bottom: 150px;
  }
}

.proces .proces-eco .proces-eco-des{
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media not all and (min-width: 768px){
  .proces .proces-eco .proces-eco-des{
    gap: 2.5rem;
  }
}

@media (min-width: 640px){
  .proces .proces-eco .proces-eco-des{
    margin-top: 80px;
  }
}

@media (min-width: 768px){
  .proces .proces-eco .proces-eco-des{
    margin-top: 146px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.proces .proces-eco .proces-eco-des_left h3{
  font-family: athena, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .proces .proces-eco .proces-eco-des_left h3{
    font-size: 34px;
  }
}

@media (min-width: 1024px){
  .proces .proces-eco .proces-eco-des_left h3{
    font-size: 34px;
    line-height: 36px;
  }
}

.proces .proces-eco .proces-eco-des_right__content{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 768px){
  .proces .proces-eco .proces-eco-des_right__content{
    gap: 100px;
  }
}

.proces .proces-eco .proces-eco-des_right__content p{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.proces .proces-eco .proces-eco-des_right__content p:first-child{
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px){
  .proces .proces-eco .proces-eco-des_right__content p:first-child{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.proces .proces-eco .proces-eco-des_right__quest{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.proces .proces-eco .proces-eco-des_right__quest___item{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(170 170 170 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.proces .proces-eco .proces-eco-des_right__quest___item .quest-des{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.25rem;
}

.proces .proces-eco .proces-eco-des_right__quest___item .quest-des h4{
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px){
  .proces .proces-eco .proces-eco-des_right__quest___item .quest-des h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.proces .proces-eco .proces-eco-des_right__quest___item .quest-answer{
  margin-top: 1rem;
  display: block;
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.proces .proces-eco .proces-eco-des_right__quest___item .quest-answer-show{
  max-height: 100%;
  opacity: 1;
}

.contact .contact-top{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 90px;
  padding-bottom: 102px;
}

@media (min-width: 1024px){
  .contact .contact-top{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 180px;
  }
}

.contact .contact-top .contact-top-box{
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.contact .contact-top .contact-top-box h1{
  font-family: athena, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .contact .contact-top .contact-top-box h1{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .contact .contact-top .contact-top-box h1{
    font-size: 42px;
    line-height: 60px;
  }
}

@media (min-width: 1536px){
  .contact .contact-top .contact-top-box h1{
    font-size: 60px;
  }
}

.contact .contact-top .contact-top-box_des{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

@media (min-width: 640px){
  .contact .contact-top .contact-top-box_des{
    flex-direction: row;
  }
}

.contact .contact-top .contact-top-form .wpcf7 .input-form-cont{
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact .contact-top .contact-top-form .wpcf7 .input-form-cont .input-form-big{
  grid-column: span 2 / span 2;
}

.contact .contact-top .contact-top-form .wpcf7 .input-form-cont .input-form{
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media not all and (min-width: 640px){
  .contact .contact-top .contact-top-form .wpcf7 .input-form-cont .input-form{
    grid-column: span 2 / span 2;
  }
}

.contact .contact-top .contact-top-form .wpcf7 .input-form-cont .input-form label{
  font-family: arimo, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.contact .contact-top .contact-top-form .wpcf7 .input-form-cont .input-form input{
  width: 100%;
  border-bottom-width: 0.5px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 28 23 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: -webkit-fill-available;
  max-width: -moz-available;
}

.contact .contact-top .contact-top-form .wpcf7 .input-form-cont .input-form textarea{
  width: 100%;
  border-bottom-width: 0.5px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 28 23 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: -webkit-fill-available;
  max-width: -moz-available;
}

.contact .contact-top .contact-top-form .wpcf7 .wpcf7-spinner{
  display: none !important;
}

.contact .contact-top .contact-top-form .wpcf7 .zgoda-komponent{
  margin-top: 1.5rem;
}

.contact .contact-top .contact-top-form .wpcf7 .zgoda-komponent .wpcf7-list-item{
  margin: 0px !important;
}

.contact .contact-top .contact-top-form .wpcf7 .zgoda-komponent .wpcf7-list-item label{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact .contact-top .contact-top-form .wpcf7 .zgoda-komponent .wpcf7-list-item label input{
  height: 14px;
  width: 14px;
}

.contact .contact-top .contact-top-form .wpcf7 .zgoda-komponent .wpcf7-list-item label span{
  font-family: arimo, sans-serif;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .contact .contact-top .contact-top-form .wpcf7 .zgoda-komponent .wpcf7-list-item label span{
    line-height: 2rem;
  }
}

.contact .contact-top .contact-top-form .wpcf7 .btn-black-trans{
  margin-top: 4rem;
}

.contact .contact-img{
  position: relative;
}

.contact .contact-img img{
  min-height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact .contact-img_des{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transform: translate(-50% , -50%);
}

.contact .contact-img_des h4 p{
  margin-bottom: 1rem;
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .contact .contact-img_des h4 p{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .contact .contact-img_des h4 p{
    font-size: 42px;
    line-height: 60px;
  }
}

@media (min-width: 1536px){
  .contact .contact-img_des h4 p{
    font-size: 60px;
  }
}

.contact .contact-img_des p{
  left: 2rem;
  text-align: center;
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .contact .contact-img_des p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.contact .contact-img::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  content: "";
}

.blog .blog-top{
  padding-top: 90px;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .blog .blog-top{
    padding-top: 180px;
  }
}

.blog .blog-top h1{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .blog .blog-top h1{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .blog .blog-top h1{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  .blog .blog-top h1{
    font-size: 60px;
  }
}

.blog .blog-top .blog-posts{
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media (min-width: 1024px){
  .blog .blog-top .blog-posts{
    margin-top: 94px;
  }
}

.blog .blog-top .blog-posts .blog-post-item .thumbnail img{
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .blog-top .blog-posts .blog-post-item .blog-date{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
}

.blog .blog-top .blog-posts .blog-post-item .blog-title{
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
}

@media not all and (min-width: 640px){
  .blog .blog-top .blog-posts .blog-post-item .blog-title{
    margin-bottom: 1rem;
  }
}

@media (min-width: 640px){
  .blog .blog-top .blog-posts .blog-post-item .blog-title{
    font-size: 24px;
  }
}

@media (min-width: 1024px){
  .blog .blog-top .blog-posts .blog-post-item .blog-title{
    font-size: 28px;
  }
}

.blog .blog-top .blog-posts .blog-post-item .blog-des{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.blog .blog-top .blog-posts .pagination .page-numbers{
  display: flex;
  gap: 0.75rem;
}

.blog .blog-top .blog-posts .pagination .page-numbers .page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 28 23 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.blog .blog-top .blog-posts .pagination .page-numbers .current{
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-single .blog-single-cont{
  max-width: 1112px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 90px;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .blog-single .blog-single-cont{
    padding-top: 180px;
  }
}

.blog-single .blog-single-cont h1{
  font-family: athena, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(31 28 23 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .blog-single .blog-single-cont h1{
    font-size: 32px;
  }
}

@media (min-width: 1024px){
  .blog-single .blog-single-cont h1{
    font-size: 50px;
    line-height: 50px;
  }
}

.blog-single .blog-single-cont_img{
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-single .blog-single-cont .blog-date{
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.blog-single .blog-single-cont_des{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-single .blog-single-cont_des p, .blog-single .blog-single-cont_des li{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.blog-single .blog-single-cont_des h4{
  font-family: poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.05em;
}

.blog-single .blog-single-cont_des ul{
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  padding-left: 1.25rem;
}

.blog-single .blog-single-cont_des__imgs{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.blog-single .blog-single-cont_des__imgs img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .blog-single .blog-single-cont_des__imgs img:first-child{
    grid-column: span 1 / span 1;
  }

  .blog-single .blog-single-cont_des__imgs img:nth-child(2){
    grid-column: span 2 / span 2;
  }
}

.blog-single .blog-single-more{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 23 / var(--tw-bg-opacity));
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1024px){
  .blog-single .blog-single-more{
    padding-top: 168px;
    padding-bottom: 168px;
  }
}

.blog-single .blog-single-more h2{
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .blog-single .blog-single-more h2{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .blog-single .blog-single-more h2{
    font-size: 52px;
  }
}

@media (min-width: 1280px){
  .blog-single .blog-single-more h2{
    font-size: 60px;
  }
}

.blog-single .blog-single-more .blog-more-posts{
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .blog-single .blog-single-more .blog-more-posts{
    margin-top: 172px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-single .blog-single-more .blog-more-posts .blog-post{
  overflow: hidden;
}

.blog-single .blog-single-more .blog-more-posts .blog-post .thumbnail img{
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-single .blog-single-more .blog-more-posts .blog-post .thumbnail img:hover{
  --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));
}

.blog-single .blog-single-more .blog-more-posts .blog-post .single-date{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

.blog-single .blog-single-more .blog-more-posts .blog-post h3{
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

.blog-single .blog-single-more .blog-more-posts .blog-post span{
  margin-top: 2.5rem;
  display: block;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(246 247 246 / var(--tw-text-opacity));
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: poppins, sans-serif;
  scroll-behavior: smooth;
}

main{
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container{
  max-width: 1440px;
}

.container-big{
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

