:root {
  --gray-600: #3e4246;
  --red: #e63018;
  --white: white;
  --firebrick: #af2411;
  --gray-800: #1b1e25;
  --gray-100: #eff2f5;
  --gray-400: #929aa0;
  --gray-200: #babfc7;
  --primary-800: #2348ff;
  --primary-600: #1162ff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray500: #667085;
}

.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: var(--gray-600);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ferryman, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ferryman, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ferryman, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: ferryman, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

.navigation {
  background-color: var(--white);
  width: 100%;
  height: 68px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.nav-menu, .brand {
  align-items: center;
  display: flex;
}

.logo-icon {
  height: 48px;
}

.nav-link {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.primary-button {
  background-color: var(--red);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--firebrick);
}

.primary-button.w--current {
  align-self: flex-end;
}

.primary-button.left-margin {
  align-self: center;
  margin-left: 40px;
}

.primary-button.top-margin {
  width: 100%;
  max-width: 260px;
  margin-top: 30px;
}

.primary-button.password {
  width: 100%;
  margin-top: 30px;
}

.section {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.hero {
  background-color: var(--gray-800);
  opacity: 1;
  background-image: url('../images/ojooh.svg'), url('../images/HGHP25.svg');
  background-position: 50% 100%, 50% 33%;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  height: 70vh;
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--red);
  padding-bottom: 0;
}

.section.top-margin {
  padding-top: 60px;
  padding-bottom: 20px;
}

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

.section.gray {
  background-color: var(--gray-100);
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.hero {
  background-image: url('../images/ojooh.svg');
  background-position: 50% 100%;
}

.h3 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.h3.left-margin {
  margin-left: 10px;
}

.h3.unterzeile {
  color: var(--gray-600);
}

.h2 {
  color: var(--red);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ferryman, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.h2.white {
  color: var(--white);
}

.h1 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ferryman, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.h1.hero {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
}

.styleguide-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.link {
  color: var(--red);
  margin-top: 10px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.small-title {
  color: var(--gray-400);
  margin-top: 40px;
  font-size: 12px;
  line-height: 20px;
}

.text {
  z-index: 100;
  margin-bottom: 0;
}

.text.center {
  text-align: center;
  margin-top: 20px;
}

.text.white {
  color: var(--white);
}

.text.top-margin {
  text-align: left;
  align-self: center;
  margin-top: 16px;
}

.bold-text {
  z-index: 100;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
}

.styleguide-container {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.h4 {
  z-index: 100;
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: ferryman, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}

.h4.styleguide {
  background-color: var(--gray-100);
  color: var(--gray-600);
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}

.h4.white {
  color: var(--white);
}

.small-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.small-text.white {
  color: var(--white);
}

.small-text.bold {
  font-weight: 600;
}

.small-text.left-margin {
  margin-left: 6px;
}

.caption {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.color {
  background-color: var(--gray-800);
  border-radius: 4px;
  width: 120px;
  height: 80px;
}

.color.grey-200 {
  background-color: var(--gray-200);
}

.color.grey-400 {
  background-color: var(--gray-400);
}

.color.grey-600 {
  background-color: var(--gray-600);
}

.color.primary-80 {
  background-color: var(--primary-800);
}

.color.primary-40 {
  background-color: var(--primary-600);
}

.color.grey-100 {
  background-color: var(--gray-100);
}

.styleguide-colors {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
}

.secondary-button {
  border: 1px solid var(--gray-600);
  background-color: var(--white);
  color: var(--gray-800);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--gray-600);
  color: #fff;
}

.secondary-button.white {
  border-color: var(--white);
}

.secondary-button.white:hover {
  background-color: #ffffff29;
  border-color: #ffffff4d;
}

.rich-text {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h6 {
  color: #333;
}

.rich-text ul {
  padding-left: 20px;
  list-style-type: disc;
}

.rich-text a {
  color: var(--primary-600);
}

.rich-text h4 {
  color: var(--red);
  margin-top: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.rich-text h5 {
  margin-top: 20px;
  font-family: Sora, sans-serif;
  font-weight: 600;
}

.rich-text h3 {
  color: var(--red);
  margin-top: 30px;
  font-family: Changa One, Impact, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.rich-text h1 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.rich-text blockquote {
  border-left-color: var(--primary-600);
  font-size: 16px;
  font-style: italic;
}

.rich-text h2 {
  color: var(--red);
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.rich-text.top-margin {
  margin-top: 10px;
}

.center-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-container.bottom-margin {
  margin-bottom: 40px;
}

.buttons-container {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7a818f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.buttons-container.top-margin {
  z-index: 500;
  margin-top: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.footer-link {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  color: var(--gray-200);
}

.dot {
  color: var(--gray-200);
  margin-left: 10px;
  margin-right: 10px;
}

.small-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.horizontal-container {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.horizontal-container.left-align {
  justify-content: flex-start;
  margin-top: 20px;
}

.horizontal-container.hero {
  background-image: url('../images/DGS.svg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.hero-image {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

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

.image.hero {
  border-radius: 4px;
}

.social-link {
  margin-left: 10px;
  transition: all .2s;
}

.social-link:hover {
  opacity: .6;
}

.feature {
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.feature.gray {
  background-color: var(--gray-100);
  border-radius: 8px;
  align-content: start;
  align-items: start;
  padding: 16px;
}

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

.three-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.testimonial {
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  border: 1px solid var(--gray-400);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 16px;
  display: grid;
}

.image-wrapper {
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.image-wrapper.left-margin {
  margin-left: 40px;
  margin-right: 0;
}

.form-block {
  max-width: 680px;
  margin: 40px auto 0;
}

.success-message {
  color: #0088a3;
  background-color: #cdfffb;
  border-radius: 6px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #ff3b73;
  text-align: center;
  background-color: #ffe9e9;
  border-radius: 6px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.label.top-margin {
  margin-top: 20px;
}

.label.version {
  background-color: var(--primary-600);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 14px;
}

.textarea {
  border: 1px solid var(--gray-100);
  background-color: var(--gray-100);
  border-radius: 8px;
  min-width: 380px;
  min-height: 200px;
  padding: 16px 14px;
  transition: all .2s;
}

.textarea:hover {
  border-color: var(--gray-200);
}

.textarea:focus {
  border-color: var(--primary-600);
}

.textarea::placeholder {
  color: var(--gray-400);
}

.text-field {
  border: 1px solid var(--gray-100);
  background-color: var(--gray-100);
  border-radius: 8px;
  min-width: 280px;
  height: 46px;
  margin-bottom: 0;
  padding: 12px 14px;
  transition: all .2s;
}

.text-field:hover {
  border: 1px solid var(--gray-200);
}

.text-field:focus {
  border: 1px solid var(--primary-600);
}

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

.text-field.password {
  width: 100%;
  min-width: 0;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-project {
  overflow: hidden;
}

.content-project {
  background-color: var(--red);
  flex-direction: column;
  height: 100%;
  padding: 24px;
  display: flex;
}

.card-project {
  color: var(--white);
  border-radius: 8px;
  justify-content: flex-end;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.collection-item {
  align-content: space-between;
  width: 100%;
  height: 100%;
}

.inline-text {
  margin-top: 10px;
  display: flex;
}

.horizontal-line {
  background-color: var(--gray-200);
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.gray-card {
  background-color: var(--gray-100);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.medium-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asset-container {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asset-composition {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
  overflow: hidden;
}

.asset-links {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.license-link {
  color: var(--gray-600);
  letter-spacing: .4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.license-link:hover {
  text-decoration: underline;
}

.license-link.w--current {
  color: #0f0f0f;
}

.version-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: max-content;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 580px;
  margin-top: 40px;
  display: grid;
}

.text-version {
  margin-bottom: 0;
}

.burger-icon {
  z-index: 400;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.top-burger-line {
  background-color: #0f0f0f;
  border-radius: 20px;
  width: 24px;
  height: 2px;
}

.middle-burger-line {
  background-color: #0f0f0f;
  border-radius: 20px;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.bottom-burger-line {
  background-color: #0f0f0f;
  border-radius: 20px;
  width: 24px;
  height: 2px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-image {
  max-width: 320px;
  margin-bottom: 20px;
}

.utility-page-protected {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.protected-image {
  border-radius: 8px;
  width: 100%;
  max-width: 340px;
  margin-right: 60px;
}

.image-single-project {
  width: 100%;
  height: 100%;
}

.js-clock {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--red);
  font-family: Changa One, Impact, sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 70px;
}

.clock-label {
  color: var(--gray-600);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.footer {
  color: var(--white);
  text-decoration: none;
}

.footer:hover {
  color: var(--gray-400);
  text-decoration: none;
}

.footer:visited {
  color: var(--white);
  text-decoration: none;
}

.tab-image-demo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tab-pane-demo {
  height: 100%;
}

.story-function {
  position: relative;
}

.tab-wrapper {
  border-radius: .5rem;
  overflow: hidden;
}

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

.tabs-demo-function {
  height: 95vh;
  display: flex;
}

.story_component {
  flex-direction: column;
  align-items: center;
  display: block;
}

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

.tab-button-demo {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border-radius: 99999px;
  flex: 1;
  height: 3px;
  padding: 0;
  overflow: hidden;
}

.tab-button-demo.w--current {
  background-color: #ffffff4d;
  border-radius: 99999px;
  flex: 1;
  height: 3px;
  padding: 0;
}

.divider-horizontal {
  background-color: #e4e5e8;
  align-self: stretch;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.timer-line-demo {
  background-color: #fff;
  height: 3px;
  position: absolute;
  inset: 0%;
}

.tabs-content-demo {
  flex: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow {
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow.tab_next {
  z-index: 9;
  inset: 5% 0% 0% auto;
}

.arrow.tab_previous {
  z-index: 9;
  top: 5%;
}

.tabs-menu-demo {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.heading {
  text-align: center;
  font-family: ferryman, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.div-block {
  display: block;
}

.image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading-2 {
  font-family: ferryman, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.slide {
  background-image: url('../images/0J5A1783.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  min-height: 75vh;
}

.slide-2 {
  background-image: url('../images/HGHP25.svg');
  background-position: 50%;
  background-size: auto;
}

.slide-3, .slide-4, .slide-5, .slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/0J5A2738.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/0J5A2832.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/Bieerwak.jpg');
  background-position: 50%;
  background-size: cover;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: Work Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

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

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

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

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

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

.paragraph {
  margin-top: 20px;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.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 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-blogsection04_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-button-icon {
  color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-blogsection04_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection04_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection04_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection04_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection04_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection04_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection04_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection04_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection04_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-blogsection04_list-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection04_heading {
  flex: 1;
}

.uui-blogsection04_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

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

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--red);
  font-family: Work Sans, sans-serif;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

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

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

.uui-text-divider.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost02_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost02_author-image-wrapper {
  margin-bottom: 1rem;
}

.uui-blogpost02_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-blogpost02_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list-wrapper {
  width: 100%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost02_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-blogpost02_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost02_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-blogpost02_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: ferryman, sans-serif;
  font-size: 40px;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost02_content {
  margin-bottom: 4rem;
}

.uui-breadcrumb-link {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

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

.uui-max-width-large-2.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.uui-text-size-small.text-color-white {
  color: var(--untitled-ui--white);
}

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

.uui-heading-tiny.text-color-white {
  color: var(--untitled-ui--white);
}

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

.uui-heading-large-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_category-link {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogpost02_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.uui-blogpost02_background {
  z-index: -1;
  background-image: linear-gradient(#10182866, #10182866), url('../images/VAB-Prokla24.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.uui-blogpost02_background.bwk {
  background-image: linear-gradient(#0000, #0000), url('../images/0J5A1829.jpg');
}

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

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  .primary-button {
    font-size: 16px;
    line-height: 26px;
  }

  .container.hero {
    max-width: 1440px;
  }

  .h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .text, .bold-text {
    font-size: 18px;
    line-height: 26px;
  }

  .h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .small-text {
    font-size: 16px;
  }

  .caption {
    font-size: 14px;
  }

  .secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .rich-text {
    max-width: 920px;
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .rich-text h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .rich-text h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .rich-text h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .rich-text h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .rich-text blockquote {
    font-size: 18px;
    line-height: 24px;
  }

  .rich-text h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .footer-link {
    font-size: 16px;
  }

  .hero-image {
    max-width: 580px;
  }

  .form-block {
    grid-row-gap: 20px;
    max-width: 780px;
  }

  .form {
    grid-row-gap: 14px;
  }

  .label {
    font-size: 18px;
    line-height: 28px;
  }

  .textarea {
    font-size: 22px;
    line-height: 32px;
  }

  .text-field {
    min-width: 380px;
    height: 66px;
    font-size: 22px;
    line-height: 32px;
  }

  .medium-container, .utility-page-protected {
    max-width: 920px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    padding-bottom: 40px;
  }

  .nav-link {
    font-size: 16px;
    line-height: 24px;
  }

  .primary-button.w--current {
    margin-left: 0;
  }

  .primary-button.left-margin {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .secondary-button {
    border-color: var(--gray-600);
    color: var(--gray-800);
    text-transform: uppercase;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .secondary-button:hover {
    background-color: var(--gray-600);
  }

  .secondary-button.white {
    line-height: 22px;
  }

  .buttons-container {
    justify-content: center;
  }

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

  .content-wrapper {
    order: 0;
    margin-bottom: 20px;
  }

  .small-container {
    order: -1;
  }

  .horizontal-container {
    flex-direction: column;
  }

  .horizontal-container.left-align, .horizontal-container.hero, .horizontal-container.work, .horizontal-container.card {
    flex-direction: row;
  }

  .hero-image {
    margin-left: 60px;
  }

  .image.card {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

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

  .three-col-grid {
    width: 100%;
    max-width: 560px;
    margin-top: 40px;
  }

  .image-wrapper {
    max-width: 560px;
    margin-top: 40px;
    margin-right: 0;
  }

  .image-wrapper.left-margin {
    max-width: none;
    margin-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .text-field {
    width: 100%;
    min-width: 0;
  }

  .license-link {
    height: auto;
    margin-left: 0;
    font-size: 16px;
  }

  .burger-icon {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4px;
    display: flex;
  }

  .middle-burger-line {
    perspective-origin: 50%;
    transform-origin: 50%;
  }

  .menu-button {
    padding: 0;
  }

  .image-single-project {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

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

  .uui-blogsection04_button-row {
    flex: none;
  }

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

  .uui-blogsection04_heading {
    margin-right: 3rem;
  }

  .uui-blogsection04_heading-wrapper {
    grid-column-gap: 3rem;
  }

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

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 3rem;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

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

@media screen and (max-width: 767px) {
  .primary-button {
    font-size: 15px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.bottom-padding {
    padding-bottom: 100px;
  }

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

  .h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .h1 {
    font-size: 36px;
    line-height: 46px;
  }

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

  .link {
    font-size: 15px;
    line-height: 26px;
  }

  .bold-text {
    font-size: 13px;
    line-height: 20px;
  }

  .h4 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .secondary-button {
    font-size: 15px;
  }

  .buttons-container.top-margin {
    width: 100%;
  }

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

  .footer-link:hover {
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

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

  .horizontal-container.hero {
    flex-direction: column;
  }

  .hero-image {
    margin-top: 40px;
    margin-left: 0;
  }

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

  .form-block {
    width: 100%;
    max-width: none;
  }

  .text-field {
    min-width: 0;
  }

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

  .image-project, .card-project {
    width: 100%;
  }

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

  .license-link {
    display: flex;
  }

  .license-link:hover {
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .bottom-burger-line {
    padding-bottom: 0;
    padding-right: 0;
  }

  .utility-page-form {
    margin-top: 40px;
  }

  .utility-page-protected {
    flex-direction: column;
  }

  .protected-image {
    object-fit: cover;
    height: 240px;
    margin-right: 0;
  }

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

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

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

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

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

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

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection04_button-row {
    justify-content: flex-start;
    width: 100%;
  }

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

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

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogsection04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection04_image-link:hover {
    box-shadow: none;
  }

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

  .uui-blogsection04_list-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .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-blogsection04_heading {
    margin-right: 0;
  }

  .uui-blogsection04_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost02_author-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost02_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost02_content, .uui-blogpost02_content-top {
    margin-bottom: 2rem;
  }

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

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

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

  .uui-blogpost02_header {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .primary-button {
    font-size: 15px;
  }

  .h1.hero {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .styleguide-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
  }

  .h4 {
    white-space: break-spaces;
  }

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

  .secondary-button {
    min-width: 150px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .secondary-button.work {
    width: 100%;
    margin-top: 20px;
  }

  .rich-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .buttons-container {
    flex-direction: column;
    width: 100%;
  }

  .buttons-container.top-margin {
    grid-template-columns: 1fr;
  }

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

  .content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .horizontal-container.work {
    flex-direction: column;
  }

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

  .image-wrapper.left-margin {
    height: auto;
  }

  .form-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

  .label {
    margin-bottom: 0;
  }

  .label.email {
    margin-top: 20px;
  }

  .textarea, .text-field {
    width: 100%;
    min-width: 0;
  }

  .asset-container {
    flex-direction: column;
    margin-top: 40px;
  }

  .asset-composition {
    max-width: none;
    height: auto;
  }

  .version-grid {
    grid-template-columns: max-content;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-image {
    width: 100%;
    max-width: none;
  }

  .utility-page-protected {
    padding-left: 20px;
    padding-right: 20px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .uui-blogpost02_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost02_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom, .uui-blogpost02_content-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_590bc815-3565-79b8-c1a9-6c8f54254061-8141bb82, #w-node-_590bc815-3565-79b8-c1a9-6c8f54254062-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_590bc815-3565-79b8-c1a9-6c8f54254064-8141bb82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_590bc815-3565-79b8-c1a9-6c8f54254067-8141bb82, #w-node-_590bc815-3565-79b8-c1a9-6c8f54254068-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_590bc815-3565-79b8-c1a9-6c8f5425406a-8141bb82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_590bc815-3565-79b8-c1a9-6c8f5425406d-8141bb82, #w-node-_590bc815-3565-79b8-c1a9-6c8f5425406e-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_590bc815-3565-79b8-c1a9-6c8f54254072-8141bb82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2834f00d-4672-d03f-a691-73021b902896-8141bb82, #w-node-_2834f00d-4672-d03f-a691-73021b902897-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2834f00d-4672-d03f-a691-73021b902899-8141bb82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_737340c7-6b01-d66b-1947-845c7175a51b-8141bb82, #w-node-_737340c7-6b01-d66b-1947-845c7175a51c-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737340c7-6b01-d66b-1947-845c7175a51e-8141bb82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_43f89055-168e-2b2b-e074-0eb929ffbc3c-8141bb82, #w-node-_43f89055-168e-2b2b-e074-0eb929ffbc3d-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43f89055-168e-2b2b-e074-0eb929ffbc3f-8141bb82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4f9f2984-3d3c-d953-2243-0fd6f9451b80-8141bb82, #w-node-_4f9f2984-3d3c-d953-2243-0fd6f9451b81-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f9f2984-3d3c-d953-2243-0fd6f9451b83-8141bb82 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6952a1ef-b458-e260-f689-86109ce28dfe-8141bb82, #w-node-baf37d85-8343-7562-081f-28a09d43c947-8141bb82, #w-node-_2cb2d5d2-d24a-9256-f6d8-b145f479a61e-8141bb82, #w-node-daddf817-879b-e36a-5123-356eb5e4cc5d-8141bb82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a42ca3d5-a5f3-94a2-e54a-ad558f6e4a7b-8f6e4a67 {
  justify-self: end;
}

#name.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a963c-6841bb88 {
  grid-area: 2 / 1 / 3 / 2;
}

#Email.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a963d-6841bb88 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5e24a0e1-80cc-6972-fc83-be28b29a963e-6841bb88 {
  grid-area: 3 / 1 / 4 / 3;
}

#Subject.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9640-6841bb88 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9641-6841bb88 {
  grid-area: 5 / 1 / 6 / 3;
}

#field.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9643-6841bb88 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9644-6841bb88 {
  grid-area: 7 / 2 / 8 / 3;
  justify-self: stretch;
}

#w-node-_407f4b0f-ae97-5b59-0463-2c2832a18151-d441bb8c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_407f4b0f-ae97-5b59-0463-2c2832a18152-d441bb8c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_407f4b0f-ae97-5b59-0463-2c2832a18153-d441bb8c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_407f4b0f-ae97-5b59-0463-2c2832a18154-d441bb8c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_6c4c0082-ac5b-ec42-11f6-bc588d36dc31-d441bb8c {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_407f4b0f-ae97-5b59-0463-2c2832a1815a-d441bb8c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_407f4b0f-ae97-5b59-0463-2c2832a1815b-d441bb8c, #w-node-d086eec2-c110-f55a-8f21-9081912ab3fe-d441bb8c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_236314a1-c2f5-641d-6172-1523cc6e2013-d441bb8c, #name.w-node-a83bff3f-edbd-4e1d-14a3-594f36467ff6-d441bb8c {
  grid-area: 2 / 1 / 3 / 2;
}

#Email.w-node-a83bff3f-edbd-4e1d-14a3-594f36467ff7-d441bb8c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a83bff3f-edbd-4e1d-14a3-594f36467ff8-d441bb8c {
  grid-area: 3 / 1 / 4 / 3;
}

#Subject.w-node-a83bff3f-edbd-4e1d-14a3-594f36467ffa-d441bb8c {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-a83bff3f-edbd-4e1d-14a3-594f36467ffb-d441bb8c {
  grid-area: 5 / 1 / 6 / 3;
}

#field.w-node-a83bff3f-edbd-4e1d-14a3-594f36467ffd-d441bb8c {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-a83bff3f-edbd-4e1d-14a3-594f36467ffe-d441bb8c {
  grid-area: 7 / 2 / 8 / 3;
  justify-self: stretch;
}

#w-node-_6952a1ef-b458-e260-f689-86109ce28dfe-11d23163, #w-node-baf37d85-8343-7562-081f-28a09d43c947-11d23163, #w-node-_2cb2d5d2-d24a-9256-f6d8-b145f479a61e-11d23163, #w-node-_6952a1ef-b458-e260-f689-86109ce28dfe-7a4cb2d3, #w-node-baf37d85-8343-7562-081f-28a09d43c947-7a4cb2d3, #w-node-_2cb2d5d2-d24a-9256-f6d8-b145f479a61e-7a4cb2d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_590bc815-3565-79b8-c1a9-6c8f54254064-8141bb82, #w-node-_2834f00d-4672-d03f-a691-73021b902899-8141bb82, #w-node-_737340c7-6b01-d66b-1947-845c7175a51e-8141bb82, #w-node-_43f89055-168e-2b2b-e074-0eb929ffbc3f-8141bb82, #w-node-_4f9f2984-3d3c-d953-2243-0fd6f9451b83-8141bb82 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #name.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a963c-6841bb88 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a42ca3d5-a5f3-94a2-e54a-ad558f6e4a7b-8f6e4a67 {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a42ca3d5-a5f3-94a2-e54a-ad558f6e4a7b-8f6e4a67 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18151-d441bb8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18152-d441bb8c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18153-d441bb8c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18154-d441bb8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6c4c0082-ac5b-ec42-11f6-bc588d36dc31-d441bb8c {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a42ca3d5-a5f3-94a2-e54a-ad558f6e4a7b-8f6e4a67 {
    justify-self: stretch;
  }

  #w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9638-6841bb88 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5e24a0e1-80cc-6972-fc83-be28b29a963a-6841bb88 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Email.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a963d-6841bb88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5e24a0e1-80cc-6972-fc83-be28b29a963e-6841bb88 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #Subject.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9640-6841bb88 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9641-6841bb88 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #field.w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9643-6841bb88 {
    grid-row: 8 / 9;
    grid-column-end: 2;
  }

  #w-node-_5e24a0e1-80cc-6972-fc83-be28b29a9644-6841bb88 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a1814d-d441bb8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18153-d441bb8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18154-d441bb8c {
    grid-column: 2 / 3;
  }

  #w-node-_6c4c0082-ac5b-ec42-11f6-bc588d36dc31-d441bb8c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18156-d441bb8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_407f4b0f-ae97-5b59-0463-2c2832a18158-d441bb8c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d086eec2-c110-f55a-8f21-9081912ab3f8-d441bb8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d086eec2-c110-f55a-8f21-9081912ab3fe-d441bb8c {
    grid-area: 4 / 1 / 5 / 2;
  }
}


