:root {
  --blue-900: #0f163e;
  --white: white;
  --cornflower-blue: #7384ff;
  --grey-300: #dcdde0;
  --grey-100: whitesmoke;
  --grey-400: #afb1b8;
  --grey-600: #535766;
  --blue-700: #30395d;
  --primary: #a8856b;
  --grey-500: #878a94;
  --crvena: red;
  --blue-800: #272d43;
  --blue-600: #59617d;
  --grey-200: #f2f2f2;
}

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

body {
  color: var(--blue-900);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--blue-900);
  letter-spacing: -.075rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--blue-900);
  line-height: 1.5;
  text-decoration: none;
}

.nav-menu {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.logo {
  width: 250px;
}

.nav-logo {
  margin-right: 8px;
  padding-left: 0;
}

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-link {
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .6;
  color: var(--cornflower-blue);
}

.nav-link.w--current {
  color: var(--cornflower-blue);
}

.nav-link.primary {
  border: 1px solid var(--grey-300);
  margin-left: 16px;
  padding: 9px;
  font-size: 1rem;
  line-height: 1.3;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: flex;
}

.left-nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  padding-top: 0;
  display: flex;
}

.text-large {
  color: var(--blue-900);
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-large.grey-500-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-base {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-base.accordion-text-link {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-base.footer-link {
  color: var(--grey-300);
  cursor: pointer;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.text-base.footer-link:hover {
  color: var(--cornflower-blue);
}

.section {
  min-height: 40px;
  margin-bottom: 200px;
}

.section.grey-background {
  background-color: var(--grey-100);
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.grey-background.padding-bt-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.grey-background.padding-bt-160.dole {
  margin-bottom: 0;
}

.text-3xl {
  letter-spacing: -.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.text-2xl {
  color: var(--cornflower-blue);
  letter-spacing: -.05rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.text-s {
  letter-spacing: 0;
  font-size: .875rem;
  line-height: 1.1;
}

.text-medium {
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-medium.hero-subheading {
  color: var(--grey-400);
  text-align: center;
  margin-bottom: 8px;
  padding: 30px 116px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.text-medium.text-grey-600 {
  color: var(--grey-600);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-medium.margin-bottom-16 {
  color: var(--cornflower-blue);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
}

.container.hero-content-container {
  position: relative;
  top: -104px;
  bottom: 0;
}

.container.testimonials-container {
  color: var(--white);
  text-align: center;
}

.text-field {
  background-color: var(--blue-700);
  object-fit: fill;
  border: 1px solid #fff3;
  flex: 0 auto;
  height: auto;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
}

.text-field:focus {
  border-color: var(--primary);
  color: var(--white);
}

.text-field::placeholder {
  color: #fff9;
}

.text-field.light-textfield {
  background-color: var(--grey-100);
  margin-bottom: 40px;
}

.text-field.light-textfield:focus {
  color: var(--blue-900);
}

.text-field.light-textfield::placeholder {
  color: var(--grey-600);
}

.text-xl {
  color: var(--cornflower-blue);
  font-size: 2rem;
  line-height: 1.2;
}

._12-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
}

._12-column-grid.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 112px;
}

.white-text {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.hero-text-container {
  z-index: 3;
  background-color: var(--blue-900);
  padding-top: 7vh;
  padding-bottom: 7vh;
  position: relative;
}

.graphic-element {
  z-index: 0;
  color: var(--cornflower-blue);
  width: 130px;
  position: absolute;
  top: -3.5vh;
  right: 25.4vw;
}

.hero-image {
  z-index: -1;
  width: 90.5vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  display: block;
  position: static;
}

.scroll-down {
  background-color: var(--grey-100);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 9.5vw;
  height: 15vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.scroll-down-arrow {
  width: 60px;
}

.hero-image-container {
  background-color: var(--grey-100);
  padding-top: 396px;
  padding-bottom: 0;
  display: block;
}

.grey-500-text {
  color: var(--grey-500);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.dot {
  background-color: var(--cornflower-blue);
  border-radius: 100vw;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.accordion-wrapper {
  border-top: 1px solid var(--grey-300);
  padding-top: 0;
}

.accordion-item {
  border-bottom: 1px solid var(--grey-300);
  cursor: pointer;
  border-radius: 1px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.accordion-item-trigger {
  cursor: pointer;
}

.accordion-item-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.accordion-item-content {
  width: 37%;
  margin-top: 0;
  margin-left: auto;
  padding-top: 10px;
  overflow: hidden;
}

.accordion-item-content.veliki {
  width: 100%;
}

.margin-top-48 {
  margin-top: 48px;
}

.accordion-item-icon-container {
  justify-content: space-between;
  align-items: center;
  width: 37%;
  margin-top: 8px;
  display: flex;
}

.testimonial-container-background {
  background-color: var(--blue-900);
  color: var(--white);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial-container-background.no-margin-bottom {
  margin-bottom: 0;
}

.testimonial-container-background.fullscreen-image-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-heading-content {
  align-items: center;
  display: flex;
}

.margin-bottom-32 {
  width: 200px;
  margin-bottom: 32px;
}

.margin-top-12 {
  margin-top: 12px;
}

.large-image-container {
  width: 90.5vw;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.white-background {
  background-color: var(--white);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-content-container {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  display: flex;
  position: relative;
}

.testimonials-container-background {
  z-index: -1;
  background-color: var(--blue-900);
  background-image: url('../images/background-graphic.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.grey-600-text {
  color: var(--grey-600);
}

.grey-600-text.footer-text {
  color: var(--grey-300);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 168%;
}

.testimonials-heading-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 57px;
  padding-right: 57px;
  display: flex;
}

.split-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-container {
  width: 45%;
  position: relative;
  overflow: visible;
}

.split-section-content-container {
  width: 38%;
}

.button {
  border: 1px solid var(--grey-300);
  color: var(--blue-900);
  cursor: pointer;
  background-color: #0000;
  margin-top: 48px;
  margin-right: 15px;
  padding: 16px 40px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--blue-900);
  color: var(--white);
}

.split-section-graphic-element {
  width: 200px;
  position: absolute;
  top: -3vh;
  right: 6vw;
}

.email-link {
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.email-link-icon {
  margin-left: 8px;
}

.email-link-icon.margin-left-16 {
  margin-left: 16px;
}

.email-link-icon.large-icon {
  height: 20px;
}

.submit-button {
  background-color: var(--primary);
  cursor: pointer;
  margin-left: 8px;
  padding: 16px 40px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--blue-900);
}

.submit-button.no-margin-left {
  margin-left: 0;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.subfooter {
  border-top: 1px solid var(--grey-300);
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.subfooter-links {
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.footer {
  background-color: var(--blue-900);
  padding-top: 58px;
  padding-bottom: 58px;
}

.scroll-progress-bar {
  z-index: 999999;
  background-color: var(--cornflower-blue);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image.manja {
  width: 70%;
}

.preloader {
  z-index: 99999;
  background-color: var(--blue-900);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.hero-image-wrapper {
  z-index: 1;
  width: 90.5vw;
  height: 75vh;
  margin-top: -40vh;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

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

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

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

.field-label-2 {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.image-2 {
  margin-bottom: 36px;
}

.text-medium-copy {
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.veci-ljub {
  color: var(--cornflower-blue);
  text-align: center;
  letter-spacing: -.05rem;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.button-2 {
  background-color: var(--cornflower-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 34px;
  margin-right: 36px;
  padding: 17px 35px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.naslov {
  color: var(--cornflower-blue);
  letter-spacing: -.125rem;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.image-3 {
  width: 20vw;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 52px;
  margin-bottom: 52px;
}

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

.lightbox-link {
  width: 100%;
  height: 250px;
}

.slika-lightbox {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
}

.div-block {
  background-color: var(--white);
  width: 100%;
  margin-top: 64px;
  padding: 52px;
}

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

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

.grid-sponsori._6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.sponzori {
  text-align: center;
  letter-spacing: -.125rem;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.link-sponsor {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.logo-sponsor {
  width: 15vw;
}

.logo-sponsor.manji {
  padding: 25px;
}

.logo-sponsor.najmanji {
  width: 8vw;
}

.wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}

.image-5 {
  width: 25vw;
  position: absolute;
  inset: 17% 36%;
}

.text-span-5 {
  color: var(--cornflower-blue);
  font-size: 1.5rem;
  line-height: .8;
}

.text-span-6 {
  font-size: 2rem;
}

.logo-head {
  width: 140px;
  margin-right: 31px;
  padding-left: 5px;
  padding-right: 5px;
  position: static;
  top: 34px;
  left: 111px;
}

.logo-head.veci {
  width: 200px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 45px;
  padding-right: 45px;
}

.text-span-7 {
  color: var(--cornflower-blue);
  font-weight: 700;
}

.text-span-8 {
  color: var(--grey-100);
  font-weight: 900;
}

.div-block-2, .div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-otkaz {
  z-index: 100000000;
  background-color: var(--crvena);
  align-items: center;
  width: 110svw;
  height: 20svw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 31% 0% auto -3%;
  transform: rotate(-7deg);
}

.text-block {
  text-align: center;
  width: 100%;
  font-size: 5vw;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 28px;
    display: flex;
  }

  .navbar {
    height: 160px;
    margin-top: 0;
    top: 0;
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .nav-link.primary {
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: 160px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: auto;
    overflow: visible;
  }

  .nav-container {
    justify-content: space-between;
    padding: 14px 32px;
  }

  .top-line {
    background-color: var(--blue-900);
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    background-color: var(--blue-900);
    width: 32px;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    background-color: #0000;
    margin-top: 0;
  }

  .menu-button-2:active, .menu-button-2:focus {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    margin-top: -12px;
  }

  .left-nav-container {
    width: 68%;
    padding-top: 0;
  }

  .section {
    margin-bottom: 120px;
  }

  .text-3xl {
    font-size: 3.5rem;
  }

  .text-medium.hero-subheading {
    color: var(--grey-400);
    max-width: 90%;
    padding: 0 12px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._12-column-grid {
    grid-template-rows: auto;
    grid-template-columns: minmax(32px, 1fr);
  }

  ._12-column-grid.footer-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr 1fr;
  }

  .hero-text-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .graphic-element {
    z-index: 7;
  }

  .hero-image {
    width: 100%;
    margin-top: 0;
  }

  .scroll-down {
    display: none;
    overflow: visible;
  }

  .hero-image-container {
    padding-top: 266px;
  }

  .accordion-item-content {
    width: auto;
  }

  .testimonials-container-background {
    height: 95%;
  }

  .split-container {
    flex-direction: column;
  }

  .image-container {
    width: 75%;
  }

  .split-section-content-container {
    width: 75%;
    margin-top: 64px;
  }

  .scroll-progress-bar {
    background-color: var(--cornflower-blue);
  }

  .image.manja {
    width: 80%;
  }

  .hero-image-wrapper {
    width: 100vw;
    margin-top: -10vh;
  }

  .naslov {
    font-size: 3.5rem;
  }

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

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

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

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

  .sponzori {
    font-size: 3.5rem;
  }

  .logo-sponsor {
    width: 26vw;
  }

  .logo-sponsor.najmanji {
    width: 100px;
  }

  .image-5 {
    width: 55vw;
    top: 11%;
    left: 16%;
  }

  .logo-head {
    margin-top: 36px;
    position: static;
  }

  .div-otkaz {
    height: 20vw;
    line-height: 100%;
  }

  .text-block {
    line-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.1rem;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    align-items: center;
  }

  .menu-button-2, .menu-button-2.w--open {
    margin-top: 0;
  }

  .left-nav-container {
    width: 70%;
  }

  .text-large {
    font-size: 1rem;
  }

  .text-base.accordion-text-link {
    display: none;
  }

  .section {
    margin-bottom: 44px;
  }

  .section.grey-background.padding-bt-160 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-3xl {
    font-size: 3rem;
  }

  .container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .container.hero-content-container {
    position: static;
    top: 0;
  }

  .hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .hero-image-container {
    padding-top: 156px;
  }

  .accordion-item-icon-container {
    width: auto;
  }

  .testimonial-container-background.no-margin-bottom {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .testimonials-heading-container {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .split-container {
    flex-direction: column;
  }

  .hero-image-wrapper {
    margin-top: 0;
  }

  .naslov {
    font-size: 3rem;
  }

  .image-3 {
    width: 30vw;
  }

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

  .sponzori {
    font-size: 2rem;
  }

  .logo-sponsor {
    width: 150px;
  }

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

  .div-otkaz {
    height: 40vw;
  }

  .text-block {
    font-size: 10vw;
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.05rem;
    font-size: 2rem;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar {
    height: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-large {
    font-size: 1.4rem;
  }

  .text-large.grey-500-text {
    font-size: 1rem;
  }

  .section {
    margin-bottom: 96px;
  }

  .text-3xl {
    letter-spacing: -.025rem;
    font-size: 2rem;
  }

  .text-2xl {
    font-size: 1.75rem;
  }

  .text-medium {
    font-size: 1rem;
  }

  .text-medium.hero-subheading {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero-content-container, .container.testimonials-container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    border-radius: 0;
    margin-bottom: 16px;
  }

  ._12-column-grid.footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .hero-text-container {
    padding: 15vh 24px;
  }

  .hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .accordion-item-icon-container {
    margin-top: 4px;
  }

  .testimonial-container-background.no-margin-bottom {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .testimonials-content-container {
    text-align: center;
  }

  .testimonials-container-background {
    height: 93%;
  }

  .testimonials-heading-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .image-container, .split-section-content-container {
    width: 100%;
  }

  .submit-button {
    align-self: stretch;
    margin-left: 0;
  }

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

  .subfooter-links {
    margin-bottom: 24px;
  }

  .veci-ljub {
    font-size: 1.75rem;
  }

  .button-2 {
    margin-bottom: 1px;
  }

  .naslov {
    letter-spacing: -.025rem;
    font-size: 2rem;
  }

  .image-3 {
    width: 40vw;
  }

  .div-block {
    padding: 23px;
  }

  .grid-sponsori, .grid-sponsori._6, .grid-sponsori._2 {
    grid-template-columns: 1fr 1fr;
  }

  .sponzori {
    letter-spacing: -.025rem;
    font-size: 2rem;
  }

  .logo-sponsor {
    width: 140px;
  }

  .image-5 {
    width: 75vw;
    top: 16%;
    left: 9%;
  }

  .logo-head {
    width: 90px;
  }

  .logo-head.veci {
    width: 110px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    margin-bottom: 60px;
  }

  .div-otkaz {
    width: 120svw;
    height: 40vw;
    left: -9%;
  }

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

#w-node-_572008b5-6a52-9e29-4eeb-6a940869a220-02ddf948 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ba2c9554-e4d0-f61d-4b8f-37032c11386b-02ddf948 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: end;
}

#w-node-bb3edb80-4b5f-bcd9-6b7d-0a51438b8acc-02ddf948, #w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-02ddf948 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0ee414a3-4057-afbd-3e32-5cc1f6b6babd-02ddf948, #w-node-_0ee414a3-4057-afbd-3e32-5cc1f6b6babf-02ddf948, #w-node-_0ee414a3-4057-afbd-3e32-5cc1f6b6bac1-02ddf948, #w-node-_0ee414a3-4057-afbd-3e32-5cc1f6b6bac3-02ddf948, #w-node-_0ee414a3-4057-afbd-3e32-5cc1f6b6bac5-02ddf948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a07c-02ddf948 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a07f-02ddf948 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a081-02ddf948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a084-02ddf948, #w-node-c34284a5-d378-0223-caa5-671e2ad75640-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a085-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a086-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a087-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a088-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a089-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a08a-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a08b-02ddf948, #w-node-fc50b503-5186-153a-b5e8-3f001fd7a08c-02ddf948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a091-02ddf948 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a094-02ddf948 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a096-02ddf948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_8989420c-093d-63af-0349-2ebf2a21e329-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e32b-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e32d-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e32f-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e331-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e333-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e335-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e337-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e339-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e33b-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e33d-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e33f-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e341-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e343-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e345-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e347-02ddf948, #w-node-_8989420c-093d-63af-0349-2ebf2a21e349-02ddf948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a0f3-02ddf948 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a0f6-02ddf948 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-fc50b503-5186-153a-b5e8-3f001fd7a0f8-02ddf948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d5514197-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d5514199-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d551419b-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d551419d-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d551419f-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141a1-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141a3-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141a5-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141a7-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141a9-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141ab-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141ad-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141af-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141b1-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141b3-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141b5-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141b7-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141b9-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141bb-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141bd-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141bf-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141c1-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141c3-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141c5-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141c7-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141c9-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141cb-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141cd-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141cf-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141d1-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141d3-02ddf948, #w-node-a4dcd84e-7ebd-b340-a6d3-dfa0d55141d5-02ddf948, #w-node-_28e7a95a-a7f6-9353-7909-40eef3e29210-02ddf948, #w-node-c82a771a-0826-98dc-6082-931c16ffca1e-02ddf948, #w-node-_903393d0-b5b3-3046-f7c9-460cc91da5f7-02ddf948, #w-node-_10af3e66-32ee-1384-dbcd-56ac49f3a5e8-02ddf948, #w-node-_10af3e66-32ee-1384-dbcd-56ac49f3a5ea-02ddf948, #w-node-a4d150e0-03f9-9c52-a2fb-a0190cf33ecb-02ddf948, #w-node-a4d150e0-03f9-9c52-a2fb-a0190cf33ecf-02ddf948, #w-node-_540f3289-3cda-6a5f-0de3-fdb76212bf78-02ddf948, #w-node-e8851cb8-74d5-20d8-298a-f9b4997aaac8-02ddf948, #w-node-_086b4200-c74c-20be-4e3e-9a2417ac0ff4-02ddf948, #w-node-d3b42625-647b-d3bb-e4ea-1b5ee7e7814d-02ddf948, #w-node-_6774526b-fd7e-4c2e-019b-a047c37fee36-02ddf948, #w-node-_4284c81b-f3b2-c4a1-85c4-a09fae271c8a-02ddf948, #w-node-ffd02622-170e-d396-45d1-b9466cf0eda5-02ddf948, #w-node-b2edfb7e-2742-804f-0be7-719d79d958c2-02ddf948, #w-node-_815cc96c-90d8-56ee-5c0d-c616c0e277ff-02ddf948, #w-node-_5be6d321-71cc-deca-757b-55fbbbe4d361-02ddf948, #w-node-ee0a0eb1-32a9-a897-64fc-7eb9f3ae5f57-02ddf948, #w-node-_0ba1c267-47b0-c718-2f68-7a5a0378a9b5-02ddf948, #w-node-_6279ac5c-2a9f-ac0d-5f33-2c16271fc0e8-02ddf948, #w-node-cf98c9fd-d9b7-eb04-e6fc-7bfe20e9e91d-02ddf948, #w-node-_9b1e089e-6f82-3b58-12aa-f9161eef6e87-02ddf948, #w-node-e9671dcf-468a-01bb-63a5-4d76f35724f9-02ddf948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-02ddf948 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7a44fcc0-2248-1f41-3d17-00c12e692884-02ddf948 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-e181c8ae-e82f-233b-299d-a69b819827af-02ddf948 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-b4ab2a26-712d-3709-5533-1c74c996a32a-02ddf948 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-02ddf948 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_572008b5-6a52-9e29-4eeb-6a940869a220-d162b29b, #w-node-bb3edb80-4b5f-bcd9-6b7d-0a51438b8acc-d162b29b, #w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-d162b29b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0895ccb9-e2f3-19d7-10fe-c88db6ee6f21-d162b29b, #w-node-_0895ccb9-e2f3-19d7-10fe-c88db6ee6f23-d162b29b, #w-node-_0895ccb9-e2f3-19d7-10fe-c88db6ee6f25-d162b29b, #w-node-_0895ccb9-e2f3-19d7-10fe-c88db6ee6f27-d162b29b, #w-node-_0895ccb9-e2f3-19d7-10fe-c88db6ee6f29-d162b29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71863ece-a7f7-96c9-2e6a-fec491e686b7-d162b29b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_71863ece-a7f7-96c9-2e6a-fec491e686ba-d162b29b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_71863ece-a7f7-96c9-2e6a-fec491e686bc-d162b29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8df3-d162b29b, #w-node-_9fc9626b-1ea3-f71c-7091-7105bb611046-d162b29b, #w-node-b8e4c26b-b2b7-8c1d-2fe0-6c8ef4d231e8-d162b29b, #w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8dfa-d162b29b, #w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8df9-d162b29b, #w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8df8-d162b29b, #w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8df6-d162b29b, #w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8df5-d162b29b, #w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8df4-d162b29b, #w-node-d9053d8c-ee1d-86a1-008c-515afc3926ca-d162b29b, #w-node-_02c8ea7d-d972-ff55-8e36-2ce1f26a8df7-d162b29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fd84f7d-1ab6-3fd8-741b-9d645d4bc621-d162b29b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_3fd84f7d-1ab6-3fd8-741b-9d645d4bc624-d162b29b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_3fd84f7d-1ab6-3fd8-741b-9d645d4bc626-d162b29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_497e03f8-812a-b4c1-c89d-5f32e0895cb8-d162b29b, #w-node-dc956bb7-1e3b-fd23-f71b-0afaf037c18d-d162b29b, #w-node-d8192e7f-58e4-68f1-6a71-a2f317f00c80-d162b29b, #w-node-_63632666-69c1-fd4b-d32e-ddaf46da1268-d162b29b, #w-node-c266b56d-f0da-bfc0-6eac-7ed7a9831d9d-d162b29b, #w-node-_0810a43c-c7d7-044b-1bfc-475246785d98-d162b29b, #w-node-_1592f4fa-981f-b20a-08a6-1ab63c2dc9c0-d162b29b, #w-node-_523728f8-4cf8-53dc-14e1-cc6df21f5b53-d162b29b, #w-node-c2aa4bdb-7b8e-fb6f-8b29-3c358b146710-d162b29b, #w-node-_42eeaa6d-9218-9ae8-02b3-d6c2b1ecd2a8-d162b29b, #w-node-_0791ce99-dfc8-998a-bedf-f298f4eb21da-d162b29b, #w-node-_4b478cf1-7734-c489-e1b7-42e0250b6879-d162b29b, #w-node-_0bc53816-b4c4-26d4-c2b5-08df4a3bbf20-d162b29b, #w-node-a3641964-51d0-92d3-6df0-9b6639525f46-d162b29b, #w-node-_0524d514-2e9d-1a60-3ff7-cbc50ddc4e2c-d162b29b, #w-node-_59b1ad92-4a99-075f-0b44-f03e609c441b-d162b29b, #w-node-_909a6cb8-d3fa-2707-4772-99f982c2f034-d162b29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1b5c02-9ef6-a0e5-a036-a2c0167345a1-d162b29b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_4b1b5c02-9ef6-a0e5-a036-a2c0167345a4-d162b29b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_4b1b5c02-9ef6-a0e5-a036-a2c0167345a6-d162b29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_4b1b5c02-9ef6-a0e5-a036-a2c016734600-d162b29b, #w-node-b739ca6a-58f7-78d1-6583-ae697f870e39-d162b29b, #w-node-_7df014b1-6cbc-00ad-e0c5-deb9205c7036-d162b29b, #w-node-_464fe678-647f-400e-7a72-1708a158154a-d162b29b, #w-node-fee06232-f2ed-bde1-3221-7740f1fb6ea2-d162b29b, #w-node-_7bfe5b9a-bf79-0b08-8814-2435d965b849-d162b29b, #w-node-eb275fec-57c4-8f2d-37b2-651ede6bdcc4-d162b29b, #w-node-_38c5cfe9-35d3-ae03-46a8-3b778e8b79e4-d162b29b, #w-node-_3e1a0093-8750-3a44-3c43-72fdf1ad6c73-d162b29b, #w-node-dae3158e-d9d2-c24d-107e-9ec46608c4e4-d162b29b, #w-node-_4ab6ee30-14bd-be5c-94b9-b7a6900834cc-d162b29b, #w-node-_7272f3c0-c959-a3d2-bb58-863c8fdb9dec-d162b29b, #w-node-_8d82f5ee-f2bd-f0ce-cb01-f03324e03910-d162b29b, #w-node-_634b9e94-0b3f-3232-1410-d97d0ccd6c32-d162b29b, #w-node-b6911c33-2a79-4e63-bf04-e518bcb6ccd9-d162b29b, #w-node-f1ef69f7-de24-0153-3a99-8d741fe8fb6a-d162b29b, #w-node-_8a12bf48-37f2-c154-1a91-b0b532ee848c-d162b29b, #w-node-_60d982ea-7f79-a303-591c-58fe1b29850d-d162b29b, #w-node-_801ab399-8c8d-7de0-6ecb-9e033870eb1f-d162b29b, #w-node-f89b62b9-a7d1-6d5f-d979-8e0ad7eebaab-d162b29b, #w-node-_19b538d7-c100-8b16-5433-b1ed68d881d8-d162b29b, #w-node-_667d28eb-4ccf-9a14-7ca8-0120fc286600-d162b29b, #w-node-e5fa2f63-2ebe-0813-0ff6-26d5feca89db-d162b29b, #w-node-_818d334d-41f8-825b-b9e3-44580dbda212-d162b29b, #w-node-c4c40e42-15bd-8c90-96f6-ab4166ea75b2-d162b29b, #w-node-_37509d94-c390-4610-d6d4-310f8e9c5d27-d162b29b, #w-node-b40692ff-62d0-4605-3527-50e82d6e0f37-d162b29b, #w-node-c777b2dd-de7a-6b4b-4522-92ce19b6b5e2-d162b29b, #w-node-d84fbfda-b905-9b0b-3af5-8e5ae78cd7de-d162b29b, #w-node-ae4d300c-2982-8523-59c7-d959c2cdd964-d162b29b, #w-node-_21c6f369-f629-af4c-9d01-e33983fb1ab4-d162b29b, #w-node-_291fa9e2-636f-567d-b599-4f4d7ba0eb53-d162b29b, #w-node-_28e7a95a-a7f6-9353-7909-40eef3e29210-d162b29b, #w-node-c82a771a-0826-98dc-6082-931c16ffca1e-d162b29b, #w-node-_903393d0-b5b3-3046-f7c9-460cc91da5f7-d162b29b, #w-node-_10af3e66-32ee-1384-dbcd-56ac49f3a5e8-d162b29b, #w-node-_10af3e66-32ee-1384-dbcd-56ac49f3a5ea-d162b29b, #w-node-a4d150e0-03f9-9c52-a2fb-a0190cf33ecb-d162b29b, #w-node-a4d150e0-03f9-9c52-a2fb-a0190cf33ecf-d162b29b, #w-node-_540f3289-3cda-6a5f-0de3-fdb76212bf78-d162b29b, #w-node-e8851cb8-74d5-20d8-298a-f9b4997aaac8-d162b29b, #w-node-_086b4200-c74c-20be-4e3e-9a2417ac0ff4-d162b29b, #w-node-d3b42625-647b-d3bb-e4ea-1b5ee7e7814d-d162b29b, #w-node-_6774526b-fd7e-4c2e-019b-a047c37fee36-d162b29b, #w-node-_4284c81b-f3b2-c4a1-85c4-a09fae271c8a-d162b29b, #w-node-ffd02622-170e-d396-45d1-b9466cf0eda5-d162b29b, #w-node-b2edfb7e-2742-804f-0be7-719d79d958c2-d162b29b, #w-node-d2ee7795-cc63-cb4e-26c1-9aa1fdb050b2-d162b29b, #w-node-_57450bd0-8161-c467-6a50-9d9055120d19-d162b29b, #w-node-b758ab0b-c96b-47f7-592c-ed87f75e9aa9-d162b29b, #w-node-_4e8059a3-1de0-604b-81e2-29a734dc636a-d162b29b, #w-node-e8bbc1da-adbc-2b0f-6a7c-0f663ffcc4d9-d162b29b, #w-node-c4ca082c-6856-e4f7-9b40-8ab1c2a56a28-d162b29b, #w-node-a20b9e78-83fd-9248-c8a6-527d193f7e26-d162b29b, #w-node-b80c847a-f59c-62fd-5b1d-75c84768ce27-d162b29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-d162b29b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7a44fcc0-2248-1f41-3d17-00c12e692884-d162b29b {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-e181c8ae-e82f-233b-299d-a69b819827af-d162b29b {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-b4ab2a26-712d-3709-5533-1c74c996a32a-d162b29b {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-d162b29b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_572008b5-6a52-9e29-4eeb-6a940869a220-02ddf948 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-ba2c9554-e4d0-f61d-4b8f-37032c11386b-02ddf948, #w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-02ddf948 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-02ddf948 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7a44fcc0-2248-1f41-3d17-00c12e692884-02ddf948, #w-node-e181c8ae-e82f-233b-299d-a69b819827af-02ddf948, #w-node-b4ab2a26-712d-3709-5533-1c74c996a32a-02ddf948 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-02ddf948 {
    grid-column: span 3 / span 3;
  }

  #w-node-_572008b5-6a52-9e29-4eeb-6a940869a220-d162b29b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-d162b29b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-d162b29b {
    grid-column: span 3 / span 3;
  }

  #w-node-_7a44fcc0-2248-1f41-3d17-00c12e692884-d162b29b, #w-node-e181c8ae-e82f-233b-299d-a69b819827af-d162b29b, #w-node-b4ab2a26-712d-3709-5533-1c74c996a32a-d162b29b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-d162b29b {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-02ddf948, #w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-02ddf948, #w-node-_83915a5a-2231-ce0f-52c2-a0afb3b8f38c-d162b29b, #w-node-_9aa9054d-d25a-1e03-3d50-a7352697c1f0-d162b29b {
    grid-column: span 1 / span 1;
  }
}


