body {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

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

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

.nav-menu {
  height: 100%;
  align-items: center;
  display: flex;
}

.logo-icon {
  width: auto;
  height: 36px;
}

.navigation {
  width: 100%;
  height: 74px;
  background-color: rgba(0, 0, 0, 0);
}

.burger-icon {
  cursor: pointer;
  display: none;
}

.nav-link {
  height: 100%;
  color: #7a818f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-link:hover {
  color: #32abf8;
}

.nav-link.left-margin {
  color: #7a818f;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 20px;
}

.h4 {
  z-index: 100;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.h4.white {
  width: 200px;
  color: #ff5655;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h4.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h4.white-margin {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.color {
  width: 120px;
  height: 80px;
  background-color: #333;
  border-radius: 4px;
}

.color.grey-60 {
  background-color: #7a818f;
}

.color.grey-40 {
  background-color: #d2d9e4;
}

.color.grey-20 {
  background-color: #ebedf1;
}

.color.primary-80 {
  background-color: #ff2324;
}

.color.primary-40 {
  background-color: #ff6969;
}

.color.primary-20 {
  background-color: #e3eeff;
}

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

.h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

.h3.margin {
  margin-top: 6px;
}

.h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
}

.h2.bottom-margin {
  margin-top: 18px;
  margin-bottom: 18px;
}

.h2.center {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.h2.white {
  color: #fff;
}

.h1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 64px;
}

.h1.bottom-margin {
  z-index: 100;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}

.link {
  color: #32abf8;
  margin-top: 10px;
  text-decoration: none;
}

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

.large-text {
  z-index: 100;
  width: 500px;
  clear: none;
  text-align: left;
  white-space: normal;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  position: relative;
}

.large-text.top-margin {
  margin-top: 20px;
}

.large-text.colored {
  color: #0090f0;
  margin-bottom: 0;
}

.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;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

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

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

.section.gray {
  background-color: #fff7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.section.hero-gray {
  background-color: #ffeee9;
}

.small-title {
  color: #7a818f;
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
}

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

.container.rich-text {
  max-width: 820px;
}

.primary-button {
  color: #fff;
  background-color: #ff2324;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #0090f0;
}

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

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

.primary-button.stretch {
  width: 100%;
  background-color: #ff2322;
}

.primary-button.top-margin {
  background-color: #ff2321;
  margin-top: 20px;
}

.secondary-button {
  outline-offset: 0px;
  color: #333;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ff2324;
  border-radius: 4px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  padding: 14px 34px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  color: #fff;
  background-color: #32abf8;
}

.secondary-button.stretch {
  opacity: 1;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  border-color: #ff2322;
  align-self: stretch;
  font-style: normal;
}

.secondary-button.stretch:hover {
  background-color: #ff2322;
}

.two-col-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.two-col-grid.footer {
  border-top: 1px solid #d2d9e4;
  justify-content: space-between;
  justify-items: stretch;
}

.two-col-grid.top-margin {
  grid-template-columns: max-content 1fr;
  justify-items: start;
  margin-top: 24px;
}

.two-col-grid.small {
  grid-template-columns: max-content 1fr;
  justify-items: start;
}

.two-col-grid.gray {
  background-color: #fff7f7;
  border-radius: 16px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}

.two-col-grid.small-shadow {
  background-color: #fff;
  border-radius: 16px;
  grid-template-columns: max-content 1fr;
  justify-items: start;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 12px 28px rgba(66, 78, 110, .1);
}

.two-col-grid.small-shadow:hover {
  transform: translate(0, -8px);
}

.small-container {
  max-width: 490px;
  min-width: 488px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.small-container.center {
  align-items: center;
}

.small-container.footer {
  max-width: 380px;
  min-width: 0;
}

.text-field {
  height: 100%;
  border: 1px solid #d2d9e4;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

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

.text-field:focus {
  border-style: solid;
  border-color: #ebedf1;
}

.text-field::-ms-input-placeholder {
  color: #d2d9e4;
}

.text-field::placeholder {
  color: #d2d9e4;
}

.text-field.message {
  min-height: 160px;
}

.hero-image {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.hero-phone {
  z-index: 300;
  width: 380px;
  margin-top: 40px;
  position: absolute;
  right: 140px;
}

.feature {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px 14px;
  display: flex;
  box-shadow: 0 30px 40px rgba(145, 150, 203, .2);
}

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

.main-grid.align-end {
  align-items: end;
  margin-top: 60px;
}

.project-wrapper {
  min-height: 300px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .3);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0) 41%);
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-bottom {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dot {
  width: 12px;
  height: 1px;
  background-color: #d2d9e4;
  border-radius: 0%;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-link {
  height: 100%;
  color: #7a818f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  color: #ff281a;
}

.footer-link.left-margin {
  margin-left: 40px;
}

.rich-text {
  flex-direction: column;
}

.rich-text h3 {
  color: #333;
  margin-top: 10px;
  font-family: Raleway;
  font-weight: 500;
}

.rich-text h5 {
  color: #0090f0;
  text-transform: uppercase;
  margin-top: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rich-text p {
  color: #7a818f;
  margin-top: 14px;
  margin-bottom: 20px;
}

.rich-text h4 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: Raleway;
  font-weight: 500;
}

.rich-text li {
  color: #7a818f;
}

.rich-text a {
  color: #0090f0;
  text-decoration: none;
}

.asset-container {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  padding: 10px 30px 10px 10px;
  display: flex;
}

.asset-composition {
  height: 260px;
  max-width: 260px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.asset-links {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px 20px 50px;
  display: grid;
}

.image-assets {
  border-radius: 14px;
}

.utility-page-wrap {
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.utility-page-wrap.colored {
  width: 100vw;
  height: 100vh;
  background-color: #32abf8;
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-content {
  width: 360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.large-icon {
  width: 200px;
}

.medium-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.medium-container.vertical {
  flex-direction: column;
  justify-content: flex-start;
}

.medium-container.colored {
  min-height: 360px;
  background-color: #32abf8;
  background-image: linear-gradient(45deg, #587bf8, #66b0f5 78%, #66d3f5);
  border-radius: 16px;
  padding: 30px;
  overflow: hidden;
}

.medium-container.shadow {
  border-radius: 16px;
  margin-top: 40px;
  padding: 30px;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.medium-container.colored-red {
  min-height: 360px;
  background-color: #32abf8;
  background-image: linear-gradient(45deg, #f5af87, #ff7979 31%, #ed649d);
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  overflow: hidden;
}

.medium-container.top-margin {
  margin-top: 20px;
}

.plus-icon {
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-color: #ebedf1;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.vertical-line {
  width: 2px;
  height: 20px;
  background-color: #333;
  border-radius: 4px;
}

.horizontal-line {
  width: 20px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
}

.testimonial {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 30px;
  display: flex;
  box-shadow: 0 30px 40px rgba(145, 150, 203, .2);
}

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

.text.gray {
  color: #7a818f;
}

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

.text.small-title {
  color: #7a818f;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 16px;
}

.text.white {
  color: #ff5655;
}

.text.margin {
  margin-top: 16px;
  margin-bottom: 16px;
}

.text.small-width {
  max-width: 480px;
}

.bold-text {
  z-index: 100;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
}

.bold-text.bottom-margin {
  margin-bottom: 10px;
}

.h5 {
  z-index: 100;
  max-width: 100%;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.h5.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.links-container {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: start;
  display: grid;
}

.links-container.twocol {
  grid-template-columns: max-content max-content;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.download-button {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ff2324;
  background-clip: border-box;
  border: 1px #333;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.download-button:hover {
  background-color: rgba(51, 51, 51, .84);
}

.download-button.right-margin {
  margin-right: 16px;
}

.download-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.horizontal-container {
  width: 100%;
  color: #7a818f;
  display: flex;
  position: relative;
}

.horizontal-container.top-margin {
  margin-top: 20px;
}

.horizontal-container.min-height {
  height: 100%;
  min-height: 260px;
  justify-content: center;
}

.horizontal-container.medium {
  max-width: 780px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.logotype {
  max-width: 100%;
  object-fit: contain;
  display: flex;
}

.logo-image {
  width: 100%;
  height: 42px;
}

.title-wrapper {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.feature-wrapper {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.feature-wrapper.colored {
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 219, 219, .7);
  background-image: none;
  background-clip: border-box;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

.feature-wrapper.right-margin {
  margin-right: 40px;
}

.feature-wrapper.min-height {
  min-height: 480px;
}

.check-icon {
  margin-right: 16px;
}

.tabs {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.tabs-menu {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tab-link {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.social-links {
  display: flex;
}

.social {
  width: 40px;
  height: 40px;
  background-color: #32abf8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .1s ease-in-out;
  display: flex;
}

.social:hover {
  transform: scale(1.1);
}

.social.right-margin {
  margin-right: 8px;
}

.hero-phone-2 {
  z-index: 100;
  width: 320px;
  margin-left: 140px;
}

.blur-background {
  z-index: 1;
  max-width: 600px;
  position: absolute;
}

.feature-image {
  z-index: 100;
  width: 314px;
  border-radius: 40px;
  position: absolute;
  box-shadow: 0 10px 28px rgba(49, 93, 136, .11);
}

.image-phone {
  z-index: 100;
  width: 280px;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 10px 28px rgba(49, 93, 136, .11);
}

.small-blur {
  z-index: 1;
  max-width: 500px;
  position: absolute;
}

.phone-wrapper {
  width: 70%;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.phone-wrapper.left-margin {
  margin-left: 60px;
  margin-right: 0;
}

.image {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: -14%;
}

.image-section {
  z-index: 100;
  width: 320px;
  position: relative;
}

.post-content {
  min-height: 440px;
  color: #fff;
  background-image: url('../images/balazs-ketyi-9VzoRKfBsMM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feature-image-footer {
  z-index: 100;
  width: 340px;
  border-radius: 40px;
  position: absolute;
  top: -38px;
  box-shadow: 0 10px 28px rgba(49, 93, 136, .11);
}

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

.rich-text-block h2 {
  font-family: Manrope, sans-serif;
  font-size: 44px;
  line-height: 54px;
  position: static;
}

.rich-text-block h3 {
  font-family: Manrope, sans-serif;
  font-size: 34px;
  line-height: 46px;
}

.rich-text-block.top-margin {
  margin-top: 60px;
}

.rich-text-block img {
  border-radius: 16px;
}

.rich-text-block h4 {
  margin-top: 30px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.team-member {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 30px;
  display: flex;
  box-shadow: 0 8px 48px rgba(66, 78, 110, .1);
}

.team-member.center {
  width: 100%;
  max-width: 300px;
  align-items: center;
}

.team-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.picture-member {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.small-picture {
  max-width: 360px;
  border-radius: 16px;
  margin-left: 20px;
}

.social-icon {
  width: 100%;
}

.type {
  color: #7a818f;
  letter-spacing: 1px;
  align-self: flex-end;
}

.check-icon-v-2 {
  width: 18px;
  margin-right: 8px;
}

.pricing-container {
  align-items: center;
  display: flex;
}

.small-feature {
  max-width: 470px;
  align-items: center;
  margin-top: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.pricing-details {
  margin-bottom: 30px;
}

.pricing-card {
  min-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
  box-shadow: 0 10px 38px rgba(66, 78, 110, .1);
}

.dollar {
  align-self: flex-start;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.price {
  padding-left: 4px;
  padding-right: 4px;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.label {
  color: #fff;
  background-color: #ff5d80;
  border-radius: 40px;
  margin-top: -16px;
  margin-bottom: 14px;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 26px;
}

.label.blue {
  background-color: #e3eeff;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion {
  width: 100%;
  border-radius: 16px;
  margin-top: 20px;
  transition: transform .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(66, 78, 110, .1);
}

.accordion-text {
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.accordion-text.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-container {
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.small-plus-icon {
  width: 40px;
  height: 40px;
  background-color: #ebedf1;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.toggle {
  width: 64px;
  cursor: pointer;
  background-color: #7a818f;
  border-radius: 50px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 4px;
  transition: background-color .2s;
  display: flex;
}

.toggle:hover {
  background-color: #32abf8;
}

.toggle-button {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50px;
}

.inline-text {
  color: #7a818f;
  align-self: flex-start;
  display: inline;
}

.inline-text.bold {
  color: #333;
  font-weight: 700;
}

.author-wrapper {
  align-self: flex-start;
}

.breadcrumbs {
  margin-top: -40px;
  margin-bottom: 40px;
}

.breadcrumbs.medium {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs.small {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.slash {
  color: #7a818f;
  margin-left: 6px;
  margin-right: 6px;
  display: inline;
}

.breadcrumb-text {
  color: #7a818f;
  display: inline;
}

.three-col-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: max-content;
  align-items: center;
  justify-items: start;
  margin-top: 30px;
  padding: 30px;
  display: grid;
  box-shadow: 0 10px 28px rgba(66, 78, 110, .1);
}

.opportunities {
  width: 100%;
}

.apply-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  color: #7a818f;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.opportunity-wrapper {
  max-width: 780px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 60px 40px;
  box-shadow: 7px 7px 32px rgba(66, 78, 110, .1);
}

.contact-wrapper {
  width: 100%;
  max-width: 780px;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 40px;
  box-shadow: 7px 7px 32px rgba(66, 78, 110, .1);
}

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

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

.buttons-container {
  width: 100%;
  color: #7a818f;
  display: flex;
  position: relative;
}

.buttons-container.top-margin {
  z-index: 200;
  margin-top: 20px;
}

.faq-wrapper {
  z-index: 100;
  max-width: 780px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.center-container.shadow {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(66, 78, 110, .1);
}

.center-container.top-margin {
  margin-top: 60px;
}

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

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

.feature-content {
  max-width: 490px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-content.back-card {
  min-height: 340px;
  justify-content: flex-start;
  display: none;
}

.feature-content.fix-height {
  min-height: 340px;
  justify-content: flex-start;
}

.promo-video {
  width: 100%;
  height: 480px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/youssef-sarhan-SdtH9WyDmRE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.play-button {
  width: 54px;
  height: 54px;
  background-color: #0090f0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 4px 10px rgba(55, 68, 111, .6);
}

.play-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding-left: 2px;
}

.play-icon.large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.dropdown-toggle {
  color: #7a818f;
  padding-right: 20px;
}

.icon {
  display: none;
}

.dropdown-list {
  color: #7a818f;
  background-color: #fff;
  border-radius: 6px;
}

.dropdown-list.w--open {
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 14px 20px rgba(66, 78, 110, .1);
}

.vertical-logo-image {
  width: 100%;
  height: 64px;
}

.secondary-button-copy {
  outline-offset: 0px;
  color: #333;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ff2324;
  border-radius: 4px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  padding: 14px 34px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button-copy:hover {
  color: #fff;
  background-color: #32abf8;
}

.secondary-button-copy.stretch {
  opacity: 1;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  border-color: #ff2322;
  align-self: stretch;
  font-style: normal;
}

.secondary-button-copy.stretch:hover {
  background-color: #ff2322;
}

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

  .middle-burger-line {
    width: 28px;
    height: 2px;
    background-color: #37446f;
    border-radius: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
    border-radius: 0;
    justify-content: center;
    padding-bottom: 40px;
    box-shadow: 0 40px 30px rgba(55, 68, 111, .3);
  }

  .bottom-burger-line {
    width: 28px;
    height: 2px;
    background-color: #37446f;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navigation {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .burger-icon {
    z-index: 400;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .top-burger-line {
    width: 28px;
    height: 2px;
    background-color: #37446f;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .nav-link.left-margin {
    margin-left: 0;
  }

  .h4.white {
    opacity: 1;
  }

  .h3.margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .two-col-grid {
    grid-row-gap: 30px;
    grid-template-columns: 80%;
    justify-content: center;
  }

  .two-col-grid.footer {
    grid-template-columns: max-content max-content;
    justify-content: space-between;
  }

  .two-col-grid.top-margin {
    grid-row-gap: 0px;
    text-align: left;
  }

  .two-col-grid.small {
    grid-row-gap: 0px;
  }

  .two-col-grid.gray {
    padding-left: 40px;
    padding-right: 40px;
  }

  .two-col-grid.small-shadow {
    grid-row-gap: 0px;
  }

  .two-col-grid.small-shadow:hover {
    transform: none;
  }

  .small-container {
    min-width: 0;
    text-align: center;
    align-items: center;
  }

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

  .hero-phone {
    width: 360px;
  }

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

  .main-grid.align-end {
    grid-column-gap: 10px;
  }

  .overlay {
    opacity: 1;
  }

  .testimonial {
    max-width: 520px;
  }

  .text.team {
    text-align: left;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .horizontal-container.min-height {
    min-height: 320px;
    object-fit: contain;
  }

  .logotype {
    justify-content: center;
  }

  .logo-image {
    object-fit: contain;
  }

  .feature-wrapper.min-height {
    min-height: 510px;
  }

  .tabs {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

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

  .tab-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-phone-2 {
    width: 300px;
  }

  .small-blur {
    max-width: 440px;
  }

  .phone-wrapper {
    margin-right: 40px;
  }

  .phone-wrapper.left-margin {
    margin-left: 40px;
  }

  .image {
    bottom: -6%;
    right: -6%;
  }

  .image-section {
    height: 100%;
  }

  .feature-image-footer {
    top: 20px;
  }

  .team-member.center {
    margin-right: 30px;
  }

  .small-feature {
    align-items: center;
  }

  .pricing-card {
    min-width: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion {
    width: 90%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .toggle:hover {
    background-color: #7a818f;
  }

  .three-col-grid {
    grid-template-columns: max-content 1fr;
    justify-content: space-between;
  }

  .apply-wrapper {
    width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .feature-content.back-card, .feature-content.fix-height {
    min-height: 260px;
  }

  .promo-video {
    height: 420px;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d2d9e4;
    border-radius: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .dropdown {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vertical-logo-image {
    object-fit: contain;
  }
}

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

  .brand {
    padding-left: 0;
  }

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

  .nav-link {
    display: flex;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .h4.white, .h4.margin, .h4.white-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

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

  .h1.bottom-margin {
    margin-top: 20px;
  }

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

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

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

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

  .section.hero {
    overflow: hidden;
  }

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

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

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

  .two-col-grid.footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .two-col-grid.top-margin, .two-col-grid.small {
    grid-row-gap: 0px;
  }

  .two-col-grid.small-shadow {
    grid-row-gap: 6px;
  }

  .small-container {
    order: -1;
  }

  .hero-image {
    margin-top: 30px;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-wrapper {
    width: 100%;
    justify-content: center;
  }

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

  .footer-link:hover {
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .asset-container {
    padding-right: 10px;
  }

  .utility-page-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .medium-container {
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

  .download-button.right-margin {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .logotype {
    object-fit: cover;
    margin-top: 20px;
  }

  .logo-image {
    width: 100%;
    height: 100%;
  }

  .feature-wrapper {
    padding: 20px;
  }

  .feature-wrapper.right-margin {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .feature-wrapper.min-height {
    min-height: 0;
  }

  .tabs {
    margin-top: 20px;
  }

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

  .image-phone {
    width: 240px;
  }

  .small-blur {
    width: 80%;
  }

  .phone-wrapper {
    margin-top: 40px;
    margin-right: 0;
  }

  .phone-wrapper.left-margin {
    margin-left: 0;
  }

  .post-content {
    min-height: 380px;
  }

  .team-member.center {
    order: -1;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumbs {
    margin-top: 0;
  }

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

  .buttons-container {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-wrapper {
    margin-bottom: 0;
  }

  .feature-content {
    order: -1;
  }

  .promo-video {
    height: 360px;
  }

  .vertical-logo-image {
    width: 100%;
    height: 100%;
  }

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

@media screen and (max-width: 479px) {
  .h4 {
    white-space: break-spaces;
  }

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

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

  .large-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .two-col-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .two-col-grid.footer {
    grid-row-gap: 0px;
  }

  .two-col-grid.gray {
    padding: 40px 20px;
  }

  .two-col-grid.small-shadow {
    align-content: center;
  }

  .small-container {
    text-align: left;
    align-items: flex-start;
  }

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

  .hero-image {
    max-width: 320px;
    min-height: 340px;
    justify-content: center;
    margin-top: 0;
  }

  .hero-phone {
    width: 240px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .main-grid {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .dot {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .asset-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plus-icon {
    z-index: 200;
  }

  .vertical-line {
    height: 16px;
  }

  .horizontal-line {
    width: 16px;
  }

  .testimonial {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px rgba(55, 68, 111, .14);
  }

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

  .links-container.twocol {
    grid-column-gap: 10px;
    grid-template-columns: max-content;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

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

  .horizontal-container.min-height {
    min-height: 240px;
    margin-top: 20px;
  }

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

  .logotype {
    object-fit: scale-down;
  }

  .logo-image {
    width: 100%;
    object-fit: contain;
  }

  .title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .feature-wrapper.colored {
    flex-direction: column;
  }

  .feature-wrapper.min-height {
    min-height: 480px;
  }

  .tabs {
    width: 100%;
  }

  .hero-phone-2 {
    width: 200px;
    margin-left: 40px;
  }

  .blur-background {
    height: 400px;
    max-width: 320px;
  }

  .small-blur {
    width: auto;
    padding-bottom: 74px;
  }

  .phone-wrapper {
    width: 80%;
  }

  .image {
    bottom: 0%;
    right: 0%;
  }

  .image-section {
    max-width: 240px;
  }

  .rich-text-block h2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .rich-text-block ul {
    padding-left: 30px;
  }

  .team-member.center {
    width: 100%;
    margin-right: 0;
  }

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

  .small-picture {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .pricing-card {
    width: 100%;
  }

  .accordion-container {
    align-content: space-around;
  }

  .small-plus-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    align-self: center;
    margin-left: 20px;
  }

  .breadcrumbs {
    margin-top: 0;
  }

  .three-col-grid {
    grid-row-gap: 4px;
    grid-template-columns: max-content 1fr;
    padding: 20px;
  }

  .apply-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .opportunity-wrapper {
    padding: 20px 20px 40px;
  }

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

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

  .feature-content {
    align-self: auto;
  }

  .feature-content.back-card, .feature-content.fix-height {
    min-height: 360px;
  }

  .promo-video {
    height: 240px;
  }

  .vertical-logo-image {
    width: 100%;
    object-fit: contain;
  }

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

#w-node-a89ec7d8-53ae-9d88-52eb-6803eb249f24-72028303 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-bc863381-6dcc-e206-cfef-b98467ef8830-72028303 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_8f75e73f-99b2-a9bb-e2c5-08eeaac075eb-72028303 {
  grid-area: 1 / 9 / 3 / 13;
}

#w-node-eafc1286-d26c-6585-048a-45fc27f90cc9-72028303 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d9603526-b0e4-a6f7-5ecf-3512a5d302a5-72028303, #w-node-_6b36ff7c-3857-d8b1-f79f-5f496d36d0d8-72028303 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032d2-72028303 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032d4-72028303, #w-node-_004f2026-a57a-5020-2978-588446830d87-72028303, #w-node-_9fd02629-fcb1-7380-30bc-b9b1c0fa990a-72028303, #w-node-_2ef1d5a4-e72e-46e0-6978-1546d874432b-72028303 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2862ad0-c319-44de-b00a-c55a411032dc-72028303 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_77288ce2-6f97-707a-ddd0-c8136115667e-1799a550 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_77288ce2-6f97-707a-ddd0-c8136115667f-1799a550 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-fc11596a-cf10-b864-72eb-da635121267a-1799a550 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_249ca5a5-ee51-d201-f181-b36300377316-1799a550 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fc11596a-cf10-b864-72eb-da635121267e-1799a550 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_90bfa88c-8878-3a06-b1ed-93e81799a565-1799a550 {
  justify-self: end;
}

#w-node-_6135e960eb12793727699bc0000000000013-7802830e {
  justify-self: stretch;
}

#w-node-ccd46da1-5868-82e1-6ca1-ab57f6e4c4b1-0a028310 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-ccd46da1-5868-82e1-6ca1-ab57f6e4c4b5-0a028310 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0148ffca-76df-44f4-f1c2-d4b09c470315-0a028310 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_0148ffca-76df-44f4-f1c2-d4b09c47031a-0a028310 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a2161cc5-d004-b74f-5e68-61b805c3cbe9-0a028310 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a2161cc5-d004-b74f-5e68-61b805c3cbee-0a028310, #w-node-_54ad3b93-70f8-0cef-79c0-b75e1b4952e3-9d028312, #w-node-_54ad3b93-70f8-0cef-79c0-b75e1b4952e9-9d028312 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-9d028312 {
  grid-area: 1 / 9 / 3 / 13;
}

#w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-9d028312 {
  grid-area: 1 / 5 / 3 / 9;
}

#w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-9d028312 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b2b-9d028312 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b2f-9d028312 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b31-9d028312 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b35-9d028312 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b37-9d028312 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b3b-9d028312 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b3d-9d028312 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b41-9d028312 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b43-9d028312 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b47-9d028312 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b49-9d028312 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_98eb61a6-7331-954e-6e55-b1745e519b4d-9d028312 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2ce50640-db51-3442-7845-3e1c60e99c67-25028316 {
  grid-area: 3 / 1 / 4 / 3;
}

#Subject.w-node-_1fe26a25-3709-fd14-771f-a078ae514692-25028316 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_0ac174ec-f052-0f41-f79b-80178834d9fa-25028316 {
  grid-area: 5 / 1 / 6 / 3;
}

#Message.w-node-_7fa06a23-36a1-5162-e55a-c40a82bfbba1-25028316 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_7402900c-7db6-7030-4cd0-361f2e790fd1-25028316 {
  grid-area: 7 / 1 / 8 / 3;
  justify-self: stretch;
}

#w-node-fd787c02-7522-2567-b01b-3f2e42131768-0c028319 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-fd787c02-7522-2567-b01b-3f2e4213176d-0c028319 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd787c02-7522-2567-b01b-3f2e4213176f-0c028319 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-fd787c02-7522-2567-b01b-3f2e42131774-0c028319 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd787c02-7522-2567-b01b-3f2e42131776-0c028319 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-fd787c02-7522-2567-b01b-3f2e4213177b-0c028319 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8f8b-2602831e {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8faf-2602831e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8fd0-2602831e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c454-73028321 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c457-73028321 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c45a-73028321 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c45d-73028321 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c464-73028321 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c467-73028321 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_06fb45dd-77c2-8fee-873e-184749576a08-73028321 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4a4a4fc7-b200-98e8-578a-6f22dd98250a-73028321 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7891782b-82cd-f298-b719-d74280075426-73028321 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_96f4b9c5-9179-9159-f8c9-fe5957715fc5-73028321 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_7201a9bb-7f9a-326f-cbc5-0b50b872c752-72028303 {
    justify-self: center;
  }

  #w-node-a89ec7d8-53ae-9d88-52eb-6803eb249f24-72028303 {
    grid-column-end: 7;
  }

  #w-node-bc863381-6dcc-e206-cfef-b98467ef8830-72028303 {
    grid-column: 7 / 13;
  }

  #w-node-_8f75e73f-99b2-a9bb-e2c5-08eeaac075eb-72028303 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-eafc1286-d26c-6585-048a-45fc27f90cc9-72028303 {
    grid-column-end: 13;
  }

  #w-node-c2862ad0-c319-44de-b00a-c55a411032dc-72028303 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c8136115667e-1799a550 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: end;
  }

  #w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-9d028312 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-9d028312 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-9d028312 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b2b-9d028312 {
    grid-column-end: 7;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b31-9d028312 {
    grid-column: 7 / 13;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b37-9d028312 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b3d-9d028312 {
    grid-column: 7 / 13;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b43-9d028312 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b49-9d028312 {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a89ec7d8-53ae-9d88-52eb-6803eb249f24-72028303 {
    grid-column-end: 5;
  }

  #w-node-bc863381-6dcc-e206-cfef-b98467ef8830-72028303 {
    grid-column: 5 / 9;
  }

  #w-node-_8f75e73f-99b2-a9bb-e2c5-08eeaac075eb-72028303, #w-node-eafc1286-d26c-6585-048a-45fc27f90cc9-72028303 {
    grid-column-end: 9;
  }

  #w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
    grid-column-end: 3;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c8136115667e-1799a550 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_90bfa88c-8878-3a06-b1ed-93e81799a565-1799a550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ccd46da1-5868-82e1-6ca1-ab57f6e4c4b1-0a028310 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0148ffca-76df-44f4-f1c2-d4b09c470315-0a028310 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-a2161cc5-d004-b74f-5e68-61b805c3cbe9-0a028310 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-9d028312 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-9d028312 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-9d028312 {
    grid-column-end: 9;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8f8b-2602831e {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8faf-2602831e {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8fd0-2602831e {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c454-73028321 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c457-73028321 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45a-73028321 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45d-73028321 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a89ec7d8-53ae-9d88-52eb-6803eb249f24-72028303 {
    grid-column-end: 9;
  }

  #w-node-bc863381-6dcc-e206-cfef-b98467ef8830-72028303 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_8f75e73f-99b2-a9bb-e2c5-08eeaac075eb-72028303 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-e08f97fb-f29d-c9a1-a95d-fe7b103c23f6-1799a550 {
    grid-column-end: 3;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c8136115667f-1799a550 {
    grid-column-end: 2;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c81361156681-1799a550 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f4d8e64-fe01-e1f4-b1d0-07f971689464-1799a550 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_77288ce2-6f97-707a-ddd0-c81361156683-1799a550 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_61f4d26a-b5b4-8ade-4eab-df06f9be9d1d-1799a550 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212679-1799a550 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-fc11596a-cf10-b864-72eb-da635121267a-1799a550 {
    grid-column-end: 2;
  }

  #w-node-fc11596a-cf10-b864-72eb-da6351212680-1799a550 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d5828af8-5ceb-fc58-2a8f-cf33b4e9f65b-1799a550 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0c58b60d-395e-1a43-5bd0-8130537ee4df-1799a550 {
    grid-row: 3 / 4;
  }

  #w-node-_90bfa88c-8878-3a06-b1ed-93e81799a565-1799a550 {
    justify-self: stretch;
  }

  #w-node-ee73b655-e628-c9e1-d6e0-65e05d295a59-9d028312 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-d449961f-3b11-9f45-d5d5-49c2e7a25084-9d028312 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4c00e588-0910-8255-b6c4-fd44753293fa-9d028312 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b2b-9d028312 {
    grid-column-end: 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b31-9d028312 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b37-9d028312 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b3d-9d028312 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b43-9d028312 {
    grid-row: 5 / 6;
    grid-column-end: 5;
  }

  #w-node-_98eb61a6-7331-954e-6e55-b1745e519b49-9d028312 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_7402900c-7db6-7030-4cd0-361f2e790fce-25028316 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #name.w-node-_7402900c-7db6-7030-4cd0-361f2e790fcd-25028316 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #email.w-node-_7402900c-7db6-7030-4cd0-361f2e790fd0-25028316 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2ce50640-db51-3442-7845-3e1c60e99c67-25028316 {
    grid-row: 5 / 6;
  }

  #Subject.w-node-_1fe26a25-3709-fd14-771f-a078ae514692-25028316 {
    grid-row: 6 / 7;
  }

  #w-node-_0ac174ec-f052-0f41-f79b-80178834d9fa-25028316 {
    grid-row: 7 / 8;
  }

  #Message.w-node-_7fa06a23-36a1-5162-e55a-c40a82bfbba1-25028316 {
    grid-row: 8 / 9;
  }

  #w-node-_7402900c-7db6-7030-4cd0-361f2e790fd1-25028316 {
    grid-row: 9 / 10;
  }

  #w-node-fd787c02-7522-2567-b01b-3f2e42131768-0c028319 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-fd787c02-7522-2567-b01b-3f2e4213176f-0c028319 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8f8b-2602831e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8faf-2602831e {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_789581e3-c58a-6e2a-3a8b-6abb7ddd8fd0-2602831e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c458-73028321 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45a-73028321 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45d-73028321 {
    grid-column: 2 / 3;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c462-73028321 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c465-73028321 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_06fb45dd-77c2-8fee-873e-184749576a08-73028321 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d1f5a149-5a4c-55e0-a827-c18efd06976e-73028321 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_82e7b165-351d-af04-e46b-bc0115d1d93d-73028321 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_96f4b9c5-9179-9159-f8c9-fe5957715fc5-73028321 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


