/*!
Theme Name: NAA
Theme URI: http://underscores.me/
Author: Danielius Goriunovas
Author URI: https://ziniatinklis.lt/
Description: Custom theme for NAA.lt
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: naa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NAA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Whyte";
  src: url("../fonts/Whyte-Book.woff2");
  src: url("../fonts/Whyte-Book.woff2") format("woff2"), url("../fonts/Whyte-Book.woff") format("woff"), url("../fonts/Whyte-Book.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Whyte";
  src: url("../fonts/Whyte-Bold.woff2");
  src: url("../fonts/Whyte-Bold.woff2") format("woff2"), url("../fonts/Whyte-Bold.woff") format("woff"), url("../fonts/Whyte-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Whyte", sans-serif;
  font-size: 1rem;
  font-size: 0.875rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

p {
  margin: 0;
}

* + p {
  margin-top: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fake-h3,
.fake-h4 {
  clear: both;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 350;
}

h1,
h2 {
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 2rem;
  }
}

h3,
.fake-h3 {
  font-size: 1.875rem;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  h3,
  .fake-h3 {
    font-size: 1.125rem;
  }
}

h4,
.fake-h4 {
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}

bold,
b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #E9E7DD;
  font-family: "Whyte", sans-serif;
  line-height: 1.15;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Whyte", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

mark,
ins {
  background: #E9E7DD;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #E9E7DD;
}

hr {
  background-color: #E9E7DD;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #FF3800;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:visited {
  color: #FF3800;
}
a:hover, a:focus, a:active {
  color: #000000;
  text-decoration-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
a[type=button],
input[type=button],
input[type=reset],
input[type=submit],
label.radio-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: #E9E7DD;
  border-radius: 1.875rem;
  background: #FF3800;
  color: #E9E7DD;
  padding: 0.9em 1.5em 0.8em;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  button,
  a[type=button],
  input[type=button],
  input[type=reset],
  input[type=submit],
  label.radio-button {
    padding-bottom: 0.7em;
  }
}
button:focus, button:hover,
a[type=button]:focus,
a[type=button]:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
label.radio-button:focus,
label.radio-button:hover {
  background: #000000;
  color: #FF3800;
  border-color: #FF3800;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button.close,
a[type=button].close,
input[type=button].close,
input[type=reset].close,
input[type=submit].close,
label.radio-button.close {
  font-size: 0;
  background: url("../img/close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
button.close:focus, button.close:hover,
a[type=button].close:focus,
a[type=button].close:hover,
input[type=button].close:focus,
input[type=button].close:hover,
input[type=reset].close:focus,
input[type=reset].close:hover,
input[type=submit].close:focus,
input[type=submit].close:hover,
label.radio-button.close:focus,
label.radio-button.close:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}
button.underline-only,
a[type=button].underline-only,
input[type=button].underline-only,
input[type=reset].underline-only,
input[type=submit].underline-only,
label.radio-button.underline-only {
  color: inherit;
  border-radius: 0;
  background: none;
  border-bottom: 0.0625rem solid;
  padding: 0.5em 0.75em;
}
button.underline-only:focus, button.underline-only:hover,
a[type=button].underline-only:focus,
a[type=button].underline-only:hover,
input[type=button].underline-only:focus,
input[type=button].underline-only:hover,
input[type=reset].underline-only:focus,
input[type=reset].underline-only:hover,
input[type=submit].underline-only:focus,
input[type=submit].underline-only:hover,
label.radio-button.underline-only:focus,
label.radio-button.underline-only:hover {
  color: #FF3800;
  border-color: #FF3800;
}
button.inverted,
a[type=button].inverted,
input[type=button].inverted,
input[type=reset].inverted,
input[type=submit].inverted,
label.radio-button.inverted {
  color: inherit;
  background-color: transparent;
  border: 0.0625rem solid #000000;
}
button.inverted:focus, button.inverted:hover,
a[type=button].inverted:focus,
a[type=button].inverted:hover,
input[type=button].inverted:focus,
input[type=button].inverted:hover,
input[type=reset].inverted:focus,
input[type=reset].inverted:hover,
input[type=submit].inverted:focus,
input[type=submit].inverted:hover,
label.radio-button.inverted:focus,
label.radio-button.inverted:hover {
  color: #FF3800;
  background-color: #000000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000000;
}

select {
  border: 1px solid #000000;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #E9E7DD;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Theme
--------------------------------------------- */
html {
  font-size: 100%;
  font-size: 1.1111111111vw;
}
@media (max-width: 768px) {
  html {
    font-size: 160%;
    font-size: 4.2666666667vw;
  }
}

#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 3.75rem 0.625rem;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #E9E7DD;
}
@media (max-width: 768px) {
  #masthead {
    padding: 0.8125rem 1.875rem 0.625rem;
  }
}
#masthead .site-branding {
  pointer-events: initial;
  z-index: 2;
}
#masthead .site-branding img {
  width: 100%;
}
#masthead .site-branding p {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  font-size: 0.7425em;
  margin-top: 0.7425em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #masthead .site-branding p {
    font-size: 0.538em;
  }
}
#masthead .site-branding p:not(.site-title) {
  pointer-events: none;
}
#masthead .site-branding p.site-title {
  margin-top: 0;
}
#masthead .site-branding * {
  display: block;
}
#masthead .site-branding a:focus, #masthead .site-branding a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}
#masthead .site-branding img {
  width: 7.1875rem;
}
@media (max-width: 768px) {
  #masthead .site-branding img {
    width: 4.375rem;
  }
}
#masthead #site-navigation {
  pointer-events: initial;
}
#masthead #site-navigation button.menu-toggle {
  font-size: 0;
  background: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
@media (min-width: 769px) {
  #masthead #site-navigation button.menu-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  #masthead #site-navigation button.menu-toggle {
    top: -0.125rem;
    padding: 0.625rem;
    margin: -0.625rem;
  }
}
#masthead #site-navigation button.menu-toggle::before {
  content: "";
  height: 0.125rem;
  width: 2.6875rem;
  background: #000000;
  display: block;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
#masthead #site-navigation button.menu-toggle::after {
  content: "";
  height: 0.125rem;
  width: 2.6875rem;
  background: #000000;
  display: block;
  margin-top: 0.5rem;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
#masthead #site-navigation button.menu-toggle[aria-expanded=true]::before {
  -webkit-transform: rotate(13.1deg);
          transform: rotate(13.1deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
#masthead #site-navigation button.menu-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(-13.1deg);
          transform: rotate(-13.1deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
@media (max-width: 768px) {
  #masthead #site-navigation:not(.toggled) .menu-virsutinis-header-meniu-container {
    display: none;
  }
  #masthead #site-navigation .menu-virsutinis-header-meniu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E9E7DD;
    z-index: 1;
    padding: 3.75rem 1.875rem 1.875rem;
  }
}
#masthead #site-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  gap: 0.625rem;
  margin-right: -1.875rem;
}
@media (max-width: 768px) {
  #masthead #site-navigation ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 0.0625rem solid #000000;
    gap: 1.5625rem;
    padding-top: 1.875rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #masthead #site-navigation ul.menu li {
    font-size: 1.125rem;
  }
}
#masthead #site-navigation ul.menu li.active-menu-item a {
  color: #FF3800;
}
#masthead #site-navigation ul.menu li.active-menu-item a::after {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}
#masthead #site-navigation ul.menu li.active-menu-item-not-child > a {
  color: #FF3800;
}
#masthead #site-navigation ul.menu li.active-menu-item-not-child > a::after {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}
#masthead #site-navigation ul.menu a {
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  padding: 0.625rem;
}
#masthead #site-navigation ul.menu a:focus, #masthead #site-navigation ul.menu a:hover {
  color: #FF3800;
}
@media (max-width: 768px) {
  #masthead #site-navigation ul.menu a {
    padding-left: 0;
  }
}
#masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container {
  text-align: center;
}
#masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container a {
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  #masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container a > span {
    position: relative;
    top: 0.25em;
  }
}
#masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid transparent;
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  top: 50%;
  left: 50%;
  border-radius: 62.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container.current-language-menu-item a {
  pointer-events: none;
}
#masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container.current-language-menu-item a::before {
  border-color: #000000;
}
@media (min-width: 769px) {
  #masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container {
    margin-right: 0.3125rem;
    margin-left: 1.25rem;
  }
}
@media (max-width: 768px) {
  #masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    font-size: 0.875rem;
  }
  #masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container:nth-child(odd) {
    left: 4.375rem;
  }
}
#masthead #site-navigation ul.menu .menu-item.trp-language-switcher-container ~ .menu-item.trp-language-switcher-container {
  margin-right: unset;
  margin-left: unset;
}
#masthead #site-navigation ul.menu .menu-item.menu-item-has-children {
  position: relative;
}
#masthead #site-navigation ul.menu .menu-item.menu-item-has-children:focus ul.sub-menu, #masthead #site-navigation ul.menu .menu-item.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#masthead #site-navigation ul.menu .menu-item.menu-item-has-children > a::after {
  content: "";
  background: url("../img/menu-rodykle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.625rem;
  height: 0.3125rem;
  width: 0.5rem;
  display: inline-block;
  margin-bottom: 0.125rem;
}
#masthead #site-navigation ul.sub-menu {
  list-style: none;
  padding: 0.625rem 1.25rem;
  margin-top: 0.3125rem;
}
@media (min-width: 769px) {
  #masthead #site-navigation ul.sub-menu {
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
    background: #E9E7DD;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media (max-width: 768px) {
  #masthead #site-navigation ul.sub-menu {
    font-size: 1rem;
  }
}
#masthead #site-navigation ul.sub-menu li + li {
  padding-top: 0.9375rem;
}
#masthead #site-navigation ul.sub-menu a {
  text-transform: none;
}
#masthead #site-navigation ul:not(.sub-menu) > li.current-menu-item > a {
  color: #FF3800;
}
#masthead #site-navigation ul:not(.sub-menu) > li.current-menu-item > a::after {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}

