@font-face {
  font-family: Inter-Thin;
  src: url("../fonts/Inter-Thin.ttf");
}
@font-face {
  font-family: Inter-ExtraLight;
  src: url("../fonts/Inter-ExtraLight.ttf");
}
@font-face {
  font-family: Inter-Light;
  src: url("../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: Inter-Medium;
  src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: Inter-SemiBold;
  src: url("../fonts/Inter-SemiBold.ttf");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

html {
  font-size: 0.5vw;
  font-family: Inter-Light, sans-serif;
  background-color: #fdfdfd;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.75;
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: #7ad155;
  color: #333333;
}

::selection {
  background-color: #7ad155;
  color: #333333;
}

section {
  border: 1rem solid #7ad155;
  border-width: 0.25rem 0 0 0;
}

select {
  display: none;
}

.container {
  margin: 0 25rem;
}

h1 {
  font-size: 5rem;
  font-family: Inter-SemiBold;
}

p {
  font-size: 2.5rem;
}

h2 {
  color: #333333;
  text-transform: uppercase;
  font-family: Inter-Light;
  font-size: 3rem;
}

h4,
label,
option,
th,
td,
li {
  color: #333333;
  text-transform: uppercase;
  font-family: Inter-Light;
  font-size: 1.75rem;
}

h1,
h2 {
  line-height: 1.25;
}

a {
  text-decoration: none;
}

input {
  z-index: 1;
  border: none;
  background-color: transparent;
  font-size: 1.75rem;
  color: #333333;
  font-family: Inter-Light;
}

a {
  padding: 0.5rem 0;
}

h1,
h2,
h4,
a {
  color: #333333;
}

.bold {
  font-family: Inter-Medium;
}

.page-icon {
  width: 1.25rem;
  filter: invert(14%) sepia(0%) saturate(2243%) hue-rotate(197deg) brightness(105%) contrast(85%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

ul,
ol {
  list-style: circle;
  list-style-position: inside;
}

.card {
  display: flex;
  flex-shrink: 0;
  width: 45vw;
  height: 50vh;
  min-height: 40rem;
  background: #fdfdfd;
  box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
  border: #7ad155 solid 0.5rem;
  border-radius: 1.75rem;
}
.card:hover {
  box-shadow: 0 4px 8.5px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.card .photo {
  width: 20vw;
}
.card .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  width: 100%;
  height: 100%;
}
.card .photo-right img {
  border-radius: 0 1.25rem 1.25rem 0;
}
.card .photo-left img {
  border-radius: 1.25rem 0 0 1.25rem;
}
.card .photo-contain {
  padding: 2.5rem;
}
.card .photo-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.card .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25vw;
  padding: 2rem;
  line-height: 2.4rem;
}
.card .description ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card .button {
  align-self: flex-end;
}
.card .placeholder {
  height: 2rem;
  min-width: 100%;
}

.larger-card {
  width: 60vw;
  height: 100%;
  min-height: 45vh;
}
.larger-card .description {
  justify-content: space-evenly;
  width: 40vw;
  padding: 4rem;
}
.larger-card .description ul {
  gap: 1.5rem;
}

img {
  line-height: 0;
}

::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-track {
  background: #fdfdfd;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background: #333333;
}
::-webkit-scrollbar-thumb:hover {
  background: #7ad155;
}

.button {
  display: inline-block;
  padding: 1.25rem 1.5rem;
  line-height: 2.4rem;
  border: 0.25rem solid #7ad155;
  border-radius: 1.25rem;
  color: #7ad155;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: Inter-Regular;
  font-size: 1.75rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #fdfdfd;
}
.button:hover, .button:focus {
  color: #333333;
  cursor: pointer;
  border-color: #333333;
}

.nav-link {
  background: linear-gradient(90deg, #7ad155, #7ad155);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all 0.3s ease;
}
.nav-link:hover, .nav-link:focus {
  background-size: 100% 2px;
}
.nav-link:hover::before, .nav-link:focus::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tamogatas-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2.5rem;
  background-color: #7ad155;
  height: 5rem;
}
.tamogatas-banner ::-moz-selection {
  background-color: #333333;
  color: #fdfdfd;
}
.tamogatas-banner ::selection {
  background-color: #333333;
  color: #fdfdfd;
}
.tamogatas-banner .nav-link {
  font-size: 2rem;
  background: linear-gradient(90deg, #333333, #333333);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all 0.3s ease;
}
.tamogatas-banner .nav-link:hover, .tamogatas-banner .nav-link:focus {
  background-size: 100% 2px;
}
.tamogatas-banner .nav-link:hover::before, .tamogatas-banner .nav-link:focus::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

header {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 8rem;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  box-shadow: 0 1rem 3rem -1rem #333333;
  border-bottom: 0.5rem solid #7ad155;
  overflow: auto;
  background-color: rgba(253, 253, 253, 0.9);
  transition: background 0.3s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.3s cubic-bezier(0.32, 0.08, 0.24, 1);
}
header.active {
  height: 100vh;
}
header .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  gap: 3rem;
  list-style: none;
}
header .nav-list .nav-items {
  display: flex;
  align-items: center;
  color: #7ad155;
  gap: 3rem;
}
header .nav-list .nav-items a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .nav-list .nav-items a img {
  height: 100%;
  max-width: 7.5rem;
}
header .nav-list .nav-larger {
  display: flex;
  gap: 5rem;
}
header .nav-list .nav-larger .nav-link {
  font-size: 2rem;
}
header .nav-list .nav-larger p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .nav-list .nav-larger .list-line {
  width: 2px;
  height: 4rem;
  background-color: #7ad155;
}
header .nav-list .nav-smaller {
  display: none;
}
header .nav-list .nav-smaller .list-line {
  width: 75vw;
  height: 2px;
  background-color: #7ad155;
}

.active-list {
  display: none;
}

.line {
  position: absolute;
  width: 2.75rem;
  height: 2px;
  background-color: #7ad155;
  transition: margin-top 0.3s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.line-top {
  margin-top: 0.6rem;
}

.line-bottom {
  margin-top: -0.6rem;
}

.active {
  touch-action: none;
  overflow: hidden;
}
.active .line-top {
  margin-top: 0;
  transform: rotate(45deg);
  transition: transform 0.3s 0.1s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.active .line-bottom {
  margin-top: 0;
  transform: rotate(-45deg);
  transition: transform 0.3s 0.1s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.active .active-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100vh;
  left: 50%;
  top: 25%;
  transform: translate(-50%);
}
.active .active-list .nav-link {
  font-size: 3rem;
}

.split-section {
  display: flex;
  gap: 7.5rem;
  padding: 5rem 10rem;
  height: 100vh;
}
.split-section .larger-card {
  height: 60%;
  width: 50vw;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.split-section .larger-card .photo {
  width: 30vw;
}

footer {
  display: flex;
  align-items: center;
  height: 30rem;
  border-top: #7ad155 solid 0.5rem;
  box-shadow: 0 0 1rem -0.5rem #333333;
}
footer ul,
footer ol {
  list-style: none;
}
footer .footer-container {
  display: flex;
  flex-direction: column;
}
footer .footer-container .footer-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3.5rem;
}
footer .footer-container .footer-list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
footer .footer-container .footer-list .footer-icon {
  cursor: pointer;
  width: 4.75rem;
  transition: all 0.3s ease;
  filter: invert(14%) sepia(0%) saturate(2243%) hue-rotate(197deg) brightness(105%) contrast(85%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
footer .footer-container .footer-list .footer-icon:hover {
  filter: invert(93%) sepia(8%) saturate(3957%) hue-rotate(42deg) brightness(97%) contrast(67%);
  transform: scale(1.075);
}
footer .footer-container .footer-list .footer-credit {
  font-size: 1.5rem;
  font-family: Inter-ExtraLight;
}
footer .footer-container .footer-list .footer-credit .page-icon {
  width: 1rem;
}
footer .footer-container .footer-list .nav-link.footer-credit {
  background-size: 0% 1px;
}
footer .footer-container .footer-list .nav-link.footer-credit:hover, footer .footer-container .footer-list .nav-link.footer-credit:focus {
  background-size: 100% 1px;
}

@media screen and (max-width: 1526px) {
  html {
    font-size: 0.6vw;
  }
  ::-webkit-scrollbar {
    width: 0;
  }
  .container {
    margin: 0 10rem;
  }
  .split-section {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5rem;
  }
  .split-section .larger-card {
    top: 0;
    transform: none;
  }
  .card {
    width: 75vw !important;
    height: 60vh;
  }
  .card .photo {
    width: 35vw !important;
  }
  .card .description {
    justify-content: center !important;
    gap: 4rem;
    min-width: 40vw;
  }
  .card .placeholder {
    display: none;
  }
  .larger-card {
    height: 50vh;
    min-height: 100%;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 1.3vw;
  }
  .tamogatas-banner {
    height: 10rem;
    flex-direction: column;
    gap: 0.75rem;
  }
  .nav-larger {
    display: none !important;
  }
  .nav-smaller {
    display: block !important;
  }
  .container {
    margin: 0 5rem;
  }
  .split-section .larger-card {
    flex-direction: column;
  }
  .card {
    flex-direction: column;
    align-items: center;
    height: 100% !important;
  }
  .card .photo {
    min-width: 100%;
  }
  .card .photo img {
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .card .photo-contain {
    min-width: 90% !important;
  }
  .card .description {
    min-width: 85%;
    height: 100%;
    padding: 4rem 0;
  }
  .reverse-card {
    flex-direction: column !important;
  }
  .larger-card {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 1.75vw;
  }
}/*# sourceMappingURL=global.css.map */