:root {
  --color--background: var(--swatch--brand-3);
  --color--text: var(--swatch--secondary);
  --swatch--color: white;
  --color: white;
  --color--button-background: var(--swatch--light);
  --color--button-text: var(--swatch--brand-2);
  --swatch--dark: #606167;
  --color--frost-highlight: #3a3d4180;
  --swatch--transparent: transparent;
  --swatch--light: white;
  --swatch--brand-1: #606167;
  --white: white;
  --swatch--brand-2: #252729;
  --black: black;
  --color--card-background: var(--swatch--brand-2);
  --color--frost-paper: #25272980;
  --color--frost-paper-darker: #252729d9;
  --swatch--overlay: #0000004d;
  --swatch--brand-3: #1b1c1e;
  --frost: white;
  --color--toggle-offset: 1.2rem;
  --color--bg-image: var(--swatch--overlay);
  --color--ui-mockup: 100vw;
  --color--ui-mockup-two: 1580px;
  --dark--background: var(--swatch--brand-3);
  --dark--text: var(--swatch--light);
  --dark--button-background: var(--swatch--light);
  --dark--button-text: var(--swatch--brand-2);
  --dark--toggle-offset: 0rem;
  --dark--card-background: var(--swatch--brand-2);
  --dark--bg-image: var(--swatch--overlay);
  --dark--ui-mockup: 0px;
  --dark--ui-mockup-two: 0px;
  --swatch--card: #f7f7f9;
  --swatch--secondary: #9fa0aa;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--background);
  color: var(--color--text);
  letter-spacing: .02em;
  font-family: Avenir, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
}

h3 {
  color: var(--swatch--color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 300;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color);
  text-decoration: none;
}

img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  display: block;
}

.section {
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 4%;
  position: relative;
}

.section.is-nav {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: .75rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 12px 0 12px 0%;
  display: flex;
}

.section.is-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is-grid.faq {
  background-color: var(--color--background);
}

.section.is-grid.is-solid {
  background-color: var(--color--background);
  min-height: auto;
}

.section.is-grid.is-solid.is-dotted {
  background-image: url('../images/card-dotted-background-black.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 97px;
  padding-bottom: 200px;
}

.section.is-grid.is-solid.is-first {
  padding-top: 200px;
}

.section.footer-wrap {
  background-color: var(--color--background);
  flex-flow: column;
  align-self: stretch;
  max-height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.section.demo-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0%;
  display: flex;
}

.section.is-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.section.is-hero.demo {
  flex-flow: row;
  justify-content: space-between;
}

.section.is-hero.features {
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 0;
}

.section.partners {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  min-height: auto;
  padding: 60px 0% 0;
  display: flex;
}

.styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  background-color: var(--color--button-background);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--color--button-text);
  text-align: center;
  border-radius: .6rem;
  width: auto;
  padding: .6rem 1.4rem;
  font-size: .9rem;
  font-weight: 400;
  transition: color .4s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), background-color .4s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.button:hover {
  background-color: var(--swatch--dark);
  color: var(--color);
}

.button:active {
  transform: scale(.95);
}

.button.is-small {
  border-radius: .5rem;
  padding: .4rem 1.2rem;
}

.button.is-outline {
  border: 1px solid var(--color--frost-highlight);
  background-color: var(--swatch--transparent);
  color: var(--swatch--light);
}

.button.is-outline:hover {
  border-color: var(--swatch--transparent);
  background-color: var(--swatch--brand-1);
  opacity: 1;
}