body.site-navigation--open {
  overflow: hidden;
}
body.site-navigation--open #footer {
  z-index: 0;
}

main#primary {
  padding: 4.6875rem 3.75rem 0;
}
@media (max-width: 768px) {
  main#primary {
    padding: 3.75rem 1.875rem 0;
  }
}

main#primary {
  min-height: calc(100vh - 35.25rem - 5rem);
}
main#primary .page-header h1.page-title {
  text-indent: -0.1em;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 13.4375rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  main#primary .page-header h1.page-title {
    padding-bottom: 0.625rem;
    margin-bottom: 1.5625rem;
  }
}
main#primary .page-header p.fake-page-title {
  text-indent: -0.1em;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 3.75rem;
  font-size: 3.75rem;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 350;
}
@media (max-width: 768px) {
  main#primary .page-header p.fake-page-title {
    font-size: 2rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1.5625rem;
  }
}
main#primary .page-header .page-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #000000;
}
@media (max-width: 768px) {
  main#primary .page-header .page-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5rem;
  }
}
main#primary .page-header .page-intro .page-intro--content {
  max-width: 41.875rem;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  main#primary .page-header .page-intro .page-intro--content {
    font-size: 0.875rem;
    width: 100%;
  }
}
main#primary section > h2 {
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #000000;
}
@media (max-width: 768px) {
  main#primary section > h2 {
    padding-bottom: 1.25rem;
  }
}

#footer {
  padding: 4.6875rem 3.75rem 1.875rem;
  color: #E9E7DD;
  background: #000000;
  position: relative;
  z-index: 400;
}
@media (max-width: 768px) {
  #footer {
    padding: 2.5rem 1.875rem 1.25rem;
  }
}
#footer #kontaktai:target {
  scroll-margin-top: 0.9375rem;
}
@media (max-width: 768px) {
  #footer #kontaktai:target {
    scroll-margin-top: 0.625rem;
  }
}
#footer .footer__logo-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  #footer .footer__logo-social {
    margin-bottom: 2.5rem;
  }
}
#footer .footer__logo-social .footer__logo-social--logo a img {
  -webkit-filter: invert(87%) sepia(4%) saturate(400%) hue-rotate(13deg) brightness(105%) contrast(97%);
          filter: invert(87%) sepia(4%) saturate(400%) hue-rotate(13deg) brightness(105%) contrast(97%);
  width: 7.375rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  #footer .footer__logo-social .footer__logo-social--logo a img {
    width: 4.25rem;
    margin-bottom: 0.3125rem;
  }
}
#footer .footer__logo-social .footer__logo-social--logo a:focus, #footer .footer__logo-social .footer__logo-social--logo a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}
#footer .footer__logo-social .footer__logo-social--logo h2 {
  text-indent: -0.1em;
}
#footer .footer__logo-social .footer__logo-social--social ul#social-menu {
  color: #E9E7DD;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer__logo-social .footer__logo-social--social ul#social-menu li a {
  color: #E9E7DD;
  display: block;
}
#footer .footer__logo-social .footer__logo-social--social ul#social-menu li a:focus, #footer .footer__logo-social .footer__logo-social--social ul#social-menu li a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}
#footer .footer__logo-social .footer__logo-social--social ul#social-menu li a[href*="facebook.com"], #footer .footer__logo-social .footer__logo-social--social ul#social-menu li a[href*="instagram.com"] {
  font-size: 0;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .footer__logo-social .footer__logo-social--social ul#social-menu li a[href*="facebook.com"] {
  background-image: url(../img/facebook.svg);
}
#footer .footer__logo-social .footer__logo-social--social ul#social-menu li a[href*="instagram.com"] {
  background-image: url(../img/instagram.svg);
}
#footer .footer__widgets-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  #footer .footer__widgets-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10rem;
    margin-bottom: 1.25rem;
  }
}
#footer .footer__widgets-logo .footer__widgets-logo--widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  #footer .footer__widgets-logo .footer__widgets-logo--widgets {
    gap: 1.25rem;
  }
}
#footer .footer__widgets-logo .footer__widgets-logo--widgets .footer__widgets-logo--widgets--blokelis {
  max-width: 18.75rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #footer .footer__widgets-logo .footer__widgets-logo--widgets .footer__widgets-logo--widgets--blokelis {
    font-size: 0.75rem;
    max-width: unset;
  }
}
#footer .footer__widgets-logo .footer__widgets-logo--widgets .footer__widgets-logo--widgets--blokelis * + p {
  margin-top: 0.25em;
}
#footer .footer__widgets-logo .footer__widgets-logo--widgets .footer__widgets-logo--widgets--blokelis a {
  color: #E9E7DD;
  text-decoration: none;
}
#footer .footer__widgets-logo .footer__widgets-logo--widgets .footer__widgets-logo--widgets--blokelis a:focus, #footer .footer__widgets-logo .footer__widgets-logo--widgets .footer__widgets-logo--widgets--blokelis a:hover {
  color: #FF3800;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #footer .footer__widgets-logo .footer__widgets-logo--logo {
    margin-left: auto;
  }
}
#footer .footer__widgets-logo .footer__widgets-logo--logo a img {
  width: 5.625rem;
}
@media (max-width: 768px) {
  #footer .footer__widgets-logo .footer__widgets-logo--logo a img {
    width: 3.25rem;
  }
}
#footer .footer__widgets-logo .footer__widgets-logo--logo a:focus, #footer .footer__widgets-logo .footer__widgets-logo--logo a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
}
#footer .footer__bottom-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 3.75rem 0;
  margin-left: -3.75rem;
  margin-right: -3.75rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3137254902);
  color: rgba(255, 255, 255, 0.3137254902);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  #footer .footer__bottom-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3125rem;
    font-size: 0.75rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding: 1.25rem 1.875rem 0;
  }
}
#footer .footer__bottom-copyright ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer__bottom-copyright ul a {
  color: rgba(255, 255, 255, 0.3137254902);
  text-decoration: none;
}
#footer .footer__bottom-copyright ul a:focus, #footer .footer__bottom-copyright ul a:hover {
  color: #FF3800;
  text-decoration: underline;
}

#cookies-consent {
  position: fixed;
  bottom: 1.875rem;
  left: 1.875rem;
  width: 100%;
  max-width: 50.9375rem;
  padding: 1.25rem 1.25rem 1.5625rem 1.875rem;
  background: #000000;
  color: #E9E7DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  z-index: 99999;
}
@media (max-width: 768px) {
  #cookies-consent {
    padding: 1.25rem;
    left: 0.9375rem;
    bottom: 0.9375rem;
    max-width: calc(100vw - 0.9375rem * 2);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cookies-consent .cookies-consent--content {
  font-size: 1rem;
  line-height: 1.25;
  max-width: 26.5625rem;
  margin-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  #cookies-consent .cookies-consent--content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: calc(100% - 1.5625rem - 0.625rem);
        flex-basis: calc(100% - 1.5625rem - 0.625rem);
  }
}
#cookies-consent .cookies-consent--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  #cookies-consent .cookies-consent--input {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  #cookies-consent .cookies-consent--close {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

