:root {
  --gradient-headings: rgba(0, 0, 0, .87);
  --text-high: rgba(0, 0, 0, .8);
  --text-medium: rgba(0, 0, 0, .72);
  --level-2: #fbfbfb;
  --shadows-5: rgba(17, 17, 17, .05);
  --shadows-3: rgba(17, 17, 17, .03);
  --shadows-7: rgba(17, 17, 17, .07);
  --rounding-small: 8px;
  --action-default: #5e5e5e;
  --text-high-invert: rgba(249, 249, 249, .9);
  --white: white;
  --black: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.section-default {
  z-index: 1;
  position: relative;
}

.section-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 480px;
  display: flex;
  position: relative;
}

.container-default {
  max-width: 936px;
}

.flex-v48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.grid-3col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.d2 {
  color: var(--gradient-headings);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.title-medium {
  color: var(--text-high);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.body-medium {
  color: var(--text-medium);
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.body {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.section-cta {
  z-index: 1;
  background-color: var(--level-2);
  box-shadow: 0 6px 20px 0 var(--shadows-5), 0 1px 36px 0 var(--shadows-3), 0 3px 10px 0 var(--shadows-7);
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.grid-2col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.d1 {
  color: var(--gradient-headings);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
}

.form-cta {
  width: 100%;
}

.flex-v8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.image-card {
  object-fit: contain;
  width: 100%;
  max-height: 200px;
}

.background-blur {
  filter: blur(100px);
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  position: fixed;
}

.background-blur.blue {
  z-index: 0;
  background-color: rgba(127, 217, 220, .25);
  position: fixed;
  top: -43%;
  left: -21%;
}

.background-blur.yellow {
  z-index: 0;
  background-color: rgba(200, 183, 93, .25);
  position: fixed;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: -27%;
}

.background-blur.pink {
  z-index: 0;
  background-color: rgba(211, 105, 154, .25);
  width: 33vw;
  height: 33vw;
  position: fixed;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: auto;
}

.grid-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.overline-small {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
}

.button-primary {
  border-radius: var(--rounding-small);
  background-color: var(--action-default);
  color: var(--text-high-invert);
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  display: flex;
}

.form-input-text {
  border-radius: var(--rounding-small);
  height: 40px;
  font-size: 15px;
}

.section-footer {
  z-index: 1;
  margin-bottom: 80px;
  position: relative;
}

.flex-v24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-v24.switcher {
  justify-content: flex-start;
  align-items: flex-end;
}

.title-small {
  color: var(--text-high);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.body-small {
  color: var(--text-medium);
  text-align: left;
  font-size: 12px;
  line-height: 24px;
}

.body-small.center {
  text-align: center;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.logo-default {
  height: 40px;
}

.text-block {
  text-align: center;
}

.flex-h8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.btn-action {
  color: var(--text-medium);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .1s, background-color .1s;
  display: flex;
}

.btn-action:hover {
  background-color: var(--action-default);
  color: var(--text-high-invert);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.flex-v32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.logo-large {
  height: 60px;
}

@media screen and (min-width: 1280px) {
  .container-default {
    max-width: 1128px;
  }
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1224px;
  }

  .body-small {
    line-height: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .container-default {
    max-width: 1592px;
  }

  .d2 {
    font-size: 51px;
    line-height: 56px;
  }

  .title-medium {
    font-size: 36px;
    line-height: 48px;
  }

  .body-medium {
    font-size: 18px;
    line-height: 32px;
  }

  .body {
    grid-column-gap: 240px;
    grid-row-gap: 240px;
  }

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

  .d1 {
    font-size: 60px;
    line-height: 72px;
  }

  .button-primary {
    height: 56px;
    font-size: 18px;
    line-height: 24px;
  }

  .form-input-text {
    letter-spacing: .5px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .title-small {
    font-size: 27px;
    line-height: 32px;
  }

  .body-small {
    font-size: 15px;
    line-height: 24px;
  }

  .navbar {
    z-index: 2;
  }

  .logo-large {
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .container-default {
    max-width: 680px;
  }

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

@media screen and (max-width: 767px) {
  .container-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3col, .grid-2col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-cta {
    flex-flow: column;
    display: flex;
  }

  .navbar {
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

@media screen and (max-width: 479px) {
  .section-hero {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 64px;
  }

  .flex-v48.section {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .d2 {
    font-size: 36px;
    line-height: 40px;
  }

  .grid-2col {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .d1 {
    font-size: 30px;
    line-height: 36px;
  }

  .image-hero {
    order: -1;
  }

  .grid-cta {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .flex-v24.switcher {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

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

#w-node-bcf905d2-2b27-f485-20dd-e68674da6153-0fa145ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_28a17b37-b043-48a4-a34a-6d4048b98d66-0fa145ea {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3fb303ee-4881-81a6-9640-55447939f773-0fa145ea {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_7c531364-d7f8-1b57-30dc-fa7d1a622f9e-0fa145ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5341f38-3ffe-469d-9f50-6b5bf856f65e-0fa145ea {
  grid-area: 2 / 1 / 2 / 4;
}

#w-node-_4b301510-7b68-033d-bf51-c4565efac15c-0fa145ea {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (min-width: 1440px) {
  #w-node-_28a17b37-b043-48a4-a34a-6d4048b98d66-0fa145ea {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_3fb303ee-4881-81a6-9640-55447939f773-0fa145ea {
    grid-area: 1 / 4 / 2 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_28a17b37-b043-48a4-a34a-6d4048b98d66-0fa145ea, #w-node-_3fb303ee-4881-81a6-9640-55447939f773-0fa145ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c5341f38-3ffe-469d-9f50-6b5bf856f65e-0fa145ea {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b301510-7b68-033d-bf51-c4565efac15c-0fa145ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5341f38-3ffe-469d-9f50-6b5bf856f65e-0fa145ea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4b301510-7b68-033d-bf51-c4565efac15c-0fa145ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}