@font-face {
  font-family: Exo Variablefont Wght;
  src: url('../fonts/Exo-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo Variablefont Wght;
  src: url('../fonts/Exo-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

.menu-icon-mid {
  z-index: 2;
  width: 32px;
  height: 2px;
  position: relative;
}

.menu-icon-top {
  z-index: 2;
  background-color: #000;
  width: 32px;
  height: 2px;
  position: relative;
}

.logo-block {
  z-index: 4;
  width: 200px;
  position: relative;
}

.logo-block.zero {
  z-index: 0;
}

.menu-icon-mid-upper {
  background-color: #000;
  width: 32px;
  height: 2px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.menu-icon-bottom {
  z-index: 2;
  background-color: #000;
  width: 32px;
  height: 2px;
  position: relative;
}

.navigation {
  z-index: 2;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 15px 5%;
  display: flex;
  position: fixed;
  box-shadow: 0 20px 40px -12px #00000029;
}

.menu-icon-block {
  z-index: 6;
  display: none;
  position: relative;
}

.menu-icon-mid-lower {
  background-color: #000;
  width: 32px;
  height: 2px;
  position: absolute;
}

.navigation-menu {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ff3535;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% 100%;
}

.menu-icon-bg {
  z-index: 0;
  pointer-events: none;
  background-color: #ff3535;
  border-radius: 50%;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.navigation-link {
  color: #fff;
  text-align: center;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

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

.navigation-link.small-desktop {
  color: #000;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.menu-icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero {
  width: 100%;
  height: 100vh;
  padding: 100px 5% 50px;
}

.hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  display: grid;
}

.hero-heading-box {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Masinsko-Pranje-Podova.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px -12px #00000029;
}

.hero-heading-box:hover {
  box-shadow: 0 40px 80px -24px #0000005c;
}

.heading {
  z-index: 1;
  text-align: left;
  letter-spacing: -5px;
  text-shadow: 2px 2px 10px #0009;
  color: #fff;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: 2px 2px 10px #0003;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.primary-button {
  z-index: 1;
  cursor: pointer;
  background-color: #ff3535;
  border-radius: 100px;
  padding: 15px 30px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  position: relative;
}

.primary-button:hover {
  opacity: 1;
  background-color: #c01010;
  scale: 1.1;
}

.secondary-button {
  background-color: #0000;
  border: 2px solid #ff3535;
  border-radius: 100px;
  padding: 15px 30px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.secondary-button:hover {
  background-color: #ff3535;
}

.secondary-button.no {
  z-index: 1;
  position: relative;
}

.secondary-button.no.redish {
  color: #ff3535;
}

.secondary-button.no.redish:hover {
  color: #fff;
  background-color: #ff3535;
}

.heading-3 {
  z-index: 1;
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: 2px 2px 10px #0003;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.heading-3.black {
  color: #333;
}

.heading-3.black.center {
  color: #000;
  text-align: center;
  text-shadow: none;
}

.background-video {
  z-index: 0;
  pointer-events: none;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 16px;
  position: absolute;
  inset: 0%;
}

.buttons-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.buttons-box.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.o-dubinskom-pranju-namestaja {
  background-image: url('../images/bg-dubinsko-pranje-namestaja.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 50vh;
  padding: 100px 5%;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
}

.big-paragraph {
  color: #333;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
}

.red-text {
  color: #ff3535;
  text-shadow: 2px 2px 10px #ff35354d;
}

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

.why-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ff3535;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 10px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 40px -12px #00000029;
}

.why-block:hover {
  box-shadow: 0 40px 80px -24px #0000005c;
}

.image {
  width: 100px;
}

.why-heading {
  color: #fff;
  text-align: center;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.why-heading.bigger {
  font-size: 2.5rem;
}

.why-text {
  color: #fff;
  text-align: center;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

.primary-button-overlay {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
}

.primary-button-text {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 1px 3px #00000080;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.price-price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.price-block {
  background-color: #ff3535;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 5%;
  display: flex;
  position: relative;
}

.price-block.white {
  background-color: #fff;
}

.heading-7 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.heading-7.black {
  color: #333;
}

.section-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1;
}

.secondary-button-overlay {
  z-index: 1;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
}

.section-pricing {
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.primary-button-2 {
  background-color: #ff3535;
  border: 2px solid #ff3535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.heading-6.black {
  color: #333;
}

.heading-6.black.margins {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.price-heading {
  width: 30%;
}

.secondary-button-2 {
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-8 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.section-pricing-2 {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}

.section-pricing-2.no-top {
  padding-top: 0%;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
}

.heading-9 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.heading-9.black {
  color: #333;
}

.heading-10 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.heading-10.black {
  color: #333;
}

.heading-11 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.heading-11.black {
  color: #333;
}

.heading-12 {
  color: #fff;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
  font-size: 6rem;
  line-height: 1;
}

.cta-section {
  padding: 100px 5%;
}

.cta-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: radial-gradient(circle, #000 17%, #ff3535 92%);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30vh;
  padding: 5%;
  display: flex;
  box-shadow: 0 20px 40px -12px #00000029;
}

.paragraph {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 50px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph.black {
  color: #fff;
  padding-bottom: 0;
}

.list {
  color: #ff3535;
  -webkit-text-stroke-color: #ff3535;
  list-style-type: none;
}

.faq-item {
  background-color: #ff3535;
  background-image: linear-gradient(90deg, #000, #ff3535 0% 85%, #000 104%);
  border-bottom: 2px solid #ff3535;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 40px -12px #00000029;
}

.faq-item:hover {
  box-shadow: 0 40px 80px -24px #0000005c;
}

.faq-item.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.content-header-small {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1;
}

.content-header-small.black {
  color: #000;
}

.content-header-small.black.no-left-margin {
  color: #fff;
  margin-left: 0;
}

.content-header-small.straight {
  text-transform: none;
  font-style: normal;
  font-weight: 400;
}

.content-header-small.straight.nomargin {
  margin-left: 0;
}

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

.link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link:hover {
  color: #ff3535;
}

.link.slim {
  font-weight: 400;
}

.image-11 {
  z-index: 0;
  position: relative;
}

.image-8 {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 15px;
}

.social-box {
  padding: 10px;
  transition: all .2s;
}

.social-box:hover {
  background-color: #ff3535;
  border-radius: 50%;
}

.footer {
  background-color: #000;
  width: 100%;
  padding: 100px 5%;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
}

.footer-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.image-9 {
  width: 3rem;
  height: 3rem;
}

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

.content-header.contra {
  justify-content: flex-end;
  align-items: center;
}

.footer-box {
  position: relative;
}

.footer-box.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-div {
  background-color: #fff;
  width: 100px;
  height: 2px;
}

.line-div.full-width {
  width: 100%;
}

.line-div.full-width.red {
  background-color: #ff3535;
}

.line-div.full-width.red.margin-top-bot {
  margin-top: 50px;
  margin-bottom: 50px;
}

.line-div.black {
  background-color: #000;
}

.image-10 {
  width: 50vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-header {
  width: 100%;
  max-width: none;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.hero-section.subpage {
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

.heading-4 {
  color: #fff;
  font-size: 2.5rem;
}

.heading-4.black {
  color: #000;
}

.body {
  font-family: Exo Variablefont Wght, Arial, sans-serif;
}

.primary-button-3 {
  cursor: pointer;
  background-color: #ff3535;
  border-radius: 100px;
  padding: 15px 30px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.primary-button-3:hover {
  opacity: 1;
  background-color: #c01010;
  scale: 1.1;
}

.primary-button-3.margin-top {
  margin-top: 50px;
}

.section-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  z-index: 1;
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.section-images-box {
  height: 100%;
  position: relative;
}

.image-3 {
  object-fit: fill;
  height: 100%;
}

.image-3.mobile {
  display: none;
}

.heading-13 {
  color: #fff;
  font-size: 2.5rem;
}

.line-text {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #333;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  inset: 5% 5% auto auto;
}

.section-price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 100px 5%;
  display: grid;
  position: relative;
}

.big-numbers {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.big-numbers.white {
  color: #fff;
}

.text-span {
  color: #ff3535;
}

.desktop-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-icon-block {
    display: block;
  }

  .navigation-menu {
    display: none;
    left: 100%;
  }

  .navigation-link {
    font-size: 3rem;
  }

  .hero-heading-box {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0%;
  }

  .heading {
    text-align: center;
    font-size: 4rem;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .buttons-box {
    justify-content: center;
    align-items: center;
  }

  .big-paragraph {
    font-size: 1.6rem;
  }

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

  .section-heading {
    font-size: 2.5rem;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .footer-header {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .hero-section {
    height: 150vh;
  }

  .section-content {
    margin-top: 50px;
  }

  .section-images-box {
    width: 100%;
    display: none;
  }

  .image-3 {
    width: 100%;
  }

  .line-text {
    font-size: 6rem;
    top: 0%;
  }

  .line-text.middle {
    top: 50%;
  }

  .section-price {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .desktop-links {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navigation-menu {
    display: none;
    left: 100%;
  }

  .navigation-link {
    text-align: center;
    overflow-wrap: normal;
    width: 100%;
    font-size: 2rem;
  }

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

  .heading {
    letter-spacing: -3px;
    font-size: 3rem;
  }

  .buttons-box {
    justify-content: center;
    align-items: center;
  }

  .primary-button-text {
    font-size: 1rem;
  }

  .price-price {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .price-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .section-heading {
    font-size: 2rem;
  }

  .heading-6 {
    text-align: center;
    font-size: 2rem;
  }

  .price-heading {
    width: 100%;
  }

  .heading-8, .heading-9, .heading-10, .heading-11 {
    text-align: center;
  }

  .content-header-small.black.no-left-margin {
    font-size: 1rem;
  }

  .image-10 {
    width: 80vw;
  }

  .image-2 {
    left: 0;
  }

  .section-images-box {
    display: block;
  }

  .image-3 {
    display: none;
  }

  .image-3.mobile {
    display: block;
  }

  .line-text.middle {
    top: 0%;
  }
}

@media screen and (max-width: 479px) {
  .navigation-link {
    font-size: 2rem;
  }

  .hero {
    padding-bottom: 50px;
  }

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-heading-box {
    padding-bottom: 10px;
  }

  .heading {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .secondary-button.no {
    max-width: 80%;
    margin-top: 10px;
    display: block;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.5rem;
  }

  .buttons-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .big-paragraph {
    font-size: 1.3rem;
  }

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

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

  .section-heading {
    font-size: 1.8rem;
  }

  .primary-button-2.invisible {
    display: none;
  }

  .heading-6, .heading-6.black {
    font-size: 1.6rem;
  }

  .heading-6.black.margins {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .secondary-button-2.invisible {
    display: none;
  }

  .section-pricing-2.no-top {
    border-bottom: 2px solid #000;
  }

  .content-header-small {
    white-space: normal;
    font-size: .8rem;
  }

  .content-header-small.black.no-left-margin {
    white-space: normal;
  }

  .link {
    font-size: 1rem;
  }

  .line-div.full-width.red {
    width: 10%;
  }

  .hero-section {
    height: 200vh;
  }

  .hero-section.subpage {
    padding-bottom: 50px;
  }

  .heading-4 {
    width: 100%;
    line-height: 1;
  }

  .heading-4.black {
    text-align: center;
    overflow-wrap: break-word;
    font-size: 2rem;
  }

  .image-2 {
    width: 50%;
    display: block;
    left: 0;
  }

  .image-3 {
    display: block;
  }

  .heading-13 {
    width: 100%;
    font-size: 2rem;
    line-height: 1;
  }

  .line-text {
    -webkit-text-stroke-width: 1px;
    font-size: 3rem;
  }

  .section-price {
    padding-top: 100px;
  }

  .big-numbers, .big-numbers.white {
    font-size: 4rem;
  }
}

#w-node-_6db61751-fb86-70a0-a15c-931696319562-cb073f0a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_07eedff1-4ddb-adb9-7552-a7b7a5f20157-cb073f0a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5de8e06-fed5-c9d3-3db5-a431da0b8f89-da0b8f87, #w-node-a5de8e06-fed5-c9d3-3db5-a431da0b8fb6-da0b8f87 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5828396-d02b-4d24-4fd0-8aba588668d7-4dd70d70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5828396-d02b-4d24-4fd0-8aba588668db-4dd70d70 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-b5828396-d02b-4d24-4fd0-8aba588668db-4dd70d70 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6db61751-fb86-70a0-a15c-931696319562-cb073f0a {
    grid-row-start: 1;
  }

  #w-node-_07eedff1-4ddb-adb9-7552-a7b7a5f20157-cb073f0a {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Exo Variablefont Wght';
  src: url('../fonts/Exo-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Variablefont Wght';
  src: url('../fonts/Exo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}