:root {
  --latvia-dance-green: #00fdb4;
  --dance-lv-cerise: #ce1192;
  --background-off-white: #fcfcfc;
  --dim-grey: #555;
  --new-off-white: #fffcfc;
  --shadow: #0000006e;
  --balets: #b01237;
  --laikmatiga: #b01237;
  --skatuviska: #b06312;
  --balets-2: #00e1ff;
  --laikmetiga: #0be67b;
  --skatuviska-2: #0be6d4;
  --musdiena: #0dfe57;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  border-bottom: 6px solid var(--latvia-dance-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  border-bottom: 6px solid var(--latvia-dance-green);
  font-weight: 700;
  line-height: 4;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.blog-wrapper {
  object-fit: cover;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 75%;
  max-width: 1200px;
  margin-top: 4em;
  display: flex;
  box-shadow: 1px 1px 3px #0000005e;
}

.rich-text-block {
  object-fit: cover;
  flex: none;
  width: 90%;
  margin: 0 0 114px;
  padding-left: 20px;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.7;
}

.rich-text-block.rte {
  margin-top: 45px;
  font-size: 1em;
  line-height: 1;
}

.heading {
  border-style: none;
  border-width: 1px 10px 10px 1px;
  border-color: black #ce1192 var(--dance-lv-cerise) black;
  color: #000;
  text-transform: none;
  background-color: #fff0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1px;
  margin-bottom: 26px;
  padding: 50px 50px 50px 43px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 42px;
  display: block;
}

.heading.mbm-mulitply {
  text-shadow: none;
}

.heading.mbm-difference {
  color: #000;
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
  left: 80px;
}

.image {
  border-left: 4px solid var(--latvia-dance-green);
  border-radius: 0;
  width: 80%;
}

.div-block-3 {
  width: auto;
}

.div-block-4 {
  background-color: #aa737300;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  inset: 0% 29% 0% auto;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 61px;
  display: none;
}

.div-block-7 {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #00000014 #00000014 #00000014 var(--latvia-dance-green);
  opacity: .92;
  background-color: #fff0;
  border-radius: 0;
}

.heading-2 {
  text-align: right;
  padding-top: 18px;
  padding-right: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-8 {
  background-color: #0000;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-bottom: 32px;
  margin-left: 89px;
  transition: border-color .5s;
  display: flex;
}

.links-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.link {
  font-family: Montserrat, sans-serif;
}

.nav-link {
  color: #333;
  background-color: #0000;
  border-bottom: 5px solid #ce119200;
  margin: 1px 0 0;
  padding: 2px 15px;
  transition: border-color .5s;
}

.nav-link:hover {
  border-bottom: 5px solid var(--latvia-dance-green);
}

.body {
  background-color: var(--background-off-white);
  white-space: normal;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.image-2 {
  margin-left: 23px;
  margin-right: 23px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 500px;
  height: 60px;
  padding-right: 0;
  display: flex;
}

.div-block-10.header {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: auto;
  margin-right: 21px;
}

.div-block-10.social {
  width: 80%;
  height: 30%;
  margin-top: 20px;
}

.div-block-11 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 148px;
  display: block;
}

.image-3 {
  filter: grayscale();
  border: 1px #0000005c;
  border-radius: 20px;
  transition: filter .45s;
}

.image-3:hover {
  filter: grayscale(0%);
}

.image-4 {
  filter: grayscale();
  transition: filter .45s;
}

.image-4:hover {
  filter: grayscale(0%);
}

.image-5 {
  filter: grayscale();
  transition: filter .45s;
}

.image-5:hover {
  filter: grayscale(0%);
}

.image-6 {
  filter: grayscale();
  transition: filter .45s;
}

.image-6:hover {
  filter: grayscale(0%);
}

.image-7 {
  filter: grayscale();
  margin-left: 0;
  padding-left: 0;
  transition: filter .45s;
}

.image-7:hover {
  filter: grayscale(0%);
}

.collection-item {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.collection-list-wrapper {
  flex: none;
}

.collection-list-wrapper.events {
  justify-content: space-around;
  width: 80%;
  margin-bottom: 151px;
  display: block;
}

.collection-list {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.heading-4 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  height: 200px;
}

.text-block {
  object-fit: contain;
  width: 100%;
  margin-top: 0;
  font-size: 1em;
}

.logo-block {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 6em;
  margin-top: 1em;
  display: flex;
}

.text-block-2 {
  letter-spacing: 5px;
  border-left: 12px solid #00fdb4;
  border-radius: 12px;
  height: 100%;
  padding-left: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-2.small {
  color: #fff;
  border-left-width: 6px;
  border-radius: 0;
  margin-left: 6px;
  padding-left: 10px;
  font-size: 1em;
  line-height: 1.4;
}

.text-block-2.small.new-footer {
  width: 40%;
  height: auto;
}

.text-block-2.header {
  color: #313131;
  border-left-width: 6px;
  border-radius: 0;
  width: 50%;
  height: auto;
  margin-left: 6px;
  padding-left: 6px;
  font-size: 1.1em;
  line-height: 1.2;
}

.text-block-2.top {
  border-left-width: 10px;
  border-radius: 0;
  padding-left: 1em;
  font-size: 1.1em;
  line-height: 1.2;
}

.image-8 {
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  margin-right: 0;
  display: inline-flex;
}

.collection-list-wrapper-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3, .icon, .previous {
  display: none;
}

.main-slider-block {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.events-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 20em;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  display: flex;
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.next {
  display: none;
  overflow: visible;
}

.as-difference {
  flex: none;
  font-size: 23px;
  line-height: 37px;
}

.div-block-17 {
  text-align: right;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: 40vw;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 9px #00000073;
}

.collection-list-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-18 {
  color: #f00101;
  background-color: #e20f9fd9;
  width: 40%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 50px;
}

.as-cutout {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  font-size: 38px;
  line-height: 53px;
}

.text-block-5 {
  color: #000;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  width: 40%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 21px;
  padding: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-5.as-lighten {
  color: #000;
  background-color: #fff0;
}

.text-block-5.as-diff {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 50%;
  margin-left: -61px;
  margin-right: -213px;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-5.as-diff.as-outline {
  color: #c53d3ded;
  background-color: #fffdfd;
}

.text-block-5.as-darken {
  color: #000;
  background-color: #312d2d00;
  background-image: none;
  flex: none;
  height: 80%;
  margin-left: -74px;
  margin-right: -228px;
  padding-left: 68px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 57px;
}

.text-block-5.as-darken.as-outline {
  font-size: 53px;
  line-height: 60px;
}

.text-block-5.as-screen {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 50%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 20px;
  box-shadow: 1px 1px 3px #000;
}

.text-block-5.as-difference {
  color: #fff;
  text-align: right;
  background-color: #fff0;
  margin-left: 0;
  margin-right: 0;
  padding: 46px;
  font-size: 37px;
  position: static;
}

.html-embed {
  flex: none;
  font-size: 9px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 78px;
  display: none;
}

.image-9 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-item-4 {
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  width: 30%;
  margin-bottom: 51px;
  margin-left: 24px;
  margin-right: 24px;
  display: inline-block;
  position: static;
}

.div-block-20 {
  background-color: #fff;
  border-radius: 1px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 550px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 18px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 13px #00000038;
}

.image-10 {
  width: 252px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.collection-list-wrapper-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.collection-list-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-6 {
  text-align: center;
  flex: none;
  width: 80%;
  margin-top: 1px;
  margin-bottom: 10px;
  padding-top: 1px;
}

.div-block-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 100%;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-23 {
  height: 150px;
}

.text-block-7 {
  text-align: center;
  width: 90%;
  margin-top: 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.image-11 {
  object-fit: cover;
  flex: none;
  height: 300px;
}

.collection-list-wrapper-5 {
  flex: none;
  position: absolute;
  inset: auto 28% 10% auto;
}

.collection-list-4 {
  color: #727070;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  position: static;
  bottom: -169px;
  right: 206px;
}

.collection-list-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 73px;
  padding-right: 0;
  display: flex;
}

.text-block-8 {
  padding-left: 0;
  padding-right: 0;
}

.collection-item-5 {
  flex: none;
  margin-right: 0;
  padding-right: 0;
}

.slider-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-24 {
  clear: none;
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  overflow: visible;
}

.slide {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: static;
}

.slider {
  width: 1200px;
  height: 800px;
  position: static;
}

.image-12 {
  object-fit: cover;
}

.mask {
  background-color: #fcfcfc00;
  background-image: linear-gradient(to bottom, #fcfcfc00, var(--background-off-white) 79%);
  object-fit: cover;
  width: 100%;
  height: 25px;
  display: none;
  position: absolute;
  inset: auto 0% 38px;
}

.slider-2 {
  width: 800px;
  height: 500px;
}

.slide-2 {
  text-align: center;
  object-fit: cover;
  position: relative;
}

.div-block-25 {
  border-left: 6px solid var(--latvia-dance-green);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: auto;
  margin-top: 0;
  padding-right: 0;
  line-height: 1.2;
  display: flex;
}

.div-block-26 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/whitesq.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-6 {
  width: 100%;
  height: 100%;
}

.slider-3 {
  width: 70%;
  height: 100%;
  box-shadow: 8px 8px 13px #0000004d;
}

.collection-list-6, .collection-list-wrapper-6 {
  width: 100%;
  height: 100%;
}

.text-block-9 {
  color: #000;
  overflow-wrap: anywhere;
  background-color: #fffffff2;
  border: 1px solid #00000026;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  padding: 21px 18px 21px 22px;
  font-family: Open Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.text-block-9.as-screen {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 13px;
  padding-left: 17px;
  padding-right: 12px;
  font-size: 39px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.div-block-27 {
  object-fit: cover;
  width: 30%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
  position: absolute;
}

.left-arrow, .right-arrow {
  display: none;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide1 {
  font-family: Montserrat, sans-serif;
}

.text-block-10 {
  margin-bottom: 8px;
  padding-right: 36px;
}

.collection-list-wrapper-7 {
  display: block;
}

.div-block-29 {
  justify-content: center;
  margin-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.text-block-11 {
  color: #333333b5;
  padding-top: 16px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 1.5em;
  line-height: 1;
}

.text-block-12 {
  color: #333333b5;
  padding: 16px 13px 0;
  font-size: 1.5em;
  line-height: 1;
}

.heading-5 {
  margin-top: 69px;
  margin-bottom: 56px;
  padding-left: 81px;
  padding-right: 81px;
  font-size: 2.9em;
  font-weight: 800;
  line-height: 1.3;
}

.body-2 {
  background-color: var(--background-off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.recent-categories-block {
  object-fit: none;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 73px;
  padding-bottom: 0;
  display: none;
}

.image-13 {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 225px;
  min-height: 0;
  max-height: none;
  display: none;
  overflow: hidden;
}

.collection-item-7 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.cat-block-outer {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding-left: 14px;
  padding-right: 14px;
  display: block;
}

.cat-block-outer.topic-head {
  align-items: flex-start;
  width: 25%;
  height: auto;
}

.cat-block-outer.dejas {
  width: 33%;
  padding-left: 43px;
  padding-right: 43px;
}

.div-block-31 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  display: none;
  position: relative;
}

.text-block-13 {
  color: #2b2b2b;
  text-align: right;
  background-color: #fff0;
  margin-bottom: 10px;
  padding-top: 19px;
  padding-left: 9px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
}

.text-block-13.zinas-page {
  margin-bottom: 22px;
  font-size: 1.3em;
}

.text-block-14 {
  text-align: left;
  padding-top: 14px;
  padding-left: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1;
}

.div-block-32 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #00000024;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  margin-bottom: 35px;
  display: block;
  overflow: visible;
}

.div-block-32:hover {
  flex: none;
}

.div-block-32:active {
  box-shadow: 1px 1px 3px #0000008c;
}

.heading-6 {
  border-style: none none solid;
  border-width: 0 0 6px;
  border-color: black black var(--latvia-dance-green);
  color: var(--dim-grey);
  letter-spacing: 0;
  flex: none;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1.7em;
  line-height: 1.3;
  display: inline;
}

.heading-6.red {
  border-bottom-style: solid;
  border-bottom-color: var(--latvia-dance-green);
  width: auto;
  padding-right: 0;
  display: inline;
}

.heading-6.pink {
  border-bottom-style: solid;
  border-bottom-color: var(--latvia-dance-green);
  padding-right: 0;
  display: inline;
}

.heading-6.brown {
  border-bottom-style: solid;
  border-bottom-color: var(--latvia-dance-green);
  padding-right: 0;
}

.heading-6.dejas {
  line-height: 1.3;
}

.heading-6.main {
  border-bottom-style: solid;
  font-size: 1.4em;
  line-height: .8;
}

.topic-head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  line-height: 16px;
  display: flex;
}

.link-2 {
  line-height: 24px;
  display: inline;
}

.link-3 {
  color: var(--dim-grey);
  border-bottom: 1px #000;
}

.link-3.orange {
  border-bottom-width: 6px;
  border-bottom-color: var(--latvia-dance-green);
  width: auto;
}

.footer {
  background-color: #1a1a1a;
  border-top: 1px #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 115px;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  display: flex;
}

.sponsors {
  border-left: 5px none var(--latvia-dance-green);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.div-block-34 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 460px;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-bottom: 0;
  display: flex;
}

.div-block-35 {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 60%;
  margin-top: 15px;
  margin-right: 0;
  display: flex;
}

.sponsor-image {
  object-fit: contain;
  background-color: #0000;
  flex: none;
  width: 100%;
  height: 90%;
  padding-top: 0;
  padding-left: 9px;
  padding-right: 9px;
}

.sponsor-image.naba {
  background-color: var(--background-off-white);
  object-fit: contain;
  border: 18px solid #1a1919;
  flex: none;
  width: 100%;
  height: 90%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.sponsor-image.eko {
  object-fit: contain;
  border: 18px solid #181818;
  flex: none;
  width: 98%;
  height: 90%;
  margin: 0;
  padding: 0;
}

.sponsor-image.sm {
  object-fit: contain;
  width: 33%;
  height: auto;
}

.sponsor-image.skatuves {
  width: 81%;
}

.sponsor-image.lith {
  object-fit: contain;
  width: 71%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.sponsor-image.flag {
  outline-color: var(--new-off-white);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  flex: none;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 23px;
  display: flex;
}

.link-4 {
  color: #d3d3d3;
  flex: none;
  padding-top: 23px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
}

.div-block-37 {
  color: #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container {
  background-color: #0000;
  max-width: 1200px;
  height: auto;
  margin-right: 32px;
  padding-top: 0;
}

.nav-link-2 {
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 5px solid #00fdb400;
  flex: none;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  transition: border-color .5s;
  display: inline-block;
}

.nav-link-2:hover {
  border-bottom: 5px solid var(--latvia-dance-green);
}

.navbar {
  background-color: var(--background-off-white);
  flex: none;
  position: absolute;
  inset: 0%;
}

.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;
  width: 260px;
  display: flex;
}

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

.search-result-list {
  padding-top: 25px;
  padding-bottom: 0;
}

.search-result-item {
  padding-top: 24px;
}

.link-block {
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  display: flex;
}

.paragraph {
  margin-top: 24px;
  font-weight: 300;
}

.text-block-15 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.container-2 {
  margin-top: 1em;
  margin-bottom: 0;
}

.search-result-wrapper {
  display: none;
}

.div-block-39 {
  background-color: #fff;
  align-items: center;
  height: 100%;
  margin-top: 26px;
  margin-left: 62px;
  display: flex;
  box-shadow: 1px 1px 3px #0003;
}

.heading-7 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  line-height: 1.3;
}

.div-block-40 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  color: #000000cf;
  height: auto;
  margin-bottom: 0;
  padding-right: 37px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3;
  overflow: hidden;
}

.text-block-16 {
  color: #000000c4;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.search {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.search.under {
  height: 100%;
}

.search-button {
  background-color: var(--latvia-dance-green);
  border-radius: 20px;
  height: 2.4em;
  margin-top: 0;
  margin-left: -11px;
  padding-top: 8px;
  font-size: 1em;
  line-height: 1;
}

.search-input {
  width: 175px;
  height: 2.2em;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 1em;
}

.collection-list-7 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
  overflow: hidden;
}

.cat-block-vert {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-14.footer {
  border: 1px #000;
  width: 45%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-42 {
  width: 100%;
  height: auto;
}

.menu-header {
  z-index: 9999;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100vw;
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-43 {
  align-items: center;
  width: 60%;
  padding-left: 12px;
  display: flex;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  margin-bottom: 68px;
  box-shadow: 1px 1px 3px #0000005c;
}

.div-block-44 {
  flex-direction: row;
  display: flex;
}

.collection-item-8 {
  padding-left: 28px;
  padding-right: 28px;
  display: block;
}

.collection-list-8 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slide-nav {
  opacity: .57;
}

.image-16 {
  object-fit: cover;
  box-shadow: 1px 1px 5px 2px #00000075;
}

.image-16.search {
  box-shadow: none;
}

.fb-block {
  flex-direction: column;
  flex: none;
  width: 30%;
  padding-left: 0;
  display: flex;
}

.div-block-45 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
}

.div-block-46 {
  flex: none;
  width: 90%;
  display: flex;
}

.html-embed-2 {
  padding-left: 100px;
}

.link-block-2 {
  flex: none;
}

.page-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 2em;
  padding-top: 0;
  display: flex;
  position: static;
}

.page-wrapper.search {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  padding-top: 0;
}

.page-wrapper.home {
  flex-direction: column;
  align-items: center;
  width: 90vw;
  margin-top: 3em;
  padding-top: 0;
}

.page-wrapper.home.criteria {
  background-color: var(--background-off-white);
  width: 100%;
  margin-top: 0;
  padding-top: 110px;
}

.page-wrapper.large.blog {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 102px;
}

.page-wrapper.dejas-balva {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
}

.page-wrapper.zinas {
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  padding-top: 0;
  font-size: 1em;
}

.page-wrapper.zurnals {
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
}

.page-wrapper.deja {
  align-items: center;
  margin-top: 0;
  padding-top: 104px;
}

.page-wrapper.iespejas {
  align-items: center;
  margin-top: 0;
  padding-top: 111px;
}

.page-wrapper.english {
  align-items: center;
  margin-top: 0;
  padding-top: 110px;
}

.page-wrapper.horeophone {
  align-items: center;
  margin-top: 0;
  padding-top: 90px;
}

.page-wrapper.pietekuma {
  align-items: center;
  margin-top: 2em;
  padding-top: 0;
  font-size: 1em;
  line-height: 1;
}

.page-wrapper.recencijas {
  align-items: center;
  margin-top: 104px;
  padding-top: 0;
  font-size: 1em;
}

.page-wrapper.intervijas {
  align-items: center;
  margin-top: 0;
  padding-top: 91px;
}

.page-wrapper.petijumi {
  align-items: center;
  margin-top: 0;
  padding-top: 90px;
  font-size: 1em;
}

.page-wrapper.par-mums {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  padding-top: 140px;
}

.div-block-47 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  padding-right: 42px;
  display: flex;
}

.div-block-48 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 1.8em;
  margin-right: 63px;
  display: flex;
}

.icon-2 {
  font-size: 3vw;
  line-height: 1.4;
}

.collection-list-wrapper-8 {
  object-fit: fill;
  height: auto;
  overflow: hidden;
}

.vert-post-block {
  height: auto;
  overflow: scroll;
}

.side-heading {
  justify-content: center;
  align-items: flex-start;
  width: 5%;
  height: 500px;
  margin-top: 125px;
  display: flex;
  transform: rotate(0);
}

.text-block-17 {
  direction: ltr;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 800;
  display: inline-block;
  transform: rotate(-90deg);
}

.div-block-50 {
  align-items: flex-end;
  padding-right: 0;
  line-height: 1;
  display: block;
}

.link-5 {
  color: #797979;
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.readm-more {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 31px;
  padding-top: 0;
  display: flex;
}

.nav-menu {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.news-block {
  align-items: stretch;
  width: 100%;
  height: 26em;
  margin-top: 0;
  margin-bottom: 4em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.news-block.featured {
  height: 39em;
}

.news-block.events {
  display: none;
}

.left-spacer {
  border-top: 6px #000;
  border-right: 6px none var(--latvia-dance-green);
  border-left: 6px #000;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  width: 5%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.outer-block {
  border-right: 1px #000;
  border-left: 6px solid var(--latvia-dance-green);
  width: 95%;
  height: 100%;
  margin-top: 0;
}

.right-spacer {
  width: 5%;
  height: 100%;
  display: none;
}

.link-6 {
  color: #4747475e;
  text-align: left;
  flex: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: static;
  top: 88px;
  left: -63px;
  transform: none;
}

.link-6.events {
  padding-top: 0;
  padding-bottom: 10px;
  line-height: 1;
  display: block;
}

.link-6.par-mums {
  color: #000;
  margin-top: -9px;
  padding-top: 0;
  padding-right: 0;
}

.link-6.zinas {
  transform-origin: 0 100%;
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: -56%;
  padding-top: 0;
  font-size: 3em;
  transform: none;
}

.link-6.zinas.events {
  padding-bottom: 0;
  display: block;
}

.div-block-54 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 0%;
  height: 0%;
  margin-top: 71px;
  display: flex;
  position: relative;
  top: 112px;
  right: -94%;
  transform: rotate(-90deg);
}

.div-block-54.zinas {
  transform-origin: 100% 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  top: auto;
  right: 0;
  transform: rotate(-90deg);
}

.div-block-54.zinas.events {
  top: 0;
  right: 0%;
}

.div-block-55 {
  width: 5%;
  height: 100%;
}

.div-block-56 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 4em;
  margin-bottom: 1em;
  font-size: 1em;
  display: flex;
}

.heading-8 {
  border-bottom: 6px solid var(--latvia-dance-green);
  font-family: Open Sans, sans-serif;
}

.collection-item-9 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.text-block-18 {
  display: none;
}

.empty-state {
  background-color: #ddd0;
}

.div-block-57 {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-19 {
  border-bottom: 2px none var(--latvia-dance-green);
  color: #dadadac7;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  height: auto;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1vw;
  line-height: 1.5;
}

.sub-page-wrapper {
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 3em;
  padding-top: 0;
  line-height: 1;
  display: block;
}

.sub-page-wrapper.form {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #00000040;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.sub-page-wrapper.par-mums {
  width: 80%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.sub-page-wrapper.dejas {
  margin-top: 94px;
  padding-top: 0;
}

.sub-page-wrapper.iespejas {
  margin-top: 0;
}

.sub-page-wrapper.english {
  margin-top: 92px;
}

.sub-page-wrapper.recencijas {
  margin-top: 62px;
  padding-top: 0;
}

.sub-page-wrapper.vertesanas {
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.par-mums-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-9 {
  border-style: none none solid;
  border-width: 6px;
  border-color: var(--latvia-dance-green);
  text-transform: uppercase;
  width: 90%;
  margin-bottom: 68px;
  margin-left: 62px;
  font-family: Open Sans, sans-serif;
  font-size: 3.3em;
  font-weight: 800;
  line-height: .6;
}

.heading-9.par-mums {
  margin-left: 0;
}

.div-block-59 {
  flex: none;
  width: 100%;
}

.body-3 {
  background-color: var(--background-off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.text-block-20 {
  margin-top: 39px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-60 {
  width: auto;
  margin-top: 0;
  margin-bottom: 83px;
  font-weight: 300;
  display: none;
}

.div-block-60.first {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.div-block-60.second {
  display: block;
}

.text-block-21 {
  margin-top: 44px;
}

.bold-text {
  border-bottom: 6px none var(--latvia-dance-green);
  font-size: 1.4em;
  line-height: 5px;
}

.bold-text.valde {
  border-bottom-style: solid;
  line-height: 0;
}

.text-block-22 {
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-22.ul {
  border-bottom: 6px solid var(--latvia-dance-green);
  margin-top: 142px;
  font-size: 2em;
  font-weight: 700;
  line-height: .6;
  display: inline-block;
}

.body-4 {
  background-color: var(--background-off-white);
  flex-direction: column;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.body-5 {
  background-color: var(--background-off-white);
  font-family: Open Sans, sans-serif;
  line-height: 1;
}

.body-6, .body-7 {
  background-color: var(--background-off-white);
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.body-8 {
  background-color: var(--background-off-white);
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.body-9, .body-10 {
  background-color: var(--background-off-white);
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  border-bottom: 3px solid var(--latvia-dance-green);
}

.ldic-names {
  border-bottom: 3px solid var(--latvia-dance-green);
  line-height: 1;
}

.ldic-bullet {
  color: var(--latvia-dance-green);
  font-size: 1.2em;
  font-weight: 800;
  line-height: 0;
}

.div-block-61 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  display: flex;
}

.zinas-title {
  width: auto;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1;
}

.main-pages-heading {
  border-bottom: 6px solid var(--latvia-dance-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 3em;
  font-weight: 700;
  line-height: .8;
  display: block;
}

.main-pages-heading.dejas {
  margin-top: 0;
  line-height: .5;
}

.main-pages-heading.tabs, .main-pages-heading.tabs-group {
  margin-bottom: 0;
}

.post-wrapper {
  width: auto;
  margin-top: 6em;
}

.tab-outer {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0000001f;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  display: flex;
}

.collection-item-10 {
  width: 25%;
  height: auto;
  min-height: 350px;
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.collection-item-10.third {
  width: 33%;
}

.collection-list-9 {
  flex-wrap: wrap;
  display: flex;
}

.picblock {
  object-fit: cover;
  width: 100%;
  height: 250px;
  display: block;
}

.text-block-23 {
  flex: none;
  width: 100%;
  padding-top: 13px;
  padding-left: 10px;
  font-weight: 300;
}

.text-block-24 {
  text-align: right;
  flex: 0 auto;
  margin-top: 0;
  padding: 23px 19px;
  font-size: 1.2em;
  line-height: 1.4;
}

.pic-block {
  object-fit: cover;
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.pic-block:hover {
  overflow: hidden;
}

.pic-block.home {
  object-fit: none;
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  overflow: hidden;
}

.pic-block.zinas {
  background-image: none;
  height: 200px;
}

.image-18 {
  flex: 0 auto;
  width: 50%;
  margin-left: 31px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-65 {
  width: 100%;
}

.nav-button {
  padding-bottom: 0;
  padding-right: 0;
}

.button {
  color: #000;
  background-color: #57647000;
  margin-right: 32px;
  font-family: Open Sans, sans-serif;
}

.full-nav {
  z-index: 9999;
  background-color: var(--latvia-dance-green);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-66 {
  flex-direction: column;
  display: flex;
}

.button-2 {
  margin-top: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-3 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  display: flex;
}

.navbar-3 {
  background-color: var(--background-off-white);
  border-bottom: 1px solid #0000001c;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.menu-button-2 {
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 27px;
  padding: 0;
  display: block;
}

.menu-button-2.w--open {
  background-color: var(--latvia-dance-green);
  margin-bottom: 0;
  padding-bottom: 2px;
}

.icon-3 {
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 4px;
  font-size: 4vw;
  line-height: 1;
}

.nav-menu-3 {
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  inset: 0%;
}

.main-nav-link {
  color: #2e2e2e;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 6px solid #0000;
  width: 100%;
  height: auto;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.3;
  transition: border-color .4s;
}

.main-nav-link:hover {
  border-style: none none solid;
  border-width: 6px;
  border-color: black black var(--latvia-dance-green);
  color: #070707;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-nav-link.w--current {
  color: var(--latvia-dance-green);
  height: auto;
}

.main-nav-link.w--current:hover {
  background-color: #7c948d00;
  border-bottom-color: #00fdb400;
}

.nav-link-5, .nav-link-6 {
  text-align: center;
  width: 100%;
}

.links-inner-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.top-nav-link {
  color: #46464696;
  text-transform: uppercase;
  border-bottom: 6px solid #0000;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
  transition: border-color .4s;
  display: flex;
}

.top-nav-link:hover {
  border-bottom: 6px solid var(--latvia-dance-green);
}

.top-nav-link.kalendar {
  display: none;
}

.div-block-67 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
}

.div-block-68 {
  border-top: 2px none var(--latvia-dance-green);
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.div-block-70 {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  height: 70%;
  font-weight: 300;
  line-height: .2;
  display: flex;
}

.div-block-71 {
  background-color: var(--background-off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.text-block-25 {
  border-left: 6px none var(--latvia-dance-green);
  flex: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  line-height: 1;
}

.text-block-26 {
  color: #3333338c;
  font-size: 1em;
  line-height: 1;
}

.heading-11 {
  text-transform: uppercase;
  width: 100%;
  font-size: 2.2em;
  line-height: 1;
  display: inline;
}

.div-block-72 {
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-73 {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 66px;
  display: flex;
}

.div-block-74 {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 30%;
  height: auto;
  margin-right: 21px;
  display: flex;
}

.div-block-75 {
  width: 100%;
}

.button-3 {
  width: 50%;
  height: 50px;
}

.image-19 {
  border-right: 0px solid var(--latvia-dance-green);
  border-bottom: 0px solid var(--latvia-dance-green);
  width: auto;
  transition: border-width .2s;
  box-shadow: 1px 1px 3px #00000047;
}

.image-19:hover {
  border-right: 10px solid var(--latvia-dance-green);
  border-bottom: 10px solid var(--latvia-dance-green);
}

.link-block-9 {
  flex: none;
  width: 40%;
}

.link-block-9:hover {
  border-bottom: 0 #0000;
}

.text-block-27 {
  color: #fff;
  text-transform: uppercase;
  background-color: #03c28b;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
}

.text-block-27.lower {
  color: #585858;
  text-transform: capitalize;
  flex: none;
  align-self: auto;
  width: 80%;
  font-size: 1.5em;
  display: block;
}

.link-square {
  border-right: 0px solid var(--dance-lv-cerise);
  border-bottom: 0px solid var(--dance-lv-cerise);
  background-color: #03c28b;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  transition: border-width .2s ease-in;
  display: flex;
  box-shadow: 1px 1px 3px #00000057;
}

.link-square:hover {
  border-bottom-width: 10px;
  border-right-width: 10px;
}

.div-block-76 {
  height: 100%;
  display: flex;
}

.body-11 {
  background-color: var(--background-off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.main-footer {
  background-color: #171817;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.main-footer.blog {
  flex: none;
}

.div-block-77 {
  justify-content: center;
  margin-top: 144px;
  display: flex;
}

.div-block-77.hide {
  display: block;
}

.dejas-links {
  line-height: 1.2;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-12 {
  background-color: var(--background-off-white);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-29 {
  background-color: var(--background-off-white);
  color: #5c5c5c;
  text-align: left;
  width: 80%;
  margin-top: 91px;
  margin-bottom: 52px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7;
}

.rich-text-block-2 {
  width: 80%;
  margin-top: 49px;
  margin-right: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 2.3;
}

.body-13 {
  background-color: var(--background-off-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
  display: flex;
}

.criteria {
  background-color: #fff;
  margin-top: 75px;
  padding: 0 79px 34px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.8;
}

.body-14 {
  background-color: var(--background-off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.div-block-79 {
  width: 100%;
  margin-top: 101px;
  font-size: 1.4em;
  line-height: 1.5;
}

.heading-12 {
  text-align: left;
  text-transform: uppercase;
  font-size: 3em;
  line-height: .5;
}

.inner-wrapper {
  width: 80%;
  margin-top: 94px;
}

.inner-wrapper.event {
  margin-top: 2em;
}

.rich-text-block-3 {
  font-size: 1.3em;
}

.div-block-80 {
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  display: flex;
}

.zurnal-category {
  color: #000000d4;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  min-width: auto;
  min-height: auto;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
}

.link-block-10 {
  background-color: var(--latvia-dance-green);
  box-shadow: 1px 1px 3px 0 var(--shadow);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  transition: border-width .4s;
  display: flex;
}

.link-block-10:hover {
  border-bottom: 10px solid #00000059;
  border-right: 10px solid #00000059;
}

.div-block-81 {
  justify-content: center;
  align-items: center;
  display: none;
}

.body-15 {
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.body-16, .body-17 {
  background-color: var(--background-off-white);
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.body-18 {
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.body-19 {
  font-size: 1vw;
  line-height: 1;
}

.body-20 {
  background-color: var(--background-off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.body-21 {
  background-color: var(--background-off-white);
  font-size: 1vw;
  line-height: 1px;
}

.cursor {
  z-index: 999;
  background-color: var(--latvia-dance-green);
  border-radius: 13px;
  width: 26px;
  height: 26px;
  transition: left .2s, top .2s linear;
  position: absolute;
}

.cursor.cursor-hover {
  height: 1px;
}

.text-span-5 {
  color: var(--latvia-dance-green);
  text-align: left;
  font-size: 3em;
  line-height: 1.1;
  display: inline;
  position: relative;
}

.bullet-point {
  color: var(--latvia-dance-green);
  font-size: 2.2em;
  line-height: 1;
}

.dejas-titles {
  text-align: left;
  margin-bottom: 11px;
  padding: 21px;
  font-size: 1.4em;
  line-height: 1.3;
}

.footer-logo-row, .div-block-83 {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 30%;
  display: flex;
}

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

.div-block-84, .div-block-85, .div-block-86, .div-block-87 {
  overflow: hidden;
}

.tabs-menu {
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  margin-bottom: 99px;
  margin-left: 25%;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.tabs-menu.dejas-tabs {
  width: 100%;
  margin-left: 0;
}

.text-block-30 {
  border-bottom: 6px none var(--latvia-dance-green);
  color: #00000080;
  text-align: center;
  text-transform: none;
  width: auto;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  display: inline;
}

.text-block-31 {
  text-transform: none;
}

.tabs {
  flex-direction: column;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.tab-link-tab-1 {
  opacity: 1;
  color: #00000080;
  background-color: #0000;
  width: auto;
  padding: 12px 0 0;
}

.tab-link-tab-1.w--current {
  border-style: none none solid;
  border-width: 6px;
  border-color: black black var(--latvia-dance-green);
  color: #000;
  background-color: #c8c8c800;
  width: auto;
  padding-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
}

.tab-link-tab-1.all {
  font-size: 1em;
}

.tab-link-tab-1.dates {
  width: 25%;
}

.tab-link-tab-2 {
  color: #00000080;
  background-color: #ddd0;
  width: auto;
  padding: 12px 0 0;
}

.tab-link-tab-2.w--current {
  border-bottom: 6px solid var(--latvia-dance-green);
  color: #000;
  background-color: #0000;
  width: auto;
}

.tab-link-tab-2.ballet {
  font-size: 1em;
}

.tab-link-tab-3 {
  color: #00000080;
  background-color: #ddd0;
  width: auto;
  padding: 12px 0 0;
}

.tab-link-tab-3.w--current {
  border-bottom: 6px solid var(--latvia-dance-green);
  color: #000;
  background-color: #0000;
}

.tab-link-tab-3.laikmetiga {
  font-size: 1em;
}

.text-block-32, .text-block-33 {
  text-transform: none;
}

.tab-link-tab-4 {
  color: #00000080;
  background-color: #ddd0;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 12px 0 0;
  display: flex;
}

.tab-link-tab-4.w--current {
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: black black var(--latvia-dance-green);
  color: #000;
  background-color: #0000;
  flex: none;
  width: auto;
  margin-right: 0;
  padding: 12px 0 0;
  display: block;
}

.tab-link-tab-4.skatuviska {
  font-size: 1em;
}

.div-block-88 {
  display: inline;
}

.bold-text-2 {
  color: #00000080;
  border-bottom-style: none;
  font-weight: 600;
}

.tab-link-tab-5 {
  background-color: #0000;
  padding: 12px 0 0;
}

.tab-link-tab-5.w--current {
  border-bottom: 6px solid var(--latvia-dance-green);
}

.tab-link-tab-5.musdienu {
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
}

.rich-text-block-4 {
  line-height: 1.4;
}

.pietekuma {
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.div-block-89 {
  width: 100%;
}

.heading-13 {
  border-bottom: 4px none var(--latvia-dance-green);
  text-align: center;
  flex: none;
  width: auto;
  max-width: 80%;
  font-size: 3em;
  line-height: 1.3;
  text-decoration: none;
  display: inline;
}

.div-block-90 {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding: 0 7px 4px;
  display: flex;
}

.image-20 {
  flex: none;
  align-self: auto;
  height: auto;
}

.link-arrow {
  flex: none;
  width: 10px;
  height: 10px;
}

.div-block-91, .div-block-92, .div-block-93, .div-block-94, .div-block-95 {
  width: 100%;
  overflow: hidden;
}

.div-block-96 {
  margin-top: 4em;
  margin-bottom: 4em;
  line-height: 1.5;
}

.text-block-34 {
  font-size: 1em;
  line-height: 1.7;
  text-decoration: none;
}

.underline {
  border-bottom: 5px solid var(--latvia-dance-green);
  text-decoration: none;
}

.text-block-35 {
  text-align: right;
  width: 50%;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 1em;
}

.image-21 {
  width: 47%;
  margin-bottom: 0;
}

.text-block-36 {
  font-size: 1em;
}

.div-block-97 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.text-block-37 {
  text-align: right;
  width: 50%;
  margin-right: 40px;
  font-size: 1em;
}

.div-block-98 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 65%;
  margin-left: 0;
  box-shadow: 1px 1px 3px #0000002e;
}

.div-block-99 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 28px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.text-block-38 {
  width: 100%;
  margin-top: 66px;
  font-size: 1.5em;
  line-height: 1.7;
}

.tabs-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-4 {
  margin-top: 154px;
  padding-top: 22px;
}

.rte {
  margin: 1em 50px 2em;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.rte img {
  width: auto;
  max-width: 1000px;
  height: auto;
  max-height: none;
  display: block;
}

.rte figure {
  border-bottom: 4px none var(--latvia-dance-green);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  display: block;
  position: static;
}

.rte strong {
  border-bottom-style: none;
  line-height: 1;
}

.rte p {
  margin-top: 19px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5;
}

.rte h4 {
  border-bottom: 4px solid var(--latvia-dance-green);
  margin-top: 30px;
  font-size: 1.7em;
  line-height: 1;
  display: inline;
}

.rte figcaption {
  text-align: right;
  align-self: center;
  margin-top: 18px;
  margin-bottom: 14px;
  font-weight: 300;
}

.rte h2 {
  border-bottom: 4px solid var(--latvia-dance-green);
  line-height: 32px;
  display: inline-block;
}

.rte a {
  border-bottom: 3px solid var(--latvia-dance-green);
  color: #333;
}

.div-block-100 {
  color: #b9b9b9;
  text-align: center;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-top: 30px;
  font-size: 1.5em;
  display: flex;
}

.writer {
  border-right: 6px none var(--latvia-dance-green);
  flex: none;
  align-self: auto;
  margin-right: 0;
  padding-right: 0;
}

.div-block-101 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-23 {
  margin: 16px;
  transition: transform .2s cubic-bezier(.47, 0, .745, .715);
  transform: rotate(-45deg);
}

.image-23:hover {
  transform: translate(0, -12px)rotate(-45deg);
}

.div-block-103 {
  text-align: center;
  align-self: auto;
}

.dates-tab {
  box-shadow: 1px 1px 3px 0 var(--shadow);
  color: var(--shadow);
  text-align: center;
  background-color: #ddd0;
  border: 1px solid #c9c9c9;
  flex: 0 auto;
  margin: -1px 40px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.dates-tab.w--current {
  color: #fff;
  background-color: #03c28b;
  flex: 0 auto;
}

.dates-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 85px auto 59px;
  padding: 0;
  display: flex;
}

.div-block-105 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-106 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-right: 12px;
  font-size: 1.5em;
  display: flex;
}

.zurnals-link {
  border: 1px #000;
  border-bottom: 6px solid #0000;
  transition: all .4s;
}

.zurnals-link:hover {
  border-bottom: 6px solid var(--latvia-dance-green);
}

.text-block-39 {
  margin-bottom: 29px;
  font-size: 1.5em;
}

.text-block-40 {
  margin-bottom: 42px;
}

.authors {
  margin-top: 35px;
  line-height: 2.5;
  text-decoration: none;
  display: none;
}

.authors.smaller {
  line-height: 2.3;
}

.text-span-6 {
  text-decoration: underline;
}

.names {
  border-bottom-style: none;
  border-bottom-width: 0;
  line-height: 2;
}

.no-underline-bold {
  border-bottom-style: none;
}

.heading-no-ul {
  font-weight: 700;
}

.link-8 {
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: black black var(--latvia-dance-green);
}

.name {
  border-bottom: 5px solid var(--latvia-dance-green);
}

.rich-text-block-7 {
  line-height: 2;
}

.rich-text-block-8 {
  width: 100%;
}

.comments-wrapper {
  background-color: #fff;
  width: 75%;
  max-width: 1200px;
  margin-top: 100px;
  box-shadow: 1px 1px 3px #00000021;
}

.comments-inner {
  margin: 30px 50px 40px;
}

.list {
  margin-top: 128px;
  line-height: 1.2;
}

.text-block-41 {
  padding: 18px 50px 82px;
  font-size: 1.3em;
  line-height: 1.5;
}

.text-block-42 {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--latvia-dance-green);
  margin-bottom: 8px;
  line-height: 1.3;
  display: inline-block;
}

.text-block-43 {
  padding-left: 50px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.text-block-44 {
  margin-left: 20px;
  line-height: 1.4;
  display: inline-block;
}

.text-block-45 {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item {
  margin-top: 32px;
  margin-bottom: 32px;
  list-style-type: none;
}

.link-9 {
  text-align: right;
  display: block;
}

.form-2 {
  align-self: center;
  width: 90%;
}

.form-block {
  text-align: left;
  border: 1px solid #00000026;
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 90%;
  margin-top: 4em;
  padding: 2% 3%;
  display: flex;
}

.div-block-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-46 {
  padding-left: 46px;
}

.text-block-47 {
  margin-bottom: 71px;
  font-size: 2em;
  font-weight: 600;
}

.div-block-108 {
  border: 1px solid var(--latvia-dance-green);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 1px;
  display: flex;
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-2, .list-item-3 {
  list-style-type: none;
}

.submit-button {
  background-color: var(--latvia-dance-green);
}

.div-block-110 {
  display: inline-block;
}

.text-block-48 {
  padding-left: 20px;
  display: inline-block;
}

.text-field, .text-field-2, .textarea {
  width: 100%;
}

.date {
  text-align: right;
  width: 100%;
  height: 15%;
  padding-top: .5em;
  padding-right: .2em;
}

.date.feature {
  height: 10%;
}

.date.middle {
  text-align: right;
}

.spacer {
  width: 6%;
}

.div-block-112 {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-around;
  width: 8.4em;
  height: 98%;
  margin-left: 5%;
  display: flex;
}

.div-block-113 {
  width: 100%;
  height: auto;
  transition: filter .4s ease-in-out;
}

.div-block-113:hover {
  filter: invert();
}

.div-block-114 {
  border-style: solid;
  border-width: 1px 1px 1px 8px;
  border-color: black black black var(--latvia-dance-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  line-height: 1.6;
  display: flex;
  position: relative;
}

.div-block-115 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: filter .5s ease-in-out;
  display: flex;
}

.div-block-115:hover {
  filter: invert();
}

.image-24, .image-25 {
  border: 1px solid #000;
}

.div-block-116 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-116:hover {
  color: #000;
}

.image-26 {
  z-index: 2;
  transition: opacity .4s ease-in-out;
  display: block;
  position: relative;
}

.image-26:hover {
  opacity: 0;
}

.text-block-49 {
  color: #000;
  font-size: 1.5em;
}

.div-block-117 {
  width: 100%;
}

.rich-text-block-9 {
  line-height: 1.4;
}

.text-block-50 {
  text-align: center;
}

.text-block-51 {
  color: #000;
  text-align: left;
  flex: none;
  align-self: center;
  width: 100%;
  padding-left: .7em;
  font-weight: 700;
  line-height: 1.3;
}

.eu-logo {
  background-image: url('../images/LV_ID_EU_logo_ansamblis_ERAF_inv.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 160px;
}

.eu-outer {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.div-block-118 {
  border-right: 5px solid var(--latvia-dance-green);
  border-left: 5px solid var(--latvia-dance-green);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.text-block-52 {
  color: #c9c9c9;
  text-align: center;
  flex: none;
  width: 80%;
  font-size: .8vw;
  line-height: 1.2;
}

.text-block-53 {
  color: #969696;
  text-align: center;
  flex: none;
  width: 78%;
  font-size: .9vw;
}

.div-block-119 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-120 {
  justify-content: center;
  align-items: center;
  height: 30%;
  padding-left: 12px;
  display: flex;
}

.footer-link {
  border: 1px solid #fffcfc47;
  justify-content: center;
  align-items: center;
  width: 30%;
  transition: border-color .4s;
  display: flex;
}

.footer-link:hover {
  border-color: #fff;
}

.footer-link.ldic {
  flex: none;
  width: 30%;
  height: 100%;
}

.new-year-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  margin-top: 6em;
  margin-bottom: 6em;
  display: flex;
}

.tab-year-block {
  flex-wrap: wrap;
  flex: none;
  place-content: stretch center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
  box-shadow: 0 1px 3px #00000057;
}

.tab-year-block.live {
  background-color: #03c28b;
}

.tab-year-block.link {
  width: 18%;
}

.div-block-122 {
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 14px;
  display: flex;
}

.year-text {
  padding: 1.1em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

.year-text.live {
  color: #fff;
}

.empty-state-2 {
  background-color: #fff;
}

.card-inner {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.empty-state-3 {
  background-color: #fff;
}

.collection-item-11 {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.collection-list-wrapper-12 {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: block;
}

.collection-list-10 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.wide-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: relative;
}

.award-outer {
  flex: 0 auto;
  width: 8em;
  height: 8em;
  display: none;
  position: static;
  bottom: 0;
  left: 1em;
}

.image-27 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.submenu-wrapper {
  text-align: left;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.right-align {
  display: flex;
}

.right-alighn {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.submenu-inner {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.right-block {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-123 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 30em;
  margin-top: 10em;
  display: flex;
}

.div-block-124 {
  width: 80%;
}

.heading-14 {
  display: block;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-5 {
  width: 100%;
  height: 100%;
}

.navbar-4 {
  background-color: #fff0;
  flex: none;
  width: 100%;
  height: 60%;
}

.body-24 {
  display: flex;
}

.code-embed {
  width: 100%;
}

.date-time-block {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.start-date, .end-date {
  font-size: 1.4em;
}

.rich-text-block-10 {
  text-align: left;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 1.5em;
  line-height: 1.6;
}

.heading-15 {
  padding-left: 2%;
  padding-right: 2%;
}

.category {
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.4em;
}

.content {
  justify-content: flex-start;
  align-items: center;
  width: 94%;
  height: 100%;
  display: flex;
}

.collection-list-wrapper-13 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-list-11 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-12 {
  border: 1px solid #0000001a;
  width: 24%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.div-block-128 {
  height: 60%;
}

.image-28 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-28.feature {
  display: block;
}

.panel-text {
  height: 40%;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.panel-text.feature {
  background-color: #ffffffe6;
  width: 30%;
  height: 90%;
  position: absolute;
  top: 5%;
  bottom: 5%;
  right: 5%;
}

.panel-text.side-feature {
  padding-bottom: .1em;
}

.title {
  font-size: 1.1em;
}

.title.feature {
  height: auto;
  font-size: 1.6em;
  line-height: 1.3;
}

.click-blocks-outer {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin-top: 0;
  margin-bottom: 6em;
  margin-left: 55px;
  display: flex;
}

.click-block {
  border: 1px solid #0000001a;
  width: 23%;
  height: 10em;
  transition: border-width .4s ease-in-out, border-color .3s ease-in-out;
  box-shadow: 0 2px 5px #0003;
}

.click-block:hover {
  border-bottom-width: 1em;
  border-bottom-color: #03fdb4;
  border-right-width: 1em;
  border-right-color: #03fdb4;
}

.click-block.jurnal {
  background-image: url('../images/dance.lv-zurnals-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.click-block.jurnal:hover {
  border-bottom-width: 8px;
  border-bottom-color: #03fdb4;
  border-right: 8px solid #03fdb4;
}

.click-block.maja {
  background-image: url('../images/dejas-māja_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.click-block.b-dance {
  background-image: url('../images/Baltic-Dance-Platform_sq.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.click-block.d-balva {
  background-image: url('../images/DEJAS-BALVA-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rec-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50em;
  display: flex;
}

.div-block-129 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85%;
  display: flex;
}

.div-block-129.feature {
  height: 90%;
}

.div-block-130 {
  width: 95%;
}

.first-feature {
  width: 70%;
  height: 100%;
}

.div-block-131 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.div-block-131.feature {
  padding-left: 1em;
}

.collection-list-wrapper-14, .collection-list-wrapper-15 {
  height: 48%;
}

.collection-item-13 {
  position: relative;
}

.feature, .collection-list-12 {
  height: 100%;
}

.collection-item-14 {
  border: 1px solid #0003;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.collection-list-13 {
  height: 100%;
}

.collection-item-15 {
  outline-offset: 0px;
  border: 1px solid #0003;
  outline: 3px #333;
  height: 100%;
}

.collection-list-wrapper-16 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-16 {
  border: 1px solid #0003;
  width: 24%;
  height: 100%;
  box-shadow: 0 0 5px #0003;
}

.collection-list-14 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-5 {
  background-color: #fff0;
  width: 90%;
  height: 5em;
  margin-top: 1em;
}

.nav-link-7, .nav-link-8, .nav-link-9 {
  text-transform: uppercase;
}

.image-29 {
  height: 100%;
}

.div-block-132 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.brand {
  height: 100%;
  font-family: Open Sans, sans-serif;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu-5 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-54 {
  border-left: 6px solid var(--latvia-dance-green);
  color: #000;
  letter-spacing: 2px;
  padding-left: 6px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-133 {
  width: 100%;
  height: 60%;
}

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

.event--name {
  font-size: 1.4em;
}

.div-block-134 {
  width: 100%;
  height: 40%;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.div-block-135 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 85%;
  display: flex;
}

.under-nav {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 3em;
  display: flex;
}

.social {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 2em;
  display: flex;
}

.link-block-12 {
  background-image: url('../images/02_facebook-p-500.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 100%;
}

.link-block-13 {
  background-image: url('../images/03_youtube-p-500.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 100%;
}

.link-block-14 {
  background-image: url('../images/soundcloud-icon2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 80%;
}

.link-block-15 {
  background-image: url('../images/d8983d94fecfb449e6c08687ea0609fb_instagram-new-vector-logo-instagram-logo-clipart-png_512-512.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 100%;
}

.div-block-136, .div-block-137, .div-block-138, .link-block-16, .link-block-17 {
  width: 100%;
  height: 100%;
}

.link-block-18 {
  border: 1px solid #0000001a;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px #0003;
}

.text-block-55 {
  font-size: 1.4em;
}

.text-block-56 {
  text-align: center;
  margin-bottom: 1.6em;
  font-size: 1.6em;
}

.events-wrapper {
  width: 80%;
  margin-top: 4em;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.text-block-57 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.text-block-58 {
  text-align: center;
  font-size: 1.2em;
}

.lists-outer {
  width: 100%;
  margin-bottom: 4em;
}

.lists-outer.zurnals {
  margin-bottom: 4em;
}

.coll-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20em;
  display: flex;
}

.collection-list-15 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-140 {
  width: 100%;
  height: 100%;
}

.coll-block {
  border-left: 6px solid var(--latvia-dance-green);
  width: 90%;
  height: 100%;
  padding-left: 1em;
}

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

.collection-item-17 {
  border: 1px solid #0000001a;
  width: 24%;
  height: 100%;
  box-shadow: 0 0 5px #0003;
}

.text-block-59 {
  text-align: right;
  height: 16%;
}

.image-31 {
  width: 100%;
  height: 60%;
}

.div-block-142 {
  width: 100%;
  height: 40%;
  padding: .5em;
}

.text-block-60 {
  justify-content: center;
  align-items: center;
  height: 84%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .blog-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 3px #0000005e;
  }

  .rich-text-block {
    margin-top: 127px;
    margin-bottom: 121px;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.7em;
  }

  .rich-text-block.rte {
    font-size: .8em;
    line-height: 1.3;
  }

  .body {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    font-size: 1em;
    line-height: 1;
    display: flex;
  }

  .text-block {
    font-size: 1em;
  }

  .logo-block {
    align-items: center;
    margin-top: 30px;
  }

  .text-block-2 {
    font-size: 1.8em;
    line-height: 1.4;
  }

  .text-block-2.small.new-footer {
    margin-left: 17px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.3;
  }

  .text-block-2.header {
    border-left-width: 8px;
    margin-left: 13px;
    padding-left: 12px;
    font-size: 1.3em;
    line-height: 1;
  }

  .image-8 {
    margin-right: 0;
  }

  .events-block {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 40em;
    line-height: 1;
    position: relative;
  }

  .mask {
    bottom: 55px;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1em;
  }

  .slider-3 {
    width: 73%;
    max-width: none;
    height: 40vw;
    max-height: 680px;
  }

  .text-block-9 {
    font-size: 1.4em;
  }

  .div-block-29 {
    margin-bottom: 17px;
  }

  .text-block-11, .text-block-12 {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4em;
  }

  .heading-5 {
    text-align: center;
  }

  .body-2 {
    background-color: var(--background-off-white);
    text-align: left;
    flex-direction: column;
    font-size: 1em;
    line-height: 1;
  }

  .recent-categories-block {
    max-width: 1440px;
    margin-top: 94px;
  }

  .cat-block-outer {
    width: 24%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-31 {
    justify-content: space-around;
    width: 95%;
    max-width: none;
  }

  .text-block-13 {
    padding-left: 14px;
    padding-right: 20px;
    font-size: .9em;
    line-height: 1.4;
  }

  .text-block-13.zinas-page {
    font-size: 1.1em;
  }

  .text-block-14 {
    font-size: .7em;
  }

  .heading-6 {
    font-size: .9px;
    line-height: 1.2px;
  }

  .heading-6.dejas {
    line-height: 1px;
  }

  .heading-6.main {
    font-size: .8em;
    display: block;
  }

  .footer {
    max-width: 1440px;
  }

  .sponsors {
    height: 100%;
  }

  .div-block-34 {
    width: 90%;
    max-width: 1400px;
    max-height: none;
  }

  .sponsor-image {
    border: 1px #000;
    flex: none;
    width: 92%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sponsor-image.naba {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sponsor-image.eko {
    width: 100%;
    height: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sponsor-image.sm {
    width: 33%;
    height: 100%;
    padding: 0 14px;
  }

  .sponsor-image.bcf {
    width: 100%;
  }

  .sponsor-image.skatuves {
    width: 64%;
  }

  .sponsor-image.lith {
    padding-top: 0;
  }

  .sponsor-image.stl {
    width: 85%;
  }

  .container {
    padding-top: 42px;
  }

  .nav-link-2 {
    font-size: .9em;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 113px;
  }

  .div-block-39 {
    margin-top: 0;
  }

  .heading-7 {
    font-size: 1.2em;
  }

  .div-block-40 {
    justify-content: space-around;
    height: auto;
    padding-right: 17px;
  }

  .paragraph-2 {
    color: #000000cf;
    font-size: 1em;
  }

  .text-block-16 {
    color: #0000009c;
    margin-top: 11px;
  }

  .search.new {
    margin-left: 2em;
  }

  .search-button {
    width: 2.3em;
    height: 2.3em;
  }

  .image-14.footer {
    width: 45%;
  }

  .menu-header {
    align-items: center;
    width: 100vw;
    min-width: auto;
    max-width: none;
  }

  .image-15 {
    margin-bottom: 95px;
  }

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

  .collection-item-8 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-45 {
    max-width: none;
    height: 24em;
    max-height: 730px;
  }

  .div-block-45.feature {
    height: 100%;
  }

  .page-wrapper {
    background-color: #0000;
    justify-content: flex-start;
    max-width: 1440px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .page-wrapper.search {
    margin-top: 142px;
  }

  .page-wrapper.home {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 1770px;
    margin-top: 0;
    margin-left: 72px;
    margin-right: 72px;
    padding-top: 0;
    display: flex;
  }

  .page-wrapper.home.criteria, .page-wrapper.large {
    display: flex;
  }

  .page-wrapper.large.blog {
    padding-top: 146px;
  }

  .page-wrapper.dejas-balva {
    padding-top: 0;
  }

  .page-wrapper.zinas {
    margin-top: 135px;
    padding-top: 81px;
  }

  .page-wrapper.deja {
    margin-top: 141px;
    padding-top: 0;
  }

  .page-wrapper.par-mums {
    margin-top: 136px;
  }

  .div-block-47 {
    width: 55%;
    max-width: 1440px;
  }

  .link-5 {
    font-size: .7em;
  }

  .news-block {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 4em;
  }

  .news-block.featured {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .left-spacer {
    padding-top: 0;
    line-height: 1;
    position: relative;
  }

  .outer-block {
    flex: none;
  }

  .outer-block.featured {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link-6 {
    color: #474747;
    padding-bottom: 0;
    font-size: 2.1em;
    line-height: 1;
  }

  .link-6.events {
    color: var(--shadow);
    align-self: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 1.4;
    transform: rotate(-90deg);
  }

  .link-6.par-mums {
    color: #000;
    margin-top: 0;
  }

  .link-6.zinas {
    transform-origin: 100% 100%;
    color: var(--dim-grey);
    text-transform: uppercase;
    margin-top: -43%;
    font-size: 1.6em;
    transform: rotate(-90deg);
  }

  .link-6.zinas.events {
    transform-origin: 100% 100%;
    align-self: flex-end;
    margin-top: -45%;
    line-height: 1;
    transform: rotate(-90deg);
  }

  .div-block-54 {
    color: #333;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 1;
    position: relative;
    top: 192px;
    right: -91%;
  }

  .div-block-54.zinas {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0%;
    transform: none;
  }

  .div-block-54.zinas.events {
    top: 0;
    right: 0%;
  }

  .div-block-54.events {
    margin-top: 0;
    padding-top: 0;
    line-height: 1.3;
    top: 43px;
    right: 6px;
    transform: none;
  }

  .div-block-56 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .heading-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .collection-item-9 {
    max-width: 1440px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .text-block-19 {
    width: auto;
    height: 60px;
    line-height: 1.3;
  }

  .sub-page-wrapper {
    background-color: #0000;
    margin-top: 4em;
    padding-top: 0;
    font-size: 1em;
  }

  .sub-page-wrapper.par-mums {
    background-color: #0000;
    padding-left: 157px;
  }

  .sub-page-wrapper.dejas {
    margin-top: 120px;
  }

  .sub-page-wrapper.english {
    margin-top: 160px;
  }

  .heading-9 {
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin-top: 0;
    padding-top: 164px;
    display: flex;
  }

  .heading-9.search {
    align-items: flex-start;
  }

  .body-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .text-block-20 {
    font-size: 1.1em;
  }

  .div-block-60 {
    margin-top: 20px;
    padding-top: 0;
  }

  .text-block-22 {
    font-size: 2em;
  }

  .text-block-22.ul {
    font-size: 2.5em;
  }

  .body-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .body-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .body-6, .body-7 {
    flex-direction: column;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .body-8 {
    font-size: 1vw;
  }

  .body-9, .body-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .zinas-title {
    margin-bottom: 2px;
  }

  .main-pages-heading {
    margin-bottom: 11px;
    line-height: .8;
  }

  .main-pages-heading.dejas {
    line-height: .8;
  }

  .post-wrapper {
    margin-top: 40px;
  }

  .text-block-23 {
    color: #000000bf;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .text-block-24 {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 1.2;
  }

  .pic-block, .pic-block.zinas {
    height: 200px;
  }

  .image-18 {
    width: 53%;
  }

  .div-block-65 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .navbar-3 {
    text-align: left;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-self: auto;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button-2 {
    max-width: none;
    max-height: none;
    margin-right: 0;
  }

  .icon-3 {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .nav-menu-3 {
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
  }

  .main-nav-link {
    flex: none;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    font-size: 51px;
    line-height: 1;
  }

  .main-nav-link.w--current {
    height: auto;
    line-height: 1;
  }

  .main-nav-link.w--current:hover {
    color: var(--latvia-dance-green);
    border-bottom-color: #00fdb400;
  }

  .top-nav-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
    line-height: 1.2;
  }

  .div-block-67 {
    width: 45.6055%;
    margin-top: 16px;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-68 {
    flex: none;
    justify-content: space-between;
    height: 80%;
    display: flex;
  }

  .div-block-69 {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100px;
    margin-right: 25px;
    display: flex;
  }

  .div-block-70 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 50%;
    display: flex;
  }

  .div-block-71 {
    flex: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .text-block-25 {
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1;
  }

  .text-block-26 {
    color: #33333385;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1em;
  }

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

  .text-block-28 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .collection-list-wrapper-10 {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .dejas-links {
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    line-height: 4px;
  }

  .div-block-78 {
    flex: none;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .body-12 {
    display: block;
  }

  .text-block-29 {
    margin-top: 74px;
    margin-bottom: 112px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .criteria {
    width: 80%;
    max-width: 1440px;
  }

  .div-block-79 {
    font-size: 1.5em;
    line-height: 1.6;
  }

  .inner-wrapper {
    margin-top: 282px;
  }

  .inner-wrapper.event {
    margin-top: 4em;
  }

  .div-block-80 {
    margin-top: 66px;
  }

  .body-15 {
    flex-direction: column;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .body-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .body-17, .body-18 {
    flex-direction: column;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .body-19 {
    font-size: 1vw;
    line-height: 1;
  }

  .body-20 {
    font-family: Open Sans, sans-serif;
    font-size: 1em;
  }

  .body-21 {
    flex-direction: column;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .dejas-titles {
    margin-bottom: 14px;
    padding: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3;
  }

  .footer-logo-row {
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30%;
    display: flex;
  }

  .div-block-83 {
    align-items: center;
    height: 30%;
    margin-top: 0;
  }

  .tabs-menu {
    text-transform: uppercase;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 56px;
    margin-left: 20%;
    display: flex;
  }

  .text-block-30 {
    text-transform: none;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .text-block-31, .tabs {
    font-family: Open Sans, sans-serif;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    text-transform: uppercase;
    flex: none;
    justify-content: center;
    align-items: center;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .tab-link-tab-2 {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-5.w--current {
    background-color: #fff0;
  }

  .text-block-34, .text-block-35, .text-block-36, .div-block-97 {
    font-size: 1em;
  }

  .div-block-99 {
    padding-left: 68px;
    padding-right: 68px;
  }

  .text-block-38 {
    font-size: 1.5em;
  }

  .rte {
    margin-top: 32px;
  }

  .rte img {
    text-align: center;
    width: auto;
    max-width: 1000px;
    height: auto;
  }

  .rte figure {
    text-align: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .rte p {
    font-size: 1.5em;
  }

  .div-block-100 {
    font-size: 1.1em;
  }

  .writer {
    font-size: 1.6em;
  }

  .div-block-101 {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .image-23 {
    margin: 23px;
    transition: transform .2s cubic-bezier(.55, .055, .675, .19);
    transform: rotate(-45deg);
  }

  .image-23:hover {
    transform: translate(0, -10px)rotate(-45deg);
  }

  .div-block-102 {
    justify-content: flex-end;
    display: flex;
  }

  .body-22 {
    font-size: 1em;
  }

  .zurnals-link {
    font-size: .8em;
  }

  .list {
    margin-bottom: 138px;
  }

  .div-block-112 {
    width: 6em;
    height: 100%;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .div-block-113 {
    height: auto;
  }

  .div-block-114 {
    height: 20%;
  }

  .div-block-115 {
    height: auto;
  }

  .text-block-49 {
    font-size: 1em;
  }

  .text-block-51 {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: .7em;
    display: flex;
  }

  .body-23 {
    font-size: 1em;
  }

  .div-block-118 {
    height: 95%;
  }

  .div-block-119 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-120 {
    justify-content: space-around;
    height: 30%;
  }

  .footer-link {
    justify-content: space-around;
    align-items: stretch;
    width: 30%;
    height: 100%;
  }

  .footer-link.ldic {
    width: 30%;
  }

  .wide-block {
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    display: flex;
    position: relative;
  }

  .award-outer {
    width: 8em;
    height: 8em;
    position: static;
    inset: auto auto 0 1em;
  }

  .div-block-123 {
    max-width: 1770px;
  }

  .code-embed {
    flex: none;
    height: auto;
    display: flex;
  }

  .link-10, .link-11 {
    text-align: right;
  }

  .div-block-125 {
    text-align: right;
    width: 90%;
    margin-bottom: 1em;
  }

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

  .div-block-126 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6em;
    display: flex;
  }

  .date-time-block {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 1.3em;
    display: flex;
  }

  .start-date {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .end-date {
    margin-left: .2em;
  }

  .rich-text-block-10 {
    margin-top: 4em;
    margin-bottom: 2em;
    font-size: 1.2em;
    line-height: 2;
  }

  .heading-15 {
    display: inline-block;
  }

  .category {
    margin-top: .5em;
    padding-bottom: .5em;
  }

  .content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 94%;
    height: 100%;
    display: block;
  }

  .content.feature {
    display: flex;
  }

  .collection-list-wrapper-13 {
    border: 1px #000;
    height: 100%;
  }

  .collection-list-11 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .collection-item-12 {
    border: 1px solid #0000001a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    height: 100%;
    margin-right: 1em;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-128 {
    width: 100%;
    height: 60%;
  }

  .div-block-128.feature {
    height: 100%;
  }

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

  .image-28.feature {
    display: block;
  }

  .panel-text {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    height: 40%;
    padding-bottom: .6em;
    padding-left: .6em;
    padding-right: .6em;
    display: flex;
  }

  .title {
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    line-height: 1;
    display: block;
  }

  .click-blocks-outer {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 8em;
    margin-top: 4em;
    margin-bottom: 1em;
    margin-left: 5%;
    display: flex;
  }

  .click-block {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border: 1px solid #0000001a;
    width: 20%;
    height: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .click-block.jurnal {
    background-image: url('../images/dance.lv-zurnals-logo.jpg');
    background-position: 50%;
    background-size: contain;
  }

  .click-block.maja {
    background-image: url('../images/dejas-māja_logo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .click-block.b-dance {
    background-image: url('../images/Baltic-Dance-Platform_sq.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .click-block.d-balva {
    background-image: url('../images/DEJAS-BALVA-4.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .rec-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 10em;
    margin-top: 4em;
    margin-bottom: 2em;
    display: flex;
    position: relative;
  }

  .collection-item-13.feature {
    border: 1px solid #0000001a;
    box-shadow: 0 2px 5px #0003;
  }

  .navbar-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1770px;
    display: flex;
  }

  .container-6 {
    max-width: 1770px;
  }

  .event--name {
    font-size: 1.2em;
  }

  .under-nav {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-top: 3em;
    display: flex;
  }

  .social {
    object-fit: contain;
    flex: none;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    height: 2em;
    display: flex;
  }

  .search-bl {
    flex: none;
    width: 20%;
    display: flex;
  }

  .link-block-11 {
    object-fit: contain;
    background-image: url('../images/01_twitter-p-500.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 auto;
    width: 15%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .link-block-12 {
    object-fit: contain;
    background-image: url('../images/02_facebook-p-500.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-13 {
    background-image: url('../images/03_youtube-p-500.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-14 {
    background-image: url('../images/soundcloud-icon2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 80%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-15 {
    background-image: url('../images/d8983d94fecfb449e6c08687ea0609fb_instagram-new-vector-logo-instagram-logo-clipart-png_512-512.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-136, .div-block-137, .div-block-138, .link-block-16, .link-block-17, .link-block-18 {
    width: 100%;
    height: 100%;
  }

  .events-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .blog-wrapper {
    width: 100%;
    padding-bottom: 90px;
  }

  .rich-text-block {
    margin-top: 40px;
    font-size: 2.1em;
  }

  .rich-text-block.rte {
    margin-bottom: 80px;
    font-size: 1.5em;
  }

  .links-block {
    justify-content: center;
    height: auto;
  }

  .div-block-10.header {
    justify-content: flex-end;
  }

  .div-block-10.social {
    flex: 0 auto;
    width: 75%;
    margin-top: 24px;
    display: none;
  }

  .text-block {
    font-size: 1em;
  }

  .logo-block {
    margin-top: 20px;
    margin-left: 1em;
  }

  .text-block-2 {
    font-size: 2em;
    line-height: 1.2;
  }

  .text-block-2.small {
    font-size: 2em;
  }

  .text-block-2.small.new-footer {
    font-size: 17px;
  }

  .text-block-2.header {
    color: #2e2e2e;
    letter-spacing: 5px;
    border-left-width: 7px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 14px;
    font-size: 2.1em;
    line-height: 1;
  }

  .text-block-2.header.search {
    font-size: 2.2em;
  }

  .text-block-2.top {
    border-left-width: 7px;
    font-size: 1.2em;
    line-height: 1.1;
  }

  .image-8 {
    height: 75%;
  }

  .events-block {
    margin-top: 2em;
    padding-top: 0;
  }

  .mask {
    bottom: 39px;
  }

  .slider-3 {
    width: 78%;
  }

  .text-block-9 {
    padding: 10px;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .text-block-11, .text-block-12 {
    font-size: 1.6em;
  }

  .heading-5 {
    font-size: 4.1em;
    line-height: 1.5em;
  }

  .image-13 {
    height: 200px;
  }

  .cat-block-outer {
    padding-left: 4px;
    padding-right: 4px;
  }

  .cat-block-outer.dejas {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-31 {
    width: 97%;
  }

  .text-block-13 {
    font-size: 1.7em;
    line-height: 1.3;
  }

  .text-block-13.zinas-page {
    font-size: 1.7em;
  }

  .heading-6 {
    border-bottom-style: solid;
    border-bottom-color: var(--latvia-dance-green);
    flex: none;
    width: 100%;
    font-size: 2em;
    display: inline;
  }

  .heading-6.pink {
    border-bottom-style: solid;
    flex: none;
    margin-right: 38px;
    padding-right: 0;
  }

  .heading-6.brown {
    width: auto;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
  }

  .heading-6.main {
    font-size: 1.7em;
    display: flex;
  }

  .topic-head {
    align-items: flex-start;
    height: 50px;
    margin-bottom: 0;
    display: block;
  }

  .link-3 {
    border-bottom-style: none;
  }

  .sponsors {
    border-top: 5px none var(--latvia-dance-green);
    border-left-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    height: 50%;
    margin-top: 33px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    flex-direction: column;
    height: 1090px;
  }

  .div-block-35 {
    justify-content: center;
    width: 90%;
    height: 20%;
    margin-top: 71px;
    margin-right: 0;
  }

  .sponsor-image {
    flex: none;
    width: 100%;
    height: 100%;
  }

  .sponsor-image.skatuves {
    width: 70%;
  }

  .sponsor-image.lith {
    width: 80%;
  }

  .div-block-36 {
    justify-content: center;
  }

  .link-4 {
    margin-bottom: 12px;
    padding-top: 0;
    font-size: 2.3em;
  }

  .div-block-37 {
    margin-top: 8px;
  }

  .container {
    flex: 1;
    max-width: none;
  }

  .nav-link-2 {
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 1.6em;
    display: flex;
  }

  .navbar {
    flex-direction: row;
    flex: none;
    width: 100%;
    margin-top: 32px;
    display: block;
  }

  .container-2 {
    margin-top: 139px;
  }

  .div-block-39 {
    margin-left: 0;
  }

  .heading-7 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 2.1em;
    line-height: 1.3;
  }

  .div-block-40 {
    justify-content: space-around;
    padding-left: 29px;
    padding-right: 12px;
  }

  .paragraph-2 {
    margin-top: 5px;
    font-size: 1.5em;
    line-height: 1.1;
    overflow: hidden;
  }

  .text-block-16 {
    margin-top: 13px;
    font-size: 1.5em;
  }

  .image-14.footer {
    width: 300px;
    height: auto;
  }

  .div-block-42 {
    padding-top: 0;
  }

  .menu-header {
    display: block;
  }

  .image-15 {
    margin-bottom: 50px;
  }

  .div-block-45 {
    padding-left: 20px;
  }

  .link-block-2 {
    display: none;
  }

  .page-wrapper {
    margin-top: 0;
  }

  .page-wrapper.home {
    width: 100%;
    margin-top: 4em;
  }

  .page-wrapper.home.criteria {
    margin-top: 153px;
  }

  .page-wrapper.zinas {
    margin-top: 150px;
  }

  .page-wrapper.recencijas {
    margin-top: 98px;
  }

  .page-wrapper.intervijas {
    padding-top: 100px;
  }

  .page-wrapper.par-mums {
    justify-content: flex-start;
    margin-top: 106px;
  }

  .div-block-47 {
    width: 35%;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .left-spacer {
    text-align: right;
    flex: none;
    width: 5%;
    position: relative;
    inset: auto;
  }

  .outer-block {
    text-align: left;
    width: 93%;
  }

  .right-spacer {
    width: 3%;
    display: none;
  }

  .link-6 {
    transform-origin: 50% 100%;
  }

  .link-6.events {
    margin-bottom: 0;
  }

  .link-6.zinas {
    transform-origin: 100% 100%;
    margin-top: -121%;
    font-size: 2.5em;
    transform: rotate(-90deg);
  }

  .link-6.zinas.events {
    transform-origin: 100% 100%;
    text-align: right;
    margin-top: -56%;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: rotate(-90deg);
  }

  .div-block-54 {
    margin-top: 183px;
    padding-right: 0;
    display: flex;
    inset: auto -87% 0% auto;
  }

  .div-block-54.zinas {
    width: 100%;
    height: 100px;
    margin-top: 24px;
    font-size: 1.3em;
    line-height: 1;
    position: absolute;
    inset: auto;
    transform: none;
  }

  .div-block-54.zinas.events {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    position: relative;
    inset: auto;
    transform: none;
  }

  .div-block-57 {
    border-top: 5px solid var(--latvia-dance-green);
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-19 {
    flex: none;
    width: 100%;
    height: 10%;
    margin-top: 37px;
    margin-bottom: 1px;
    font-size: 2vw;
  }

  .sub-page-wrapper {
    width: 95%;
    margin-top: 92px;
    padding-top: 0;
  }

  .sub-page-wrapper.form {
    width: 90%;
  }

  .sub-page-wrapper.par-mums {
    align-items: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sub-page-wrapper.dejas {
    padding-top: 0;
  }

  .sub-page-wrapper.english {
    margin-top: 56px;
  }

  .sub-page-wrapper.intervijas {
    align-self: auto;
    margin-top: 39px;
  }

  .sub-page-wrapper.vertesanas {
    font-family: Open Sans, sans-serif;
    font-size: 2.6em;
    line-height: 1.6;
  }

  .sub-page-wrapper.clear {
    margin-top: 4em;
  }

  .par-mums-title {
    margin-top: 25px;
  }

  .heading-9.search {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .heading-9.par-mums {
    font-size: 5.1em;
  }

  .body-3 {
    font-size: 1vw;
  }

  .text-block-20 {
    margin-top: 29px;
    font-size: 2em;
    line-height: 1.5;
  }

  .div-block-60 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 56px;
  }

  .text-block-22 {
    font-size: 2em;
  }

  .text-block-22.ul {
    font-size: 2.5em;
  }

  .body-4, .body-7 {
    font-size: 1vw;
  }

  .zinas-title {
    width: 95%;
    margin-bottom: 0;
  }

  .main-pages-heading {
    font-size: 4em;
  }

  .main-pages-heading.dejas {
    margin-top: 110px;
    margin-left: 25px;
  }

  .main-pages-heading.zinas {
    margin-top: 115px;
  }

  .post-wrapper {
    width: 100%;
  }

  .collection-item-10 {
    width: 33%;
  }

  .collection-list-9 {
    justify-content: space-around;
  }

  .text-block-24 {
    font-size: 1.1em;
    line-height: 1.1;
  }

  .pic-block {
    height: 225px;
  }

  .pic-block.home {
    height: 250px;
  }

  .pic-block.zinas {
    height: 225px;
  }

  .image-18 {
    width: 48%;
    margin-left: 13px;
  }

  .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
    display: none;
  }

  .navbar-2 {
    background-color: var(--background-off-white);
    font-size: 3vw;
  }

  .nav-link-3 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: var(--background-off-white);
    flex-direction: column;
    display: block;
    inset: 0%;
  }

  .container-3 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .navbar-3 {
    justify-content: space-between;
    font-size: 1em;
    inset: 0% 0% auto;
  }

  .icon-3 {
    font-size: 6vw;
    line-height: 1;
  }

  .nav-menu-3 {
    padding-top: 0;
    font-size: 1em;
  }

  .main-nav-link {
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 4.1em;
    display: flex;
  }

  .main-nav-link.w--current {
    height: auto;
    line-height: 1;
  }

  .div-block-67 {
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .div-block-68 {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 80%;
    margin-top: 0;
  }

  .div-block-70 {
    justify-content: space-between;
    height: 50%;
    font-size: 1em;
  }

  .div-block-71 {
    flex: none;
  }

  .div-block-73 {
    padding-top: 0;
  }

  .body-11 {
    font-size: 1vw;
  }

  .main-footer.blog {
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .div-block-78 {
    font-size: 1em;
  }

  .rich-text-block-2 {
    font-size: 1.8em;
  }

  .body-13 {
    font-size: 1vw;
  }

  .criteria {
    padding-top: 7px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.4em;
  }

  .div-block-79 {
    font-size: 1em;
  }

  .rich-text-block-3 {
    font-size: 1.8em;
  }

  .div-block-80 {
    width: 95%;
  }

  .zurnal-category {
    font-size: 3vw;
  }

  .link-block-10 {
    width: 175px;
    height: 175px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-logo-row {
    align-items: center;
    width: 70%;
  }

  .div-block-83 {
    width: 60%;
    margin-top: 60px;
  }

  .tabs-menu {
    width: 80%;
    margin-left: 15%;
    margin-right: 5%;
  }

  .tabs-menu.dejas-tabs {
    justify-content: space-between;
    width: 86%;
    margin-right: 0%;
  }

  .text-block-30 {
    color: #000;
    font-size: 1.9em;
    line-height: 1.1;
    display: inline;
    overflow: visible;
  }

  .tabs {
    flex: 1;
    align-items: center;
  }

  .rich-text-block-5 {
    font-size: 2.1em;
    line-height: 1.6;
  }

  .rich-text-block-6 {
    font-family: Open Sans, sans-serif;
    font-size: 2.3em;
    line-height: 2;
  }

  .pietekuma {
    font-family: Open Sans, sans-serif;
    font-size: 1.6em;
    line-height: 1.5;
  }

  .pietekuma h1 {
    font-size: 1.7em;
    line-height: 1;
  }

  .heading-13 {
    max-width: 80%;
    font-size: 3.5em;
    line-height: 1.4;
  }

  .div-block-90 {
    padding-bottom: 2px;
  }

  .div-block-96 {
    font-size: 1.8em;
  }

  .text-block-35 {
    width: 40%;
  }

  .text-block-36 {
    margin-bottom: 98px;
  }

  .text-block-37 {
    width: 40%;
  }

  .text-block-38 {
    margin-top: 5px;
    font-size: 2em;
  }

  .rte {
    font-size: 1.3em;
  }

  .rte figure {
    width: auto;
    height: auto;
  }

  .div-block-100 {
    font-size: 2.5em;
  }

  .image-23 {
    margin-right: 60px;
  }

  .dates-tab {
    text-align: center;
    border: 1px solid #cfcfcf;
    flex: 0 auto;
    align-self: center;
    margin-left: 6px;
    margin-right: 6px;
  }

  .dates-tab.w--current {
    color: #fff;
    text-align: center;
    background-color: #03c28b;
    flex: 0 auto;
    align-self: center;
    font-family: Open Sans, sans-serif;
  }

  .dates-text {
    font-family: Open Sans, sans-serif;
    font-size: 1.9em;
    line-height: 1.1;
  }

  .div-block-106 {
    justify-content: space-between;
    width: 75%;
    margin-right: 10px;
  }

  .zurnals-link {
    font-size: 1.7em;
  }

  .comments-wrapper {
    width: 100%;
  }

  .list {
    padding-left: 20px;
    font-size: 1.5em;
  }

  .form-block {
    font-size: 1.3em;
  }

  .text-block-47 {
    font-size: 3.3em;
  }

  .spacer {
    width: 2%;
  }

  .div-block-112 {
    width: 15%;
    margin-left: 3%;
  }

  .div-block-114 {
    height: 27%;
  }

  .text-block-51 {
    font-size: 1.4em;
  }

  .eu-outer {
    width: 90%;
    height: 15%;
  }

  .div-block-118 {
    border-top: 5px solid var(--latvia-dance-green);
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    height: auto;
  }

  .text-block-53 {
    width: 60%;
    font-size: 2vw;
  }

  .div-block-120 {
    width: 80%;
  }

  .footer-link {
    height: 100%;
  }

  .award-outer {
    width: 8em;
    height: 8em;
  }

  .div-block-123 {
    margin-top: 14em;
  }

  .link-11 {
    text-align: right;
    font-size: 2em;
  }

  .div-block-125 {
    text-align: right;
    width: 90%;
    margin-bottom: 2em;
  }

  .navbar-5, .container-6 {
    width: 100%;
  }

  .social {
    justify-content: flex-start;
    align-items: center;
    height: 3em;
    display: flex;
  }

  .heading-16 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 0;
    font-size: 2.7em;
    line-height: 1;
  }

  .blog-wrapper {
    box-shadow: none;
    width: 100%;
  }

  .rich-text-block {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 0;
    font-size: 2.4em;
    line-height: 1.8;
  }

  .rich-text-block.rte {
    font-size: 1.9em;
  }

  .links-block {
    margin-top: 71px;
    margin-bottom: 10px;
  }

  .div-block-10.header {
    justify-content: space-around;
    width: 30%;
    margin-right: 0;
  }

  .div-block-10.social {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    width: 90%;
    margin-top: 31px;
  }

  .logo-block {
    align-items: center;
    height: 12em;
    margin-top: 16px;
    margin-bottom: 14px;
    display: none;
  }

  .text-block-2 {
    letter-spacing: 3px;
    border-left-width: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    font-size: 2.1em;
    line-height: 1;
  }

  .text-block-2.small {
    margin-left: 1px;
    padding-left: 8px;
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-2.small.new-footer {
    font-size: 3.1em;
    line-height: 1;
  }

  .text-block-2.header {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9px;
    font-size: 2.3em;
    line-height: 1.1;
  }

  .text-block-2.top {
    padding-left: 10px;
    font-size: 2em;
    line-height: 1.1;
  }

  .image-8 {
    height: 75%;
    margin-right: 5px;
  }

  .mask {
    bottom: 37px;
  }

  .text-block-9 {
    font-size: 2.4em;
    line-height: 1;
  }

  .text-block-11, .text-block-12 {
    font-size: 1.6em;
  }

  .heading-5 {
    margin-top: 35px;
    margin-bottom: 22px;
    font-size: 4em;
    line-height: 1.3em;
  }

  .recent-categories-block {
    margin-top: 43px;
  }

  .image-13 {
    height: 150px;
  }

  .cat-block-outer {
    padding-left: 6px;
    padding-right: 6px;
  }

  .cat-block-outer.dejas {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-13 {
    padding-left: 7px;
    padding-right: 10px;
    font-size: 1.7em;
  }

  .text-block-13.zinas-page {
    margin-bottom: 19px;
    font-size: 2em;
  }

  .text-block-14 {
    color: #000000a3;
    font-size: 1.7em;
    font-weight: 400;
  }

  .heading-6 {
    line-height: 1.3;
    display: block;
  }

  .heading-6.dejas {
    display: block;
  }

  .heading-6.main {
    font-size: 1.7em;
  }

  .topic-head {
    height: 33px;
    margin-bottom: 0;
    line-height: 16;
  }

  .footer {
    justify-content: flex-start;
  }

  .sponsors {
    width: 90%;
    height: 50%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-34 {
    width: 95%;
    height: 850px;
  }

  .div-block-35 {
    height: 20%;
    margin-top: 35px;
    margin-bottom: 21px;
  }

  .sponsor-image {
    width: 100%;
    height: auto;
  }

  .div-block-36 {
    justify-content: center;
  }

  .link-4 {
    font-size: 3.5em;
  }

  .div-block-39 {
    align-items: stretch;
  }

  .heading-7 {
    margin-top: 6px;
    margin-bottom: 16px;
    padding-right: 10px;
  }

  .div-block-40 {
    flex: 0 auto;
    justify-content: space-around;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 13px;
  }

  .paragraph-2 {
    height: auto;
    font-size: 1.9em;
  }

  .text-block-16 {
    margin-top: 4px;
  }

  .search {
    justify-content: flex-end;
    margin-top: 6px;
    display: flex;
  }

  .search.under {
    margin-top: 24px;
    display: none;
  }

  .search-button {
    width: 3em;
    height: 3em;
    margin-left: -11px;
  }

  .search-input {
    width: 100px;
    height: 100%;
  }

  .image-14 {
    width: 50%;
    height: 50%;
    margin-top: 7px;
  }

  .div-block-42 {
    flex: none;
  }

  .div-block-43 {
    justify-content: flex-start;
    width: 39%;
    padding-left: 0;
  }

  .html-embed-2 {
    padding-left: 10px;
  }

  .link-block-2 {
    display: none;
  }

  .page-wrapper {
    margin-top: 136px;
  }

  .page-wrapper.search {
    width: 90%;
    margin-bottom: 60px;
  }

  .page-wrapper.home.criteria {
    margin-top: 167px;
  }

  .page-wrapper.large.blog {
    padding-top: 45px;
  }

  .page-wrapper.zinas {
    margin-top: 82px;
  }

  .page-wrapper.par-mums {
    padding-top: 27px;
  }

  .page-wrapper.event {
    margin-top: 2em;
  }

  .page-wrapper.zurnalls {
    margin-top: 4em;
  }

  .div-block-47 {
    justify-content: space-between;
    width: 30%;
    margin-right: 8px;
    padding-bottom: 1px;
    padding-right: 0;
  }

  .div-block-48 {
    text-align: right;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-right: 0;
  }

  .vert-post-block {
    height: 600px;
  }

  .news-block {
    margin-top: 24px;
  }

  .news-block.featured {
    height: 48em;
  }

  .link-6.zinas {
    margin-top: -67%;
    font-size: 2.3em;
    transform: rotate(-90deg);
  }

  .link-6.zinas.events {
    margin-top: -65%;
    transform: rotate(-90deg);
  }

  .div-block-54 {
    left: auto;
    right: -83%;
  }

  .div-block-54.zinas {
    height: Infinity% ;
    margin-top: 0;
    font-size: 1.7em;
    top: auto;
    right: auto;
  }

  .div-block-54.zinas.events {
    margin-top: 0;
    top: auto;
    right: auto;
  }

  .div-block-57 {
    height: 100%;
    margin-bottom: 32px;
  }

  .sub-page-wrapper {
    width: 95%;
    margin-top: 0;
  }

  .sub-page-wrapper.par-mums {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sub-page-wrapper.intervijas {
    margin-top: 14px;
  }

  .par-mums-title {
    justify-content: flex-start;
  }

  .heading-9.search {
    justify-content: flex-start;
    font-size: 4.1em;
  }

  .heading-9.par-mums {
    font-size: 4.7em;
  }

  .div-block-59 {
    width: 90%;
  }

  .body-3 {
    font-size: 1vw;
  }

  .text-block-20 {
    font-size: 2.3em;
    line-height: 1.7;
  }

  .div-block-60 {
    width: 90%;
    margin-top: 0;
    padding-left: 0;
  }

  .text-block-22 {
    font-size: 2.4em;
  }

  .text-block-22.ul {
    margin-top: 49px;
    font-size: 4.7em;
  }

  .main-pages-heading {
    margin-top: 43px;
    margin-bottom: 13px;
    font-size: 6.2em;
  }

  .main-pages-heading.dejas {
    margin-top: 62px;
    margin-bottom: 49px;
    font-size: 5em;
  }

  .collection-item-10 {
    width: 50%;
  }

  .text-block-24 {
    font-size: 1.4em;
    line-height: 1.3;
  }

  .pic-block {
    height: 250px;
  }

  .pic-block.home {
    height: 160px;
  }

  .pic-block.zinas, .pic-block.dejas-pic {
    height: 200px;
  }

  .image-18 {
    flex: 0 auto;
    width: 50%;
    margin-left: 1px;
  }

  .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
    display: none;
  }

  .navbar-3 {
    flex: none;
    justify-content: space-between;
  }

  .menu-button-2 {
    margin-right: 10px;
  }

  .icon-3 {
    padding-top: 2px;
    font-size: 7vw;
  }

  .nav-menu-3 {
    height: 100vh;
    padding-bottom: 0;
  }

  .main-nav-link.w--current {
    line-height: 1;
  }

  .links-inner-block {
    display: none;
  }

  .div-block-67 {
    flex: 0 auto;
  }

  .div-block-68 {
    height: 80%;
  }

  .div-block-69 {
    position: static;
    inset: 0% 0% auto auto;
  }

  .div-block-70 {
    justify-content: space-between;
  }

  .text-block-26 {
    font-size: 1.6em;
  }

  .div-block-73 {
    padding-top: 0;
  }

  .div-block-74 {
    width: 40%;
  }

  .text-block-27 {
    font-size: 2vw;
  }

  .link-square {
    font-size: 1.2em;
  }

  .div-block-77 {
    margin-top: 69px;
  }

  .dejas-links {
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    line-height: 1.3;
  }

  .criteria {
    font-size: 1.5em;
  }

  .inner-wrapper {
    width: 90%;
    margin-top: 37px;
    font-size: 1em;
  }

  .inner-wrapper.event {
    margin-top: 1em;
  }

  .rich-text-block-3 {
    font-size: 2.1em;
  }

  .link-block-10 {
    width: 150px;
    height: 150px;
  }

  .dejas-titles {
    font-size: 2.3em;
  }

  .tabs-menu {
    width: 85%;
    margin-bottom: 75px;
    margin-left: 10%;
    font-size: 1em;
  }

  .tabs-menu.dejas-tabs {
    width: 90%;
  }

  .text-block-30 {
    flex: none;
    font-size: 2.3em;
  }

  .tab-link-tab-1.all, .tab-link-tab-2.ballet, .tab-link-tab-3.laikmetiga {
    flex: none;
  }

  .tab-link-tab-4.skatuviska {
    display: block;
  }

  .heading-13 {
    width: 85%;
    margin-top: 0;
    font-size: 4.6em;
    line-height: 1.3;
  }

  .div-block-90 {
    flex: none;
    align-items: center;
    padding-right: 0;
  }

  .div-block-96 {
    margin-top: 49px;
    font-size: 2em;
  }

  .main-pages-heading {
    line-height: 1.2;
  }

  .tabs-content {
    flex: none;
  }

  .rte {
    margin-left: 38px;
    margin-right: 38px;
    font-size: 1.6em;
  }

  .rte figure {
    object-fit: fill;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .rte.small {
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
  }

  .div-block-100 {
    font-size: 3.2em;
  }

  .body-22 {
    font-size: 1.2vw;
  }

  .div-block-106 {
    width: 97%;
  }

  .zurnals-link {
    font-size: 2.2em;
  }

  .text-block-39 {
    font-size: 1.5em;
  }

  .comments-inner {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.6em;
  }

  .div-block-114 {
    border-left-width: 6px;
  }

  .text-block-51 {
    font-size: 1.4em;
    line-height: 1.5;
  }

  .eu-outer {
    height: 20%;
  }

  .div-block-118 {
    height: 100%;
  }

  .text-block-53 {
    padding-bottom: 9px;
  }

  .award-outer {
    top: 100px;
  }

  .submenu-inner {
    width: 100%;
  }

  .image-28 {
    object-fit: cover;
  }

  .title {
    font-size: 1.2em;
  }

  .click-blocks-outer {
    width: 90%;
    padding-left: 0%;
  }

  .click-block {
    height: 14em;
  }

  .click-block.jurnal {
    height: 12em;
  }

  .navbar-5 {
    height: 10em;
    margin-top: 2em;
  }

  .nav-link-7 {
    text-align: center;
    flex: none;
    height: 4em;
    font-size: 4em;
  }

  .nav-link-8 {
    text-align: center;
    font-size: 4em;
  }

  .nav-link-9 {
    text-align: center;
    font-size: 2em;
  }

  .nav-menu-5 {
    text-align: center;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 4em;
  }

  .text-block-54 {
    font-size: 2.3em;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .social {
    height: 5em;
  }

  .div-block-136, .div-block-137 {
    height: 100%;
  }

  .link-block-17 {
    width: 100%;
    height: 100%;
  }

  .link-block-18 {
    height: 100%;
  }

  .coll-wrapper {
    height: 40em;
  }

  .text-block-59 {
    font-size: 1.7em;
  }

  .image-31, .div-block-142 {
    height: 50%;
  }

  .text-block-60 {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 479px) {
  .blog-wrapper {
    width: 100%;
    margin-top: 4em;
  }

  .rich-text-block {
    width: 90%;
    margin-top: 44px;
    padding-left: 0;
    font-size: 3.5em;
    line-height: 1.7;
  }

  .rich-text-block.rte {
    margin-bottom: 36px;
    font-size: 2.4em;
  }

  .links-block {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-10 {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 100%;
  }

  .div-block-10.header {
    flex: none;
    width: 100%;
  }

  .div-block-10.social {
    justify-content: space-around;
    align-items: center;
    margin-top: 43px;
  }

  .text-block {
    font-size: 1.6em;
  }

  .logo-block {
    height: 21vw;
    margin-top: 13px;
  }

  .text-block-2 {
    font-size: 3.1em;
    line-height: 1.1;
  }

  .text-block-2.small {
    line-height: 1.2;
  }

  .text-block-2.small.new-footer {
    font-size: 1em;
  }

  .text-block-2.header {
    letter-spacing: 2px;
    border-left-width: 4px;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 0;
    font-size: 2.5em;
    line-height: 1.1;
  }

  .text-block-2.header.search {
    justify-content: flex-start;
    width: 50%;
    display: flex;
  }

  .text-block-2.top {
    border-left-width: 6px;
    padding-left: 7px;
    font-size: 2.7em;
  }

  .main-slider-block {
    width: 100%;
  }

  .events-block {
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    padding-top: 0;
  }

  .div-block-25 {
    border-left-style: none;
    width: 100%;
    padding-right: 0;
    line-height: 1;
  }

  .slider-3 {
    flex: none;
    width: 100%;
    height: 60vw;
  }

  .text-block-9 {
    margin-right: 6px;
    padding-right: 5px;
    font-size: 3.2em;
    line-height: 1;
  }

  .div-block-27 {
    object-fit: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-28, .slide1, .slide2 {
    object-fit: cover;
  }

  .div-block-29 {
    margin-bottom: 12px;
  }

  .text-block-11, .text-block-12 {
    font-size: 3.4em;
  }

  .heading-5 {
    margin-top: 31px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 4em;
    line-height: 1.5em;
  }

  .recent-categories-block {
    flex-direction: row;
    margin-top: 9px;
  }

  .image-13 {
    height: 80px;
  }

  .cat-block-outer {
    padding-left: 0;
    padding-right: 0;
  }

  .cat-block-outer.dejas {
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-31 {
    width: 100%;
  }

  .text-block-13 {
    margin-bottom: 0;
    padding: 5px;
    font-size: 2.3em;
  }

  .text-block-13.zinas-page {
    min-height: 75px;
    font-size: 3.8em;
    line-height: 1.2;
  }

  .text-block-14 {
    font-size: 1.7em;
  }

  .div-block-32 {
    flex: none;
    margin-bottom: 22px;
  }

  .heading-6 {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    line-height: 1.1;
    display: flex;
  }

  .heading-6.main {
    justify-content: flex-start;
    font-size: 2.4em;
  }

  .topic-head {
    color: var(--dim-grey);
    text-align: center;
    flex: none;
    justify-content: flex-end;
    align-items: stretch;
    height: 27px;
    margin-bottom: 12px;
    display: flex;
  }

  .footer {
    flex-direction: row;
    justify-content: center;
  }

  .sponsors {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60%;
    margin-top: 0;
    margin-bottom: 19px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 198em;
    margin-top: 2.6em;
    margin-bottom: 2.6em;
  }

  .div-block-35 {
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
    height: 20%;
    margin-top: 0;
    margin-right: 0;
  }

  .sponsor-image, .sponsor-image.naba, .sponsor-image.eko {
    width: 100%;
    height: 90%;
  }

  .sponsor-image.sm {
    width: 33%;
    height: 75px;
  }

  .sponsor-image.bcf {
    height: 90%;
  }

  .sponsor-image.skatuves {
    height: 80%;
  }

  .sponsor-image.lith {
    object-fit: contain;
    width: 80%;
    height: 70%;
  }

  .sponsor-image.stl {
    height: 80%;
  }

  .div-block-36 {
    justify-content: center;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 10px;
    font-size: 3.3em;
  }

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

  .nav-link-2 {
    text-align: center;
    font-size: 5.5em;
    font-weight: 700;
  }

  .navbar {
    background-color: #fff0;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-39 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .heading-7 {
    font-size: 3.6em;
  }

  .div-block-40 {
    justify-content: center;
    padding-top: 10px;
    padding-left: 18px;
  }

  .paragraph-2 {
    padding-right: 0;
    font-size: 3em;
  }

  .text-block-16 {
    margin-top: 0;
    font-size: 2.9em;
  }

  .search {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .search.under {
    margin-top: 18px;
    display: flex;
  }

  .search.new {
    margin-top: 0;
  }

  .search-button {
    width: 31px;
    height: 30px;
    margin-left: -17px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 17px;
  }

  .search-input {
    width: 100%;
    padding-right: 0;
    font-size: 2.5em;
  }

  .cat-block-vert {
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
  }

  .image-14.footer {
    width: 50%;
    height: 60%;
    font-size: 1.8em;
  }

  .div-block-42 {
    padding-top: 1px;
  }

  .menu-header {
    flex: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-43 {
    flex: none;
    justify-content: center;
    width: 100%;
  }

  .div-block-43.w--current {
    justify-content: center;
  }

  .image-15 {
    margin-bottom: 29px;
  }

  .collection-item-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .collection-list-8 {
    justify-content: space-around;
  }

  .image-16.search {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .fb-block {
    display: none;
  }

  .div-block-45 {
    flex-direction: column-reverse;
    height: 100%;
    margin-top: 12px;
    padding-left: 0;
  }

  .page-wrapper {
    margin-top: 74px;
    font-size: 1em;
  }

  .page-wrapper.search {
    margin-top: 4em;
    padding-top: 0;
    display: flex;
  }

  .page-wrapper.home {
    width: 100%;
    margin-top: 5em;
  }

  .page-wrapper.home.criteria {
    margin-top: 98px;
    font-size: 2em;
  }

  .page-wrapper.large.blog {
    width: 100vw;
    padding-top: 0;
    overflow: hidden;
  }

  .page-wrapper.dejas-balva {
    padding-top: 59px;
  }

  .page-wrapper.zinas {
    margin-top: 88px;
  }

  .page-wrapper.par-mums {
    justify-content: center;
  }

  .page-wrapper.zurnalls {
    width: 100vw;
  }

  .div-block-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    padding-top: 0;
    padding-bottom: 22px;
    padding-left: 8px;
    display: none;
  }

  .div-block-48 {
    flex: 0 auto;
    margin-top: 22px;
    margin-right: 0;
  }

  .link-block-3 {
    flex: 0 auto;
    display: inline-block;
  }

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

  .vert-post-block {
    height: 450px;
  }

  .link-5 {
    font-size: 2em;
  }

  .nav-menu {
    background-color: var(--background-off-white);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 33px;
    margin-bottom: -42px;
    display: block;
    inset: 0%;
  }

  .news-block {
    justify-content: flex-start;
    height: 76em;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .news-block.featured {
    height: 100em;
    margin-bottom: 0;
    padding-bottom: 8em;
  }

  .left-spacer {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 10%;
    display: flex;
    position: relative;
  }

  .outer-block {
    border-left-style: none;
    flex: 0 auto;
    width: 100%;
  }

  .right-spacer {
    display: none;
  }

  .link-6.zinas {
    transform: rotate(0);
  }

  .link-6.zinas.zurn {
    margin-top: 0%;
    transform: rotate(0);
  }

  .div-block-54 {
    padding-top: 0;
    padding-left: 16px;
    right: 0%;
    transform: none;
  }

  .div-block-54.zinas {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100%;
    padding-left: 1em;
  }

  .div-block-56 {
    width: 95%;
    height: 100%;
    margin-top: 6em;
    margin-bottom: 6em;
    font-size: 1em;
  }

  .collection-item-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-57 {
    width: 90%;
    margin-bottom: 8px;
  }

  .text-block-19 {
    height: 8%;
    margin-top: 18px;
    font-size: 4vw;
  }

  .link-7 {
    color: var(--dim-grey);
  }

  .menu-button {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .sub-page-wrapper {
    width: 95%;
    margin-top: 22px;
    padding-left: 9px;
  }

  .sub-page-wrapper.form {
    width: 100%;
    padding-left: 0;
  }

  .sub-page-wrapper.par-mums {
    border-left-style: none;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 5vw;
  }

  .sub-page-wrapper.dejas {
    width: 100%;
    margin-top: 0;
  }

  .sub-page-wrapper.vertesanas {
    font-size: 3.1em;
  }

  .sub-page-wrapper.zunrals {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .par-mums-title {
    justify-content: flex-start;
  }

  .heading-9 {
    font-size: 2.6em;
    line-height: .8;
  }

  .heading-9.search {
    margin-top: 0;
    font-size: 7.3em;
    display: flex;
  }

  .heading-9.par-mums {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.6em;
  }

  .body-3 {
    font-size: 1vw;
    line-height: 1;
  }

  .text-block-20 {
    font-size: 1em;
    line-height: 1.5;
  }

  .div-block-60 {
    width: 95%;
    margin-bottom: 30px;
    padding-left: 5px;
    font-size: 3.6em;
  }

  .div-block-60.first {
    font-size: 1.4em;
  }

  .div-block-60.second {
    font-size: 1.3em;
  }

  .bold-text {
    font-size: 1.2em;
  }

  .text-block-22 {
    font-size: 1.3em;
  }

  .text-block-22.ul {
    font-size: 2.1em;
  }

  .body-4 {
    font-size: 1vw;
  }

  .ldic-names {
    line-height: 1.3;
  }

  .div-block-61 {
    margin-top: 26px;
  }

  .zinas-title {
    flex: none;
  }

  .main-pages-heading {
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 7.4em;
  }

  .main-pages-heading.dejas {
    margin: 60px 30px 40px 12px;
    padding-right: 0;
    font-size: 7em;
  }

  .main-pages-heading.zinas {
    margin-top: 0;
    font-size: 8.1em;
  }

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

  .collection-item-10.third {
    width: 50%;
  }

  .text-block-23 {
    padding-bottom: 13px;
    font-size: 2.4vw;
  }

  .text-block-24 {
    font-size: 1.2em;
    line-height: 1.1;
  }

  .pic-block {
    height: 175px;
  }

  .pic-block.home {
    height: 80px;
  }

  .pic-block.zinas {
    height: 250px;
  }

  .image-18 {
    width: 50%;
    margin-left: 0;
  }

  .navbar-3 {
    justify-content: space-between;
    display: flex;
  }

  .menu-button-2 {
    flex: none;
    margin-right: 4px;
    padding-right: 0;
    position: relative;
  }

  .icon-3 {
    padding-top: 0;
    font-size: 10vw;
  }

  .nav-menu-3 {
    justify-content: space-between;
  }

  .main-nav-link {
    font-size: 5em;
  }

  .main-nav-link.w--current {
    font-size: 5em;
    line-height: 1.5;
  }

  .div-block-67 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding-left: 6px;
    display: flex;
  }

  .div-block-67.w--current {
    width: 60%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-68 {
    flex-wrap: wrap;
    place-content: center space-between;
    height: 80%;
  }

  .link-block-8 {
    flex: none;
  }

  .div-block-70 {
    justify-content: space-around;
    height: 60%;
  }

  .div-block-71 {
    justify-content: center;
  }

  .text-block-26 {
    font-size: 1.8em;
  }

  .link-block-9 {
    height: 100%;
  }

  .text-block-27 {
    font-size: 2em;
  }

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

  .main-footer {
    background-color: #0a0a0a;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .main-footer.blog {
    align-items: flex-start;
    height: auto;
  }

  .div-block-77 {
    margin-top: 26px;
  }

  .div-block-78 {
    justify-content: space-between;
  }

  .body-12 {
    font-size: 1vw;
    line-height: 1;
  }

  .text-block-29 {
    font-size: 3.2em;
  }

  .rich-text-block-2 {
    width: 90%;
    font-size: 3.4em;
  }

  .criteria {
    margin-top: 0;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 1.6em;
  }

  .div-block-79 {
    margin-top: 49px;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 6.6em;
  }

  .rich-text-block-3 {
    font-size: 3.2em;
  }

  .div-block-80 {
    width: 100%;
    margin-top: 34px;
  }

  .zurnal-category {
    font-size: 4vw;
  }

  .link-block-10 {
    width: 125px;
    height: 125px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 1.2em;
  }

  .footer-logo-row {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 29%;
    display: flex;
  }

  .div-block-83 {
    flex: none;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 24px;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 10%;
  }

  .tabs-menu.dejas-tabs {
    align-items: flex-start;
    margin-bottom: 36px;
  }

  .text-block-30 {
    vertical-align: baseline;
    font-size: 5em;
    line-height: 1.3;
  }

  .text-block-30.underline {
    line-height: 1;
  }

  .pietekuma {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 5.3em;
  }

  .div-block-90 {
    padding-bottom: 5px;
    padding-right: 3px;
  }

  .link-arrow {
    width: 8px;
    height: 8px;
  }

  .div-block-96 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 3.5em;
    display: flex;
  }

  .text-block-36 {
    margin-bottom: 44px;
  }

  .div-block-97 {
    width: 96%;
  }

  .div-block-98 {
    flex-flow: column;
    width: 100%;
  }

  .image-22 {
    margin-left: 0;
  }

  .div-block-99 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block-38 {
    margin-top: 37px;
  }

  .rte {
    flex: none;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 2.5em;
  }

  .rte figure {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .rte p {
    font-size: 1.5em;
  }

  .rte h4 {
    line-height: 1.7;
  }

  .rte h2 {
    line-height: 46px;
    display: inline;
  }

  .rte.blogpost {
    width: 90%;
  }

  .rte.small {
    width: 97%;
    font-size: .8em;
  }

  .div-block-100 {
    font-size: 3.6em;
  }

  .image-23 {
    margin-right: 19px;
  }

  .body-22 {
    font-size: 1vw;
  }

  .dates-tab {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dates-tab.w--current {
    flex: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dates-text {
    font-size: 2.6em;
  }

  .div-block-104 {
    margin-top: 48px;
  }

  .div-block-106 {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-left: 9px;
    margin-right: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .zurnals-link {
    font-size: 2.2em;
  }

  .comments-inner {
    font-size: 2em;
  }

  .list {
    padding-left: 0;
  }

  .text-block-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-43 {
    padding-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .date.middle {
    font-size: 2.1em;
  }

  .div-block-112 {
    flex-direction: row;
    width: 90%;
    height: 23em;
    margin-bottom: 4em;
    margin-left: 0%;
  }

  .div-block-113 {
    width: 25%;
    height: auto;
  }

  .div-block-114 {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
    height: 100%;
    display: block;
  }

  .div-block-115 {
    width: 25%;
  }

  .div-block-116 {
    z-index: 3;
    color: #d1bfbf;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .text-block-49 {
    color: #fff;
    font-size: 3.5em;
    line-height: 1;
  }

  .div-block-117 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .text-block-51 {
    font-size: 2.5em;
  }

  .eu-logo {
    height: 120px;
  }

  .eu-outer {
    height: 20%;
  }

  .div-block-118 {
    height: 100%;
  }

  .text-block-53 {
    width: 100%;
    margin-bottom: 27px;
    font-size: 3em;
  }

  .div-block-119 {
    margin-top: 1em;
  }

  .footer-link.ldic {
    width: 30%;
  }

  .new-year-tabs {
    height: 37em;
  }

  .tab-year-block {
    flex-wrap: wrap;
    width: 18%;
    margin-bottom: 4em;
  }

  .tab-year-block.live {
    width: 18%;
  }

  .div-block-122 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .year-text {
    font-size: 3em;
  }

  .wide-block {
    flex-flow: row;
    flex: none;
    margin-top: 13em;
  }

  .award-outer {
    width: 60px;
    height: 60px;
    top: 0;
    left: auto;
  }

  .submenu-inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .link-wrap {
    justify-content: center;
    align-items: flex-end;
    margin-top: 2.5em;
    line-height: 5;
    display: block;
  }

  .div-block-124 {
    width: 94%;
  }

  .heading-14 {
    font-size: 4em;
  }

  .div-block-125 {
    font-size: 1.7em;
  }

  .collection-list-11 {
    flex-flow: wrap;
  }

  .collection-item-12 {
    width: 48%;
    height: 48%;
  }

  .click-blocks-outer {
    flex-flow: wrap;
    flex: none;
  }

  .click-block {
    width: 48%;
    height: 24em;
    margin-bottom: 1em;
  }

  .click-block.jurnal {
    height: 24em;
  }

  .click-block.maja, .click-block.d-balva {
    object-fit: contain;
  }

  .div-block-129 {
    font-size: 1.9em;
  }

  .navbar-5 {
    height: 12em;
  }

  .text-block-54 {
    letter-spacing: 2px;
    font-size: 3.1em;
  }

  .image-30 {
    object-fit: cover;
  }

  .event--name {
    font-size: 2.2em;
  }

  .venue {
    font-size: 1.7em;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .under-nav {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 8em;
  }

  .social {
    width: 90%;
    height: 11em;
  }

  .events-wrapper {
    width: 90%;
    margin-bottom: 4em;
  }

  .div-block-139, .text-block-57, .text-block-58 {
    font-size: 2em;
  }

  .heading-16 {
    font-size: 4em;
  }

  .lists-outer.zurnals {
    margin-bottom: 6em;
  }

  .coll-wrapper {
    flex-flow: column;
    height: 55em;
  }

  .coll-block {
    justify-content: center;
    align-items: flex-end;
    width: 98%;
    height: 80%;
    padding-left: 0;
    display: flex;
  }

  .text-block-60 {
    font-size: 2em;
  }
}


