@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;
  --transparent: #fff0;
  --red: #ed1c24;
  --border: #313131;
  --text: #848484;
  --black-2: black;
  --accent-color: #ed1c24;
  --white-2: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--white);
  text-decoration: none;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 110%;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.container {
  width: 90%;
}

.navbar {
  z-index: 110;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100px;
  margin-top: 0;
  margin-bottom: auto;
  display: none;
}

.container-navbar {
  width: 95%;
  margin-top: 20px;
}

.main-logo {
  z-index: 120;
  width: 150px;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0 auto auto 0%;
}

.main-heading-div {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.fitcentrum-wm {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
}

.fitcentrum-wm.mobile {
  display: none;
}

.najv-a-najlep-gym-na-slovensku {
  text-align: center;
  width: 650px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.infinite-loop-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ponuka-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.main-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 95%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.main-container.mapa {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-container.cennik {
  width: 800px;
}

.div-section-headings {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-bottom: 40px;
  display: flex;
}

.div-section-headings._650 {
  width: 650px;
}

.heading-3-sections {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.heading-3-sections.smaller {
  font-size: 48px;
}

.text-sections {
  color: var(--text);
  text-align: center;
  font-size: 22px;
  line-height: 110%;
}

.text-sections.mapa {
  font-size: 28px;
  line-height: 110%;
}

.video-wrapper {
  border: 1px none var(--border);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 650px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #25252533;
  border-radius: 15px;
  width: 100%;
  margin: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}

.background-video-2 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.text-block {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 110%;
}

.text-span {
  font-size: 48px;
  font-weight: 700;
  line-height: 60%;
}

.mapa-section {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.image {
  flex: none;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.text-block-3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}

.text-block-4 {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.text-span-2 {
  color: var(--red);
  font-style: italic;
  font-weight: 700;
}

.text-span-3 {
  font-weight: 500;
}

.call-to-action-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.footer {
  border-top: 1px solid var(--border);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.text-block-5 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 110%;
}

.div-block-4 {
  padding: 0;
}

.paragraph {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 110%;
}

.paragraph.bold {
  margin-bottom: 3px;
  font-weight: 500;
}

.paragraph.bold.spacing {
  margin-top: 20px;
}

.play-pause-button {
  inset: 10px 10px auto auto;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end stretch;
  width: 100%;
  margin-top: 60px;
}

.text-block-6, .text-block-7 {
  text-align: center;
}

.text-block-co-agency {
  color: var(--text);
  text-align: center;
  line-height: 120%;
}

.text-block-co-agency.right {
  text-align: right;
}

.text-block-co-agency.left {
  text-align: left;
}

.link {
  color: var(--text);
  text-decoration: none;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 2000px;
  min-width: 2000px;
  height: 100%;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
  position: relative;
  left: auto;
}

.text-block-8 {
  white-space: nowrap;
  word-break: keep-all;
  font-size: 19px;
  line-height: 100%;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 30px;
}

.main-text-bg {
  z-index: 2;
  filter: blur(50px);
  background-color: #131313a6;
  border-radius: 40%;
  width: 800px;
  height: 250px;
  position: absolute;
  overflow: hidden;
}

.image-3 {
  width: 30px;
}

.div-block-2-copy {
  z-index: 3;
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  width: 100%;
  height: 620px;
  margin: 15px;
  position: relative;
}

.div-block-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border);
  background-image: linear-gradient(294deg, #000, #0f0f0f);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  margin-top: 0;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-4 {
  font-weight: 700;
}

.text-block-9 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 300;
}

.recenzie-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.recenzia-div {
  background-color: #080808;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  height: 200px;
  padding: 25px 25px 20px;
  display: flex;
  position: relative;
}

.rail-div-to-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-right: 40px;
  display: flex;
  position: relative;
  left: auto;
}

.text-block-10 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-11 {
  font-weight: 300;
  line-height: 120%;
}

.image-4 {
  position: absolute;
  inset: 25px 30px auto auto;
}

.row-1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.row-1.hide {
  display: flex;
}

.row-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.row-2.hide {
  display: flex;
}

.rail-div-to-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
  position: relative;
  left: auto;
}

.galeria-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.image-wrapper {
  border-radius: 20px;
  width: 380px;
  height: 380px;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.column-2 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-8 {
  z-index: 20;
  width: 100%;
  height: 440px;
  position: absolute;
}

.text-span-5 {
  color: var(--white);
  font-weight: 500;
}

.text-ig {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.text-ig.mapa {
  font-size: 1.75rem;
  line-height: 110%;
}

.text-ig.link {
  margin-top: 6px;
  font-weight: 400;
  text-decoration: underline;
}

.div-section-ig {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.link-2 {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.div-section-galeria {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-bottom: 40px;
  display: flex;
}

.cennik-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.columns-2 {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.div-cennik {
  background-color: var(--border);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.heading-cennik-wrapper {
  background-color: var(--transparent);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.text-block-12 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.cennik-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  display: flex;
}

.text-block-13 {
  width: 100%;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 120%;
}

.text-span-6 {
  font-weight: 600;
}

.div-block-9 {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.text-cennik {
  color: var(--text);
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  line-height: 120%;
}

.text-cennik.mapa {
  font-size: 1.75rem;
  line-height: 110%;
}

.div-block-10 {
  background-color: var(--red);
  box-shadow: 0 0 20px 0 var(--black-2);
  border-radius: 35%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  display: flex;
  position: absolute;
}

.text-block-14 {
  font-size: 27px;
  font-weight: 600;
  line-height: 100%;
}

.image-6 {
  width: 30px;
}

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

.menu-button.w--open {
  background-color: var(--transparent);
}

.nav-menu {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: absolute;
}

.nav-link {
  background-color: var(--transparent);
  color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 40px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
  margin-top: 20px;
  position: absolute;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.full-screen-menu-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.navbar-animated {
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-button-animated-2 {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 30px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated-2.w--open {
  background-color: #0000;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.nav-menu-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.nav-but {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  transition: all .2s;
}

.nav-but:hover {
  color: var(--red);
}

.nav-but.w--current {
  color: var(--white);
}

.nav-but.w--current:hover {
  color: var(--red);
}

.logo-image {
  width: 100%;
  height: 100%;
}

.div-mouse-wrapper {
  z-index: 12;
  background-color: var(--transparent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 50px;
}

.div-mouse-wrapper.hide {
  display: flex;
}

.mouse {
  border: 2px solid #d5d5d5;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 70px;
  display: flex;
}

.wheel {
  background-color: #d5d5d5;
  border-radius: 20px;
  width: 5px;
  height: 10px;
  margin-top: 15px;
}

.div-shadow-mouse {
  z-index: 11;
  filter: blur(30px);
  background-color: #000000b3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 50px;
}

.div-shadow-mouse.hide {
  display: block;
}

.main-logo-bg {
  z-index: 2;
  filter: blur(35px);
  background-color: #131313cc;
  border-radius: 40%;
  width: 210px;
  height: 120px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-4-copy {
  text-align: center;
  margin-top: -15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.calendar-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.events-calendar-fitcentrum-wm-cvicenia {
  background-color: #8080801a;
  background-image: url('../images/background-image.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.section {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.calendar-wrapper {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.div-block-11 {
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 300px;
  height: 350px;
}

.rozpis-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 100%;
}

.collection-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--border);
  background-color: #080808;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

._w-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
}

._w-date.bigger-font {
  font-size: 1.1rem;
}

._w-location {
  font-weight: 500;
}

.time-loc-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 200;
  display: flex;
}

.horizontal-cms-allign {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 300;
  display: flex;
}

.horizontal-cms-allign.spacer {
  margin-top: -10px;
}

.cms-rozpis-item-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

._w-instructor, ._w-druh-cvicenia {
  font-weight: 500;
}

.text-block-15 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 100%;
}

.empty-state {
  background-color: var(--transparent);
}

.hide {
  display: none;
}

.form-block {
  justify-content: center;
  align-items: center;
}

.form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.radio-filter {
  color: var(--accent-color);
  border: 1px solid #fff3;
  border-radius: 20px;
  padding: 10px 15px;
  transition: all .3s;
}

.radio-filter:hover {
  border-top-color: var(--accent-color);
  border-right-color: var(--accent-color);
  border-bottom-color: var(--accent-color);
  border-left-color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
}

.radio-filter.fs-cmsfilter_active {
  background-color: var(--accent-color);
  box-shadow: 0 1px 8px 0 var(--accent-color), inset 0 2px 5px 0 var(--white);
  color: var(--white);
  border-color: #fff6;
}

.radio-button-label {
  color: var(--white);
  border: 1px #fff3;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}

.radio-button-label:hover {
  border-color: var(--accent-color);
}

.druh-filter {
  margin-bottom: 0;
}

.radio-button-field-2 {
  padding-left: 0;
}

.o-nas-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  color: var(--white);
  text-align: left;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 110%;
}

.o-nas-text-wrapper {
  border: 1px none var(--border);
  background-color: #080808;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 40px 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-border-glow {
  z-index: 100;
  border: 1px solid var(--border);
  box-shadow: inset 0 0 5px 0 var(--border);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
}

.text-span-7 {
  color: var(--red);
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
}

.infinite-loop-section-2 {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-pribeh-loop {
  justify-content: space-between;
  align-items: center;
  width: 2000px;
  min-width: 2000px;
  height: 100%;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
  position: relative;
  left: auto;
}

.div-block-inside-loop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 22px;
}

.nas-tim-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.div-block-pribeh-loop-2, .div-block-pribeh-loop-copy {
  justify-content: space-between;
  align-items: center;
  width: 2000px;
  min-width: 2000px;
  height: 100%;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
  position: relative;
  left: auto;
}

.infinite-loop-section-3 {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 3250px;
  height: 100%;
  overflow: visible;
}

.cms-tim-item-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-item-3 {
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: solid;
  flex: none;
  width: 380px;
  height: 400px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.profile-picture-tim {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.profile-picture-tim.mato {
  object-position: 50% 85%;
}

.profile-picture-tim.dusty {
  width: 115%;
  max-width: 115%;
}

.profile-picture-tim.romi, .profile-picture-tim.bedminton {
  object-position: 50% 25%;
}

.name-tim {
  z-index: 15;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.name-tim.martin {
  font-size: 32px;
}

.team-image-wrapper {
  z-index: 10;
  object-position: 50% 0%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.name-bg-gradient {
  z-index: 12;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, #0000, #000000b3 50%, var(--black));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 230px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.name-bg-gradient.romi {
  height: 280px;
}

.collection-list-3 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-13 {
  z-index: 100;
  box-shadow: inset 0 0 20px 0 var(--border);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-tel-email-tim {
  z-index: 100;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  display: flex;
  position: relative;
}

.tim-spacer-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-9 {
  width: 28px;
}

.text-block-17 {
  font-size: 16px;
  font-weight: 400;
}

.overlay-tim {
  z-index: 50;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000d9;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: none;
  position: absolute;
}

.collection-list-wrapper-2-top {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.collection-list-3-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: none;
}

.collection-list-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.next {
  border-color: var(--border);
  background-color: var(--transparent);
  box-shadow: inset 0 0 5px 0 var(--border);
  color: var(--white);
  border-radius: 25px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 18px;
}

.collection-list-wrapper-3 {
  margin-top: 20px;
}

.div-block-14 {
  background-color: var(--border);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 12px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: 30px;
  margin-right: 25px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 75px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.wrapper_story {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px none var(--border);
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px 20px 20px;
  display: flex;
}

.pribeh_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.pribeh_text.end {
  color: var(--white);
  text-align: center;
  text-shadow: none;
  font-size: 26px;
  line-height: 120%;
}

.paragraph-3 {
  color: var(--text);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.wrapper_story-year {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 25px 20px 20px;
  display: flex;
}

.wrapper_story-year.right {
  justify-content: center;
  align-items: flex-end;
}

.text-block-19 {
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

.wrapper_story-line {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-16 {
  background-color: #838383;
  width: 1px;
  height: 100%;
  position: relative;
}

.div-block-17 {
  z-index: 3;
  background-color: var(--red);
  box-shadow: 0 0 10px 1px var(--red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  display: flex;
  position: absolute;
}

.div-block-18 {
  background-color: var(--red);
  box-shadow: 0 0 10px 1px var(--red);
  border-radius: 100%;
  width: 7px;
  height: 7px;
  margin-top: auto;
}

.wrapper_story-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px none var(--border);
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.wrapper_story-year-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.wrapper_story-year-1.right {
  justify-content: center;
  align-items: flex-end;
}

.wrapper_story-year-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 20px;
  display: flex;
}

.wrapper_story-year-2.right {
  justify-content: center;
  align-items: flex-end;
}

.wrapper_story-2, .wrapper_story-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px none var(--border);
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.wrapper_story-year-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.wrapper_story-year-3.right {
  justify-content: center;
  align-items: flex-end;
}

.collection-item-4 {
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  height: 380px;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.collection-list-wrapper-5 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
  position: static;
}

.collection-item-5 {
  border-radius: 20px;
  width: 380px;
  height: 380px;
  overflow: hidden;
}

.empty-state-2 {
  background-color: var(--transparent);
}

.text-block-20 {
  font-size: 2rem;
  line-height: 110%;
}

.gallery-image_wrapper {
  flex: none;
  overflow: hidden;
}

.collection-list-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cennik_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.tim-collection-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 3250px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.slider {
  background-color: var(--transparent);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 490px;
  margin-right: auto;
  display: flex;
}

.mask {
  width: 410px;
  overflow: visible;
}

.slide {
  width: 380px;
  margin-right: 30px;
}

.right-arrow {
  border: 1px solid var(--border);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  inset: auto 0 0 85px;
}

.left-arrow {
  border: 1px solid var(--border);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  inset: auto 85px 0 0;
}

.slide-nav {
  display: none;
}

.arrow-icon {
  font-size: 35px;
}

.collection-list-wrapper-7 {
  width: 100%;
}

.slider-2 {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 460px;
  margin-right: auto;
  display: flex;
}

.gallery_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.lightbox-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: 1;
  border-radius: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 380px;
  overflow: hidden;
}

.lightbox-link.hide {
  display: block;
}

.div_cvicenia {
  background-color: var(--border);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  height: 277px;
  display: flex;
  overflow: hidden;
}

.heading_cvicenia-wrapper {
  background-color: var(--transparent);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 5px;
  display: flex;
}

.cvicenia_heding {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

.cvicenia-text_wrapper {
  background-color: var(--black);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 30px 25px;
  display: flex;
}

.text_cvicenia {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 120%;
}

.cvicenia-kedy {
  margin-bottom: 5px;
}

.cvicenia-trvanie {
  margin-bottom: 20px;
}

.cvicenia-kde {
  margin-bottom: 5px;
}

.cvicenia-kto {
  margin-bottom: 5px;
  display: flex;
}

.cvicenia-kto.hide {
  display: none;
}

.slider-cvicenia {
  background-color: var(--transparent);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 367px;
  margin-right: auto;
  display: flex;
}

.text_span-cvicenia {
  color: var(--white);
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.text_span-cvicenia.cas {
  text-decoration: underline;
}

.text_span-cvicenia.cas.red {
  color: var(--red);
}

.tim-desc {
  text-align: center;
  line-height: 115%;
}

.image-10 {
  width: 200px;
}

.virtualna-prehliadka {
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  margin-top: 20px;
  margin-right: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-4 {
  font-size: 20px;
  text-decoration: underline;
  transition: all .2s;
}

.link-4:hover {
  color: var(--red);
}

.link-4.hide {
  display: block;
}

.link-4.hide-desktop {
  display: none;
}

.link-5 {
  color: var(--text);
  text-decoration: underline;
}

.instagram {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-top: 20px;
  margin-left: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-6 {
  color: var(--text);
  text-decoration: underline;
}

.wrapper_story-end {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px none var(--border);
  background-color: var(--black);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 100%;
  margin-top: 40px;
  padding: 25px 20px 20px;
  display: flex;
}

.animation_wrapper-pribeh {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_link {
  font-weight: 300;
}

.grid-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.navlinks_wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: var(--black);
}

.heading {
  color: var(--white);
  margin-top: 10px;
}

.text-block-21 {
  color: var(--text);
}

.button {
  background-color: var(--red);
  border-radius: 20px;
  width: 160px;
  margin-top: 20px;
  font-size: 16px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slider-copy {
  background-color: var(--transparent);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 490px;
  margin-right: auto;
  display: flex;
}

.mask-copy {
  width: 410px;
  overflow: visible;
}

.slide-copy {
  width: 380px;
  margin-right: 30px;
}

.div-block-19 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--text);
  text-align: center;
  line-height: 120%;
  text-decoration: underline;
}

.footer-link.right {
  text-align: right;
}

.footer-link.left {
  text-align: left;
}

.cookies-banner {
  z-index: 10005;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 800px;
  padding: 12px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
  box-shadow: 0 0 5px #464646;
}

.text-block-22 {
  max-width: 500px;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.link-7 {
  color: var(--red);
  font-weight: 500;
}

.deny-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #464646;
  border-radius: 50px;
  flex: none;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 300;
}

.allow-button {
  background-color: var(--red);
  border-radius: 50px;
  flex: none;
  padding: 12px 18px;
  font-size: 15px;
}

.policy-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.return {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  margin-bottom: 20px;
  margin-right: auto;
  padding: 8px 16px 8px 6px;
  text-decoration: none;
  display: flex;
}

.image-11 {
  max-height: 100%;
}

.text-block-23 {
  color: #fff;
  text-decoration: none;
}

.policy-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  line-height: 120%;
}

.policy-paragraph {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  line-height: 130%;
}

.policy-bold {
  font-size: 18px;
  font-weight: 500;
}

.text-block-24 {
  color: var(--text);
}

.info-bar {
  z-index: 999;
  background-color: var(--red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: auto;
  display: none;
  position: relative;
}

.text-block-25 {
  font-size: 18px;
  font-weight: 500;
}

.link-8 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.last-updated {
  font-size: 14px;
  font-weight: 200;
}

.partneri {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.logos-and-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  display: flex;
}

.image-12 {
  height: 100%;
}

.link-block {
  height: 40px;
  position: relative;
}

.link-block.small {
  height: 50px;
}

.slide-2-copy {
  border: 1px #b1b1b1;
  border-radius: 10px;
  margin-right: 50px;
}

.arrow {
  z-index: 10;
  border: 1px solid var(--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 0% 0%;
}

.arrow.right {
  left: 75px;
}

.div-block {
  grid-column-gap: 26px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub-text {
  text-align: center;
  width: 900px;
  font-size: 20px;
  line-height: 120%;
}

.sub-text.normal {
  text-align: left;
  width: auto;
  font-weight: 300;
}

.div-block-21 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #080808;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.slider-2-copy {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
  display: none;
}

.mask-2-copy {
  flex: none;
  width: 1200px;
  padding-right: 0;
  overflow: visible;
}

.image-16 {
  width: 140px;
}

.arrow-image {
  width: 32px;
}

.text-block-26 {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.div-block-22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.image-15 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  flex: none;
  height: 100%;
  overflow: hidden;
}

.text-block-4-copy-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.slide-nav-2 {
  opacity: .6;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.profile-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.profile-wrapper.review {
  margin-top: auto;
}

.div-block-23 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 28px;
}

.link-block-2 {
  margin-bottom: 8px;
}

.link-partners {
  transition: all .2s;
}

.link-partners:hover {
  color: var(--red);
}

.link-block-3 {
  z-index: 40;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 12px 10px 15px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.image-18 {
  width: 15px;
}

.instagram-mobile {
  z-index: 50;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 252.25px;
  height: 60px;
  margin-top: 20px;
  margin-left: 30px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (max-width: 991px) {
  .main-logo {
    width: 130px;
  }

  .main-heading-div {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .fitcentrum-wm {
    width: 100%;
    font-size: 55px;
  }

  .najv-a-najlep-gym-na-slovensku {
    font-size: 26px;
  }

  .main-container {
    max-width: 95%;
  }

  .heading-3-sections {
    font-size: 45px;
  }

  .heading-3-sections.smaller {
    font-size: 40px;
  }

  .text-sections {
    font-size: 20px;
  }

  .text-sections.mapa {
    font-size: 22px;
  }

  .video-wrapper {
    height: 550px;
  }

  .text-block {
    font-size: 20px;
  }

  .text-span {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 48px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .main-text-bg {
    filter: blur(40px);
    width: 100%;
    height: 20vh;
  }

  .galeria-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-wrapper {
    width: 280px;
    height: 280px;
  }

  .cennik-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-but {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-mouse-wrapper.hide, .div-shadow-mouse.hide {
    display: none;
  }

  .main-logo-bg {
    filter: blur(40px);
    width: 190px;
    height: 100px;
  }

  .rozpis-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-item {
    flex: none;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .form, .collection-list-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .o-nas-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-2 {
    font-size: 1.2rem;
  }

  .text-span-7 {
    font-size: 38px;
  }

  .nas-tim-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .collection-list-3-top {
    justify-content: center;
    align-items: center;
  }

  .collection-list-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pribeh_text {
    font-size: 20px;
  }

  .pribeh_text.end {
    font-size: 22px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .text-block-19 {
    font-size: 36px;
  }

  .wrapper_story-1, .wrapper_story-year-1, .wrapper_story-year-2, .wrapper_story-2, .wrapper_story-3, .wrapper_story-year-3 {
    padding: 10px;
  }

  .cennik_wrapper {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .lightbox-link {
    max-width: none;
  }

  .lightbox-link.hide, .link-4.hide {
    display: none;
  }

  .link-4.hide-desktop {
    display: block;
  }

  .instagram {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 20px;
    display: none;
  }

  .animation_wrapper-pribeh {
    max-width: 100%;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cookies-banner {
    width: auto;
    right: 20px;
  }

  .policy-paragraph {
    width: auto;
  }

  .logos-and-link-wrapper {
    margin-top: 10px;
  }

  .sub-text.normal {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .mask-2-copy {
    width: 100%;
  }

  .div-block-22 {
    flex-flow: column;
    height: auto;
  }

  .image-15 {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .instagram-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .main-heading-div {
    margin-bottom: 70px;
  }

  .fitcentrum-wm {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 7.5vw;
    display: flex;
  }

  .najv-a-najlep-gym-na-slovensku {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.5vw;
  }

  .main-container {
    max-width: 95%;
  }

  .div-section-headings {
    max-width: 95%;
    margin-bottom: 40px;
  }

  .heading-3-sections {
    font-size: 40px;
  }

  .heading-3-sections.smaller {
    font-size: 38px;
  }

  .video-wrapper {
    height: 450px;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    place-items: start center;
  }

  .text-span {
    font-size: 35px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .text-block-4 {
    margin-top: 10px;
    font-size: 22px;
  }

  .call-to-action-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .main-text-bg {
    filter: blur(40px);
    margin-bottom: 70px;
  }

  .recenzia-div {
    height: 180px;
  }

  .rail-div-to-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 20px;
  }

  .text-block-10 {
    font-size: 26px;
  }

  .image-4 {
    width: 140px;
  }

  .row-1 {
    margin-bottom: 40px;
  }

  .rail-div-to-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .columns {
    width: 75%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .image-wrapper {
    border-radius: 20px;
    width: 250px;
    height: 250px;
  }

  .column-2 {
    margin-top: 0;
  }

  .text-ig {
    font-size: 21px;
  }

  .div-section-ig {
    max-width: 95%;
  }

  .div-section-galeria {
    max-width: 95%;
    margin-bottom: 30px;
  }

  .columns-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 380px;
    margin-top: 0;
    display: flex;
  }

  .nav-but {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 100%;
  }

  .div-mouse-wrapper.hide, .div-shadow-mouse.hide {
    display: none;
  }

  .main-logo-bg {
    filter: blur(40px);
  }

  .text-block-4-copy {
    font-size: 22px;
  }

  .o-nas-text-wrapper {
    height: 450px;
  }

  .text-span-7 {
    font-size: 35px;
  }

  .div-tel-email-tim {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px;
  }

  .image-9 {
    width: 25px;
  }

  .text-block-17 {
    font-size: .9rem;
  }

  .slider {
    justify-content: center;
    align-items: center;
  }

  .mask {
    width: 380px;
  }

  .slide {
    margin-right: 20px;
  }

  .cvicenia_heding {
    font-size: 20px;
  }

  .slider-cvicenia {
    justify-content: center;
    align-items: center;
  }

  .link-4 {
    font-size: 18px;
  }

  .instagram {
    display: none;
  }

  .wrapper_story-end {
    max-width: 100%;
    padding: 0;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-copy {
    justify-content: center;
    align-items: center;
  }

  .mask-copy {
    width: 380px;
  }

  .slide-copy {
    margin-right: 20px;
  }

  .deny-button, .allow-button {
    padding: 10px 14px;
    font-size: 13px;
  }

  .return.w--current {
    height: 32px;
    font-size: 14px;
  }

  .policy-heading {
    font-size: 28px;
  }

  .info-bar {
    height: 35px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .partneri {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logos-and-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sub-text.normal {
    font-size: 17.5px;
  }

  .instagram-mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .main-logo {
    width: 100px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .fitcentrum-wm {
    font-size: 10.5vw;
    display: none;
  }

  .fitcentrum-wm.mobile {
    font-size: 12vw;
    display: block;
  }

  .najv-a-najlep-gym-na-slovensku {
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
  }

  .infinite-loop-section {
    height: 80px;
  }

  .ponuka-section {
    padding-top: 60px;
  }

  .main-container {
    max-width: 95%;
  }

  .main-container.hide {
    display: flex;
  }

  .div-section-headings {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    max-width: none;
    margin-bottom: 30px;
  }

  .heading-3-sections {
    margin-bottom: 0;
    font-size: 36px;
  }

  .heading-3-sections.smaller {
    font-size: 32px;
  }

  .text-sections {
    font-size: 18px;
  }

  .text-sections.mapa {
    font-size: 20px;
  }

  .video-wrapper {
    height: 300px;
  }

  .div-block-2 {
    height: auto;
    margin: 5px;
    padding: 15px 5px 10px;
  }

  .grid {
    place-items: start center;
    padding-top: 0;
  }

  .text-block {
    font-size: 3.5vw;
  }

  .text-span {
    font-size: 6.5vw;
  }

  .mapa-section {
    padding-top: 60px;
  }

  .text-block-2 {
    font-size: 32px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    margin-top: 0;
    font-size: 18px;
  }

  .footer {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    font-size: 22px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .image-2 {
    width: 28px;
  }

  .main-text-bg {
    filter: blur(20px);
  }

  .recenzie-section {
    border-top: 1px none var(--border);
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .recenzia-div {
    width: auto;
    height: auto;
    padding-bottom: 25px;
  }

  .text-block-10 {
    font-size: 24px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .image-4 {
    right: 20px;
  }

  .row-1 {
    margin-bottom: 30px;
  }

  .row-1.hide {
    display: none;
  }

  .row-2 {
    margin-bottom: 0;
  }

  .row-2.hide {
    display: none;
  }

  .galeria-section {
    border-top: 1px none var(--border);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns {
    width: 90%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .image-wrapper {
    width: 260px;
    height: 260px;
  }

  .column-3 {
    display: none;
  }

  .text-ig {
    font-size: 20px;
  }

  .div-section-galeria {
    margin-bottom: 30px;
  }

  .cennik-section {
    border-top: 1px none var(--border);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-2 {
    width: 320px;
    margin-top: -10px;
  }

  .div-cennik {
    min-height: 380px;
  }

  .text-block-12 {
    font-size: 22px;
  }

  .text-block-13 {
    font-size: 17px;
  }

  .text-cennik {
    font-size: 14px;
  }

  .div-block-10 {
    width: 45px;
    height: 45px;
    margin-top: -25px;
  }

  .text-block-14 {
    font-size: 24px;
  }

  .nav-button-animated-2 {
    margin-top: 10px;
    margin-right: 10px;
  }

  .div-mouse-wrapper {
    bottom: 20px;
  }

  .div-shadow-mouse.hide {
    display: none;
  }

  .main-logo-bg {
    filter: blur(20px);
    width: 125px;
    height: 80px;
  }

  .text-block-4-copy {
    font-size: 18px;
  }

  .rozpis-section {
    border-top: 1px none var(--border);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-item {
    width: 300px;
    height: auto;
  }

  .o-nas-section {
    border-top: 1px none var(--border);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .o-nas-text-wrapper {
    height: 300px;
  }

  .text-span-7 {
    font-size: 32px;
  }

  .nas-tim-section {
    border-top: 1px none var(--border);
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .collection-item-3 {
    width: 100%;
  }

  .name-bg-gradient {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: 28px;
  }

  .text-block-17 {
    font-size: 1rem;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .text-block-19 {
    font-size: 32px;
  }

  .wrapper_story-1, .wrapper_story-year-1, .wrapper_story-year-2, .wrapper_story-2, .wrapper_story-3, .wrapper_story-year-3 {
    padding: 0;
  }

  .slider {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 90px;
  }

  .mask {
    flex: 1;
    width: 95%;
  }

  .slide {
    width: 100%;
  }

  .lightbox-link.hide {
    display: block;
  }

  .lightbox-link.mobile-hide {
    display: none;
  }

  .div_cvicenia {
    width: 100%;
    height: auto;
  }

  .heading_cvicenia-wrapper {
    height: 60px;
  }

  .text_cvicenia {
    font-size: 16.5px;
  }

  .slider-cvicenia {
    height: auto;
    padding-bottom: 90px;
  }

  .link-4.hide {
    display: none;
  }

  .link-4.hide-desktop {
    display: block;
  }

  .instagram {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .wrapper_story-end {
    margin-top: 60px;
  }

  .animation_wrapper-pribeh {
    margin-top: 20px;
  }

  .grid-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .navlinks_wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-top: 60px;
  }

  .utility-page-content {
    max-width: 95%;
  }

  .slider-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 90px;
  }

  .mask-copy {
    flex: 1;
    width: 95%;
  }

  .slide-copy {
    width: 100%;
  }

  .cookies-banner {
    width: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .return {
    height: 36px;
    font-size: 15px;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .partneri {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logos-and-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .link-block.small, .link-block.smallerr {
    height: 40px;
  }

  .div-block-21 {
    padding: 30px 25px 25px;
  }

  .image-15 {
    aspect-ratio: 1;
  }

  .instagram-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
  }

  .image-12-copy {
    height: 40px;
  }
}

#w-node-_01f981f3-32e1-65c8-ac76-a9c784926664-2dd83bfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71b55f48-b59a-79e4-5f05-e71e771ff766-2dd83bfe {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-f4e99be4-05c2-1c70-67d7-9e7733827e6b-2dd83bfe, #w-node-_4a0ca888-45a3-b2b4-478c-6b3c3a76c308-2dd83bfe, #w-node-a1cea5ad-5a5b-9881-f330-591683c55084-83c55081, #w-node-a1cea5ad-5a5b-9881-f330-591683c550b5-83c55081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}