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

.row {
  display: flex;
  flex-wrap: wrap; }

* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.hidden {
  visibility: hidden;
  display: none; }

h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  margin: 0 1.0rem;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 0.3rem;
  font-family: urw-din-semi-condensed,sans-serif;
  font-weight: 500;
  font-style: italic; }

.header {
  position: relative; }

.logo-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  margin: 0 auto;
  max-width: 1024px;
  background: none; }
  .logo-header img {
    width: 50px;
    height: 50px; }
  @media (min-width: 1024px) {
    .logo-header {
      justify-content: flex-start; } }

.row-reverse {
  flex-direction: row-reverse; }

.column {
  flex-basis: 100%;
  justify-content: center;
  display: flex; }
  @media (min-width: 1024px) {
    .column {
      flex: calc(50% - 1px); } }
  @media (min-width: 1024px) {
    .column.column-60 {
      flex: calc(60% - 1px); } }
  @media (min-width: 1024px) {
    .column.column-40 {
      flex: calc(40% - 1px); } }
  @media (min-width: 1024px) {
    .column.column-40 .content {
      padding-left: 2rem; } }
  .column .content {
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0.5rem 1.5rem;
    text-align: center;
    border-width: 0; }
    @media (min-width: 1024px) {
      .column .content {
        padding: 3.5rem 3.5rem;
        display: flex;
        flex-direction: column; } }
    .column .content.no-padding {
      padding: 0; }
      @media (min-width: 1024px) {
        .column .content.no-padding {
          padding: 3.5rem 3.5rem; } }
    .column .content.only-child {
      padding-bottom: 3.5rem; }
    .column .content.padding-top-0 {
      padding-top: 0; }
      @media (min-width: 1024px) {
        .column .content.padding-top-0 {
          padding-top: 3.5rem; } }
    .column .content:nth-child(2) {
      padding-top: 0; }
      @media (min-width: 1024px) {
        .column .content:nth-child(2) {
          padding-top: 3.5rem; } }
    .column .content .image {
      margin-top: 1rem; }
      @media (min-width: 1024px) {
        .column .content .image {
          padding-bottom: 1rem;
          padding-top: 1rem; } }
  .column p {
    margin-bottom: 0.5rem; }

h3 {
  text-align: center;
  font-size: 1.9rem;
  margin: 0.2rem;
  font-family: urw-din,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #353a56; }

.column p {
  font-weight: 300;
  line-height: 1.65em;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  text-align: left;
  padding: 0 10px;
  margin-top: 0.5rem; }
  @media (min-width: 1024px) {
    .column p {
      text-align: center; } }

@media (min-width: 1024px) {
  .content.increas-desktop-padding {
    justify-content: start; } }

.column.content-left {
  border-width: 1px 1px 1px 0; }
  @media (min-width: 1024px) {
    .column.content-left {
      justify-content: flex-end; } }
  @media (min-width: 1024px) {
    .column.content-left .content.increas-desktop-padding {
      padding-right: 5rem; } }

.column.content-right {
  border-width: 1px 0 1px 1px; }
  @media (min-width: 1024px) {
    .column.content-right {
      justify-content: flex-start; } }
  @media (min-width: 1024px) {
    .column.content-right .content.increas-desktop-padding {
      padding-left: 5rem; } }

.light-blue-bg {
  background: #CBE2FA;
  border: solid 1px;
  border-color: #a5c7ea;
  border-width: 1px 0 1px 1px; }

.light-light-blue-bg {
  background: #E9F4FD;
  border: solid 1px;
  border-color: #d7dee4; }

.light-gray-bg {
  background: #F7FAFD;
  border: solid 1px;
  border-color: #eee; }

.content {
  padding: 1rem; }

.reverse-order-desktop {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .reverse-order-desktop {
      flex-direction: column-reverse; } }

.content-half {
  max-width: 600px; }

h2 {
  font-size: 2rem;
  font-family: urw-din,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 3rem; } }

.main-title {
  text-align: center;
  padding-bottom: 2rem;
  max-width: 1024px;
  margin: 0 auto; }
  .main-title p {
    font-size: 1rem; }

img {
  max-width: 100%;
  border-radius: 5px; }

.title-column {
  padding: 0.9rem; }
  .title-column:first-child {
    padding-bottom: 0; }
  .title-column h2 {
    margin: 0rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
  .title-column p {
    margin: 1rem; }

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem 0 0.5rem; }
  .button-container a {
    width: 185px;
    height: 48px;
    text-decoration: none; }
  .button-container img {
    width: 100%;
    height: 100%; }

.button-container a:first-child {
  margin-right: 0.75rem; }

.download-button-self-update {
  border-radius: 7px;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  background: white;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: solid 1px black;
  display: flex;
  flex-direction: row;
  color: black;
  text-align: left; }
  .download-button-self-update .icon {
    flex: 30%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .download-button-self-update .icon svg {
      width: 65%;
      stroke: black; }
  .download-button-self-update .text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 70%;
    padding: 0.35rem 0; }
    .download-button-self-update .text .download {
      font-size: 1rem; }
    .download-button-self-update .text .version {
      font-size: 0.6rem; }

.bottom-cta {
  height: 190px;
  position: relative; }
  @media (min-width: 1024px) {
    .bottom-cta {
      height: 290px; } }
  @media (min-width: 1024px) {
    .bottom-cta .button-container a {
      width: 220px;
      height: 56px; } }
  .bottom-cta .bottom-cta-column {
    height: 100%;
    align-items: center;
    border-bottom: solid 1px #ccc; }

.submit-button {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }

#mc_embed_signup {
  background: #fff;
  clear: left; }

.submit-button #mce-EMAIL {
  font-family: 'Fira Code', monospace;
  background: #E9F4FD;
  color: #828282;
  border-radius: 5px 0 0 5px;
  width: 200px;
  padding: 1rem;
  border: 0;
  font-size: 0.9rem; }
  @media (min-width: 1024px) {
    .submit-button #mce-EMAIL {
      width: 280px; } }

