:root {
  --silver: #cccaca;
  --medium-turquoise: #2ed3cb;
  --black-2: #1a1b1f;
  --black: black;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  color: var(--silver);
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-small.form {
  text-align: center;
  width: auto;
  max-width: none;
  margin: 10px 0 0;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: 1;
  perspective: none;
  color: var(--silver);
  letter-spacing: 2px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: color .2s;
  transform: translate(5px);
}

.navigation-item:hover {
  opacity: 1;
  color: #41c5bf;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:focus, .navigation-item:visited {
  color: var(--silver);
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--silver);
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--medium-turquoise);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navigation {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080 27%, #0000);
  align-items: flex-start;
  width: 100%;
  padding: 30px 50px 30px 30px;
  display: flex;
  position: absolute;
}

.logo-image-desktop {
  width: 100%;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 8px 50px;
  font-size: 13px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.body {
  background-color: #181717;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-section {
  background-color: #0000001a;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.nega-tatuja-section {
  color: #ffffff0d;
  background-color: #0000;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 40px;
  display: flex;
}

.image {
  border-radius: 500px;
  height: auto;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.column.left {
  align-items: flex-start;
}

.rebecca {
  padding-top: 30px;
  padding-bottom: 100px;
}

.paragraph {
  color: #fff;
  font-size: 28px;
}

.h {
  color: var(--silver);
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.paragraph-2 {
  color: #fff;
  max-width: none;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 29px;
}

.column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding: 0 60px 40px 0;
  display: flex;
}

.column-2.full {
  justify-content: center;
  height: auto;
}

.divider-30 {
  width: 100%;
  height: 30px;
}

.naslov-sekcjie {
  color: var(--medium-turquoise);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  text-decoration: none;
}

.naslov-sekcjie.white {
  color: #fff;
}

.naslov-sekcjie.white.center {
  text-align: center;
  margin-bottom: 20px;
}

.naslov-sekcjie.form {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-2-ang {
  color: var(--medium-turquoise);
  max-width: 470px;
  font-family: IBM Plex Mono, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.link {
  border-bottom: 1px solid var(--medium-turquoise);
  color: var(--medium-turquoise);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.link:hover {
  color: var(--silver);
  border-bottom-color: #fff;
}

.kolonce {
  background-color: #0000;
  border-radius: 7px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.kolonce.switch {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.kolonce.switch.center, .kolonce.center {
  align-items: center;
}

.paragraph-2-copy {
  color: #fff;
  max-width: 540px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.cta {
  border: 1px solid var(--silver);
  color: var(--silver);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  margin-top: 0;
  padding: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  transition: border-color .2s, background-color .2s, color .2s;
}

.cta:hover {
  border-color: var(--medium-turquoise);
  background-color: var(--medium-turquoise);
  color: var(--black);
}

.cta.hero {
  margin-top: 30px;
}

.cta.blue {
  border-color: var(--medium-turquoise);
  color: var(--medium-turquoise);
}

.cta.blue:hover {
  border-color: var(--silver);
  background-color: var(--silver);
  color: var(--black);
}

.cta.form {
  background-color: var(--medium-turquoise);
  color: var(--black-2);
  border-style: none;
  margin-top: 10px;
}

.cta.form:hover {
  background-color: var(--silver);
}

.ekipa-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  padding: 40px 40px 160px;
  display: flex;
}

.ekipa-section.lighter {
  background-color: #111;
}

.paragraph-micro {
  color: #fff;
  letter-spacing: 2px;
  max-width: 790px;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.button-naslovni {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00000080;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 18px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.button-naslovni:hover {
  background-color: var(--medium-turquoise);
  color: var(--black);
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.divider-10 {
  width: 100%;
  height: 10px;
}

.divider-20 {
  width: 100%;
  height: 20px;
}

.div-block {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.image-2 {
  width: 180px;
  height: auto;
  margin-right: 0;
}

.image-3 {
  width: auto;
}

.artist {
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
}

.artist.first {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 100px;
  display: flex;
}

.divider-40y {
  width: 100%;
  height: 40px;
}

.paragraph-smaller {
  color: var(--silver);
  max-width: 790px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.column-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.column-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.divider-80 {
  width: 100%;
  height: 80px;
}

.kontakt-section {
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 40px 40px 150px;
  display: flex;
}

.image-5 {
  width: 240px;
}

.columns {
  flex-flow: row;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 140px;
  display: flex;
}

.image-6 {
  margin-top: 0;
}

.grupa-naslovi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.hero-logo-block {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.button-header {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 0;
  margin-left: 10px;
  padding: 2px 18px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.button-header:hover {
  background-color: var(--medium-turquoise);
  color: var(--black);
  border-color: #0000;
}

.h-header {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 200;
  line-height: 32px;
  text-decoration: none;
}

.p-header {
  color: var(--silver);
  text-align: center;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.p-header:hover {
  color: #fff;
  text-decoration: none;
}

.image-7 {
  opacity: .9;
  height: 19px;
  margin-left: 10px;
  margin-right: 6px;
}

.header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.div-block-5 {
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.image-8 {
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.link-block-2 {
  text-decoration: none;
  display: flex;
}

.logo-image-mobile {
  height: 300px;
  display: none;
}

.section-block {
  width: 100%;
}

.divider-160 {
  background-color: #0000;
  width: 100%;
  height: 120px;
}

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

.block._0 {
  height: 100%;
  margin-bottom: 0;
}

.block.form-2 {
  max-width: 650px;
}

.paragraph-medium {
  color: var(--silver);
  letter-spacing: 0;
  max-width: 710px;
  margin-bottom: 36px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}

.paragraph-medium.white {
  color: #fff;
}

.paragraph-medium.white.center {
  text-align: center;
}

.paragraph-medium.white.center.thank-you {
  flex-flow: wrap;
  display: block;
}

.paragraph-medium.white.radio {
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 14px;
}

.paragraph-medium.narrow {
  max-width: 540px;
  display: block;
}

.p-header-link {
  color: var(--silver);
  text-align: center;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
}

.p-header-link:hover {
  color: var(--medium-turquoise);
  text-decoration: none;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-right: 60px;
  display: flex;
}

.div-block-9 {
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.image-10 {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

.nega-tatuja {
  flex-flow: column;
  max-width: 1440px;
  margin-left: 0;
  margin-right: -60px;
  display: flex;
}

.navodilo {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-right: 10px;
  display: flex;
}

.div-block-12 {
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.div-block-13 {
  align-items: flex-start;
  margin-bottom: 80px;
  padding-right: 0;
  display: flex;
}

.stevilke {
  color: var(--medium-turquoise);
  border-radius: 0;
  padding: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-14 {
  border: 1px solid var(--medium-turquoise);
  border-radius: 110px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 38px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 6px;
  display: flex;
}

.paragraph-medium-navodila {
  color: var(--silver);
  letter-spacing: 0;
  max-width: 710px;
  margin-top: -3px;
  margin-bottom: 6px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.div-block-15 {
  padding-right: 60px;
}

.navbar {
  padding-left: 40px;
  padding-right: 40px;
}

.hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 120px;
  display: flex;
}

.glavni-header {
  color: var(--silver);
  text-align: center;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 200;
  line-height: 32px;
  text-decoration: none;
}

.glavni-header:hover {
  color: var(--silver);
  text-decoration: none;
}

.logo-image-tablet {
  width: 100%;
  display: none;
}

.html-embed {
  width: 100%;
  height: 60vh;
}

.zemljevid-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  display: flex;
}

.html-embed-2 {
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.html-embed-2.hide {
  display: none;
}

.insta-feed {
  background-color: #cccaca0d;
  width: 100%;
  margin-top: 30px;
  padding: 2px;
}

.insta-feed.hide {
  display: block;
}

.link-instagram {
  border-bottom: 1px solid var(--silver);
  color: var(--silver);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: flex;
}

.link-instagram:hover, .link-instagram.blue {
  border-bottom-color: var(--medium-turquoise);
  color: var(--medium-turquoise);
}

.link-instagram.blue:hover {
  border-bottom-color: var(--silver);
  color: var(--silver);
}

.div-block-18 {
  justify-content: flex-start;
  padding: 6px 10px 12px 12px;
  display: flex;
}

.link-2 {
  color: var(--medium-turquoise);
}

.nega-tatuja-podstran {
  color: #ffffff0d;
  background-color: #0000;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding: 160px 40px 120px;
  display: flex;
}

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

.div-block-20 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-small-kontakt {
  color: var(--silver);
  text-align: center;
  width: 100%;
  max-width: 730px;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

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

.link-block-artist {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-navodila {
  border-bottom: 1px solid var(--medium-turquoise);
  color: var(--medium-turquoise);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: flex;
}

.link-navodila:hover {
  color: var(--silver);
  border-bottom-color: #fff;
}

.logo-header-nega {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.image-11 {
  width: 60px;
}

.div-block-22 {
  align-self: flex-start;
}

.paragraph-small-print {
  color: var(--silver);
  text-align: center;
  width: 100%;
  max-width: 780px;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

.pogoji {
  color: #ffffff0d;
  background-color: #0000;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 40px;
  display: flex;
}

.h2 {
  color: var(--silver);
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.pogoji-section {
  color: #ffffff0d;
  background-color: #111;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 40px;
  display: flex;
}

.double-photo {
  border-radius: 390px;
  width: 100%;
  max-width: 600px;
  transform: rotate(4deg);
}

.double-photo.left-artist {
  border-radius: 330px;
  width: 80%;
  transform: none;
}

.double-photo.right-artist {
  border-radius: 310px;
  width: 80%;
  transform: none;
}

.double-photo.rotate {
  border-radius: 360px;
  transform: rotate(-4deg);
}

.nagrade-section {
  color: #ffffffb3;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/nagrade.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 95vh;
  padding: 40px;
  display: flex;
}

.p-link {
  color: var(--medium-turquoise);
  display: inline;
}

.p-link:hover {
  color: var(--silver);
}

.prijava-section {
  background-color: var(--black-2);
  color: #ffffffb3;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 120px 40px 80px;
  display: flex;
}

.prijava-section.thank-you {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.form {
  width: 100%;
}

.text-form {
  color: var(--black);
  margin-bottom: 40px;
  font-family: IBM Plex Mono, sans-serif;
}

.text-form.longer {
  min-height: 160px;
  margin-bottom: 40px;
}

.radio-button {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.radio-button-field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button-2 {
  margin-top: 0;
  margin-right: 10px;
}

.form-block {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .paragraph-small {
    line-height: 25px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    width: 30px;
    display: block;
  }

  .navigation-item {
    background-color: var(--black-2);
    text-align: center;
    width: auto;
    margin-left: -10px;
    margin-right: 0;
    padding: 25px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    position: static;
  }

  .navigation-item:hover {
    background-color: var(--black-2);
    color: var(--silver);
  }

  .navigation-item:active {
    color: var(--silver);
    background-color: #1a1b1fcc;
  }

  .navigation-items {
    background-color: #0000;
    justify-content: space-between;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image-desktop {
    width: 100%;
    display: none;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .body {
    color: var(--black-2);
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .video-section {
    height: 90vh;
  }

  .nega-tatuja-section {
    align-items: flex-start;
    padding: 20px;
  }

  .image {
    border-radius: 500px;
    height: auto;
  }

  .column {
    align-items: flex-start;
    padding-right: 0;
  }

  .column.right {
    padding-left: 40px;
  }

  .column.center {
    align-items: center;
  }

  .h {
    font-size: 28px;
  }

  .column-2 {
    padding: 40px 0;
  }

  .naslov-sekcjie {
    font-size: 12px;
  }

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

  .kolonce.switch {
    flex-direction: column;
  }

  .kolonce.switch.center {
    flex-direction: row-reverse;
  }

  .ekipa-section {
    align-items: flex-start;
    margin-left: 0;
    padding: 20px 20px 40px;
  }

  .divider-40y {
    height: 30px;
  }

  .kontakt-section {
    padding: 20px 20px 80px;
  }

  .hero-logo-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p-header {
    line-height: 19px;
  }

  .divider-160 {
    height: 40px;
  }

  .block {
    margin-bottom: 40px;
  }

  .paragraph-medium {
    max-width: 600px;
    font-size: 16px;
    line-height: 180%;
  }

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

  .div-block-9 {
    width: auto;
    margin-top: 40px;
    margin-right: -20px;
  }

  .image-10 {
    margin-bottom: 20px;
  }

  .nega-tatuja {
    margin-right: 0;
  }

  .navodilo, .div-block-13 {
    margin-bottom: 40px;
  }

  .paragraph-medium-navodila {
    color: var(--silver);
    font-size: 16px;
    line-height: 25px;
  }

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

  .navbar {
    background-image: linear-gradient(#00000080, #00000080 27%, #0000);
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-block {
    padding-top: 20px;
  }

  .glavni-header {
    color: var(--silver);
    font-size: 28px;
    line-height: 30px;
  }

  .logo-image-tablet {
    width: 100%;
    display: block;
  }

  .zemljevid-section {
    padding: 0;
  }

  .nega-tatuja-podstran {
    padding: 140px 20px 20px;
  }

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

  .paragraph-small-kontakt, .paragraph-small-print {
    line-height: 25px;
  }

  .pogoji {
    padding: 20px;
  }

  .pogoji-section {
    align-items: flex-start;
    padding: 20px;
  }

  .double-photo.left-artist, .double-photo.right-artist {
    max-width: 340px;
  }

  .nagrade-section, .prijava-section {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

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

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu-icon {
    width: 28px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image-desktop {
    width: 100%;
    display: none;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

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

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

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

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .background-video-2 {
    background-image: linear-gradient(#0000004d, #0000004d);
  }

  .image {
    border-radius: 500px;
    margin-bottom: 0;
  }

  .column {
    padding-right: 0;
  }

  .cta {
    padding: 16px;
    font-size: 11px;
  }

  .cta.hero {
    font-size: 11px;
  }

  .ekipa-section {
    padding-bottom: 0;
  }

  .div-block {
    width: 50px;
  }

  .column-3 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .column-4 {
    margin-top: 20px;
  }

  .divider-80 {
    height: 60px;
  }

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

  .columns {
    flex-direction: column;
  }

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

  .p-header {
    font-size: 12px;
    line-height: 22px;
  }

  .logo-image-mobile {
    height: auto;
    display: block;
  }

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

  .glavni-header {
    font-size: 28px;
    line-height: 30px;
  }

  .logo-image-tablet {
    width: 100%;
    display: none;
  }

  .html-embed {
    height: 80vh;
  }

  .zemljevid-section {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-small {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }

  .paragraph-small.form {
    font-size: 9px;
    line-height: 130%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    width: 26px;
  }

  .navigation-items {
    background-color: #0000;
    flex-direction: row;
    width: 100%;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .body {
    background-color: #0e0d0d;
  }

  .video-section {
    height: 80vh;
  }

  .nega-tatuja-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    height: auto;
  }

  .column.right {
    align-items: flex-start;
    padding-left: 0;
  }

  .rebecca {
    padding-bottom: 60px;
  }

  .h {
    text-align: left;
    font-size: 28px;
    line-height: 31px;
  }

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

  .naslov-sekcjie {
    font-size: 11px;
    line-height: 11px;
  }

  .link {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 9px;
  }

  .kolonce.switch.center {
    flex-direction: column;
  }

  .cta {
    text-align: center;
    align-self: auto;
    width: 100%;
    line-height: 17px;
  }

  .cta.hero {
    width: auto;
    margin-top: 16px;
  }

  .ekipa-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-micro {
    line-height: 15px;
  }

  .button-naslovni {
    margin-top: 20px;
  }

  .link-block {
    margin-right: 0;
  }

  .divider-40y {
    height: 30px;
  }

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

  .column-4 {
    margin-top: 10px;
  }

  .image-4 {
    margin-top: 40px;
  }

  .kontakt-section {
    padding: 20px 20px 100px;
  }

  .image-5 {
    width: 190px;
  }

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

  .hero-logo-block {
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 18px;
  }

  .div-block-4 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .h-header {
    text-align: center;
    font-size: 28px;
    line-height: 31px;
  }

  .p-header {
    text-align: center;
    white-space: normal;
    font-size: 11px;
    line-height: 13px;
  }

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

  .image-8 {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    height: 15px;
    position: static;
  }

  .link-block-2 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
    height: 100%;
  }

  .logo-image-mobile {
    height: auto;
    margin-right: 0;
  }

  .block {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .paragraph-medium {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }

  .p-header-link {
    text-align: center;
    white-space: normal;
    font-size: 11px;
    line-height: 13px;
  }

  .div-block-8 {
    margin-right: 0;
  }

  .div-block-9 {
    flex-direction: column;
    margin-right: 0;
  }

  .image-10 {
    margin-bottom: 14px;
  }

  .navodilo {
    padding-right: 0;
  }

  .div-block-13 {
    margin-bottom: 30px;
  }

  .paragraph-medium-navodila {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .hero-block {
    padding-top: 25%;
  }

  .glavni-header {
    text-align: center;
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 32px;
  }

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

  .zemljevid-section {
    padding: 0;
  }

  .link-instagram {
    font-size: 9px;
  }

  .div-block-18 {
    padding-right: 0;
  }

  .nega-tatuja-podstran {
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small-kontakt {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }

  .div-block-21 {
    margin-top: 20px;
  }

  .link-block-artist {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-navodila {
    font-size: 9px;
  }

  .logo-header-nega {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .paragraph-small-print {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }

  .pogoji {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    text-align: center;
    font-size: 28px;
    line-height: 31px;
  }

  .pogoji-section, .nagrade-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .prijava-section {
    padding: 100px 20px 20px;
  }

  .text-form {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .text-form::placeholder {
    font-size: 12px;
  }

  .text-form.longer {
    margin-bottom: 30px;
    font-size: 12px;
  }

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

  .form-block {
    margin-top: 40px;
  }
}


