@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..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:  ;
}

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

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

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

.block{
  display: block;
}

/* Your CSS Styles */

.header-cont{
  position: relative;
}

.nav-desktop{
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .nav-desktop{
    gap: 1.25rem;
  }
}

@media (min-width: 1024px){
  .nav-desktop{
    min-height: 150px;
    padding-right: 2.5rem;
  }
}

.nav-desktop_one{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .nav-desktop_one{
    justify-content: flex-start;
  }
}

.nav-desktop_one img{
  width: 350px;
}

@media (min-width: 1280px){
  .nav-desktop_one img{
    width: 520px;
  }
}

.nav-desktop_two{
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

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

@media (min-width: 1280px){
  .nav-desktop_two{
    gap: 0.5rem;
  }
}

.nav-desktop_two .main-menu{
  margin-top: 2rem;
  display: none;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .nav-desktop_two .main-menu{
    display: flex;
  }
}

.nav-desktop_two .main-menu li{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
}

@media (min-width: 1280px){
  .nav-desktop_two .main-menu li{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.nav-desktop_two .main-menu li:last-child{
  padding-right: 0px;
}

.nav-desktop_two .main-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.nav-desktop_two .main-menu li:active{
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.nav-desktop_two .main-menu #menu-item-17{
  position: relative;
}

.nav-desktop_two .main-menu #menu-item-17 a{
  pointer-events: unset;
  cursor: pointer;
}

.nav-desktop_two .main-menu #menu-item-17::after{
  content: "";
  position: absolute;
  right: -20px;
  top: 52%;
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background-image: url('/wp-content/themes/everywhere/dist/img/arrow.svg');
  background-repeat: no-repeat;
  display: inline-block;
}

.nav-desktop_two .main-menu #menu-item-17 .sub-menu{
  pointer-events: auto;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 20;
  display: none;
  height: 0px;
  min-width: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  opacity: 0;
}

.nav-desktop_two .main-menu #menu-item-17 .sub-menu li{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-desktop_two .main-menu #menu-item-17 .sub-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-desktop_two .main-menu #menu-item-17:hover .sub-menu{
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
}

.nav-desktop_two__info{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1280px){
  .nav-desktop_two__info{
    display: flex;
  }
}