body.error404 main#primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.error404 section.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
  gap: 1.875rem;
  padding: 1.875rem 0;
  text-align: center;
}
body.error404 section.error-404 h1 {
  font-size: 1.875rem;
}

aside.home-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  padding-right: 3.75rem;
  padding-bottom: 1.875rem;
  z-index: 400;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  aside.home-cta {
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
aside.home-cta * {
  pointer-events: initial;
}
aside.home-cta a {
  display: block;
}
aside.home-cta.home-cta--hidden {
  opacity: 0;
  pointer-events: none;
}

.menu-item-object-language_switcher {
  line-height: 1 !important;
}
.menu-item-object-language_switcher * {
  line-height: 1 !important;
  -webkit-text-size-adjust: none;
}

.naa-animated-logo {
  margin: auto;
  position: relative;
}
@media (min-width: 769px) {
  .naa-animated-logo {
    width: 58.75rem;
    max-width: 120vh;
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}
.naa-animated-logo > div {
  position: relative;
}
@media (max-width: 768px) {
  .naa-animated-logo > div.naa-animated-logo--desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .naa-animated-logo > div.naa-animated-logo--mobile {
    display: none;
  }
}
.naa-animated-logo img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.naa-animated-logo img.naa-animated-logo--grafika-1, .naa-animated-logo img.naa-animated-logo--grafika-2, .naa-animated-logo img.naa-animated-logo--grafika-3, .naa-animated-logo img.naa-animated-logo--naa-l2 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
          animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.naa-animated-logo img.naa-animated-logo--grafika-1, .naa-animated-logo img.naa-animated-logo--grafika-2, .naa-animated-logo img.naa-animated-logo--grafika-3 {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.naa-animated-logo img.naa-animated-logo--grafika.naa-animated-logo--grafika-1 {
  width: 12.375rem;
  width: 21.0638297872%;
  position: absolute;
  left: 3.625rem;
  left: 6.170212766%;
  z-index: 1;
  margin-top: -12.5%;
  -webkit-animation-name: size-up;
          animation-name: size-up;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.naa-animated-logo img.naa-animated-logo--grafika.naa-animated-logo--grafika-2 {
  width: 9.25rem;
  width: 15.7446808511%;
  position: absolute;
  left: 21rem;
  left: 35.7446808511%;
  z-index: 1;
  margin-top: 10%;
  -webkit-animation-name: size-up;
          animation-name: size-up;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.naa-animated-logo img.naa-animated-logo--grafika.naa-animated-logo--grafika-3 {
  width: 10.4375rem;
  width: 17.7659574468%;
  position: absolute;
  left: 40.0625rem;
  left: 68.1914893617%;
  z-index: 1;
  margin-top: -2.5%;
  -webkit-animation-name: size-up;
          animation-name: size-up;
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.naa-animated-logo img.naa-animated-logo--naa.naa-animated-logo--naa-l1 {
  width: 10.75rem;
  width: 18.2978723404%;
  position: absolute;
  z-index: 2;
  top: 2px;
}
.naa-animated-logo img.naa-animated-logo--naa.naa-animated-logo--naa-l1-2 {
  width: 55.8125rem;
  width: 95.3191489362%;
  position: relative;
  z-index: 0;
  top: 2px;
}
.naa-animated-logo img.naa-animated-logo--naa.naa-animated-logo--naa-l2 {
  width: 57.4375rem;
  width: 97.5531914894%;
  position: relative;
  z-index: 3;
  top: -1px;
  -webkit-animation-name: slide-left-on-load;
          animation-name: slide-left-on-load;
}
.naa-animated-logo img.naa-animated-logo--naa.naa-animated-logo--naa-l3 {
  position: relative;
  z-index: 0;
  top: -2px;
}
.naa-animated-logo .naa-animated-logo--mobile {
  width: calc(100vw - 1.875rem * 2);
  width: 34.8527131783vh;
  margin-left: auto;
  margin-right: auto;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n--grafika,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n--l2,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1--grafika,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1--l2,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2--grafika,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2--l2 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
          animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n--grafika,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1--grafika,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2--grafika {
  -webkit-animation-name: size-up-mobile;
          animation-name: size-up-mobile;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n--l2,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1--l2,
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2--l2 {
  -webkit-animation-name: slide-left-on-load-mobile;
          animation-name: slide-left-on-load-mobile;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n {
  max-width: 8.0625rem;
  max-width: 16vh;
  aspect-ratio: 129/203;
  position: relative;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n img {
  position: absolute;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n img.naa-animated-logo--mobile--n--grafika {
  width: 64.3410852713%;
  margin-left: 17.8294573643%;
  z-index: 2;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n img.naa-animated-logo--mobile--n--l1 {
  width: 55.0387596899%;
  margin-top: 34.8837209302%;
  z-index: 3;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n img.naa-animated-logo--mobile--n--l1-2 {
  width: 91.4728682171%;
  margin-top: 34.8837209302%;
  z-index: 1;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n img.naa-animated-logo--mobile--n--l2 {
  width: 91.4728682171%;
  margin-top: 75.1937984496%;
  z-index: 4;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--n img.naa-animated-logo--mobile--n--l3 {
  width: 91.4728682171%;
  margin-top: 114.7286821705%;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1 {
  max-width: 15.1317829457vh;
  margin-top: -3.875rem;
  margin-left: 19.7209302326vh;
  aspect-ratio: 122/158;
  position: relative;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1 img {
  position: absolute;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1 img.naa-animated-logo--mobile--a1--grafika {
  width: 49.1803278689%;
  margin-top: 31.9672131148%;
  margin-left: 4.0983606557%;
  z-index: 2;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1 img.naa-animated-logo--mobile--a1--l1 {
  width: 69.6721311475%;
  margin-left: 14.7540983607%;
  z-index: 1;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1 img.naa-animated-logo--mobile--a1--l2 {
  width: 84.4262295082%;
  margin-top: 41.8032786885%;
  left: 7.3770491803%;
  z-index: 3;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a1 img.naa-animated-logo--mobile--a1--l3 {
  width: 98.3606557377%;
  margin-top: 84.4262295082%;
  z-index: 1;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2 {
  margin-left: 2.2325581395vh;
  max-width: 15.3798449612vh;
  aspect-ratio: 124/166;
  position: relative;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2 img {
  position: absolute;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2 img.naa-animated-logo--mobile--a2--grafika {
  width: 56.4516129032%;
  margin-left: 4.0322580645%;
  z-index: 2;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2 img.naa-animated-logo--mobile--a2--l1 {
  width: 68.5483870968%;
  margin-top: 5.6451612903%;
  margin-left: 17.7419354839%;
  z-index: 1;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2 img.naa-animated-logo--mobile--a2--l2 {
  width: 83.064516129%;
  margin-top: 47.5806451613%;
  left: 10.4838709677%;
  z-index: 3;
}
.naa-animated-logo .naa-animated-logo--mobile .naa-animated-logo--mobile--a2 img.naa-animated-logo--mobile--a2--l3 {
  width: 96.7741935484%;
  margin-top: 89.5161290323%;
  margin-left: 3.2258064516%;
  z-index: 1;
}

@-webkit-keyframes slide-left-on-load {
  0% {
    margin-left: 0;
  }
  40% {
    margin-left: 2.5%;
  }
  50% {
    margin-left: 2.5%;
  }
  90% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes slide-left-on-load {
  0% {
    margin-left: 0;
  }
  40% {
    margin-left: 2.5%;
  }
  50% {
    margin-left: 2.5%;
  }
  90% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes slide-left-on-load-mobile {
  0% {
    margin-left: 0;
  }
  40% {
    margin-left: 8%;
  }
  50% {
    margin-left: 8%;
  }
  90% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes slide-left-on-load-mobile {
  0% {
    margin-left: 0;
  }
  40% {
    margin-left: 8%;
  }
  50% {
    margin-left: 8%;
  }
  90% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes size-up {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes size-up {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes size-up-mobile {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes size-up-mobile {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
body #masthead.home .site-branding,
body #masthead.home .site-branding img {
  width: 12.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body #masthead.home .site-branding,
  body #masthead.home .site-branding img {
    width: 9.375rem;
  }
}

body.home:not(.smaller-header) #masthead.home {
  background: none !important;
}
body.home:not(.smaller-header) #masthead.home::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2.8125rem;
  background: #E9E7DD;
  z-index: -1;
}
@media (max-width: 768px) {
  body.home:not(.smaller-header) #masthead.home .menu-virsutinis-header-meniu-container {
    padding-top: 7.5rem !important;
  }
}
body.home:not(.smaller-header) #masthead.home .site-title {
  pointer-events: none;
}

body.home.smaller-header #masthead.home {
  padding-bottom: 0.625rem;
}
body.home.smaller-header #masthead.home .site-branding {
  width: 7.1875rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.home.smaller-header #masthead.home .site-branding {
    width: 4.375rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
body.home.smaller-header #masthead.home .site-branding p {
  display: none;
  opacity: 0;
  visibility: hidden;
}

body.home {
  overflow-x: hidden;
  max-width: 100vw;
}
body.home .section {
  padding: 3.125rem 0;
}
@media (min-width: 769px) {
  body.home .section {
    min-height: 80vh;
  }
}
body.home .section:target {
  scroll-margin-top: 1.25rem;
}
@media (max-width: 768px) {
  body.home .section:target {
    scroll-margin-top: 0.3125rem;
  }
}
body.home .section:not(:last-child) {
  border-bottom: 0.0625rem solid #000000;
}
body.home .section > h2 {
  padding: 0 !important;
  border: none !important;
  text-indent: -0.1em;
}
body.home .section.section--logotipo-izanga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  min-height: calc(100vh - 3.75rem);
}
body.home .section.section--logotipo-izanga a[type=button] {
  margin-bottom: 2.8125rem;
  font-size: 1.25rem;
  color: #000000;
  border-radius: 999px;
  line-height: 1.2;
}
body.home .section.section--logotipo-izanga a[type=button]:focus, body.home .section.section--logotipo-izanga a[type=button]:hover {
  color: #FF3800 !important;
}
body.home .section.section--logotipo-izanga a[type=button] span {
  color: #ffffff;
}
@media (max-width: 768px) {
  body.home .section.section--logotipo-izanga a[type=button] {
    font-size: 1rem;
  }
  body.home .section.section--logotipo-izanga a[type=button] span {
    display: block;
  }
}
body.home .section.section--logotipo-izanga a[type=button].section--logotipo-izanga--button {
  color: #E9E7DD;
}
body.home .section.section--logotipo-izanga a[type=button].section--logotipo-izanga--button--hidden {
  opacity: 0;
}
body.home .section.section--komisija .section--komisija--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  body.home .section.section--komisija .section--komisija--header {
    gap: 0.625rem;
    margin-bottom: 1.875rem;
  }
}
body.home .section.section--komisija .section--komisija--header .section--komisija--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
body.home .section.section--komisija .section--komisija--header .section--komisija--buttons button:focus, body.home .section.section--komisija .section--komisija--header .section--komisija--buttons button:hover {
  color: #ffffff;
}
body.home .section.section--komisija .section--komisija--header .section--komisija--buttons button.active {
  background: #000000;
  color: #ffffff;
}
body.home .section.section--komisija .section--komisija--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 5.625rem;
  margin: 6.25rem 0;
}
@media (max-width: 768px) {
  body.home .section.section--komisija .section--komisija--container {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
    margin: 2.5rem 0 18.75rem;
  }
}
@media (min-width: 769px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner {
    position: relative;
    cursor: default;
  }
}
@media (max-width: 768px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner {
    width: 100%;
  }
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--vardas-pareigos {
  position: relative;
  z-index: 2;
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--vardas-pareigos p {
  margin: 0;
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--vardas-pareigos::after {
  content: "";
  height: 0.5rem;
  width: 100%;
  display: block;
  background-image: url("../img/komisijos-rodykles-efektas.svg");
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  position: absolute;
  bottom: -0.5rem;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--vardas-pareigos::after {
    background: #000000;
    height: 0.0625rem;
  }
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--nuotrauka-aprasymas {
  position: absolute;
  display: none;
  width: 23.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  z-index: 1;
  background: #E9E7DD;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 769px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--nuotrauka-aprasymas {
    top: -10.9375rem;
    left: calc(100% - 5.3125rem);
  }
}
@media (max-width: 768px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--nuotrauka-aprasymas {
    width: calc(100vw - 1.875rem * 2);
    left: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--nuotrauka-aprasymas img {
  width: 100%;
  aspect-ratio: 380/330;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 768px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner .komisija--nuotrauka-aprasymas img {
    -webkit-filter: grayscale(1) opacity(0.8);
            filter: grayscale(1) opacity(0.8);
  }
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner:focus .komisija--vardas-pareigos, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:hover .komisija--vardas-pareigos {
  z-index: 4;
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner:focus .komisija--vardas-pareigos::after, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:hover .komisija--vardas-pareigos::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.home .section.section--komisija .section--komisija--container .section--komisija--inner:focus .komisija--nuotrauka-aprasymas, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:hover .komisija--nuotrauka-aprasymas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media (min-width: 769px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(-n+3) .komisija--nuotrauka-aprasymas {
    top: -7.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(3) .komisija--vardas-pareigos::after, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(5) .komisija--vardas-pareigos::after, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(8) .komisija--vardas-pareigos::after, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:last-child .komisija--vardas-pareigos::after {
    -webkit-transform: scaleX(-1) translateX(-100%);
            transform: scaleX(-1) translateX(-100%);
  }
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(3) .komisija--nuotrauka-aprasymas, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(5) .komisija--nuotrauka-aprasymas, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(8) .komisija--nuotrauka-aprasymas, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:last-child .komisija--nuotrauka-aprasymas {
    left: unset;
    right: calc(100% - 2.1875rem);
  }
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner:nth-child(8n+5) {
    margin-left: 6.25rem;
  }
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner:focus:nth-child(4n+4) .komisija--vardas-pareigos::after, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:focus:last-child .komisija--vardas-pareigos::after, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:hover:nth-child(4n+4) .komisija--vardas-pareigos::after, body.home .section.section--komisija .section--komisija--container .section--komisija--inner:hover:last-child .komisija--vardas-pareigos::after {
    -webkit-transform: scaleX(-1) translateX(0);
            transform: scaleX(-1) translateX(0);
  }
}
@media (max-width: 768px) {
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner.active .komisija--vardas-pareigos::after {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body.home .section.section--komisija .section--komisija--container .section--komisija--inner.active .komisija--nuotrauka-aprasymas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.home .section.section--footer#footer {
  padding: 0 0 1.875rem;
}
body.home .section.section--footer#footer .footer__logo-social {
  padding-top: 4.6875rem;
}
@media (max-width: 768px) {
  body.home .section.section--footer#footer .footer__logo-social {
    padding-top: 2.5rem;
  }
}
body.home .menu:not(.sub-menu) > li.current-menu-item > a {
  color: #000000 !important;
}

.section.section--apie .section--apie--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .section.section--apie .section--apie--container {
    margin-top: 1.5625rem;
    gap: 1.5625rem;
  }
}
.section.section--apie .section--apie--container .section--apie--inner {
  width: 100%;
}
@media (min-width: 769px) {
  .section.section--apie .section--apie--container .section--apie--inner {
    max-width: calc(33.3333333333% - 1.25rem * 2 / 3);
  }
}
.section.section--apie .section--apie--container .section--apie--inner .apie--nuotrauka img {
  display: block;
  width: 100%;
  margin-bottom: 1.875rem;
  aspect-ratio: 425/280;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section.section--apie .section--apie--container .section--apie--inner .apie--nuotrauka img {
    margin-bottom: 1.25rem;
  }
}
.section.section--apie .section--apie--container .section--apie--inner .apie--turinys h3 {
  margin-bottom: 0.5em;
}
.section.section--apie .section--apie--container .section--apie--inner .apie--turinys p a[type=button] {
  display: inline-block;
}
.section.section--apie .section--apie--container .section--apie--inner .apie--turinys p a[type=button]:focus, .section.section--apie .section--apie--container .section--apie--inner .apie--turinys p a[type=button]:hover {
  color: #ffffff;
}
.section.section--kategorijos {
  position: relative;
}
.section.section--kategorijos ol {
  padding: 0;
  margin: 2.8125rem 0 1.5625rem;
  font-size: 1.875rem;
  list-style: none;
}
@media (min-width: 769px) {
  .section.section--kategorijos ol {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .section.section--kategorijos ol {
    font-size: 1.125rem;
    margin: 1.25rem 0;
  }
}
.section.section--kategorijos ol li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 0.625rem;
}
@media (max-width: 768px) {
  .section.section--kategorijos ol li {
    padding: 1.5625rem 0 1.25rem;
    gap: 0;
    position: relative;
    width: 100%;
  }
}
.section.section--kategorijos ol li a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .section.section--kategorijos ol li a {
    width: 100%;
    max-width: calc(100% - 1em - 0.3125rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 1.125rem;
  }
}
.section.section--kategorijos ol li a h3 {
  font-size: inherit;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .section.section--kategorijos ol li a h3 {
    margin-top: -0.5rem;
  }
}
.section.section--kategorijos ol li a > div {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 40.625rem;
  top: 50%;
  right: 3.75rem;
}
@media (min-width: 769px) {
  .section.section--kategorijos ol li a > div {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .section.section--kategorijos ol li a > div {
    display: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 45%;
  }
  .section.section--kategorijos ol li a > div::after {
    content: "";
    width: calc(100vw - 1.875rem * 2 - 6.25rem);
    height: 0.5rem;
    background-image: url("../img/komisijos-rodykles-efektas.svg");
    background-size: cover;
    background-position: right center;
    position: absolute;
    top: calc(50% + 1.5em);
    right: 6.25rem;
  }
  .section.section--kategorijos ol li a > div img {
    opacity: 0.75;
  }
}
.section.section--kategorijos ol li a > div img {
  width: 100%;
  aspect-ratio: 650/440;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (min-width: 769px) {
  .section.section--kategorijos ol li::after {
    content: "";
    width: 1%;
    height: 0.0625rem;
    display: block;
    background: #000000;
    position: relative;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .section.section--kategorijos ol li:focus::after, .section.section--kategorijos ol li:hover::after {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .section.section--kategorijos ol li:focus a > div, .section.section--kategorijos ol li:hover a > div {
    opacity: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .section.section--kategorijos ol li:nth-child(even) a > div {
    right: 9.375rem;
  }
  .section.section--kategorijos ol li:nth-child(n+1) a > div {
    top: 5%;
  }
  .section.section--kategorijos ol li:nth-child(n+2) a > div {
    top: 10%;
  }
  .section.section--kategorijos ol li:nth-child(n+3) a > div {
    top: 15%;
  }
  .section.section--kategorijos ol li:nth-child(n+4) a > div {
    top: 20%;
  }
  .section.section--kategorijos ol li:nth-child(n+5) a > div {
    top: 25%;
  }
  .section.section--kategorijos ol li:nth-child(n+6) a > div {
    top: 30%;
  }
  .section.section--kategorijos ol li:nth-child(n+7) a > div {
    top: 35%;
  }
  .section.section--kategorijos ol li:nth-child(n+8) a > div {
    top: 40%;
  }
  .section.section--kategorijos ol li:nth-child(n+9) a > div {
    top: 45%;
  }
  .section.section--kategorijos ol li:nth-child(n+10) a > div {
    top: 50%;
  }
  .section.section--kategorijos ol li:nth-child(n+11) a > div {
    top: 50%;
  }
  .section.section--kategorijos ol li:nth-child(n+12) a > div {
    top: 50%;
  }
}
.section.section--kategorijos .section--kategorijos--salygos-aprasas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .section.section--kategorijos .section--kategorijos--salygos-aprasas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.625rem;
  }
}

section#naujienos article {
  padding-top: 1.25rem;
  padding-bottom: 1.5625rem;
}
@media (max-width: 768px) {
  section#naujienos article {
    padding-top: 1.5625rem;
    padding-bottom: 0.9375rem;
  }
}
section#naujienos article + article {
  border-top: 1px solid #000000;
}
section#naujienos article + article:last-of-type {
  border-bottom: 1px solid #000000;
  margin-bottom: 3.125rem;
}
section#naujienos article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625rem;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 768px) {
  section#naujienos article a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section#naujienos article a:focus, section#naujienos article a:hover {
  color: #FF3800;
}
section#naujienos article a:focus .post-thumbnail img, section#naujienos article a:hover .post-thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#naujienos article a .post-thumbnail {
  width: 100%;
  max-width: 19.6875rem;
  overflow: hidden;
}
section#naujienos article a .post-thumbnail img {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#naujienos article a .post-header {
  width: 100%;
  max-width: 19.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  section#naujienos article a .post-header {
    max-width: unset;
  }
}
section#naujienos article a .post-header h2 {
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section#naujienos article a .post-header h2 {
    margin-bottom: 0.3125rem;
  }
}
section#naujienos article a .post-header .posted-on {
  font-size: 0.75rem;
}
section#naujienos article a .post-header .posted-on .published + .updated {
  display: none;
}
section#naujienos article a .post-content {
  width: 100%;
  max-width: 26.5625rem;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  section#naujienos article a .post-content {
    max-width: unset;
  }
}
section#naujienos article a .post-footer {
  width: 100%;
  max-width: 12.5rem;
  text-align: right;
  font-size: 0.75rem;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  section#naujienos article a .post-footer {
    max-width: unset;
  }
}
section#naujienos.daugiau-naujienu article:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

body.single .article-content__two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 1.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  body.single .article-content__two-columns {
    gap: 1.25rem;
    margin-bottom: 2.8125rem;
  }
}
body.single .article-content__two-columns .article-content__left,
body.single .article-content__two-columns .article-content__right {
  width: 100%;
}
@media (max-width: 768px) {
  body.single .article-content__two-columns .article-content__left + .article-content__right {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 769px) {
  body.single .article-content__two-columns .article-content__left {
    max-width: 19.6875rem;
  }
}
body.single .article-content__two-columns .article-content__left .entry-meta {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  body.single .article-content__two-columns .article-content__left .entry-meta {
    margin-bottom: 0.625rem;
  }
}
body.single .article-content__two-columns .article-content__left .entry-meta .updated:not(.published) {
  display: none;
}
@media (min-width: 769px) {
  body.single .article-content__two-columns .article-content__right {
    max-width: calc(100% - 19.6875rem - 1.25rem);
  }
}
body.single .article-content__two-columns .article-content__right > div:not(.post-thumbnail) {
  max-width: 56.25rem;
}
body.single .article-content__two-columns .article-content__right .post-thumbnail {
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  body.single .article-content__two-columns .article-content__right .post-thumbnail {
    margin-bottom: 1.25rem;
  }
}
body.single .article-content__two-columns .article-content__right .post-thumbnail img {
  width: 100%;
}
@media (min-width: 769px) {
  body.single .article-content__two-columns .article-content__right .entry-content {
    font-size: 1rem;
  }
}
body.single .article-content__two-columns .article-content__right .entry-content ul,
body.single .article-content__two-columns .article-content__right .entry-content ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
body.single .article-content__two-columns .article-content__right .entry-content > * + *:not(h1):not(h2):not(h3):not(h4) {
  margin: 1em 0;
}
body.single .article-content__two-columns .article-content__right .entry-content > * + h1, body.single .article-content__two-columns .article-content__right .entry-content > * + h2, body.single .article-content__two-columns .article-content__right .entry-content > * + h3, body.single .article-content__two-columns .article-content__right .entry-content > * + h4 {
  padding-top: 0.5em;
}
body.single .article-content__two-columns .article-content__right .entry-content > * + *:last-child {
  margin-bottom: 0;
}
body.single .article-content__two-columns .article-content__right .entry-content figure,
body.single .article-content__two-columns .article-content__right .entry-content p > img {
  width: inherit !important;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  body.single .article-content__two-columns .article-content__right .entry-content figure,
  body.single .article-content__two-columns .article-content__right .entry-content p > img {
    padding: 1em 0;
  }
}
body.single .article-content__two-columns .article-content__right .entry-content figure img,
body.single .article-content__two-columns .article-content__right .entry-content p > img img {
  max-height: 35.9375rem;
  width: auto;
}
@media (max-width: 768px) {
  body.single .article-content__two-columns .article-content__right .entry-content figure img,
  body.single .article-content__two-columns .article-content__right .entry-content p > img img {
    max-height: 90vh;
  }
}
body.single .article-content__two-columns .article-content__right .entry-content figure figcaption,
body.single .article-content__two-columns .article-content__right .entry-content p > img figcaption {
  font-size: 0.75em;
}
@media (min-width: 769px) {
  body.single .article-content__two-columns .article-content__right > .swiper {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body.single .article-content__two-columns .article-content__right > .swiper {
    margin-right: -1.875rem;
  }
}
@media (min-width: 769px) {
  body.single .article-content__two-columns .article-content__right .article-content__gallery-images-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }
  body.single .article-content__two-columns .article-content__right .article-content__gallery-images-inner .article-content__gallery-image {
    width: 100%;
    max-width: calc(33.3333333333% - 0.9375rem * 2 / 3);
    aspect-ratio: 280/230;
    overflow: hidden;
  }
  body.single .article-content__two-columns .article-content__right .article-content__gallery-images-inner .article-content__gallery-image img {
    height: 100%;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    min-width: stretch;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  body.single .article-content__two-columns .article-content__right .article-content__gallery-images-inner .article-content__gallery-image:focus img, body.single .article-content__two-columns .article-content__right .article-content__gallery-images-inner .article-content__gallery-image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media (min-width: 769px) {
  body.single .article-content__two-columns .article-content__right h2.aside-header {
    position: absolute;
    left: 3.75rem;
    max-width: 19.6875rem;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  body.single .article-content__two-columns .article-content__right h2.aside-header {
    margin-bottom: 1.25rem;
  }
}
body.single .article-content__two-columns h1,
body.single .article-content__two-columns h2,
body.single .article-content__two-columns h3 {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  body.single .article-content__two-columns h1,
  body.single .article-content__two-columns h2,
  body.single .article-content__two-columns h3 {
    font-size: 1.125rem;
  }
}

#galerija-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #galerija-popup {
    display: none !important;
  }
}
#galerija-popup .swiper {
  max-width: 56.25rem;
}
#galerija-popup .swiper .popup--close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: url("../img/plus.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
  z-index: 3;
  padding: 1em;
  margin: -1em;
  -webkit-filter: invert(94%) sepia(9%) saturate(167%) hue-rotate(13deg) brightness(100%) contrast(88%);
          filter: invert(94%) sepia(9%) saturate(167%) hue-rotate(13deg) brightness(100%) contrast(88%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#galerija-popup .swiper .popup--close:focus, #galerija-popup .swiper .popup--close:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#galerija-popup .swiper .slide-image-and-caption-wrapper {
  height: 39.6875rem;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.75rem;
}
#galerija-popup .swiper .slide-image-and-caption-wrapper img {
  height: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  height: calc(100% - 0.75rem * 1.1 - 0.625rem);
  -o-object-fit: contain;
     object-fit: contain;
}
#galerija-popup .swiper .slide-image-and-caption-wrapper .slide-caption-and-position {
  font-size: 0.75rem;
  margin-top: 0.625rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #E9E7DD;
}
#galerija-popup .swiper .swiper-button-next,
#galerija-popup .swiper .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #E9E7DD;
  border-radius: 1000px;
  color: #E9E7DD;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#galerija-popup .swiper .swiper-button-next:hover,
#galerija-popup .swiper .swiper-button-prev:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#galerija-popup .swiper .swiper-button-next::after,
#galerija-popup .swiper .swiper-button-prev::after {
  font-size: 1rem;
  width: 0.625rem;
  text-align: center;
}
#galerija-popup .swiper .swiper-button-next {
  right: 0;
}
#galerija-popup .swiper .swiper-button-next::after {
  margin-right: -0.1875rem;
}
#galerija-popup .swiper .swiper-button-prev {
  left: 0;
}
#galerija-popup .swiper .swiper-button-prev::after {
  margin-left: -0.0625rem;
}

.article-content__lokacija-inner .acf-map {
  aspect-ratio: 900/550;
  margin-bottom: 1.875rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .article-content__lokacija-inner .acf-map {
    aspect-ratio: 315/230;
    margin-bottom: 0.625rem;
  }
}
.article-content__lokacija-inner .acf-map div[style="display: table-cell; vertical-align: middle; white-space: nowrap; text-align: center;"] {
  vertical-align: bottom !important;
}
.article-content__lokacija-inner .acf-map .naa-map-marker-label {
  color: #E9E7DD !important;
  font-weight: 700;
  font-family: "Whyte", sans-serif !important;
  text-shadow: 0.0625rem 0.0625rem #000000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.25em 0.5em;
  margin-bottom: -8px;
  border-bottom: 0.0625rem solid #E9E7DD;
}
.article-content__lokacija-inner > p {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.nominantai-previous-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
  gap: 0.625rem;
}
.nominantai-previous-next .nominantai-previous,
.nominantai-previous-next .nominantai-next {
  width: 100%;
}
.nominantai-previous-next .nominantai-previous:not(:only-child),
.nominantai-previous-next .nominantai-next:not(:only-child) {
  max-width: calc(50% - 0.625rem / 2);
}
.nominantai-previous-next a {
  color: #000000;
  text-decoration: none;
}
.nominantai-previous-next .nominantai-previous-title,
.nominantai-previous-next .nominantai-next-title {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nominantai-previous-next .nominantai-previous-title:focus, .nominantai-previous-next .nominantai-previous-title:hover,
.nominantai-previous-next .nominantai-next-title:focus,
.nominantai-previous-next .nominantai-next-title:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nominantai-previous-next .nominantai-previous-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nominantai-previous-next .nominantai-previous-title::before {
  content: "";
  height: 1rem;
  width: 100%;
  max-width: 0.625rem;
  display: block;
  background-image: url("../img/naa-next-prev-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -0.1em;
}
.nominantai-previous-next .nominantai-next-title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.nominantai-previous-next .nominantai-next-title::after {
  content: "";
  height: 1rem;
  width: 100%;
  max-width: 0.625rem;
  display: block;
  background-image: url("../img/naa-next-prev-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.1em;
}

@media (min-width: 769px) {
  article.nominantai .entry-header {
    background: #E9E7DD;
  }
}
article.nominantai .nominantas--single--kategorija {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  article.nominantai .nominantas--single--kategorija {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem;
  }
}
article.nominantai .nominantas--single--trumpas-aprasymas {
  font-size: 1rem;
  margin: 1.25rem 0 3.125rem;
}
@media (max-width: 768px) {
  article.nominantai .nominantas--single--trumpas-aprasymas {
    margin: 8.75rem 0 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.875rem;
  }
}
article.nominantai .nominantas--single--studija-autoriai,
article.nominantai .nominantas--single--plotas,
article.nominantai .nominantas--single--lokacija,
article.nominantai .nominantas--single--metai {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #000000;
}
@media (min-width: 769px) {
  article.nominantai .nominantas--single--studija-autoriai,
  article.nominantai .nominantas--single--plotas,
  article.nominantai .nominantas--single--lokacija,
  article.nominantai .nominantas--single--metai {
    background: #E9E7DD;
  }
}
article.nominantai .nominantas--single--studija-autoriai:last-child,
article.nominantai .nominantas--single--plotas:last-child,
article.nominantai .nominantas--single--lokacija:last-child,
article.nominantai .nominantas--single--metai:last-child {
  border-bottom: 0.0625rem solid #000000;
}

/* page-template-template-nugaletojai */
.nugaletoju-filtras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 769px) {
  .nugaletoju-filtras {
    max-width: 31.25rem;
  }
}
@media (max-width: 768px) {
  .nugaletoju-filtras {
    gap: 0.9375rem;
  }
}
.nugaletoju-filtras label.radio-button {
  background: transparent;
  border: 0.0625rem solid #000000;
  color: #000000;
  padding: 0.9em 2em 0.8em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nugaletoju-filtras label.radio-button:focus, .nugaletoju-filtras label.radio-button:hover {
  color: #E9E7DD;
  background: #000000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nugaletoju-filtras label.radio-button.active {
  color: #E9E7DD;
  background: #000000;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nugaletoju-filtras label.radio-button input {
  display: none;
}

#nugaletojai {
  margin-top: 6.25rem;
  border-top: 1px solid #000000;
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  #nugaletojai {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  #nugaletojai {
    padding-top: 1.875rem;
  }
}
#nugaletojai:target {
  scroll-margin-top: 4.375rem;
}
@media (max-width: 768px) {
  #nugaletojai:target {
    scroll-margin-top: 3.125rem;
  }
}
#nugaletojai .nugaletojai__inner {
  margin: 1.25rem 0 0;
  padding-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #nugaletojai .nugaletojai__inner {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 769px) {
  #nugaletojai .nugaletojai__inner {
    border-bottom: 0.0625rem solid #000000;
  }
}
#nugaletojai .nugaletojai__inner .nugaletojai__single {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  #nugaletojai .nugaletojai__inner .nugaletojai__single {
    max-width: calc(33.3333333333% - 1.25rem * 2 / 3);
  }
}
@media (min-width: 769px) {
  #nugaletojai .nugaletojai__inner .nugaletojai__single:nth-child(3n+1)::after, #nugaletojai .nugaletojai__inner .nugaletojai__single:nth-child(3n+2)::after {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    right: -0.625rem;
  }
}
@media (min-width: 769px) {
  #nugaletojai .nugaletojai__inner .nugaletojai__single:nth-child(3n+4)::before {
    content: "";
    display: block;
    height: 0.0625rem;
    width: calc(100vw - 3.75rem * 2);
    width: 82.5rem;
    background: #000000;
    position: absolute;
    top: -1.25rem;
    left: 0;
  }
}
@media (max-width: 768px) {
  #nugaletojai .nugaletojai__inner .nugaletojai__single:nth-child(n+1)::before {
    content: "";
    display: block;
    height: 0.0625rem;
    width: 100%;
    background: #000000;
    position: absolute;
    bottom: -1.25rem;
    left: 0;
  }
}
#nugaletojai .nugaletojai__inner .nugaletojai__single a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single a:focus, #nugaletojai .nugaletojai__inner .nugaletojai__single a:hover {
  color: #FF3800;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single a:focus img, #nugaletojai .nugaletojai__inner .nugaletojai__single a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single .nugaletojai__single--title {
  margin-top: 0.125rem;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single .nugaletojai__single--studija-placiau {
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
  margin-top: -0.125rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single .nugaletojai__single--studija-placiau .nugaletojai__single--studija {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single .nugaletojai__single--studija-placiau .nugaletojai__single--placiau {
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  gap: 0.3125rem;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single .nugaletojai__single--thumbnail {
  overflow: hidden;
}
#nugaletojai .nugaletojai__inner .nugaletojai__single .nugaletojai__single--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 430/230;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#nominantai:target {
  scroll-margin-top: 11.875rem;
}
@media (max-width: 768px) {
  #nominantai:target {
    scroll-margin-top: 62.5rem;
  }
}
#nominantai h2 {
  text-indent: -0.1em;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  #nominantai h2 {
    margin-bottom: 1.875rem;
  }
}
#nominantai .page-intro {
  border-bottom: 0 !important;
}
#nominantai .nominantai__nominacija .nominantai__nominacija--pavadinimas {
  background: #000000;
  color: #ffffff;
  margin: 0 -3.75rem;
  max-width: 100vw;
  padding: 2.5rem 3.75rem;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  #nominantai .nominantai__nominacija .nominantai__nominacija--pavadinimas {
    margin: 0 -1.875rem;
    padding: 1.875rem;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner {
  list-style: none;
  padding: 0;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single {
  padding: 1.25rem 0;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(:last-child) {
  border-bottom: 0.0625rem solid #000000;
}
@media (min-width: 769px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(:last-child):not(.active) .nominantai__single--title {
    margin-bottom: -0.3125rem;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 769px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header {
    gap: 2.5rem;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header .nominantai__single--title {
  max-width: 18.125rem;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header .nominantai__single--studija {
  max-width: 46.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header .nominantai__single--studija {
    margin-top: 0.3125rem;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header .nominantai__single--realizuota {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-left: auto;
}
@media (min-width: 769px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header .nominantai__single--realizuota {
    margin-right: 5rem;
  }
}
@media (max-width: 768px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single-header .nominantai__single--realizuota {
    margin-top: 1.875rem;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5625rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--content {
  max-width: 33.125rem;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--content .nominantai__single--placiau {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  gap: 0.3125rem;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija {
  max-width: 40.625rem;
  --swiper-navigation-size: rem(18);
  --swiper-theme-color: $black;
}
@media (max-width: 768px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija {
    max-width: 100%;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 650/305;
}
@media (max-width: 768px) {
  #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija img {
    aspect-ratio: 320/150;
  }
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija .swiper-button-next,
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija .swiper-button-prev {
  height: 1.125rem;
  width: 0.75rem;
  top: calc(100% - 1.125rem - 1rem);
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija .swiper-button-next {
  right: 1rem;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single .nominantai__single--turinys .nominantai__single--galerija .swiper-button-prev {
  right: 2.5rem;
  left: unset;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(.active):focus, #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(.active):hover {
  cursor: pointer;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(.active):focus .nominantai__single-header, #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(.active):hover .nominantai__single-header {
  color: #FF3800;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(.active):focus .nominantai__single-header::after, #nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(.active):hover .nominantai__single-header::after {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single:not(.active) .nominantai__single--turinys {
  display: none;
}
#nominantai .nominantai__nominacija ol.nominantai__inner .nominantai__single.active .nominantai__single-header::after {
  background-image: url("../img/minus-su-background.svg");
}

.section--aplikacija--intro--aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .section--aplikacija--intro--aside {
    gap: 0.625rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.section--aplikacijos-forma {
  margin: 2.5rem 0 3.75rem;
}
.section--aplikacijos-forma .nf-form-cont .grecaptcha-badge {
  display: none;
}
.section--aplikacijos-forma .nf-form-cont .nf-cell {
  padding: 0;
}
.section--aplikacijos-forma .nf-form-cont .nf-input-limit {
  margin: 0;
}
.section--aplikacijos-forma .nf-form-cont .nf-error-msg,
.section--aplikacijos-forma .nf-form-cont .ninja-forms-req-symbol {
  color: #FF3800;
}
.section--aplikacijos-forma .nf-form-cont .nf-after-field .nf-error-msg {
  display: none;
}
.section--aplikacijos-forma .nf-form-cont input:not([type=button]):not([type=submit]),
.section--aplikacijos-forma .nf-form-cont textarea,
.section--aplikacijos-forma .nf-form-cont select {
  background: #E9E7DD;
  border: 0.0625rem solid rgba(0, 0, 0, 0.3137254902);
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  padding: 0.9375rem 1.25rem 0.8125rem;
  height: auto;
}
.section--aplikacijos-forma .nf-form-cont input:not([type=button]):not([type=submit]) *,
.section--aplikacijos-forma .nf-form-cont textarea *,
.section--aplikacijos-forma .nf-form-cont select * {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .section--aplikacijos-forma .nf-form-cont input:not([type=button]):not([type=submit]),
  .section--aplikacijos-forma .nf-form-cont textarea,
  .section--aplikacijos-forma .nf-form-cont select {
    padding: 1.25rem 0.9375rem 0.625rem;
  }
}
.section--aplikacijos-forma .nf-form-cont select {
  min-height: 3.25em;
  min-height: 2.8125rem;
  padding-left: 0.9375rem;
}
@media (max-width: 768px) {
  .section--aplikacijos-forma .nf-form-cont select {
    padding: 0.625rem;
  }
}
.section--aplikacijos-forma .nf-form-cont textarea {
  min-height: 10em;
  width: 100% !important;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container {
  margin: 0;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container:not(.submit-container) {
  margin-bottom: 1.25rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap {
  position: relative;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap .nf-field-label {
  font-size: 0.75rem;
  margin: 0;
  padding: 0.9375rem 1.25rem 0;
  position: absolute;
  top: 0.1875rem;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap .nf-field-label {
    padding: 0.9375rem 0.9375rem 0;
  }
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap .nf-field-label label {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.input--focused .nf-field-label, .section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-pass .nf-field-label {
  font-size: 0.375rem;
  padding-top: 0.3125rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.input--focused .nf-field-label label, .section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-pass .nf-field-label label {
  color: rgba(0, 0, 0, 0.3137254902);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-error, .section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-fail {
  color: #FF3800;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-error input,
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-error textarea,
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-error select, .section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-fail input,
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-fail textarea,
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap.nf-fail select {
  border-color: #FF3800;
  color: #FF3800;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-field .field-wrap .nf-field-description {
  font-size: 0.625rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -0.75rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-after-field {
  position: absolute;
  left: 0;
  right: 0;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container .nf-after-field div[role=alert] {
  margin-top: 0.0625rem;
  font-size: 0.75rem;
  color: #FF3800;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.trumpas-projekto-aprasymas textarea, .section--aplikacijos-forma .nf-form-cont .nf-field-container.kurinio-autoriai textarea {
  min-height: 12.75em;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.trumpas-projekto-aprasymas .nf-after-field .nf-input-limit, .section--aplikacijos-forma .nf-form-cont .nf-field-container.kurinio-autoriai .nf-after-field .nf-input-limit {
  margin: 0;
  font-size: 0.5rem;
  text-align: right;
  position: absolute;
  right: 0;
  margin-right: -0.5em;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.trumpas-projekto-aprasymas .nf-form-fields-required, .section--aplikacijos-forma .nf-form-cont .nf-field-container.kurinio-autoriai .nf-form-fields-required {
  text-align: right;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1em - 0.9375rem);
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.kurinio-autoriai textarea {
  min-height: 7.75em;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title {
  margin-top: 2.5rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title h3 {
  margin-bottom: 1.875rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title p,
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title ul {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  max-width: 14.375rem;
  line-height: 1.4;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title ul li {
  margin-bottom: 0.625rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title p {
  margin-left: 0.9375rem;
  margin-top: 0.9375rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title a {
  color: #000000;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title a:focus, .section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga-title a:hover {
  color: #FF3800;
  text-decoration: underline;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga {
  margin: 2.5rem 0 0.9375rem !important;
}
@media (max-width: 768px) {
  .section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga {
    margin-top: 0 !important;
  }
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-label {
  display: none;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-fu-progress {
  margin: 0;
  position: absolute;
  top: -0.625rem;
  height: 0.3125rem;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-fu-progress .nf-fu-progress-bar {
  background: #FF3800;
  height: 0.3125rem;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element input[type=file] {
  display: none !important;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  font-size: 0.75rem;
  width: 100%;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section {
    max-width: calc(33.3333333333% - 1.25rem * 2 / 3);
  }
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section img {
  aspect-ratio: 315/190;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.3125rem;
  display: block;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section img[src*=".pdf"] {
  background: #FF3800;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 0.625rem;
  color: transparent !important;
  position: relative;
  font-size: 0;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section img[src*=".pdf"]::before {
  content: attr(alt);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section img[src*=".pdf"]::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF3800;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section a.delete {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  top: 0;
  right: 0;
  color: transparent !important;
  font-size: 0;
  background: url(../img/delete-uploaded-file.svg) no-repeat center center/contain;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section a.delete:focus, .section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded > nf-section a.delete:hover {
  opacity: 0.5;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded button.nf-fu-fileinput-button {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
  width: 100%;
  min-height: 11.875rem;
  background: unset;
  color: inherit;
  padding: 0;
  margin: 0;
  aspect-ratio: 315/190;
  border: 0.0625rem solid #000000;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded button.nf-fu-fileinput-button:focus, .section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded button.nf-fu-fileinput-button:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 769px) {
  .section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded button.nf-fu-fileinput-button {
    max-width: calc(33.3333333333% - 1.25rem * 2 / 3);
  }
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded button.nf-fu-fileinput-button span {
  font-size: 0 !important;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-field-element .files_uploaded button.nf-fu-fileinput-button::before {
  content: "";
  height: 2.75rem;
  width: 2.75rem;
  border: 0.0625rem solid #000000;
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  display: block;
  border-radius: 6.25rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-after-field {
  position: relative;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.vaizdine-medziaga .nf-after-field .nf-error-wrap {
  margin-bottom: 0.9375rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.privatumo-politika-checkboxes {
  font-size: 0.5625rem;
  max-width: 36.25rem;
  margin: 1.25rem 0;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.privatumo-politika-checkboxes .nf-field-label {
  display: none;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.privatumo-politika-checkboxes input[type=checkbox] {
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0.125rem 0 0 0;
  accent-color: #FF3800;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container.privatumo-politika-checkboxes ul li {
  display: block;
}
.section--aplikacijos-forma .nf-form-cont .nf-field-container button.btn.nf-fu-button-cancel {
  margin-top: 0.625rem;
}
.section--aplikacijos-forma .nf-form-cont .nf-response-msg {
  text-align: center;
  margin: 7.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.section--aplikacijos-forma .nf-form-cont .nf-response-msg p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .section--aplikacijos-forma .nf-form-cont .nf-response-msg {
    margin: 5.625rem 1.25rem;
  }
}
.section--aplikacijos-forma .nf-form-content > nf-rows-wrap > .nf-row > nf-cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .section--aplikacijos-forma .nf-form-content > nf-rows-wrap > .nf-row > nf-cells {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.section--aplikacijos-forma .submit-wrap input[type=submit] {
  margin: auto;
  display: block;
  font-size: 1rem;
}
.section--aplikacijos-forma .nf-error-msg.nf-error-field-errors {
  text-align: center;
  margin: 0.625rem 0 1.25rem;
}
.section--aplikacijos-forma .aplikacijos-forma--extra {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .section--aplikacijos-forma .aplikacijos-forma--extra {
    font-size: 1rem;
  }
}
.section--aplikacijos-forma .aplikacijos-forma--extra p + p {
  margin-top: 0.5em;
}
.section--aplikacijos-forma .aplikacijos-forma--extra a {
  color: inherit;
  text-decoration: none;
}
.section--aplikacijos-forma .aplikacijos-forma--extra a:focus, .section--aplikacijos-forma .aplikacijos-forma--extra a:hover {
  color: #FF3800;
  text-decoration: underline;
}

.section--aplikacija--kategorijos:target {
  scroll-margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .section--aplikacija--kategorijos:target {
    scroll-margin-top: 3.4375rem;
  }
}
.section--aplikacija--kategorijos ol {
  padding: 0;
}
.section--aplikacija--kategorijos ol li {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 0.625rem;
}
.section--aplikacija--kategorijos ol li:last-child {
  margin-bottom: 2.5rem;
}
.section--aplikacija--kategorijos ol li:target {
  scroll-margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .section--aplikacija--kategorijos ol li {
    gap: 0 0.3125rem;
  }
  .section--aplikacija--kategorijos ol li:target {
    scroll-margin-top: 3.4375rem;
  }
}
.section--aplikacija--kategorijos ol li h3 {
  font-size: inherit;
  position: relative;
  font-size: 1.125rem;
  width: 100%;
  max-width: calc(100% - 0.625rem - 1.125rem);
  padding-right: calc(1.125rem + 0.3125rem);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacija--kategorijos ol li h3::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacija--kategorijos ol li div {
  width: 100%;
  max-width: 40.625rem;
  margin: 1.875rem 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .section--aplikacija--kategorijos ol li div {
    margin: 1.25rem 0 0.625rem;
  }
}
.section--aplikacija--kategorijos ol li:not(.active):focus, .section--aplikacija--kategorijos ol li:not(.active):hover {
  cursor: pointer;
}
.section--aplikacija--kategorijos ol li:not(.active):focus h3, .section--aplikacija--kategorijos ol li:not(.active):hover h3 {
  color: #FF3800;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacija--kategorijos ol li:not(.active):focus h3::after, .section--aplikacija--kategorijos ol li:not(.active):hover h3::after {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(54%) saturate(6194%) hue-rotate(0deg) brightness(106%) contrast(109%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--aplikacija--kategorijos ol li:not(.active) div {
  display: none;
}
.section--aplikacija--kategorijos ol li.active h3::after {
  background-image: url("../img/minus-su-background.svg");
}

/* Shame
--------------------------------------------- */
/* Extras, that may break at any moment */
::-moz-selection {
  background: rgba(255, 56, 0, 0.3137254902);
}
::selection {
  background: rgba(255, 56, 0, 0.3137254902);
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
*:not(#canvas) {
  scrollbar-width: thin;
  scrollbar-color: #FF3800 #E9E7DD;
}

/* Chrome, Edge, and Safari */
*:not(#canvas)::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}

*:not(#canvas)::-webkit-scrollbar-track {
  background: #E9E7DD;
}

*:not(#canvas)::-webkit-scrollbar-thumb {
  background-color: #FF3800;
  border-radius: 6.25rem;
}

@media (max-width: 768px) {
  h1, h2, h3 {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.page-template-template-aplikacijos-forma main#primary .page-header .page-intro {
  padding-bottom: 0;
  border-bottom: none;
}

.page-template-default:not(.home) main#primary header.page-header .page-intro {
  display: none;
}
.page-template-default:not(.home) main#primary h2 {
  font-size: 3.125rem;
}
.page-template-default:not(.home) main#primary * + h2 {
  margin-top: 3.125rem;
}
.page-template-default:not(.home) main#primary * + h3 {
  margin-top: 1.875rem;
}
.page-template-default:not(.home) main#primary .entry-content {
  padding-bottom: 6.25rem;
}

.nominantai__single--content a.more-link {
  display: none;
}

.nominantai--no-results {
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */