@font-face {
  font-family: "Helvetica Neue 5";
  src: url('../fonts/helvetica-neue-5.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue 5";
  src: url('../fonts/helvetica-neue-5.zip') format("undefined");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue 5";
  src: url('../fonts/helvetica-neue-5.zip') format("undefined");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue 5";
  src: url('../fonts/helvetica-neue-5.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue 5";
  src: url('../fonts/helvetica-neue-5.zip') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: "Helvetica Neue 5", Arial, sans-serif;
  --gold: #edbe38;
  --heading1: 2.44rem;
  --blue: #0097d7;
  --white: white;
  --paragraphsize: 1rem;
  --heading2: 2.18rem;
  --black: black;
  --paragraphheight: 1.25ch;
  --waves-library--black: #131313;
  --waves-library--background: #faebe3;
  --waves-library--white: white;
  --font-size: 16px;
  --heading1-height: 3.81rem;
  --heading2-heieght: 2.6rem;
}

.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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 80%;
  max-width: none;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  font-family: var(--font-family);
  color: var(--gold);
  font-size: var(--heading1);
  line-height: var(--heading1);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
  display: flex;
}

.section.cc-contact {
  background-color: var(--blue);
  padding: 40px 20px;
}

.section.blue {
  background-color: var(--blue);
  border-bottom: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 40px 20px;
  display: flex;
}

.section.event, .section.auto {
  height: auto;
}

.primary-button {
  background-color: var(--white);
  font-family: var(--font-family);
  color: var(--blue);
  font-size: var(--paragraphsize);
  line-height: var(--paragraphsize);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  font-family: var(--font-family);
  font-size: var(--paragraphsize);
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  line-height: var(--paragraphsize);
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  border-top: 1px solid var(--blue);
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-1-column {
  grid-template-columns: 1fr;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.desktop-6-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-6-column.tablet-3-column.mobile-landscape-2-column.mobile-portrait-1-column.grid-gap-m.utility-margin-bottom-4rem {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.utility-margin-bottom-0 {
  font-family: var(--font-family);
  color: var(--white);
  font-size: var(--heading2);
  line-height: var(--heading2);
  margin-bottom: 0;
}

.heading {
  font-family: var(--font-family);
  color: var(--blue);
  font-size: var(--heading1);
  line-height: var(--heading1);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.heading.white {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-weight: 400;
}

.heading.white.centered {
  color: var(--white);
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 3rem;
}

.paragraph {
  font-family: var(--font-family);
  font-size: var(--paragraphsize);
  letter-spacing: .03em;
  line-height: 1.6;
  text-decoration: none;
}

.paragraph.whit {
  color: var(--white);
}

.paragraph.white {
  color: var(--white);
  text-align: left;
  letter-spacing: .03em;
  text-transform: none;
  width: 60%;
  line-height: 1.6;
  text-decoration: none;
}

.paragraph.white.centered {
  text-align: center;
}

.paragraph.white.left {
  text-align: left;
  width: auto;
}

.paragraph.blue {
  color: var(--blue);
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
}

.paragraph.blue.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.secondary-footer {
  background-color: #f0f0f0;
}

.desktop-3-column.grid-gap-m {
  justify-content: end;
}

.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
  position: relative;
}

.heading-6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-link {
  text-decoration: underline;
  display: inline;
}

.utility-text-decoration-none {
  text-decoration: none;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.x-space-between {
  justify-content: space-between;
}

.flex-layout.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-layout.flex-vertical.y-center {
  justify-content: center;
}

.flex-layout.flex-vertical.x-center, .flex-layout.y-center {
  align-items: center;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-layout.wrap {
  flex-wrap: wrap;
}

.flex-layout.x-center {
  justify-content: center;
}

.button.small-button {
  padding: .5rem .75rem;
}

.y-center {
  align-items: center;
}

.utility-screen-reader-visible-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.utility-margin-top-1rem {
  margin-top: 1rem;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.x-center {
  justify-items: center;
}

.utility-padding-all-0 {
  padding: 0;
}

.slider-slide.utility-padding-all-0 {
  padding-left: 0;
  padding-right: 0;
}

.image {
  width: 100%;
}

.list-item {
  list-style-type: disc;
}

.image-2 {
  max-width: 50%;
}

.code-embed {
  width: auto;
  height: 980px;
}

.image-3 {
  width: 30%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: auto;
  text-align: right;
  background-color: #ddd0;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
  right: 0;
}

.container-5 {
  text-align: right;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-menu {
  background-color: #fff;
  border-radius: 20px 0 20px 20px;
  width: auto;
  margin-top: 0;
  margin-right: 20px;
  padding-top: 0;
  display: none;
  position: static;
  inset: 0% 0% auto auto;
}

.nav-menu:active {
  background-color: #0000;
}

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

.section-heading.centered {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: auto;
  margin: 0;
  padding: 10px 20px 10px 0;
  font-family: "Helvetica Neue 5", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.menu-button-2 {
  background-color: #0000;
  margin-right: 20px;
  padding: 0;
}

.menu-button-2.w--open {
  background-color: #0000;
  padding: 0;
}

.icon-2 {
  color: #000;
  text-align: right;
  width: 48px;
  height: 48px;
  margin-right: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 50px;
}

.container-6 {
  text-align: right;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu-button-3 {
  background-color: #0000;
  margin-right: 20px;
  padding: 0;
}

.menu-button-3.w--open {
  background-color: #0000;
  padding: 0;
}

.icon-3 {
  color: #0097d7;
  text-align: right;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-size: 50px;
  line-height: 50px;
}

.features-list {
  border-bottom: 1px #e4ebf3;
  padding: 20px 0;
  position: relative;
}

.container-7 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  align-self: center;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.testimonial-image-left {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-family: var(--font-family);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading-small.white {
  font-family: var(--font-family);
  color: var(--white);
  font-size: var(--heading2);
  line-height: var(--heading2);
  font-weight: 400;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-image {
  color: var(--white);
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.pricing-image._2 {
  width: 40px;
  height: 60px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.code-embed-2 {
  text-align: left;
  width: 60%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.link {
  font-family: var(--font-family);
  color: var(--blue);
  font-size: var(--paragraphsize);
  line-height: var(--paragraphheight);
  font-weight: 800;
}

.icon-4 {
  color: var(--blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 48px;
  display: flex;
}

.image-4 {
  color: #03f;
}

.image-5 {
  color: var(--blue);
  -webkit-text-stroke-color: var(--blue);
}

.image-6 {
  color: var(--blue);
}

.image-7 {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  font-family: var(--font-family);
  font-size: var(--paragraphsize);
  line-height: var(--paragraphheight);
}

.heading1 {
  font-family: var(--font-family);
  color: var(--white);
  font-size: var(--heading1);
  text-align: center;
  letter-spacing: .015em;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.55;
}

.heading1.blue {
  color: var(--blue);
  text-align: left;
}

.heading1.blue.centered {
  font-size: var(--heading1);
  text-align: center;
  letter-spacing: .015em;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.55;
}

.heading2 {
  font-family: var(--font-family);
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.heading2.blue {
  color: var(--blue);
  font-size: var(--heading2);
  letter-spacing: .015em;
  line-height: 1.55;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  place-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: 520px;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 60%;
}

.grid {
  float: none;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 80%;
  margin: 0 auto;
  position: static;
  inset: 0% auto 0% 0%;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  background-color: var(--white);
  color: var(--blue);
  min-width: 200px;
}

.waves-text-field-background {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.text-field-2 {
  width: 100%;
}

.text-field-2.long {
  height: 200px;
}

.submit-button {
  background-color: var(--white);
  font-family: var(--font-family);
  color: var(--blue);
  font-size: var(--paragraphsize);
  line-height: var(--paragraphheight);
  border-radius: 10px;
}

.success-message {
  background-color: var(--white);
}

.form-block {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

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

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

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

  .heading.white.centered {
    font-size: 3rem;
  }

  .paragraph.white {
    text-align: center;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .flex-layout.tablet-flex-vertical {
    flex-flow: column;
  }

  .flex-layout.tablet-flex-vertical.tablet-x-center, .y-center {
    align-items: center;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

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

  .image-3 {
    width: 50%;
  }

  .container-7 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

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

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
    width: 100%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.desktop-6-column.tablet-3-column.mobile-landscape-2-column.mobile-portrait-1-column.grid-gap-m.utility-margin-bottom-4rem {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .heading {
    font-weight: 400;
  }

  .grid-gap-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .flex-layout.x-space-between.tablet-flex-vertical.tablet-x-center.flex-gap-s {
    margin-top: 20px;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .mobile-landscape-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    width: 50%;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-left {
    width: 100%;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .section {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.event {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.auto {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.zukunft {
    height: auto;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .grid-layout.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.desktop-6-column.tablet-3-column.mobile-landscape-2-column.mobile-portrait-1-column.grid-gap-m.utility-margin-bottom-4rem {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .heading {
    font-size: var(--heading2);
    line-height: var(--heading2);
    font-weight: 900;
  }

  .heading.white {
    padding-bottom: 0;
    font-weight: 400;
  }

  .heading.white.centered {
    font-size: 2rem;
    line-height: 2rem;
  }

  .paragraph {
    color: var(--black);
    letter-spacing: .03em;
    line-height: 1.6;
  }

  .paragraph.w--current {
    font-family: "Helvetica Neue 5", Arial, sans-serif;
  }

  .paragraph.white {
    text-align: left;
    width: 100%;
  }

  .paragraph.blue {
    text-align: left;
  }

  .paragraph.blue.footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .image-2 {
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    max-width: 100%;
    height: 980px;
  }

  .image-3 {
    width: 80%;
  }

  .navbar {
    z-index: 10;
    background-color: var(--white);
    flex-flow: row;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    right: 0;
  }

  .nav-menu {
    z-index: 10;
    border-top-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .section-heading.centered {
    margin: 10px 10px 10px 20px;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .container-6 {
    flex: 1;
  }

  .menu-button-3 {
    background-color: var(--white);
  }

  .container-7 {
    max-width: none;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .pricing-card-three {
    align-items: flex-start;
  }

  .pricing-image {
    text-align: center;
  }

  .code-embed-2 {
    width: 100%;
  }

  .link {
    font-family: var(--font-family);
    color: var(--blue);
    font-size: var(--paragraphsize);
    line-height: var(--paragraphheight);
    font-weight: 900;
  }

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

  .heading1 {
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .heading1.blue.centered {
    font-size: var(--heading2);
    line-height: var(--heading2);
    text-align: left;
    font-weight: 400;
  }

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

  .heading2.blue {
    text-align: left;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-image-features-4, .grid {
    width: 100%;
  }

  .waves---center-heading, .waves-master-contact-1 {
    align-items: flex-start;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-field-2, .form-block {
    width: 100%;
  }
}

#w-node-c89d6580-ab5f-bbb9-a1a5-bc434a1f5a72-003eee29, #w-node-_79fe9311-301d-d0e3-dc24-5ff4fd4b239f-003eee29, #w-node-_79fe9311-301d-d0e3-dc24-5ff4fd4b23a5-003eee29, #w-node-_79fe9311-301d-d0e3-dc24-5ff4fd4b23ab-003eee29, #w-node-_79fe9311-301d-d0e3-dc24-5ff4fd4b23b1-003eee29, #w-node-a483e713-0b35-7cc5-9aa3-54dd7b5456fc-8b169251.w-node-_36225f80-e12f-8d7a-713d-d170d7379781-1d954aa0, #w-node-a483e713-0b35-7cc5-9aa3-54dd7b545714-8b169251.w-node-_36225f80-e12f-8d7a-713d-d170d7379799-1d954aa0, #w-node-a483e713-0b35-7cc5-9aa3-54dd7b54572c-8b169251.w-node-_36225f80-e12f-8d7a-713d-d170d73797b1-1d954aa0, #w-node-_8edb0c3c-c923-012a-c03b-4ec87a4c8b41-8b169251.w-node-_36225f80-e12f-8d7a-713d-d170d73797c9-1d954aa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f6afddc-28ae-400d-9462-a62340322b67-003eee32 {
  place-self: center start;
}

#w-node-_85748491-896e-0735-5ab0-c94ea36f0598-003eee32 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85748491-896e-0735-5ab0-c94ea36f059c-003eee32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_85748491-896e-0735-5ab0-c94ea36f05a0-003eee32 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-c89d6580-ab5f-bbb9-a1a5-bc434a1f5a72-003eee29 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85748491-896e-0735-5ab0-c94ea36f059c-003eee32 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_85748491-896e-0735-5ab0-c94ea36f05a0-003eee32 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Helvetica Neue 5';
  src: url('../fonts/helvetica-neue-5.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue 5';
  src: url('../fonts/helvetica-neue-5.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue 5';
  src: url('../fonts/helvetica-neue-5.zip') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue 5';
  src: url('../fonts/helvetica-neue-5.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue 5';
  src: url('../fonts/helvetica-neue-5.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}