.nav-desktop_two__info a{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.nav-desktop_two__info a:hover{
  --tw-text-opacity: 1;
  color: rgb(203 171 124 / var(--tw-text-opacity));
}

.nav-desktop_two__cal{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(134 102 61 / var(--tw-text-opacity));
}

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

.nav-desktop_three{
  display: block;
}

@media (min-width: 1024px){
  .nav-desktop_three{
    display: none;
  }
}

.nav-desktop_three svg{
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.nav-desktop .nav-burger{
  display: block;
}

@media (min-width: 1024px){
  .nav-desktop .nav-burger{
    display: none;
  }
}

.nav-desktop .nav-burger svg{
  width: 1.5rem;
  cursor: pointer;
}

.sub-menu-box-page{
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}

.sub-menu-box-page .sub-menu-page ul{
  display: flex;
  gap: 1rem;
}

.sub-menu-box-page .sub-menu-page ul li{
  font-family: Red Hat Display, sans-serif;
}

.sub-menu-box-page .sub-menu-page ul li:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.sub-menu-box{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 2.5rem;
  padding-top: 1.75rem;
  padding-left: 10.5rem;
  padding-right: 4.5rem;
}

.sub-menu-box_one h3{
  margin-bottom: 2.25rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sub-menu-box_one .sub-menu-category{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sub-menu-box_one .sub-menu-category li{
  cursor: pointer;
  font-family: Red Hat Display, sans-serif;
}

.sub-menu-box_one .sub-menu-category li:hover{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.sub-menu-box_one .sub-menu-category li:hover a{
  --tw-text-opacity: 1;
  color: rgb(203 171 124 / var(--tw-text-opacity));
}

.sub-menu-box_one a{
  font-weight: 700;
}

.sub-menu-box_one p{
  max-width: 290px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

/* Mobile menu */

.mobile-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  z-index: 99999;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu .menu-close{
  display: flex;
  justify-content: flex-end;
}

.mobile-menu .menu-close svg{
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
}

.mobile-menu_list{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu_list h3{
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-menu_list .main-menu, .mobile-menu_list .sub-menu-category, .mobile-menu_list .footer-menu-web{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.mobile-menu_list .main-menu li,.mobile-menu_list .sub-menu-category li,.mobile-menu_list .footer-menu-web li{
  cursor: pointer;
  font-size: 20px;
}

.mobile-menu_list__head{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-menu_list__head .menu-back{
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
}

.mobile-menu_list {
  display: none;
  /* Ukryj wszystkie sekcje */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /* Upewnij się, że animacja fade działa */
}

.mobile-menu_list.visible {
  display: flex;
  /* Pokazuje widoczną sekcję */
  opacity: 1;
  /* Widoczność sekcji */
}

.mobile-menu {
  display: none;
  opacity: 0;
  transform: translateY(-100%);
  /* Początkowo poza ekranem */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mobile-menu.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  /* Przywrócenie pozycji */
}

#sub-menu-cont , #sub-menu-man , #sub-menu-woman{
  display: none;
  animation: vanish 1s;
}

#sub-menu-cont{
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 10;
  display: flex;
  display: none;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: translate(-50% , 0%);
}

/* Header Sticky */

.header-cont-sticky {
  position: fixed;
  top: -160px;
  /* Ukryj header początkowo */
  width: 100%;
  z-index: 40;
  background-color: white;
  transition: top 0.3s ease-in-out;
  /* Dodaj płynną animację pojawiania się */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtelny cień */
}

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

.header-cont-sticky-box{
  height: 88px;
  width: 100%;
}

/* Mobile Menu */

.header-mobile{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.header-mobile_head{
  position: relative;
  display: flex;
  justify-content: center;
}

.header-mobile_head svg{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.header-mobile_list{
  display: flex;
  justify-content: center;
}

.header-mobile_list .main-menu-mob{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.header-mobile_list .main-menu-mob li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.header-mobile_list .main-menu-mob .menu-item-17, .header-mobile_list .main-menu-mob .menu-item-19{
  position: relative;
}

.header-mobile_list .main-menu-mob .menu-item-17 .sub-menu,.header-mobile_list .main-menu-mob .menu-item-19 .sub-menu{
  z-index: 20px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.header-mobile_list .main-menu-mob .menu-item-17 .sub-menu li,.header-mobile_list .main-menu-mob .menu-item-19 .sub-menu li{
  text-transform: capitalize;
  text-decoration: none;
}

.header-mobile_list .main-menu-mob .menu-item-17::after,.header-mobile_list .main-menu-mob .menu-item-19::after{
  content: "";
  position: absolute;
  right: -20px;
  top: 10px;
  width: 13px;
  height: 7px;
  background-image: url('/wp-content/themes/everywhere/dist/img/arrow.svg');
  background-repeat: no-repeat;
  display: inline-block;
}

.header-mobile .menu-mobile-content{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.header-mobile .menu-mobile-content_box{
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header-mobile .menu-mobile-content_box .main-menu-mob{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.header-mobile .menu-mobile-content_box .main-menu-mob li{
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header-mobile .menu-mobile-content_box .main-menu-mob li:hover{
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.header-mobile .menu-mobile-content_box #sub-menu-mobile{
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.header-mobile .menu-mobile-content_box #sub-menu-mobile .mob-ofert-head{
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.header-mobile .menu-mobile-content_box #sub-menu-mobile .mob-ofert-head h4{
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.header-mobile .menu-mobile-content_box #sub-menu-mobile .mob-ofert-head h5{
  margin-top: 0.5rem;
  cursor: pointer;
}

.header-mobile .menu-mobile-content_box #sub-menu-mobile .mob-ofert-head h5:hover{
  --tw-text-opacity: 1;
  color: rgb(203 171 124 / var(--tw-text-opacity));
}

.header-mobile .menu-mobile-content_box #sub-menu-mobile .sub-menu-box{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0px;
}

.header-mobile .menu-mobile-content_box__detalis{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.5rem;
}

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

.header-mobile .menu-mobile-content_box__detalis a:hover{
  --tw-text-opacity: 1;
  color: rgb(203 171 124 / var(--tw-text-opacity));
}

#menu-item-19{
  position: relative;
}

#menu-item-19::after{
  z-index: 20;
  content: "";
  position: absolute;
  right: 0px;
  top: 52%;
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background-image: url('/wp-content/themes/everywhere/dist/img/arrow.svg');
  background-repeat: no-repeat;
  display: inline-block;
}

@media(max-width: 1280px) {
  #menu-item-19::after{
    right: -4px
  }
}

#menu-item-19 .sub-menu{
  pointer-events: auto;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 20;
  display: none;
  height: 0px;
  min-width: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  opacity: 0;
}

#menu-item-19 .sub-menu li{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#menu-item-19 .sub-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#menu-item-19:hover .sub-menu{
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
}

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

.contact-page_content{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media not all and (min-width: 768px){
  .contact-page_content{
    gap: 2rem;
  }
}

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

.contact-page_map{
  display: flex;
  padding-bottom: 2.5rem;
}

.contact-page_map iframe{
  min-height: 500px;
  width: 100%;
}

.wpcf7-form{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.input-form-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .input-form-cont{
    flex-direction: row;
    gap: 2.5rem;
  }
}

.input-form-cont .input-form{
  width: 100%;
}

.input-form-cont .input-form input{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-form-cont .input-form select{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-form-cont .input-form-case{
  width: 100%;
}

.input-form-cont .input-form-case input{
  width: 100%;
  max-width: none;
}

.input-form textarea{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.form-info{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .form-info{
    text-align: center;
  }
}

.form-info a{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.form-info a:hover{
  --tw-text-opacity: 1;
  color: rgb(203 171 124 / var(--tw-text-opacity));
}

.form-btn input{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 61 118 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .form-btn input{
    margin-left: auto;
    margin-right: auto;
  }
}

.form-btn input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.heading-blue-52{
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .heading-blue-52{
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 1280px){
  .heading-blue-52{
    font-size: 52px;
    line-height: 62px;
  }
}

.heading-black-52{
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

@media (min-width: 768px){
  .heading-black-52{
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 1280px){
  .heading-black-52{
    font-size: 52px;
    line-height: 62px;
  }
}

.heading-blue-28{
  font-size: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

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

.text-big-blue-28{
  font-size: 22px;
  font-weight: 500;
}

@media (min-width: 768px){
  .text-big-blue-28{
    font-size: 28px;
  }
}

/* Buttons */

.btn-white{
  display: flex;
  max-width: 240px;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(55 61 118 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 768px){
  .btn-white{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .btn-white{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white-b{
  display: flex;
  max-width: 180px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
  --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);
}

.btn-white-b:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.breadcrumbs{
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px){
  .breadcrumbs{
    display: flex;
  }
}

.breadcrumbs h4{
  font-size: 10px;
  text-transform: uppercase;
}

.page-banner{
  max-height: 550px;
}

.page-banner img{
  max-height: 550px;
  min-height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .page-banner img{
    min-height: 400px;
  }
}

.page-banner .page-banner-text{
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px){
  .page-banner .page-banner-text{
    min-height: 300px;
  }
}

.page-banner .page-banner-text{
  background: linear-gradient(90deg, rgba(9,13,48,1) 0%, rgba(55,61,118,1) 19%, rgba(55,61,118,1) 34%, rgba(55,61,118,1) 54%, rgba(55,61,118,1) 91%, rgba(9,13,48,1) 100%);
}

.page-banner .page-banner-text h4{
  margin-top: 100px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .page-banner .page-banner-text h4{
    font-size: 38px;
  }
}

@media (min-width: 768px){
  .page-banner .page-banner-text h4{
    font-size: 52px;
  }
}

@media (min-width: 1024px){
  .page-banner .page-banner-text h4{
    margin-top: 150px;
  }
}

.footer-cont{
  display: flex;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.footer-cont .footer-cont-box{
  width: 100%;
  max-width: 1660px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer-cont .footer-cont-box_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .footer-cont .footer-cont-box_top{
    flex-direction: row;
    align-items: flex-end;
    padding-right: 2.5rem;
  }
}

.footer-cont .footer-cont-box_top__left{
  display: flex;
  width: 100%;
  max-width: 950px;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

.footer-cont .footer-cont-box_top__left img{
  height: 100%;
  max-height: 500px;
  width: 100%;
  max-width: 950px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-cont .footer-cont-box_top__right{
  display: flex;
  height: 100%;
  max-height: 500px;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media not all and (min-width: 1024px){
  .footer-cont .footer-cont-box_top__right{
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.footer-cont .footer-cont-box_top__right .foot-des{
  font-size: 18px;
}

.footer-cont .footer-cont-box_top__right .foot-btns{
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer-cont .footer-cont-box_top__right .foot-btns .lib{
  display: flex;
  height: 37px;
  width: 210px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(159 75 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-cont .footer-cont-box_top__right .footer-logos{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-cont .footer-cont-box_top__right .footer-link-more a{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}

.footer-cont .footer-cont-box_bot{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .footer-cont .footer-cont-box_bot{
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px){
  .footer-cont .footer-cont-box_bot{
    padding-left: 120px;
    padding-right: 120px;
  }
}

.footer-cont .footer-cont-box_bot span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

.footer-cont .footer-cont-box_bot__right{
  display: flex;
  min-width: 180px;
  align-items: center;
  gap: 0.25rem;
}

.sg-about{
  position: relative;
  margin-top: -270px;
  padding-bottom: 3.5rem;
  padding-top: 100px;
}

@media (min-width: 1024px){
  .sg-about{
    padding-bottom: 5rem;
    padding-top: 150px;
  }
}

.sg-about .sg-about-img{
  position: absolute;
  top: 5rem;
  left: 0px;
  height: 100%;
}

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

.sg-about_content{
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px){
  .sg-about_content{
    padding-left: 6rem;
  }
}

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

@media (min-width: 1280px){
  .sg-about_content__heading{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sg-about_content__heading .heading-about{
  margin-top: -70px;
  padding-top: 90px;
}

.sg-about_content__heading .heading-about h2{
  margin-bottom: 1.25rem;
}

@media (min-width: 1536px){
  .sg-about_content__heading .heading-about h2{
    max-width: 430px;
  }
}

.sg-about_content__heading .hold-about{
  height: 50%;
}

.sg-about_content__des{
  display: flex;
  max-width: 1150px;
  flex-direction: column;
  gap: 0.75rem;
}

.sg-about_content__des h3{
  font-size: 22px;
  font-weight: 500;
}

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

.sg-about_content__des p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.sg-about_content .btn-white{
  margin-top: 1.5rem;
}

.sg-top{
  margin-top: 65px;
}

@media (min-width: 1024px){
  .sg-top{
    margin-top: 110px;
  }
}

.sg-top .banner-img{
  max-height: 700px;
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

@media (min-width: 1536px){
  .sg-top .banner-img{
    max-height: 800px;
  }
}

@media(max-width: 640px){
  .sg-top .banner-img{
    -o-object-position: -140px -100px;
    object-position: -140px -100px
  }
}

.sg-important{
  position: relative;
  display: flex;
  min-height: 400px;
  align-items: center;
}

.sg-important .important-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sg-important .sg-important-content{
  position: relative;
  padding-left: 3rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px){
  .sg-important .sg-important-content{
    padding-left: 6rem;
  }
}

.sg-important .sg-important-content_label{
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: -48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sg-important .sg-important-content_label .line{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sg-important .sg-important-content_label span{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sg-important .sg-important-content_label{
  transform: translate(0% , -50%);
}

.sg-important .sg-important-content_label .line{
  height: 0.5px;
  width: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.sg-important .swiper-importnat{
  overflow: hidden;
}

.sg-important .swiper-importnat .swiper-wrapper .swiper-slide{
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sg-important .swiper-importnat .swiper-wrapper .swiper-slide{
    font-size: 26px;
  }
}

@media (min-width: 1280px){
  .sg-important .swiper-importnat .swiper-wrapper .swiper-slide{
    font-size: 36px;
  }
}

.sg-important .swiper-importnat .swiper-wrapper .swiper-slide a{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.sg-important .swiper-importnat .swiper-wrapper .swiper-slide span{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sg-important .swiper-pagination2{
  position: absolute;
  top: 50%;
  right: 0px !important;
  display: flex;
  width: 0.75rem;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  transform: translate(0% , -50%);
}

.sg-important .swiper-pagination2 .swiper-pagination-bullet{
  height: 0.75rem;
  width: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

.sg-important .swiper-pagination2 .swiper-pagination-bullet-active{
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.sg-info{
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .sg-info{
    margin-top: 5rem;
  }
}

.sg-info_head{
  display: flex;
}

@media (min-width: 1024px){
  .sg-info_head{
    gap: 5rem;
  }
}

.sg-info_head__label{
  margin-left: -48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

.sg-info_head__label .line{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sg-info_head__label span{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sg-info_head__label .line{
  height: 0.5px;
  width: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .sg-info_head h3{
    margin-top: -48px;
  }
}

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

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

@media (min-width: 1024px){
  .sg-info_content{
    margin-top: 5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sg-info_content .info-box{
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sg-info_content__item{
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sg-info_content__item img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(100);
}

.sg-info_content__item h4{
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 10;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sg-info_content__item:hover img{
  filter: none;
}

.sg-info_content__item:hover::after{
  --tw-bg-opacity: 0;
}

.sg-info_content__item::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8
}

.info-box{
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sg-news_head{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .sg-news_head{
    gap: 1.25rem;
  }
}

@media (min-width: 640px){
  .sg-news_head{
    flex-direction: row;
    align-items: center;
  }
}

.sg-news_content{
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
}

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

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

.sg-news_content .post-item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sg-news_content .post-item img{
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sg-news_content .post-item h4{
  margin-top: 0.5rem;
}

.sg-news_content .post-item h5{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.sg-news .pagination{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.sg-news .pagination .page-numbers{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.sg-news .pagination .current{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 61 118 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sg-news .pagination .next, .sg-news .pagination .prev{
  display: none;
}

.sg-news .pagination a:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 61 118 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-page .news-page-banner{
  max-height: 550px;
}

.news-page .news-page-banner img{
  max-height: 550px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page .news-categories{
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  overflow-x: scroll;
  scrollbar-width: none;
}

.news-page .news-categories .active-cat{
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-page_content{
  margin-bottom: 2.5rem;
  max-width: 1280px !important;
}

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

.news-page_content .pagination{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.news-page_content .pagination .page-numbers{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.news-page_content .pagination .current{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 61 118 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-page_content .pagination .next, .news-page_content .pagination .prev{
  display: none;
}

.news-page_content .pagination a:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 61 118 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-page_content .single-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media not all and (min-width: 640px){
  .news-page_content .single-top{
    margin-top: 2.5rem;
  }
}

@media (min-width: 640px){
  .news-page_content .single-top{
    flex-direction: row;
  }
}

@media not all and (min-width: 640px){
  .news-page_content .single-top h1{
    text-align: center;
  }
}

.news-page_content .single-post-item_date{
  padding-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.news-page_content .single-post-item_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.news-page_content .single-post-item_content img{
  height: 100%;
  max-height: 400px;
  width: 100%;
  max-width: 680px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page_content .single-post-item_content span{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.patron-page_content{
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.patron-page_content__top{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .patron-page_content__top{
    flex-direction: row;
  }
}

.patron-page_content__top span{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .patron-page_content__top span{
    max-width: 800px;
  }
}

.patron-page_content__top img{
  -o-object-fit: cover;
  object-fit: cover;
}

.patron-page_content__bot{
  margin-top: 2.5rem;
}

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

.team-page h1{
  margin-bottom: 1.25rem;
}

.team-page_content span{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.team-page_content h4{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.team-page_content__list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

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

.team-page_content__list .team-page-item{
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}

.team-page_content__list .team-page-item h5{
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

.team-page_content__list .team-page-item span:first-child{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.team-page_content__list .team-page-item span:first-child p{
  min-width: 160px;
  text-align: center;
}

@media (min-width: 640px){
  .team-page_content__list .team-page-item span:first-child p{
    min-width: 220px;
  }
}

.team-page_content__list .team-page-item span:nth-child(2){
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.team-page_content__list .team-page-item span:nth-child(2) p{
  text-align: center;
}

.team-page_content__list2{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.team-page_content__list2 .team-page-item{
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}

.team-page_content__list2 .team-page-item h5{
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

.team-page_content__list2 .team-page-item_class span{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.team-page_content__list2 .team-page-item_class span p{
  min-width: 100px;
  text-align: center;
}

@media (min-width: 640px){
  .team-page_content__list2 .team-page-item_class span p{
    min-width: 220px;
  }
}

.team-page_content__list2 .team-page-item_person{
  width: 100%;
}

.team-page_content__list2 .team-page-item_person span{
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 220px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.team-page_content__list2 .team-page-item_person span p{
  text-align: center;
}

.misson-con{
  position: relative;
}

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

.misson-con .bg-concept{
  position: absolute;
  bottom: -150px;
  right: -150px;
}

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

.misson-page_top__des{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.misson-page_top__des h1{
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .misson-page_top__des h1{
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 1280px){
  .misson-page_top__des h1{
    font-size: 52px;
    line-height: 62px;
  }
}

.misson-page_top__des h3{
  font-size: 28px;
  font-weight: 600;
}

.misson-page_top__des ol{
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2rem;
}

.misson-page_top__des ol li{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.misson-page_top__des ol li::marker{
  content: none;
}

.misson-page_top__des ol li::before{
  content: counter(list-item) ;
  position: absolute;
  left: -32px;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.misson-page_bot{
  margin-top: 4rem;
  display: flex;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .misson-page_bot{
    margin-top: 8rem;
  }
}

.misson-page_bot__label{
  margin-left: -80px;
  display: none;
  min-width: 180px;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

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

.misson-page_bot__label .line{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.misson-page_bot__label span{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.misson-page_bot__label .line{
  height: 0.5px;
  width: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
}

.misson-page_bot__des{
  max-width: 1200px;
  padding-bottom: 5rem;
}

.misson-page_bot__des span{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.misson-page_bot__des h2{
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .misson-page_bot__des h2{
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 1280px){
  .misson-page_bot__des h2{
    font-size: 52px;
    line-height: 62px;
  }
}

.misson-page_bot__des h3{
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 1024px){
  .misson-page_bot__des h3{
    font-size: 28px;
  }
}

.misson-page_bot__des ul{
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.75rem;
}

.misson-page_bot__des ul li{
  font-size: 22px;
}

@media (min-width: 1024px){
  .misson-page_bot__des ul li{
    font-size: 28px;
  }
}

.misson-page_bot__des ul li::marker{
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .libery-page{
    margin-top: 1.25rem;
  }
}

.libery-page_content{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .libery-page_content{
    flex-direction: row;
  }
}

.libery-page_content__desone{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .libery-page_content__desone{
    max-width: 600px;
  }
}

@media (min-width: 1536px){
  .libery-page_content__desone{
    max-width: 920px;
  }
}

.libery-page_content__destwo{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.libery-page_content__destwo img{
  -o-object-fit: contain;
  object-fit: contain;
}

.libery-page_content__destwo span{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.libery-page_content__destwo span p:first-child{
  margin-bottom: 0.5rem;
}

.libery-page_gallery{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.libery-page_gallery .gallery{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

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

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

.libery-page_gallery .gallery img{
  height: 100%;
  max-height: 260px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.libery-page_docs{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px){
  .libery-page_docs{
    margin-bottom: 5rem;
  }
}

.libery-page_docs h4{
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 640px){
  .libery-page_docs h4{
    font-size: 28px;
  }
}

.libery-page_docs__cont{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.libery-page_docs__cont .docs-item{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .libery-page_docs__cont .docs-item{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media not all and (min-width: 640px){
  .libery-page_docs__cont .docs-item p{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footogallery-page{
  min-height: 560px;
  padding-bottom: 1.25rem;
}

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

.footogallery-page .gallery-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footogallery-page .gallery-categories, .footogallery-page .gallery-subcategories ul, .footogallery-page .gallery-names{
  margin-bottom: 5rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px){
  .footogallery-page .gallery-categories, .footogallery-page .gallery-subcategories ul, .footogallery-page .gallery-names{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footogallery-page .gallery-categories, .footogallery-page .gallery-subcategories ul, .footogallery-page .gallery-names{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footogallery-page .gallery-categories .gallery-category, .footogallery-page .gallery-categories .gallery-subcategory, .footogallery-page .gallery-categories .gallery-title, .footogallery-page .gallery-subcategories ul .gallery-category, .footogallery-page .gallery-subcategories ul .gallery-subcategory, .footogallery-page .gallery-subcategories ul .gallery-title, .footogallery-page .gallery-names .gallery-category, .footogallery-page .gallery-names .gallery-subcategory, .footogallery-page .gallery-names .gallery-title{
  position: relative;
  display: flex;
  min-height: 160px;
  cursor: pointer;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 118 / var(--tw-bg-opacity));
  padding: 2rem;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .footogallery-page .gallery-categories .gallery-category, .footogallery-page .gallery-categories .gallery-subcategory, .footogallery-page .gallery-categories .gallery-title, .footogallery-page .gallery-subcategories ul .gallery-category, .footogallery-page .gallery-subcategories ul .gallery-subcategory, .footogallery-page .gallery-subcategories ul .gallery-title, .footogallery-page .gallery-names .gallery-category, .footogallery-page .gallery-names .gallery-subcategory, .footogallery-page .gallery-names .gallery-title{
    font-size: 28px;
  }
}

.footogallery-page .gallery-categories .gallery-category .img-holder,.footogallery-page .gallery-categories .gallery-subcategory .img-holder,.footogallery-page .gallery-categories .gallery-title .img-holder,.footogallery-page .gallery-subcategories ul .gallery-category .img-holder,.footogallery-page .gallery-subcategories ul .gallery-subcategory .img-holder,.footogallery-page .gallery-subcategories ul .gallery-title .img-holder,.footogallery-page .gallery-names .gallery-category .img-holder,.footogallery-page .gallery-names .gallery-subcategory .img-holder,.footogallery-page .gallery-names .gallery-title .img-holder{
  position: absolute;
  right: -20px;
  bottom: -40px;
}

.footogallery-page .gallery-categories .gallery-category .photo-number,.footogallery-page .gallery-categories .gallery-subcategory .photo-number,.footogallery-page .gallery-categories .gallery-title .photo-number,.footogallery-page .gallery-subcategories ul .gallery-category .photo-number,.footogallery-page .gallery-subcategories ul .gallery-subcategory .photo-number,.footogallery-page .gallery-subcategories ul .gallery-title .photo-number,.footogallery-page .gallery-names .gallery-category .photo-number,.footogallery-page .gallery-names .gallery-subcategory .photo-number,.footogallery-page .gallery-names .gallery-title .photo-number{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footogallery-page .gallery-images{
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px){
  .footogallery-page .gallery-images{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footogallery-page .gallery-images{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .footogallery-page .gallery-images{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.footogallery-page .gallery-images img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.safty-page_content{
  margin-top: 2.5rem;
}

.safty-page_content .safty-gallery .gallery{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px){
  .safty-page_content .safty-gallery .gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.safty-page_content .safty-gallery .gallery a img{
  width: 100%;
}

.safty-page_files{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.safty-page_files h2{
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.safty-page_files .docs-item{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media not all and (min-width: 640px){
  .safty-page_files .docs-item p{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.safty-page_des{
  padding-bottom: 5rem;
}

.safty-page_des h3{
  margin-bottom: 1.75rem;
  font-size: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

.safty-page_des a{
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

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

.recruit-page_files{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

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

@media (min-width: 1280px){
  .recruit-page_files{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.recruit-page_files__box{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.recruit-page_files__box .recrut-box-items a{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .recruit-page_files__box .recrut-box-items a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.recruit-page_des{
  margin-top: 1.25rem;
}

.recruit-page_des span{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .recruit-page_des span{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.recruit-page_des span strong{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.recruit-page_des span h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 61 118 / var(--tw-text-opacity));
}

.food-page .recruit-page_files{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 2.5rem;
}

.food-page .recruit-page_files__box{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.food-page .recruit-page_files__box .recrut-box-items a{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .food-page .recruit-page_files__box .recrut-box-items a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body{
  font-family: Red Hat Display, sans-serif;
}

main{
  overflow: hidden;
}

.container{
  max-width: 1440px;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: 20px;
}

#search-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

#search-input:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.2);
}

.search-results {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0;
}

.search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-results li {
  padding: 10px 16px;
  transition: background 0.2s ease;
}

.search-results li:hover {
  background-color: #f5f5f5;
}

.search-results a {
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: 500;
}

.search-results p {
  padding: 10px 16px;
  margin: 0;
  color: #888;
  font-style: italic;
}

