@import url("https://fonts.googleapis.com/css?family=Roboto:300i"); /* for quote */ .hero {
  background: url(/img/accent-3.png) no-repeat 64px 100%;
  background-size: 355px 282px;
  padding: 104px 0;
} .hero .container {
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  } .hero h1 {
    background: white;
    position: relative;
    padding: 8px 0;
    text-align: left;
  } .hero h1:after {
      content: "";
      position: absolute;
      width: calc(70vw - 128px);
      height: 100%;
      left: 10vw;
      top: -64px;
      padding: 64px;
      border: 8px solid #CDD3D8;
      z-index: -1;
      max-width: 750px;
    } .hero .intro {
    color: #6A6A6A;
    background: white;
    margin-left: calc(60% - 200px);
    max-width: 330px;
    padding: 0 8px;
    padding-top: 10px;
    margin-top: 50px;
    text-align: left;
    line-height: 24px;
  } @media (max-width: 480px) { .hero .intro {
      margin-left: 5px
  }
    } .hero .intro p {
      margin: 0;
    } .hero .text-link {
    display: table;
  } .hero .text-link:first-child {
      margin-top: 16px;
    } .hero .text-link.numbered {
      padding-left: 26px;
      text-indent: -26px;
    } .hero .text-link.numbered .numbering {
        color: #9B9B9B;
      } .header + div {
  counter-reset: section-counter;
} .sections .banner {
    width: 100%;
    background: #F7F7F7;
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.1),
      inset 0px -10px 10px -10px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
  } .sections .banner:after {
      content: "0" counter(section-counter);
      counter-increment: section-counter;
      font-weight: 700;
      font-size: 270px;
      color: #CDD3D8;
      letter-spacing: -16px;
      position: absolute;
      bottom: -57px;
      right: 40px;
      z-index: 0;
    } @media (max-width: 768px) { .sections .banner:after {
        opacity: 0.3
    }
      } .sections .banner .img {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 2/12 - (20px - 20px * 2/12));
      max-width: calc(99.9% * 2/12 - (20px - 20px * 2/12));
      width: calc(99.9% * 2/12 - (20px - 20px * 2/12));
      height: auto;
    } .sections .banner .img:nth-child(1n) {
      margin-right: 20px;
      margin-left: 0;
    } .sections .banner .img:last-child {
      margin-right: 0;
    } .sections .banner .img:nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    } .sections .banner .copy {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 10/12 - (20px - 20px * 10/12));
      max-width: calc(99.9% * 10/12 - (20px - 20px * 10/12));
      width: calc(99.9% * 10/12 - (20px - 20px * 10/12));
      max-width: 600px;
      z-index: 1;
    } .sections .banner .copy:nth-child(1n) {
      margin-right: 20px;
      margin-left: 0;
    } .sections .banner .copy:last-child {
      margin-right: 0;
    } .sections .banner .copy:nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    } .sections .banner .copy p {
        color: #6A6A6A;
        margin-top: 6px;
      } .partner-aws .header {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  } .partner-aws .header h1 {
      font-family: "Avenir Next";
      font-weight: 400;
      color: #243651;
      text-align: center;
    } .partner-aws .header p.intro {
      margin: auto;
      margin-top: 25px;
      text-align: center;
      max-width: 350px;
    } .partner-aws .header .destinations {
      margin-top: 125px;
      justify-content: space-between;
      align-items: baseline;
    } .partner-aws .header .destinations .section-left, .partner-aws .header .destinations .section-right {
        display: flex;
        flex-direction: row;
        justify-content: center;
      } .partner-aws .header .destinations .image {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        position: relative;
        background: white;
        box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        width: 80px;
        height: 80px;
      } .partner-aws .header .destinations h3 {
        display: flex;
        align-items: flex-end;
      } .partner-aws .header .destinations h3 span {
        position: relative;
      } .partner-aws .header .destinations p {
        max-width: 340px;
      } .partner-aws .header .destinations .bg-img img {
        width: 170px;
        position: absolute;
        top: -10px;
        left: -110px;
        opacity: 0.05;
      } .partner-aws .diagram .icons {
  position: relative;
  z-index: 100;
} .partner-aws .diagram img.sources {
  position: relative;
  left: -445px;
  top: 99px;
} .partner-aws .packet, .partner-aws .packet1 {
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 98;
} .partner-aws .diagram .arrows {
  display: block;
  position: absolute;
  z-index: 97;
} .partner-aws .diagram .box {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 85px;
    width: 85px;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
    position: absolute;
    width: 125px;
    height: 125px;
  } .partner-aws .diagram .icons img {
    position: absolute;
    top: 25px;
  } .partner-aws .diagram .box h4 {
    flex: 0 0 auto;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 1px;
    color: rgba(36, 54, 81, .7);
    position: absolute;
    bottom: 10px;
  } .partner-aws .diagram .box.inactive * {
    opacity: 0.5;
  } .partner-aws section.diagram {
    position: relative;
    margin-bottom: 400px;
  } .partner-aws section.diagram .accent {
      position: absolute;
      height: 2000px;
      width: 100vw;
      display: block;
      background: linear-gradient(-50deg, rgba(116, 115, 225, 0) 62.02%, rgba(104, 103, 222, 0.048) 97.91%);
      transform: skewY(10deg);
    } .partner-aws section.diagram .accent1 {
      left: 0px;
      top: 1000px;
    } .partner-aws section.diagram .accent2 {
      transform: skewY(-10deg) scaleX(-1);
      left: 0px;
      top: 2500px;
    } @media (max-width: 700px) { .partner-aws section.diagram .section-container {
        overflow: hidden
    }
      } .partner-aws section.diagram .section-left {
      flex: 0 0 auto;
    } @media (max-width: 700px) { .partner-aws section.diagram .section-left {
        transform: translateY(-50vh);
        position: fixed;
        top: 0;
        height: 50%;
        overflow: hidden;
        background: #f6f6f8;
        z-index: 99;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
        width: 100%;
        padding-top: 0
    }

        .partner-aws section.diagram .section-left .diagram-container {
          left: -60px;
        }
      } .partner-aws section.diagram .section-left .section-container {
        padding-top: 100px;
      } .partner-aws section.diagram .section-left.mobile {
      display: block !important;
    } .partner-aws section.diagram .section-right .header-title {
        background: linear-gradient(270deg, #6B63E6 0%, #B691ED 100%);
        font-size: 22px;
      } @media (max-width: 700px) {
      } .partner-aws section.diagram .section-right h3 {
        font-family: Avenir Next;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
        color: #5F58CA;
        margin-top: 10px;
        margin-bottom: 15px;
      } .partner-aws section.diagram .section-right h4 {
        font-family: Avenir Next;
        font-weight: 300;
        font-size: 21px;
        line-height: 30px;
        color: #6B63E6;
        margin-top: 45px;
        opacity: 0.9;
        margin-bottom: 10px;

      } .partner-aws section.diagram p {
      max-width: 440px;
    } .partner-aws section.diagram .background {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-5deg);
    z-index: -1;
    background: linear-gradient(139.4deg, #F7F7F7 9.38%, #F5F5F7 92.37%);
    background: linear-gradient(10deg, #ffffff 9.38%, #F5F5F7 92.37%);
  } .partner-aws section.diagram .intro {
    text-align: center;
  } .partner-aws section.diagram .intro h2 {
    margin-bottom: 35px;
  } .partner-aws .diagram-container {
    position: relative;
    justify-content: flex-end;
    margin-bottom: 300px;
  } .partner-aws #diagram {
    position: relative;
    transform: scale(0.5);
    transform-origin: 100% 0%;
  } @media (min-width: 1000px) { .partner-aws #diagram {
      transform: scale(0.6)
  }
    } @media (min-width: 1200px) { .partner-aws #diagram {
      transform: scale(0.75)
  }
    } .partner-aws .diagram {
    position: relative;
    display: block;
  } .partner-aws .diagram svg {
      position: relative;
      top: 100px;
    } .partner-aws section.diagram .scene {
    min-height: 60vh; 
    padding-bottom: 350px;
  } .partner-aws section.diagram .scene.sources {
    position: relative;
    top: -100px;
    min-height: 500px;
  } .partner-aws .diagram-container .bullet {
    z-index: 10;
  } .partner-aws .diagram-container .path1 {
    position: absolute;
    left: 456px;
    opacity: 0;
  } .partner-aws .etleap-container {
    border: 1px solid rgba(0,0,0,.25);
    position: absolute;
    top: 290px;
    left: -150px;
    background: rgba(255,255,255,0.75);
    border-radius: 10px;
    height: 700px;
    width: 550px;
    z-index: 0;
  } .partner-aws .etleap-container img {
      position: absolute;
      top: 35px;
      left: 35px;
    } .partner-aws .content {
    color: #6A6A6A;
    justify-content: center;
  } @media (max-width: 768px) { .partner-aws .content {
      margin-top: 40px
  }
    } .partner-aws .row {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
  } @media (max-width: 700px) { .partner-aws .row:not(.mobile) {
        flex-direction: column;
        align-items: center
    }
      } .partner-aws h2 {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 52px;
    letter-spacing: 0.05em;
    color: #243651;
    text-align: center;
    margin-bottom: 80px;
  } .partner-aws h3 {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;

    color: #243651;
    margin-bottom: 20px;
  } .partner-aws .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } .partner-aws .header-title {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: linear-gradient(270deg, #EA6A5D 0%, #EA9000 100%);
    padding: 2px 12px;
    margin-bottom: 10px;
  } .partner-aws p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.06em;
    color: #727186;
  } .partner-aws section.alternate-skewed {
    position: relative;
    padding: 150px 0;
  } .partner-aws section.diagram {
    position: relative;
    margin-bottom: -230px;
  } .partner-aws section.vpc {
    padding-bottom: 50px;
  } .partner-aws section.vpc .section-container, .partner-aws section.hosted  .section-container {
    max-width: 1400px;
  } .partner-aws section.hosted {
    padding-top: 200px;
  } .partner-aws section.alternate-skewed::before{
    z-index: -1;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(0, -3deg);
    background: linear-gradient(179.08deg, #F5F4FF 5.98%, #F9F8FF 94.56%);
  } .partner-aws .text-block {
    position: relative;
    max-width: 450px;
  } @media (max-width: 700px) { .partner-aws .text-block {
      margin: auto;
      width: 80%
  }
    } .partner-aws .text-block + .text-block {
    padding-top: 40px;
  } .partner-aws .section-container {
    max-width: 1080px;
    width: 100%;
  } .partner-aws .section-left {
    width: 50%;
  } @media (max-width: 700px) { .partner-aws .section-left:not(.mobile) {
        width: 100%
    }
      } .partner-aws .section-right {
    width: calc(50% - 75px);
    margin-left: 75px;
  } @media (max-width: 700px) { .partner-aws .section-right:not(.mobile) {
        width: 100%;
        margin-left: unset;
        margin-top: 100px
    }
      } .partner-aws .card {
    position: relative;
    padding: 50px;
    background: white;
    box-shadow: 0px 4px 75px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    max-width: 550px;
    margin: auto;
  } .partner-aws .card img {
      width: 100%;
    } .partner-aws .card .svg {
      width: 100%;

    } .partner-aws .marketplace {
    box-sizing: border-box;
    max-width: 950px;  

    position: relative;
    top: 125px;
  } .partner-aws .marketplace h2 {
        position: relative;
    } .partner-aws .marketplace h2 em {
        position: relative;
        font-size: 24px;
        padding-right: 30px;
        padding-left: 10px;
        height: 16px;
      } .partner-aws .marketplace h2 em::after {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 16px solid white;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
      } .partner-aws .marketplace .section-right {
      justify-content: space-between;
      align-self: stretch;
      align-items: flex-end;
    } @media (max-width: 700px) {
      .partner-aws .marketplace .section-right {
        align-items: center;
      }

      .partner-aws .marketplace a.button {
        margin-top: 25px;
      }
    } .partner-aws a.button {
    background: #6B63E6;
    border-radius: 45px;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 45px;
  } .DemoSection {
  display: flex;
  flex-direction: row;
  background: #6b63e6;
  padding: 0px;
  margin-top: 150px;
  min-height: 520px;
  background-image: url(/img/landing/pipe-pattern.svg);
  background-size: 50%;
  background-position: -0px -15px;
} .DemoSection h3 {
    text-align: center;
    color: #243651;
  } .DemoSection h2 {
    max-width: 470px;
  } .DemoSection .demoDescription {
    color: white;
  } .DemoSection .demoDescription p {
      max-width: 440px;
    } .DemoSection .demoDescription,
  .DemoSection .form {
    padding-top: 100px;
    flex: 1 1 50%;
    min-width: 300px;
  } @media (max-width: 670px) { .DemoSection .demoDescription,
  .DemoSection .form {
      flex-basis: 350px
  }
    } .DemoSection .demoDescription p, .DemoSection .form p {
      margin-top: 10px;
      padding-right: 100px;
      font-size: 17px;
      line-height: 26px;
      opacity: 0.75;
    } @media (max-width: 670px) { .DemoSection .demoDescription p, .DemoSection .form p {
        padding: 20px;
        margin-bottom: 50px
    }
      } .DemoSection .container {
    width: 1200px;
  } .DemoSection .form {
    box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding-top: 50px;
    margin-top: -50px;
    /* z-index: 1000; */
    position: relative;
    margin-bottom: -50px;
    background: white;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    min-height: 600px;
  } .DemoSection .form .submitted-message p {
        text-align: center;
        margin-top: 50px;
        padding: 20px;
        border: 1px solid #6b63e6;
        margin: 50px;
        border-radius: 5px;
        background: #d0cdfc;
        color: #5e55da;
      } .DemoSection .form .hs-richtext p, .DemoSection .form .hs-form-booleancheckbox p {
        line-height: 18px;
        color: #6A6A6A;
        font-size: 12px;
        padding: 0;
      } .DemoSection .form ul.inputs-list {
      padding: 0px;
    } .DemoSection .form li.hs-form-booleancheckbox {
      color: white;
      display: flex;
      flex-direction: row;
    } .DemoSection .form label {
      position: absolute;
      margin-left: 20px;
      opacity: 0;
    } .DemoSection .form .field {
      margin-top: 15px;
    } .DemoSection .form input[type="text"],
    .DemoSection .form input[type="email"],
    .DemoSection .form input[type="tel"],
    .DemoSection .form textarea {
      width: calc(100% - 64px);
      margin: 5px 20px;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.2);
    } .DemoSection .form input[type="text"]:focus, .DemoSection .form input[type="email"]:focus, .DemoSection .form input[type="tel"]:focus, .DemoSection .form textarea:focus {
        border: 1px solid #6B63E6;
      } .DemoSection .form .hs-error-msg {
      opacity: 1;
      color: red;
      font-size: 14px;
    } .DemoSection .form input[type="submit"] {
      border-radius: 100px;
      cursor: pointer;
      outline: none;
      box-shadow: none;
      border: none;
      display: inline-block;
      text-decoration: none;
      background: #6B63E6;
      color: white;
      font-weight: 500;
      background-image: url(/img/right-arrow-knockout.svg),
        linear-gradient(0deg, #6b63e6 50%, #8881ea 100%);
      background-repeat: no-repeat;
      background-position: calc(100% - 40px) center, top left;
      background-size: 15px 9px, 100% 100%;
      padding: 19px 64px 21px 40px;
      transition: background-position 0.2s linear, background-image 0.2s linear;
      position: relative;
      z-index: 2;
      font-size: 1em;
      margin-bottom: 10px;
    } .DemoSection .form input[type="submit"]:hover {
        background-image: url(/img/right-arrow-knockout.svg),
          linear-gradient(0deg, #8983eb 50%, #a09bef 100%);
        background-position: calc(100% - 38px) center, top left;
      } .DemoSection .legal-consent-container {
    background: #fff;
    font-size: 12px !important;
    padding: 0;
  } .DemoSection .actions {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  } .DemoSection .form .hs-form-booleancheckbox label {
    position: relative;
    opacity: 1;
    width: 100%;
    text-align: left;
  } .DemoSection .form .hs-form-booleancheckbox label span {
      margin: 0px;
      padding: 0;
      line-height: 18px;
      color: #6A6A6A;
      font-size: 12px;
    } .DemoSection .form .hs-form-booleancheckbox label p {
      margin-left: 10px;
    } .DemoSection .quote {
    text-align: center;
    margin-bottom: 92px;
  } .DemoSection .quote blockquote {
      font-weight: 300;
      font-style: italic;
      color: #6A6A6A;
      font-size: 24px;
      line-height: 40px;
      letter-spacing: -0.2px;
      max-width: 960px;
      margin: 0 auto;
      padding: 5px;
    } @media screen and (min-width: 768px) { .DemoSection .quote blockquote {
        font-size: 34px;
        line-height: 48px;
        letter-spacing: -0.4px
    }
      } .DemoSection .quote cite {
      display: block;
      width: 100%;
      margin-top: 33px;
    } .DemoSection .quote cite img {
        width: 120px;
        height: 41px;
      }