:root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --white: white;
  --black: black;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  color: #f7f7f7;
  background-color: #191919;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 128%;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 148px;
  font-weight: 700;
  line-height: 131px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 96px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 128%;
}

p {
  margin-bottom: 0;
}

.container {
  max-width: 1280px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f7f7f7;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-block {
  text-transform: uppercase;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.text-block-2 {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 128%;
}

.highlighted {
  color: #feed01;
  font-style: italic;
}

.relative {
  position: relative;
}

.background-text {
  z-index: -1;
  color: #191919;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 148px;
  font-style: italic;
  font-weight: 700;
  line-height: 131px;
  position: absolute;
  top: auto;
  bottom: -9px;
  left: 8px;
  right: auto;
}

.body {
  -webkit-text-stroke-width: 1px;
}

.paragraph {
  width: 540px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 128%;
}

.hero-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #191919;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  background-color: #feed01;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}

.button.secondary {
  color: #feed01;
  -webkit-clip-path: none;
  clip-path: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #feed01;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

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

.button.secondary.is-sheet {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.hero-image {
  z-index: -1;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  width: 48%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0%;
}

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

.section {
  padding-top: 120px;
}

.section.is-footer {
  padding-bottom: 120px;
}

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

.grid-tesimonials {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 72px;
}

.image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  -webkit-clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  width: 100%;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.testimonial-card.is-middle {
  margin-top: 72px;
}

.text-name {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.quote-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
  line-height: 24px;
}

.text-weight-medium.is-position {
  color: #a8a8a8;
  margin-top: 8px;
}

.right-quote {
  align-self: flex-end;
}

.hide {
  display: none;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: #feed01;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: #feed01;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  color: var(--untitled-ui--gray400);
  border: 2px solid #feed01;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui--gray400);
}

.uui-faq02_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_accordion {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.h2-small {
  text-align: left;
  min-width: 110%;
  font-size: 56px;
  line-height: 128%;
}

.space-m {
  height: 2rem;
}

.space-s {
  min-height: 1rem;
}

.body-m {
  font-size: 20px;
  line-height: 128%;
}

.body-m.all-caps {
  text-align: right;
  text-transform: uppercase;
}

.body-m.align-right {
  text-align: right;
}

.faq-question {
  font-size: 18px;
  font-weight: 700;
  line-height: 128%;
}

.space-l {
  min-height: 3rem;
}

.photo-gird {
  grid-template-columns: 1fr .75fr 1fr;
}

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

.image-large {
  object-fit: cover;
  flex: 1;
  height: 300px;
  min-height: 300px;
}

.image-middle {
  object-fit: cover;
  flex: 1;
  width: 250px;
  height: 300px;
  min-height: 300px;
}

.image-4 {
  object-fit: cover;
  flex: 1;
  height: 100%;
}

.footer-headline {
  text-align: right;
  font-size: 88px;
  font-weight: 700;
  line-height: 80%;
}

.footer-heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 90%;
  display: flex;
}

.footer-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.footer-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-image {
  z-index: -2;
  object-fit: cover;
  object-position: 100% 0%;
  -webkit-clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  width: 50%;
  max-width: 450px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.lottie {
  width: 60px;
  height: 20px;
}

.glow {
  z-index: -2;
  filter: blur(350px);
  background-color: #777;
  width: 30vw;
  height: 30vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ig-social {
  color: #f7f7f7;
  transition: all .3s;
}

.ig-social:hover {
  color: #feed01;
}

.outline-text {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  position: relative;
}

.outline-text.klas {
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 0 0 var(--untitled-ui--white);
}

.fixed {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f7f7f7;
  font-size: 140px;
  position: relative;
}

.text-block-3 {
  color: #1a1a1a;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-size: 80px;
}

.image-5 {
  z-index: -1;
  height: 110px;
  margin-bottom: 4px;
  margin-left: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: skew(-7deg);
}

.vector {
  position: absolute;
  top: auto;
  bottom: -32px;
  left: 330px;
  right: auto;
}

.vector-stepan {
  z-index: -1;
  position: absolute;
  top: 8px;
  left: 0;
}

.vector-hrncir {
  z-index: -2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -3px;
  transform: skew(-5deg);
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2 {
    margin-bottom: 16px;
  }

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

  .hero-image {
    width: 100%;
    margin-top: 32px;
    position: static;
  }

  .button-block {
    flex-flow: row;
  }

  .heading {
    font-size: 60px;
    line-height: 68px;
  }

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

  .image {
    height: 400px;
  }

  .testimonial-card.is-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .uui-space-medium {
    min-height: 1rem;
  }

  .uui-faq02_answer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-faq02_question {
    padding: 1rem;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h2-small {
    min-width: 0;
    font-size: 48px;
  }

  .footer-headline {
    font-size: 64px;
  }

  .footer-heading-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .footer-content-wrapper {
    max-width: none;
  }

  .footer-block {
    flex-flow: column;
  }

  .footer-image {
    z-index: 0;
    object-fit: cover;
    object-position: 50% 0%;
    align-self: flex-start;
    width: 50%;
    max-width: none;
    height: 400px;
    margin-bottom: 48px;
    position: relative;
  }

  .heading-2 {
    font-size: 100px;
    line-height: 100%;
  }

  .glow {
    width: 60vw;
    height: 60vw;
  }

  .image-5 {
    height: 74px;
    margin-bottom: 8px;
    margin-left: 15px;
    transform: skew(-6deg);
  }

  .vector {
    height: 26px;
    bottom: -16px;
    left: 238px;
  }

  .vector-stepan {
    width: 440px;
    top: 80px;
    left: 40px;
  }

  .vector-hrncir {
    height: 49px;
    transform: skew(-4deg);
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    width: auto;
    font-size: 20px;
  }

  .button-block {
    flex-flow: column;
  }

  .section {
    padding-top: 80px;
  }

  .section.is-footer {
    padding-bottom: 80px;
  }

  .heading {
    margin-top: 0;
    font-size: 48px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_list {
    margin-top: 40px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

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

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-headline {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    order: 1;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-2 {
    margin-top: 64px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .button {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .hero-section {
    overflow: hidden;
  }

  .button-block {
    flex-flow: column;
    align-self: stretch;
  }

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

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

  .h2-small {
    font-size: 40px;
  }

  .body-m {
    font-size: 18px;
  }

  .photo-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .image-middle {
    width: 100%;
  }

  .footer-headline {
    text-align: left;
    line-height: 100%;
  }

  .footer-image {
    object-position: 100% 0%;
    width: 100%;
  }

  .heading-2 {
    font-size: 60px;
  }

  .glow {
    z-index: -3;
    width: 230px;
    height: 110vw;
  }

  .image-5 {
    height: 45px;
    margin-bottom: 4px;
    margin-left: 10px;
  }

  .vector {
    height: 16px;
    bottom: -11px;
    left: 130px;
  }

  .vector-stepan {
    width: 240px;
    top: 12px;
    left: 20px;
  }

  .vector-hrncir {
    top: auto;
    bottom: 3px;
    left: 8px;
    right: auto;
  }
}

#w-node-ef2b9df0-7442-9792-34b0-a3b22d4dc0d9-273f1b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ef2b9df0-7442-9792-34b0-a3b22d4dc0d9-202d79c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