.submit-button #mce-EMAIL:focus {
  outline: thin; }

.submit-button #mc-embedded-subscribe {
  background: #327AFD;
  color: white;
  border-radius: 0 5px 5px 0;
  padding: 1rem;
  border: 0;
  font-weight: medium;
  font-size: 17px;
  letter-spacing: 0.05rem;
  cursor: pointer;
  margin: 0; }

.options-container {
  margin: 1.5rem auto; }
  @media (min-width: 1024px) {
    .options-container {
      width: 400px; } }

.options {
  display: flex;
  flex-direction: row; }

.options-column {
  flex: 50%; }

.option {
  text-align: left;
  padding: 0.7rem 1rem; }
  .option label {
    margin-left: 0.6rem; }

.content h2 {
  margin: 1rem 0 0; }

.footer {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  align-items: center;
  color: #707072;
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    .footer {
      padding-top: 2rem;
      padding-bottom: 1.5rem; } }
  .footer p {
    padding: 0;
    margin: 0; }

.footer-col {
  flex: 1; }

.footer-image-col {
  width: 80px;
  flex: unset;
  text-align: center; }
  .footer-image-col img {
    width: 40px;
    height: 40px; }

.background {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #f3f3f3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .background svg {
    flex: 1; }
    .header .background svg {
      width: 100%; }

.bottom-cta svg .cls {
  stroke: rgba(67, 127, 194, 0.4);
  stroke-miterlimit: 10;
  fill: #dae6f1; }

.header svg .cls {
  stroke: rgba(67, 127, 194, 0.1);
  stroke-miterlimit: 10;
  fill: #fff; }

.column .content .image-notes-container {
  position: relative; }
  .column .content .image-notes-container .note {
    position: relative;
    display: block; }
  .column .content .image-notes-container .el {
    margin: 0;
    padding: 0;
    display: inline-block; }
  .column .content .image-notes-container .text {
    font-size: 10px;
    position: relative; }
  .column .content .image-notes-container .image svg {
    width: 10px;
    height: 10px; }

#container-1 .text {
  color: #ccc; }
#container-1 .image svg {
  stroke: #ccc; }
#container-1 #note-1 .text {
  top: -5px;
  right: -4px; }
#container-1 #note-2 {
  position: absolute;
  bottom: 13%;
  left: 31%; }
  #container-1 #note-2 .text {
    top: -2px;
    right: -44px; }
#container-1 #note-3 {
  bottom: 19%;
  position: absolute;
  right: 36%; }
  #container-1 #note-3 .text {
    top: -2px;
    right: -3px; }

#container-2 {
  color: #aaa; }
  #container-2 svg {
    stroke: #aaa; }
  #container-2 #note-2-1 {
    position: absolute;
    top: 0%;
    left: 11%; }
    @media (min-width: 1024px) {
      #container-2 #note-2-1 {
        top: 1%; } }
    #container-2 #note-2-1 .text {
      color: #eee; }
    #container-2 #note-2-1 svg {
      top: 48%;
      stroke: #eee;
      position: absolute; }
  #container-2 #note-2-2 {
    position: absolute;
    top: -8%;
    right: 6%; }
    @media (min-width: 1024px) {
      #container-2 #note-2-2 {
        top: -6%; } }
    #container-2 #note-2-2 svg {
      top: 48%;
      position: absolute; }

#container-3 #note-3-1 {
  position: absolute;
  font-size: 9px;
  top: 78%;
  left: 12%;
  transform: rotate(270deg);
  color: #bbb; }
  @media (min-width: 1024px) {
    #container-3 #note-3-1 {
      left: 16%; } }

@media (min-width: 1024px) {
  .column .content.less-horizontal-padding-desktop {
    padding-right: 0;
    padding-left: 1rem; } }

.main-content {
  max-width: 600px;
  margin: 0 auto; }
  .main-content h2, .main-content h3 {
    font-size: 1rem; }
  .main-content p {
    font-size: 14px;
    line-height: 1.7em; }

.bottom-cta-column p.unhide-for-macos {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  line-height: 1.2em;
  color: #444; }
  .bottom-cta-column p.unhide-for-macos span {
    right: 14px; }
.bottom-cta-column .schedule-a-demo {
  font-size: 13px;
  color: #444;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center; }
  .bottom-cta-column .schedule-a-demo a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid; }

p.unhide-for-macos {
  position: relative;
  width: 269px;
  margin: 1rem auto 0.9rem;
  font-size: 13px;
  color: #777; }
  p.unhide-for-macos.bottom-cta-column {
    margin-top: 0; }
  p.unhide-for-macos span {
    display: inline-block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px; }
  p.unhide-for-macos svg {
    stroke: green;
    width: 100%;
    height: 100%; }

#slides {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  max-width: 800px; }

.slide-anchor.active {
  visibility: hidden; }

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s; }

.showing {
  opacity: 1;
  z-index: 2; }

@media (min-width: 1024px) {
  .column .content.slideshow-padding {
    padding: 2.5rem 0 2.5rem 1rem; } }

.content-half.max-width-800 {
  max-width: 800px; }

/*# sourceMappingURL=main.css.map */
