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

h1 {
  color: rgba(87, 73, 73, .63);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: rgba(51, 51, 51, .7);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 71px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #000;
  letter-spacing: .5px;
  column-count: 1;
  margin-bottom: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 16px;
}

li {
  margin-bottom: 10px;
}

.blog-title {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Kurale, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.nav-section {
  height: 70px;
  background-color: #5a201c;
}

.navbar {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navlink {
  height: 100%;
  color: #f1e8e8;
  letter-spacing: 2px;
  text-transform: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  align-self: center;
  align-items: center;
  margin-right: 20px;
  padding: 0 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .375s, border .3s;
  display: flex;
  position: static;
}

.navlink:hover {
  color: #f1e8e8;
  background-color: rgba(255, 255, 255, .14);
  border-bottom: 3px solid #fff;
}

.nav-left-div {
  width: 100%;
  height: 70px;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.nav-center-div {
  z-index: 10;
  width: 100%;
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-right-div {
  width: 100%;
  height: 70px;
  text-align: right;
  align-items: center;
  padding: 0 23px;
  display: flex;
}

.hero {
  height: 200px;
  display: block;
  position: static;
}

.slide1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/climbing-1148883_1280.jpg');
  background-position: 0 0, 0 0, 50% 97%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  display: none;
}

.hero-title {
  color: rgba(0, 0, 0, .4);
  text-align: left;
  background-image: linear-gradient(rgba(255, 255, 255, .66), rgba(255, 255, 255, .66));
  flex: 0 auto;
  margin-top: 24px;
  padding-top: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 60px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: static;
  top: 1px;
  left: 0;
  right: 0;
}

.hero-title:hover {
  color: #5a201c;
}

.hero-text-one {
  color: #f0e5e5;
  letter-spacing: 9px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-left: 30%;
  margin-right: 30%;
  padding: 3px 15px;
  font-family: Bebasneue book, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 55px;
  display: block;
}

.hero-container {
  z-index: 2;
  height: 250px;
  background-color: #216897;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.photo-image {
  height: 80%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-top-left-radius: 3px;
}

.hero-explanation-text {
  color: #d8c5c5;
  letter-spacing: 1px;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Dosis, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

.hero-explanation-text.cherry-red {
  color: #8d0707;
  background-color: #4081ad;
  padding: 5px 10px;
  font-family: Bebasneue book, sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 30px;
}

.hero-explanation-text.same-line {
  float: none;
  border-bottom: 1px dotted #d8c5c5;
  margin-left: 5px;
  padding-left: 0;
  line-height: 20px;
  display: inline;
}

.slide2 {
  background-image: url('../images/IMG_4945b.jpg');
  background-position: 0 -86px;
  background-size: cover;
}

.content {
  background-image: linear-gradient(rgba(245, 228, 228, .87), rgba(245, 228, 228, .87)), url('../images/01-150ppp.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border: 10px solid rgba(33, 104, 151, .5);
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

.content-links {
  height: 150px;
  color: #216897;
  letter-spacing: 1px;
  font-family: Dosis, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.caption {
  text-align: left;
  letter-spacing: 2px;
  border: 2px #90b4cb;
  border-bottom-style: solid;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.destination-list {
  float: left;
  display: inline-block;
}

.destination-links {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 1px;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  padding: 5px 5px 5px 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 25px;
  display: block;
}

.image-cover {
  height: 500px;
}

.cover-image {
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footprints-image {
  display: none;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 30px;
  right: 30px;
  transform: rotate(35deg);
}

.blog-item {
  width: 100%;
  height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 28px;
  text-decoration: none;
  display: flex;
}

.blog-item:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.travel-blog-titles {
  color: rgba(255, 255, 255, .7);
  text-transform: none;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  padding: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.social-media-icons {
  height: 80px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.social-icon {
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
  transition: opacity .35s;
}

.social-icon:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, .45));
  border-radius: 3px;
}

.fund-my-travel {
  color: #8d0707;
  cursor: pointer;
  border-bottom: 1px dotted #8d0707;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

.fund-my-travel:hover {
  color: #d8c5c5;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.signature {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: 98px;
  transform: rotate(-7deg);
}

.destinations-link-block {
  width: 100%;
  height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
  text-decoration: none;
}

.destination-location {
  color: #ac0f22;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(rgba(16, 182, 42, .8), rgba(16, 182, 42, .8));
  border: 1px solid #dac7c7;
  border-radius: 1px;
  padding: 3px 5px;
  font-family: Dosis, sans-serif;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 38px;
  left: 10px;
}

.circle-one {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  border-style: none;
  border-radius: 100px;
  display: none;
}

.standard-section {
  min-height: 100vh;
  padding-top: 100px;
  padding-left: 20%;
  padding-right: 20%;
}

.section, .section-2, .section-3, .section-4 {
  display: none;
}

.div-block {
  min-height: auto;
  margin-bottom: 20px;
  padding-left: 20%;
  padding-right: 20%;
}

.naujiena {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image {
  width: 300px;
  flex: 0 auto;
  align-self: flex-start;
  margin-right: 13px;
}

.div-block-3 {
  display: flex;
}

.paragraph {
  color: #343a40;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.collection-item {
  border-bottom: 1px solid rgba(184, 172, 172, .75);
  margin-bottom: 0;
  padding-bottom: 18px;
}

.month-link {
  color: #7f7a99;
  letter-spacing: .5px;
  margin-bottom: 6px;
  margin-right: 12px;
  font-family: Bebasneue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.month-link:hover {
  color: #997a81;
}

.div-block-4 {
  flex-wrap: wrap;
  display: flex;
}

.heading {
  font-size: 50px;
  line-height: 45px;
}

.footer {
  min-height: 200px;
  background-color: #5a201c;
  margin-top: 0;
}

.fact-column {
  min-height: 300px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-5 {
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rich-text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  object-fit: fill;
}

.right-arrow {
  height: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon {
  background-color: #967575;
}

.left-arrow {
  height: 50px;
  color: #967575;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-2 {
  color: #fff;
  background-color: #967575;
}

.wrappaer-1 {
  height: 500px;
  background-color: rgba(134, 70, 70, .24);
  position: relative;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow-2 {
  z-index: 99999;
  height: 50px;
  background-color: #4b2b2b;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-3 {
  color: #6b4949;
  background-color: #d62222;
}

.slide-nav {
  display: none;
}

.right-arrow-2 {
  height: 50px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-4 {
  color: #6e3c3c;
}

.left-arrow-3 {
  height: 50px;
  color: #764040;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask {
  background-color: #fff;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

.custom-slider {
  height: 500px;
  border: 1px solid rgba(0, 0, 0, .17);
  border-radius: 2px;
  margin-bottom: 12px;
  position: relative;
}

.topline {
  flex-direction: column;
  display: flex;
}

.slider-wrapper {
  height: 50vh;
  text-align: center;
  position: relative;
}

.slider-3 {
  height: 50vh;
}

.link-block {
  z-index: 2;
  width: 100px;
  height: 100px;
  background-image: url('../images/1200px-Ordo_Fratrum_Carmelitarum_Discalceatorum_Beatae_Mariae_Virginis_de_Monte_Carmelo.svg1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.image-2 {
  width: 100px;
}

.slide-2 {
  background-image: url('../images/Spring-Wallpapers-20141.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/gardens-slide-02-9aa4f8926f5bcf8f9d51629252742ed41.jpg');
  background-position: 50%;
  background-size: cover;
}

.rich-text-block-2 {
  font-family: PT Sans, sans-serif;
}

.simple-text {
  color: rgba(255, 255, 255, .79);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.div-block-7 {
  min-height: auto;
  background-color: #5a201c;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
  display: none;
}

.image-3 {
  display: block;
}

.citata {
  height: auto;
  background-image: url('../images/background5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-4 {
  z-index: 1;
  filter: grayscale();
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.citata-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Charmonman, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  height: 40px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.body {
  background-color: #fff;
}

.dropdown-toggle {
  background-image: url('../images/earth-grid-select-language-button.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #c6b7b7;
  border-radius: 2px;
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: static;
}

.dropdown-toggle:hover {
  background-color: #e9dede;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.text-block {
  font-family: Dosis, sans-serif;
  font-weight: 700;
}

.dropdown-link {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list {
  background-color: #fff;
}

.select-language {
  font-family: Dosis, sans-serif;
  font-weight: 700;
}

.select-language:hover {
  background-color: #e9dede;
}

.paragraph-2, .rich-text-block-3 {
  font-family: Stem, sans-serif;
  font-weight: 400;
}

.grid {
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

.stem-caption {
  color: rgba(255, 255, 255, .78);
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.div-block-9 {
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.footer-text-location {
  color: rgba(255, 255, 255, .78);
  letter-spacing: 1px;
  background-image: url('../images/Icon-location.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Stem, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.footer-text-phone {
  color: rgba(255, 255, 255, .78);
  letter-spacing: 1px;
  background-image: url('../images/Icon-phone.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Stem, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.footer-text-mail {
  color: rgba(255, 255, 255, .78);
  letter-spacing: 1px;
  background-image: url('../images/Icon-mail.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Stem, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.div-block-10 {
  height: 40px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-text-plain {
  color: rgba(255, 255, 255, .78);
  letter-spacing: 1px;
  align-self: center;
  margin-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.footer-text-plain:hover {
  text-decoration: underline;
}

.image-5 {
  width: auto;
  height: 80%;
}

.div-block-11 {
  width: 80px;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-copyright {
  height: 40px;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-link {
  height: 40px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-5-copy {
  width: auto;
  height: 50%;
}

.div-block-11-copy {
  width: 60px;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.rich-text-block-4 {
  color: #000;
  flex-direction: column;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  display: flex;
}

.rich-text-block-4 a {
  background-image: url('../images/Article-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
}

.rich-text-block-4 a:hover {
  color: #5a201c;
}

.rich-text-block-4 h2 {
  border-bottom: 3px solid rgba(51, 51, 51, .7);
  margin-bottom: 40px;
}

.rich-text-block-4 li {
  font-family: Archivo Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.link-block-2 {
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.link-block-2:hover {
  background-color: rgba(184, 147, 147, .06);
}

.link-1 {
  font-family: Archivo Narrow, sans-serif;
  font-size: 18px;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 10px;
}

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

.div-block-12.x {
  object-fit: fill;
  display: block;
  position: static;
}

.daugiau {
  color: #5a201c;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #5a201c;
  border-radius: 1px;
  align-self: flex-end;
  padding: 5px 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .375s;
}

.daugiau:hover {
  color: rgba(255, 255, 255, .88);
  background-color: #5a201c;
}

.naujiena-overlay {
  z-index: 1;
  text-decoration: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.naujiena-overlay:hover {
  background-color: rgba(241, 234, 234, .08);
}

.saint-image {
  height: 150px;
}

.text-1 {
  text-align: justify;
  line-height: 25px;
}

html.w-mod-js [data-ix="circle-two"] {
  opacity: 0;
}

html.w-mod-js [data-ix="blog-item"] {
  opacity: 1;
  transform: scale(.99);
}

@media screen and (max-width: 991px) {
  .nav-section {
    height: auto;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .navlink {
    justify-content: center;
    display: flex;
  }

  .nav-left-div {
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
  }

  .nav-right-div {
    height: 100%;
    flex-direction: column;
  }

  .standard-section {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column1 {
    height: 100%;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .columns {
    align-self: stretch;
  }

  .column-2 {
    height: 100%;
  }

  .citata-text {
    font-size: 1.5em;
  }

  .div-block-8 {
    padding-right: 20px;
  }

  .footer-text-plain {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    height: auto;
    text-align: center;
    margin-right: 0;
  }

  .nav-left-div {
    width: auto;
    float: left;
    padding: 20px 0;
    display: flex;
  }

  .nav-center-div {
    width: auto;
    float: left;
    display: inline-block;
  }

  .nav-right-div {
    width: auto;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    display: flex;
  }

  .hero-title {
    font-size: 30px;
    line-height: 30px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .column1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .columns {
    display: flex;
  }

  .column-2 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .citata-text {
    font-size: 1.2em;
  }

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

@media screen and (max-width: 479px) {
  .navlink {
    text-align: center;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.w--current {
    text-align: center;
  }

  .nav-center-div.w--current {
    position: static;
  }

  .standard-section {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .naujiena, .div-block-3 {
    flex-direction: column;
  }

  .paragraph {
    margin-top: 20px;
  }

  .column1 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    position: static;
  }

  .columns {
    flex-direction: column;
  }

  .column-2 {
    align-items: center;
    position: static;
  }

  .column-3 {
    height: 100%;
    position: static;
  }

  .citata-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
  }

  .dropdown-toggle {
    padding-right: 30px;
  }

  .icon-5 {
    margin-right: 10px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .rich-text-block-4 {
    display: block;
  }

  .rich-text-block-4 h2 {
    object-fit: fill;
    line-height: 40px;
    display: inline-block;
    position: static;
  }
}


@font-face {
  font-family: 'Kurale';
  src: url('../fonts/Kurale-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Charmonman';
  src: url('../fonts/Charmonman-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Charmonman';
  src: url('../fonts/Charmonman-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem hairline';
  src: url('../fonts/Stem-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}