.button.is-icon {
  background-color: var(--swatch--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
}

.button.is-icon:hover {
  background-color: var(--swatch--brand-1);
  opacity: 1;
}

.button.is-secondary {
  background-color: var(--swatch--brand-1);
  color: var(--white);
}

.button.is-secondary:hover {
  background-color: var(--swatch--brand-2);
}

.nav_wrap {
  z-index: 1000;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 20px 4% auto;
}

.nav_menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link_item {
  background-color: var(--swatch--transparent);
  opacity: .6;
  color: var(--swatch--light);
  border-radius: 8px;
  padding: .4rem .8rem;
  transition: background-color .4s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.link_item:hover {
  background-color: var(--swatch--brand-1);
  opacity: 1;
}

.link_item.w--current {
  opacity: 1;
  font-weight: 400;
}

.nav_button {
  background-color: var(--swatch--transparent);
  border-radius: .5rem;
}

.nav_right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header_list {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header_list.intro {
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
}

.header-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.header-content.text-center {
  justify-content: center;
  align-items: center;
}

.header-content.is-small {
  max-width: 440px;
}

.main {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

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

.brand-logo {
  width: 160px;
  height: 18px;
  display: flex;
}

.body {
  background-color: var(--black);
}

.grid {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  padding: 0;
  position: relative;
}

.grid.demo {
  flex: 0 auto;
}

.grid.is-small {
  flex-flow: wrap;
  max-width: 1680px;
  height: auto;
}

.card {
  background-color: var(--color--card-background);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  transition: background-color .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.card.is-frost {
  background-color: var(--color--frost-paper);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: flex-start;
  align-items: center;
}

.card.is-frost:hover {
  background-color: var(--color--card-background);
}

.card.is-frost.demo {
  justify-content: flex-start;
  align-items: stretch;
}

.card.is-frost.has-shadow.vanish {
  cursor: pointer;
}

.card.is-frost.task {
  cursor: pointer;
  width: 180px;
  position: absolute;
  top: 120px;
}

.card.is-frost.ron {
  cursor: pointer;
  width: 280px;
  position: absolute;
  top: 85px;
  right: 0;
}

.card.is-frost-highlight {
  background-color: var(--color--frost-highlight);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.card.is-frost-highlight.ron {
  z-index: 1;
  width: 280px;
  position: absolute;
  inset: 85px 0% auto auto;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.ai {
  z-index: 1;
  background-color: #6beaff26;
  width: 140px;
  position: absolute;
  inset: auto 0% -240px 50%;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.ai:hover {
  background-color: #6beaff00;
}

.card.is-frost-highlight.ai.vanish {
  cursor: pointer;
}

.card.is-frost-highlight.task {
  z-index: 1;
  width: 180px;
  position: absolute;
  inset: 132px 0% auto 0;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.project-status {
  z-index: 1;
  background-color: #6beaff26;
  width: 91px;
  position: absolute;
  top: 208px;
  right: -43px;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.project-status:hover {
  background-color: #6beaff00;
}

.card.is-frost-highlight.project-status.vanish {
  cursor: pointer;
}

.card.is-frost-highlight.teams-leader-label {
  z-index: 1;
  width: 70px;
  position: absolute;
  top: 100px;
  right: 70px;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.teams-leader-label:hover {
  background-color: #6beaff00;
}

.card.is-frost-highlight.teams-leader-label.vanish {
  cursor: pointer;
}

.card.is-frost-highlight.teams-member-role {
  z-index: 1;
  background-color: #6beaff26;
  width: 81px;
  position: absolute;
  top: 104px;
  left: 150px;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.teams-member-role:hover {
  background-color: #6beaff00;
}

.card.is-frost-highlight.teams-member-role.vanish {
  cursor: pointer;
}

.card.is-frost-highlight.teams-role-1 {
  z-index: 1;
  background-color: #6beaff26;
  width: 44px;
  position: absolute;
  top: 130px;
  left: 56px;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.teams-role-1:hover {
  background-color: #6beaff00;
}

.card.is-frost-highlight.teams-role-1.vanish {
  cursor: pointer;
}

.card.is-frost-highlight.teams-role-2 {
  z-index: 1;
  background-color: #6beaff26;
  width: 44px;
  position: absolute;
  top: 144px;
  right: 190px;
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-highlight.teams-role-2:hover {
  background-color: #6beaff00;
}

.card.is-frost-highlight.teams-role-2.vanish {
  cursor: pointer;
}

.card.has-shadow {
  box-shadow: -22px 24px 24px #0003;
}

.card.is-frost-darker {
  background-color: var(--color--frost-paper-darker);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: flex-start;
  align-items: center;
}

.card.is-frost-darker:hover {
  background-color: var(--color--card-background);
}

.card.is-frost-darker.demo {
  justify-content: flex-start;
  align-items: stretch;
}

.card.is-frost-darker.has-shadow.vanish {
  cursor: pointer;
}

.card.is-frost-darker.task {
  width: 180px;
  position: absolute;
  top: 132px;
}

.card.is-feature {
  align-self: stretch;
  width: 33%;
}

.card-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10%;
  display: flex;
}

.card-content:hover {
  opacity: 1;
}

.card-content.text-center {
  justify-content: flex-start;
  align-items: center;
  max-width: 440px;
}

.card-content.is-dotted {
  background-image: url('../images/card-dotted-background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.card-content.is-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.card-content.is-small {
  padding: 30px;
}

.card-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.card-image.is-dotted {
  background-image: url('../images/card-dotted-background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
  background-attachment: scroll;
}

.card-illustration {
  height: 300px;
}

.bg-image {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.bg-image.intro {
  background-image: url('../images/intro-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.bg-image.demo {
  background-image: url('../images/experience-bg.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.bg-image.simplicity {
  background-image: url('../images/simplicity-hero.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image.features {
  background-image: url('../images/features-hero.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
}

.bg-image.collaboration {
  background-image: linear-gradient(90deg, var(--black) 33%, #0000 66%), url('../images/collaboration-hero-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.overlay {
  z-index: 1;
  background-color: var(--swatch--overlay);
  position: absolute;
  inset: 0%;
}

.overlay.is-gradient {
  background-color: var(--swatch--transparent);
  background-image: linear-gradient(180deg, var(--black), #0000 100%, var(--black) 0%);
  height: 200px;
}

.overlay.is-gradient.is-bottom {
  background-image: linear-gradient(0deg, var(--black), #0000 100%, var(--black));
  inset: auto 0% 0%;
}

.overlay.is-gradient.is-bottom.is-paper {
  background-image: linear-gradient(0deg, var(--swatch--brand-3), #0000 100%, var(--swatch--brand-3));
}

.overlay.is-gradient.is-paper {
  background-image: linear-gradient(180deg, var(--swatch--brand-3), #0000 100%, var(--black) 0%);
}

.overlay.cookies {
  z-index: 0;
  background-color: #0009;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.button-wrapper.is-fixed {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto auto 4%;
}

.motto-header {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 680px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.motto-header.is-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 440px;
  padding-left: 4%;
  padding-right: 0%;
  display: flex;
}

.motto-header.text-center {
  justify-content: flex-start;
  align-items: center;
  max-width: 880px;
}

.heading-jumbo {
  margin-top: 0;
  font-size: 60px;
  line-height: 72px;
}

.heading-jumbo.is-white {
  color: var(--white);
}

.two-col-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4%;
  display: flex;
}

.two-col-content.right {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.button-2 {
  color: #606167;
  background-color: #0000;
  border: 1px solid #606167;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .2s, background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  opacity: .8;
  color: #fff;
  background-color: #1b1c1e;
  text-decoration: none;
}

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

.section-two-content {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.p-bigger {
  opacity: 1;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.p-bigger.text-center {
  text-align: center;
}

.p-bigger.is-small {
  max-width: 580px;
}

.section-two-col {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--color);
  flex: 0 auto;
  align-self: flex-start;
  transition: color .2s, opacity .2s;
}

.link:hover {
  opacity: 1;
  color: var(--color--text);
  text-decoration: none;
}

.link:active {
  opacity: .8;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-flex-h {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
}

.heading-jumbo-small {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 46px;
}

.form-inline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.form-text-field {
  background-color: var(--swatch--transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--color--text);
  border: 1px solid #6061674d;
  border-radius: .6rem;
  flex: 1;
  min-width: 14rem;
  max-width: 280px;
  margin-bottom: 0;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  transition: border .2s ease-out;
}

.form-text-field:hover {
  border-color: var(--swatch--brand-1);
}

.form-text-field:focus {
  border-color: var(--color--button-background);
}

.error-message {
  color: #fa4f65;
  text-align: left;
  background-color: #fa4f6526;
  border-radius: .6rem;
  max-width: 400px;
  margin-top: 0;
  padding: 8px 16px;
}

.wide-image {
  background-image: url('../images/footer-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: .75rem;
  flex: 1;
  max-height: 40vh;
}

.success-message {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4cd8b9;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--color--text);
  background-color: #4cd8b926;
  border-radius: .6rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 440px;
  padding: 8px 12px;
  font-weight: 400;
}

.success-icon {
  border-radius: 50%;
  flex: 0 auto;
  width: 24px;
  margin-right: 8px;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block {
  flex: 1;
}

.text-block-2 {
  max-width: 580px;
}

.card-2 {
  background-color: var(--color--card-background);
  border-radius: .75rem;
  justify-content: center;
  align-items: stretch;
}

.heading-jumbo-2 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.caption {
  font-size: .8rem;
}

.divider {
  background-color: var(--color--card-background);
  flex: 1;
  height: 1px;
}

.error-message-3 {
  margin-top: 0;
}

.form-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.is-white {
  color: var(--swatch--light);
}

.demo-illustration {
  object-fit: cover;
  object-position: 0% 0%;
  flex: 1;
  max-height: 680px;
}

.demo-image {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.ui-elements {
  z-index: 5;
  width: 710px;
  margin-top: -100px;
  margin-left: 100px;
  position: absolute;
  top: 50%;
}

.ui-elements.projects {
  width: 304px;
  margin-top: 0;
  margin-left: 0;
  top: -60px;
  left: 80px;
}

.ui-elements.features {
  width: 90px;
  height: 90px;
  margin-top: -200px;
  margin-left: 400px;
  left: 50%;
}

.ui-elements.messenger {
  width: 260px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  top: -60px;
  right: 80px;
}

.ui-elements.invites {
  width: 386px;
  height: auto;
  margin-top: -64px;
  margin-left: -193px;
  top: 50%;
  left: 50%;
}

.ui-elements.tasks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  top: 80px;
  right: 120px;
}

.ui-elements.goals {
  width: 240px;
  margin-top: auto;
  margin-left: -190px;
  left: 50%;
}

.ui-elements.teams {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  top: 0;
  left: 0;
}

.avatar {
  z-index: 1;
  border: 0px solid var(--color--card-background);
  object-fit: cover;
  border-radius: 1rem;
  width: 90px;
  height: 90px;
  transition: border-width .2s;
  box-shadow: -22px 24px 24px #0003;
}

.avatar:hover {
  border-width: 4px;
}

.avatar.overview {
  position: absolute;
  left: 160px;
}

.avatar.overview.vanish {
  cursor: pointer;
}

.avatar.features {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 90px;
  right: -45px;
}

.avatar.features-2 {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  left: 132px;
}

.avatar.teams-leader {
  position: absolute;
  top: 80px;
  right: 120px;
}

.avatar.teams-leader:hover {
  border-width: 0;
}

.avatar.teams-member {
  position: absolute;
  top: 60px;
  left: 80px;
}

.avatar.teams-member:hover {
  border-width: 0;
}

.icon-arrow-down {
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-icon {
  background-color: var(--swatch--brand-3);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.card-icon.is-small {
  background-color: var(--swatch--transparent);
  width: 28px;
  height: 28px;
}

.icon {
  width: 34px;
  height: 34px;
  display: flex;
}

.icon.is-korz {
  width: 28px;
  height: 28px;
}

.icon.is-small {
  width: 20px;
  height: 20px;
}

.icon.is-form-message {
  width: 24px;
  height: 24px;
}

.card-hero {
  border-radius: .75rem;
  flex: 1;
  position: relative;
}

.card-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 10% 10% 0;
}

.card-header.is-small {
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 0;
  display: flex;
}

.card-hero-image {
  aspect-ratio: 2.39;
  object-fit: cover;
  border-radius: .75rem;
  flex: 1;
  max-height: 560px;
}

.card-hero-image.is-bottom {
  object-position: 100% 100%;
}

.chip {
  color: #4cd8b9;
  border: 1px solid #4cd8b9;
  border-radius: .65rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 4px 12px;
}

.chip.is-frost-highlight {
  background-color: var(--color--frost-highlight);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.chip.is-frost-highlight.is-warning {
  z-index: 2;
  background-color: #ffc56626;
  width: 160px;
  margin-top: 16px;
  margin-left: -150px;
  position: relative;
  box-shadow: -22px 24px 24px #0003;
}

.chip.is-small {
  border-radius: .5rem;
}

.chip.is-small.is-frost-highlight.is-warning {
  z-index: 3;
}

.is-text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 15%, #ffffff80 85%);
  -webkit-background-clip: text;
  background-clip: text;
}

.partner-logos {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.label {
  text-align: left;
  letter-spacing: .2rem;
  text-transform: uppercase;
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.icon-2 {
  border-radius: 0;
  transform: rotate(0);
}

.icon-2.dot {
  background-color: #f15a28;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}

.section-heading-wrap {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.flex-h {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.flex-h.section-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.partner-logo {
  width: auto;
  max-width: 120px;
  max-height: 50px;
}

.section-2 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-2.clients-section-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.card-hero-wrapper {
  flex: 1;
}

.feature-two-col {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1680px;
  display: flex;
}

.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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menu-btn {
  width: 56px;
  height: 36px;
}

.icon-label {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--color--frost-paper);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 12px 2px 6px;
  transition: background-color .4s cubic-bezier(.645, .045, .355, 1);
}

.icon-label:hover {
  background-color: var(--color--frost-highlight);
}

.social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.footer-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 32rem;
  position: relative;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 3rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 24rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference-button {
  z-index: 9475;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  background-color: var(--swatch--brand-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  filter: invert();
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
}

.cookie-preference_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .8rem;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_radio_button {
  float: left;
  border: 1px solid var(--swatch--brand-1);
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 2px;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  border: 1px solid var(--swatch--dark);
  background-color: var(--swatch--dark);
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .7rem;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: 0 0 0 1px #fff;
}

.cookie-modal_radio_button.is-always-active {
  border-color: var(--swatch--brand-1);
  background-color: var(--swatch--brand-1);
  opacity: .5;
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .7rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  color: var(--color);
  cursor: pointer;
  margin-bottom: .25rem;
}

.cookie-modal_radio_label.is--not-allowed {
  opacity: .5;
  cursor: not-allowed;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.8rem;
  }

  .section {
    padding: 100px 10px;
  }

  .section.is-nav {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding-left: 20px;
    padding-right: 12px;
  }

  .section.is-grid.is-solid {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section.is-grid.is-solid.is-dotted {
    padding-bottom: 100px;
  }

  .section.is-grid.is-solid.is-first {
    padding-top: 100px;
  }

  .section.is-hero.demo {
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 100px;
  }

  .nav_wrap {
    height: auto;
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .nav_menu {
    background-color: var(--color--background);
    width: 100vw;
    height: 100vh;
    margin-right: 0;
    padding: 100px 40px 40px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .link_item {
    text-align: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: block;
  }

  .nav_button {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 56px;
    height: 36px;
    padding: 0;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
  }

  .nav_button.w--open {
    background-color: var(--color--frost-highlight);
    opacity: .8;
  }

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

  .header_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .header-content {
    justify-content: center;
    align-items: center;
  }

  .header-content.text-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-content.is-small {
    max-width: 100%;
  }

  .grid {
    align-self: stretch;
  }

  .card.is-frost.demo, .card.is-frost-darker.demo {
    border-radius: .45rem;
  }

  .card.is-feature {
    width: 100%;
  }

  .card-content {
    padding: 30px;
  }

  .card-image {
    flex: none;
    justify-content: center;
    align-items: flex-start;
  }

  .bg-image.simplicity {
    background-image: linear-gradient(0deg, #000 33%, #0000 66%), url('../images/simplicity-hero.jpg');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .bg-image.collaboration {
    background-image: linear-gradient(0deg, var(--black) 33%, #0000 66%), url('../images/collaboration-hero-2.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .motto-header.is-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
    padding-right: 4%;
  }

  .heading-jumbo {
    font-size: 40px;
    line-height: 44px;
  }

  .two-col-content {
    flex: 1;
    justify-content: flex-end;
    padding-left: 4%;
    padding-right: 4%;
  }

  .button-2 {
    cursor: default;
    justify-content: center;
  }

  .section-two-content {
    grid-row-gap: 60px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .section-two-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .link {
    cursor: default;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-flex-h {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .menu-icon {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .wide-image {
    max-height: 30vh;
  }

  .heading-jumbo-2 {
    font-size: 40px;
    line-height: 44px;
  }

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

  .demo-illustration, .demo-image {
    flex: none;
  }

  .ui-elements {
    margin-left: 0;
  }

  .ui-elements.projects {
    width: 260px;
    top: -40px;
    left: 30px;
  }

  .ui-elements.features {
    margin-top: 105px;
    margin-left: 0;
  }

  .ui-elements.messenger {
    width: 220px;
    top: -40px;
    right: 30px;
  }

  .ui-elements.invites {
    width: 280px;
    margin-left: -140px;
  }

  .ui-elements.tasks {
    height: auto;
    margin-top: -100px;
    top: 50%;
    left: auto;
    right: 40px;
  }

  .card-hero {
    order: -1;
  }

  .card-header {
    padding: 30px 30px 0;
  }

  .card-hero-image {
    max-height: 380px;
  }

  .partner-logos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
  }

  .icon-2 {
    width: 28px;
  }

  .section-heading-wrap {
    margin-bottom: 40px;
  }

  .partner-logo {
    max-width: 120px;
    max-height: 60px;
  }

  .section-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .section-2.clients-section-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .feature-two-col {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-btn {
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  }

  .social {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
  }

  .brand-logo {
    width: 140px;
    height: 16px;
  }

  .grid.demo {
    width: 120vw;
    margin-left: -10vw;
  }

  .card-content {
    padding: 30px;
  }

  .heading-jumbo {
    font-size: 34px;
    line-height: 44px;
  }

  .two-col-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-two-content {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .p-bigger, .link {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-flex-h {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-flex-h.copyright {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .wide-image {
    max-height: 25vh;
  }

  .heading-jumbo-2 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .demo-illustration {
    max-height: 380px;
  }

  .ui-elements, .ui-elements.projects {
    display: none;
  }

  .ui-elements.messenger {
    width: 180px;
    margin-top: 0;
    display: none;
  }

  .ui-elements.invites, .ui-elements.tasks, .ui-elements.goals, .ui-elements.teams {
    display: none;
  }

  .card-icon {
    border-radius: .6rem;
    width: 54px;
    height: 54px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

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

  .partner-logos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .icon-2.dot {
    width: 8px;
    height: 8px;
  }

  .section-2.clients-section-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .social {
    flex-flow: row;
  }

  .footer-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.4rem;
  }

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

  .section.is-nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section.is-grid.faq {
    padding-top: 100px;
  }

  .button {
    font-size: .75rem;
  }

  .nav_button {
    flex: none;
  }

  .header_list.intro {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .brand-logo {
    order: -1;
  }

  .grid.demo {
    width: 150vw;
    margin-left: -25vw;
  }

  .card-content, .card-content.is-small {
    padding: 20px;
  }

  .card-illustration {
    height: 200px;
  }

  .bg-image.intro {
    opacity: .7;
  }

  .button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-flex-h {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-h.copyright {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .form-inline {
    flex-flow: column;
    flex: 1;
    align-items: stretch;
  }

  .form-text-field {
    flex: none;
    min-width: auto;
    max-width: 100%;
    margin-right: 0;
  }

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

  .form-block {
    text-align: center;
    align-self: stretch;
    margin-bottom: 0;
  }

  .ui-elements.features {
    margin-top: 160px;
    margin-left: -120px;
  }

  .icon-arrow-down {
    order: -1;
  }

  .card-icon {
    width: 50px;
    height: 50px;
  }

  .icon {
    order: -1;
    width: 28px;
    height: 28px;
  }

  .card-hero {
    max-height: 40%;
  }

  .card-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-header.is-small.is-cookies {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-hero-image {
    aspect-ratio: 16 / 9;
  }

  .partner-logo {
    max-width: 80px;
    max-height: 60px;
  }

  .card-hero-wrapper {
    position: relative;
  }

  .social {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-popup_component {
    max-width: 100%;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }
}

#w-node-fef60ae8-1413-53c2-9056-37ee9cacea29-176bc061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f4d2f8-a319-f371-1cf1-629eeaf716b2-176bc061 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_640a7c27-b57c-84b6-6a80-4d7f99a8e546-176bc061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d18-176bc061 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_633e0fd0-5353-415e-af93-23e05c0173a1-176bc061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90548b52-5d8e-b213-21c3-cfcd1bb0d5fd-176bc061 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_14f4d2f8-a319-f371-1cf1-629eeaf716b3-176bc061, #w-node-_14f4d2f8-a319-f371-1cf1-629eeaf716bb-176bc061, #w-node-_14f4d2f8-a319-f371-1cf1-629eeaf716c3-176bc061 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d19-176bc061, #w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d21-176bc061, #w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d29-176bc061 {
    grid-column: span 1 / span 1;
  }

  #w-node-_90548b52-5d8e-b213-21c3-cfcd1bb0d5fe-176bc061, #w-node-_90548b52-5d8e-b213-21c3-cfcd1bb0d606-176bc061, #w-node-_90548b52-5d8e-b213-21c3-cfcd1bb0d60e-176bc061, #w-node-_23693db9-ed23-8837-437c-2bd58381cfda-176bc061, #w-node-_094eb596-1352-fec5-1b00-a405a356ff37-176bc061, #w-node-d1d0bbcb-d1fe-1a01-7e1f-c398adbbd73b-176bc061 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d18-176bc061 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d19-176bc061, #w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d21-176bc061, #w-node-_5cd8d542-6dcf-0da9-0d4e-8030b6429d29-176bc061 {
    grid-column: span 2 / span 2;
  }

  #w-node-_90548b52-5d8e-b213-21c3-cfcd1bb0d5fd-176bc061 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90548b52-5d8e-b213-21c3-cfcd1bb0d5fe-176bc061, #w-node-_23693db9-ed23-8837-437c-2bd58381cfda-176bc061, #w-node-_094eb596-1352-fec5-1b00-a405a356ff37-176bc061, #w-node-d1d0bbcb-d1fe-1a01-7e1f-c398adbbd73b-176bc061 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}