@font-face {
  font-family: Stolzl;
  src: url('../fonts/627e20fc69c34c721490c919_Stolzl-Bold1.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stolzl;
  src: url('../fonts/627e320ed27c04862ef72cec_Stolzl-Medium1.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stolzl;
  src: url('../fonts/627e32251a38634c4c297171_Stolzl-Regular1.ttf') format("truetype"), url('../fonts/3418-font.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --back: #202526;
  --blue-boder2: #e7ecf2;
  --blue: #06f;
  --blue-border: #d5dfed;
  --blue-lite: #eef3fa;
  --blue-hover: #005ce6;
  --white: white;
  --blue-lite2: #f1f9ff;
  --black-hover: #2e3339;
}

.body {
  color: var(--back);
  font-family: Stolzl, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.section {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
}

.navbar {
  border-bottom: 1px solid var(--blue-boder2);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 7rem;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: flex;
}

.logo {
  width: 11rem;
  margin-right: 1rem;
}

.brand {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.div-block-16.margin {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: none;
}

.div-block-16.margin.desctop {
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text {
  cursor: default;
  margin-bottom: 1.1rem;
  font-weight: 500;
}

.text.margin {
  cursor: default;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 400;
}

.link-4 {
  color: var(--blue);
  cursor: pointer;
  line-height: 1rem;
  text-decoration: none;
}

.line {
  background-color: #93a4bb;
  width: 1.143rem;
  height: 1.3px;
}

.text-field {
  border: 1px solid var(--blue-border);
  background-color: var(--blue-lite);
  color: #000;
  cursor: text;
  border-radius: .8rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 1.4rem;
}

.text-field::placeholder {
  color: var(--back);
}

.circol {
  border: 2px solid #93a4bb;
  border-radius: 50px;
  width: 1.1rem;
  height: 1.1rem;
}

.h1 {
  text-align: center;
  cursor: default;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 6rem;
}

.submit-button {
  z-index: 1;
  background-color: var(--blue);
  cursor: pointer;
  border-radius: .8rem;
  margin-left: 1.4rem;
  padding: 1.1rem 1.4rem;
}

.submit-button:hover {
  background-color: var(--blue-hover);
  border-radius: .6rem;
}

.image-7 {
  width: 1.5rem;
  margin-left: 1rem;
}

.div-block-21 {
  background-color: #eef3fa7a;
  border-bottom-right-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 3.4rem;
  display: flex;
}

.div-block-20 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.714rem;
  display: flex;
}

.form-block {
  border: 1px solid var(--blue-lite);
  background-color: #fff;
  border-radius: 1.714rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 2rem 2.286rem;
  box-shadow: 0 5px 15px #eef3fa26;
}

.subtitle {
  text-align: center;
  cursor: default;
  max-width: 80%;
  font-size: 1.286rem;
  line-height: 2rem;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 1.7rem;
  padding-top: 1.5rem;
}

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

.div-total-files {
  grid-column-gap: 1.143rem;
  grid-row-gap: 1.143rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.section-2 {
  padding-top: 7rem;
}

.text-block {
  cursor: default;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.text-block.margin {
  cursor: default;
  margin-left: 1.5rem;
}

.h2 {
  text-align: center;
  cursor: default;
  margin-top: 0;
  margin-bottom: 3.429rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
}

.h2.margim-but {
  text-align: center;
  margin-bottom: 1rem;
}

.div-total {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-total.color-grey {
  background-color: #f8f8f3;
  border-radius: 2.857rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.571rem;
  display: flex;
}

.div-total.color {
  background-color: var(--blue-lite);
  border-radius: 2.8rem;
  padding: 4rem;
}

.div-total.grid {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-file {
  background-color: #f2f2ed;
  border-radius: 2.857rem;
  height: 100%;
  padding: 1.714rem;
  display: flex;
}

.text-block-5 {
  cursor: default;
  margin-left: 2rem;
  margin-right: 2rem;
}

.img-file {
  background-color: #fff;
  border-radius: 1.714rem;
  margin-top: .8rem;
}

.link {
  color: var(--blue);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.link.size-text {
  color: var(--blue);
  line-height: 1.1rem;
}

.div-block-25 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

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

.text-block-6 {
  border-left: 1px solid var(--blue-border);
  color: var(--back);
  padding-left: 1rem;
}

.nav-link {
  cursor: pointer;
  padding: 1rem 1.5rem;
  font-weight: 500;
}

.img {
  cursor: default;
  width: 1.6rem;
}

.text-block-7 {
  font-size: 1rem;
}

.div-block-28 {
  width: 100%;
  margin-top: 4rem;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  display: flex;
}

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

.mask {
  width: 100%;
  height: auto;
}

.slide {
  width: 25rem;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.slide.size {
  width: 25rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.slide.size.marg {
  margin-left: 2rem;
  margin-right: 0;
}

.slide.size.marg-left {
  width: 25rem;
  margin-left: 0;
  margin-right: 2rem;
}

.card {
  background-color: var(--white);
  border-radius: 2.2rem;
  height: 100%;
  padding: 2.2rem;
}

.slide-nav {
  display: none;
}

.foto {
  width: 4rem;
  margin-bottom: 1.4rem;
}

.text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  cursor: default;
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.text-block-10 {
  cursor: default;
  font-size: 1rem;
  line-height: 1.6rem;
}

.button {
  background-color: var(--back);
  cursor: pointer;
  border-radius: .8rem;
  margin-top: 4rem;
  padding: 1.1rem 1.4rem;
}

.div-card {
  border: 1px solid var(--blue-lite2);
  background-color: var(--white);
  cursor: default;
  border-radius: 1.6rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6rem;
  display: flex;
}

.div-ivon {
  background-color: var(--blue-lite2);
  border-radius: 1rem;
  margin-right: 1.6rem;
  padding: 1rem;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.8rem;
  padding-bottom: 2.2rem;
  display: flex;
}

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

.link-5 {
  color: var(--back);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-decoration: none;
}

.link-5:hover {
  color: var(--black-hover);
}

.text-block-11 {
  font-size: .6rem;
}

.text-block-12 {
  cursor: default;
  margin-top: .25rem;
  font-size: .7rem;
}

.link-6 {
  color: #93a4bb;
  cursor: pointer;
  font-size: .7rem;
  text-decoration: none;
}

.text-block-13 {
  color: #93a4bb;
  cursor: default;
  font-size: .7rem;
}

.slider-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-block-16.margin {
    margin-top: 2rem;
    display: flex;
  }

  .div-block-16.margin.desctop {
    display: none;
  }

  .text {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .text.margin {
    margin-left: .8rem;
    margin-right: .8rem;
  }

  .text.margin.mobil {
    font-size: 1.3rem;
  }

  .link-4 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .line {
    width: 1.1rem;
    height: 1.1px;
  }

  .text-field {
    border-width: 1px;
    border-radius: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .text-field::placeholder {
    font-size: 1.2rem;
  }

  .circol {
    border-width: 1px;
    width: 1.2rem;
    height: 1.2rem;
  }

  .h1 {
    max-width: 100%;
  }

  .submit-button {
    border-radius: 1rem;
    margin-left: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .image-7 {
    width: 2rem;
  }

  .div-block-21 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 2rem 1.2rem;
  }

  .div-block-20 {
    z-index: -1;
    position: relative;
    top: -7px;
  }

  .div-form {
    position: relative;
  }

  .form-block {
    padding: 3rem;
  }

  .text-block {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .h2 {
    margin-bottom: 2rem;
  }

  .div-total.color-grey {
    padding: 4rem;
  }

  .div-total.color {
    padding: 5rem 2rem;
  }

  .div-total.grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .link {
    line-height: 2rem;
  }

  .link.size-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }

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

  .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .img {
    width: 2rem;
  }

  .slide {
    width: 27rem;
    margin-left: .5rem;
  }

  .slide.size, .slide.size.marg-left {
    width: auto;
  }

  .foto {
    width: 5rem;
  }

  .text-block-9 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .text-block-10 {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }

  .button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .div-card {
    padding: 2rem;
  }

  .div-ivon {
    padding: 1.2rem;
  }

  .link-5 {
    font-size: 1.6rem;
  }

  .text-block-12 {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .link-6, .text-block-13 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 15rem;
  }

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

  .text {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .text.margin {
    font-size: 1.5rem;
  }

  .text.margin.mobil {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .text.margin.marg-left {
    margin-right: 0;
  }

  .link-4 {
    font-size: 1.5rem;
  }

  .text-field {
    border-radius: 1.5rem;
    height: 5.6rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .text-field::placeholder {
    font-size: 1.5rem;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .submit-button {
    border-radius: 1.5rem;
    padding: 2rem 3rem;
    font-size: 1.5rem;
  }

  .image-7 {
    width: 2.5rem;
  }

  .div-block-21 {
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
  }

  .div-block-21.padding-top {
    padding-top: 3.5rem;
  }

  .div-block-21.radius {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .div-form {
    width: 93rem;
  }

  .form-block {
    border-radius: 2.5rem;
    margin-top: 4rem;
  }

  .subtitle {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .text-block {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-block.marg {
    margin-bottom: 1rem;
  }

  .h2.margim-but {
    margin-bottom: 2rem;
  }

  .div-total.color {
    width: 100%;
    padding: 7rem 0;
  }

  .div-total.grid {
    width: 93rem;
  }

  .div-total.sezi {
    width: 100%;
  }

  .link {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .link.size-text {
    font-size: 2rem;
  }

  .img {
    width: 2.5rem;
  }

  .img-primer {
    margin-bottom: 1rem;
  }

  .slider {
    padding-left: 4rem;
    overflow: hidden;
  }

  .mask.size {
    width: 42rem;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .slide {
    width: 40rem;
    margin-right: 2rem;
  }

  .card {
    padding: 3rem;
  }

  .foto {
    width: 6.5rem;
    margin-bottom: 2rem;
  }

  .text-block-9 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-block-10 {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }

  .button {
    border-radius: 1.5rem;
    margin-top: 5rem;
    padding: 2rem 3rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .div-card {
    border-radius: 2rem;
  }

  .div-block-29 {
    padding-bottom: 4rem;
  }

  .link-5 {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .text-block-12 {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .link-6, .text-block-13 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .menu-button, .icon-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 4rem;
  }

  .container {
    padding-bottom: 2rem;
  }

  .logo {
    width: 21rem;
  }

  .div-block-16 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-16.size {
    width: 85rem;
  }

  .div-block-16.size2 {
    width: 60rem;
  }

  .form {
    flex-flow: column;
  }

  .text {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .text.margin {
    margin-left: 1.5rem;
    margin-right: 2rem;
    font-size: 2.7rem;
    line-height: 3rem;
  }

  .text.margin.mobil {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.4rem;
    line-height: 4.5rem;
  }

  .link-4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .line {
    width: 2rem;
    height: 1.5px;
    margin-right: 2rem;
  }

  .line.marg-no {
    margin-right: 0;
  }

  .line.marg {
    margin-right: 3rem;
  }

  .text-field {
    border-radius: 3rem;
    height: 12rem;
    margin-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .text-field::placeholder {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .circol {
    width: 2rem;
    height: 2rem;
  }

  .h1 {
    margin-bottom: 3rem;
    font-size: 8.4rem;
    line-height: 9.5rem;
  }

  .submit-button {
    border-radius: 3rem;
    width: 100%;
    margin-left: 0;
    padding: 3.5rem 3rem;
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .image-7 {
    width: 4.5rem;
    margin-left: 2rem;
  }

  .div-block-21 {
    border-radius: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  .div-block-21.radius {
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-21.radius.padd-top {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
  }

  .div-block-21.radius.but {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    padding-bottom: 4rem;
  }

  .div-block-20 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
    top: -8px;
  }

  .div-form {
    margin-top: 11rem;
  }

  .div-block-19 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: none;
  }

  .form-block {
    border-radius: 4rem;
    margin-top: 5rem;
    padding: 4.5rem 4rem 4rem;
  }

  .subtitle {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .div-total-files {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .text-block {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }

  .text-block.margin {
    margin-left: 0;
  }

  .h2 {
    margin-bottom: 5rem;
    font-size: 7rem;
    line-height: 9rem;
  }

  .h2.margim-but {
    width: 90%;
    margin-bottom: 3rem;
  }

  .div-total {
    max-width: 92rem;
  }

  .div-total.color-grey {
    max-width: 92rem;
    padding: 5rem;
  }

  .div-total.color {
    max-width: 100%;
  }

  .div-total.grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .div-file {
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .link {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }

  .link.size-text {
    margin-left: 0;
    font-size: 3rem;
    line-height: 4rem;
  }

  .img {
    width: 4.5rem;
    margin-right: 2rem;
  }

  .img.margin {
    width: 5rem;
    margin-right: 0;
  }

  .slider {
    padding-left: 0;
  }

  .mask.size {
    width: 72rem;
  }

  .slide {
    width: 70rem;
    margin-right: 3rem;
  }

  .slide.size.marg-left {
    width: 90%;
  }

  .card {
    border-radius: 4rem;
    padding: 5rem;
  }

  .foto {
    width: 9rem;
  }

  .text-block-9 {
    font-size: 3.4rem;
    line-height: 5rem;
  }

  .text-block-10 {
    font-size: 3rem;
    line-height: 5rem;
  }

  .button {
    border-radius: 2rem;
    padding: 3.5rem 4rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .div-card {
    border-radius: 4rem;
    padding: 3rem;
  }

  .div-ivon {
    border-radius: 2.5rem;
    justify-content: center;
    align-items: center;
    margin-right: 4rem;
    padding: 3rem;
    display: flex;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-5 {
    font-size: 5rem;
    line-height: 6rem;
  }

  .text-block-12 {
    margin-top: 3rem;
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .link-6 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-block-13 {
    margin-top: 10px;
    font-size: 3rem;
    line-height: 4rem;
  }

  .menu-button {
    padding: 2rem;
  }

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

  .slider-2 {
    background-color: #ddd0;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    overflow: hidden;
  }

  .mask-2 {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .slide-2 {
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .slide-nav-2 {
    display: none;
  }

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

#w-node-_77c7d868-f620-551c-3fff-3a20c476b9ce-7bc9ac8b, #w-node-_0aeca6e8-a97a-659c-4ebb-db30d04202bc-7bc9ac8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/627e20fc69c34c721490c919_Stolzl-Bold1.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/627e320ed27c04862ef72cec_Stolzl-Medium1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/627e32251a38634c4c297171_Stolzl-Regular1.ttf') format('truetype'), url('../fonts/3418-font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}