.connect-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .connect-app {
      flex-direction: row; } }
  .connect-app__connection-icon {
    flex: 1;
    width: 18px;
    height: 18px;
    color: #969EA2;
    display: block;
    margin: 15px 15px 0 15px;
    transform: rotate(90deg); }
    @media screen and (min-width: 480px) {
      .connect-app__connection-icon {
        margin: 35px 25px 15px 25px;
        transform: rotate(0deg); } }
  .connect-app__input-row {
    width: 100%; }
.dropdown-list {
  position: relative; }
  .dropdown-list__wrapper {
    background-color: #fff;
    border: 1px solid #F1F4F5;
    border-radius: 4px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 1;
    max-height: 300px;
    width: 100%;
    overflow-y: auto; }
  .dropdown-list__results-list {
    margin: 0; }
    .dropdown-list__results-list > * {
      border-bottom: 1px solid #F1F4F5; }
      .dropdown-list__results-list > *:last-child {
        border-bottom: none; }
  .dropdown-list__no-results {
    padding: 15px; }
.dropdown {
  position: relative;
  margin-bottom: 15px; }
  .dropdown__toggle {
    width: 100%;
    border: 1px solid #DADFE2;
    background-color: #fff;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    color: #5F6C72; }
    .dropdown__toggle:hover {
      background: #fff; }
    .dropdown__toggle[disabled] {
      background-color: #F1F4F5;
      opacity: 1; }
  .dropdown__selected-item {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    left: 10px;
    position: absolute;
    right: 55px;
    top: 0; }
  .dropdown__toggle-arrow {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #DADFE2;
    display: flex;
    justify-content: center;
    align-items: center; }
.dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer; }
  .dropdown-item--selected {
    background-color: #F1F4F5; }
.select-trigger-and-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .select-trigger-and-action {
      flex-direction: row; } }
  .select-trigger-and-action__connection-icon {
    flex: 1;
    width: 18px;
    height: 18px;
    color: #969EA2;
    display: block;
    margin: 0;
    transform: rotate(90deg); }
    @media screen and (min-width: 480px) {
      .select-trigger-and-action__connection-icon {
        margin: 25px 25px 15px 25px;
        transform: rotate(0deg); } }
  .select-trigger-and-action__input-row {
    width: 100%; }
  .select-trigger-and-action__logo {
    margin-right: 10px; }
.build-custom-zap {
  background-color: rgba(209, 230, 252, 0.3);
  border-radius: 4px;
  padding: 15px; }
  .build-custom-zap__connect-button {
    width: 100%; }
    @media screen and (min-width: 480px) {
      .build-custom-zap__connect-button {
        width: auto; } }
  .build-custom-zap__search-row {
    margin-top: 25px;
    margin-bottom: 25px; }
  @media screen and (min-width: 480px) {
    .build-custom-zap__button-row {
      display: flex;
      justify-content: flex-end; } }
.cta-button {
  display: flex;
  justify-content: center;
  align-items: center; }
  .cta-button__link-button {
    width: 100%;
    min-width: 120px;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (min-width: 750px) {
      .cta-button__link-button {
        width: auto; } }
@charset "UTF-8";
.integration-details__integration-overview-html p {
  font-size: 16px;
  line-height: 26px; }

.integration-details__integration-overview-html ul {
  background-color: rgba(209, 230, 252, 0.3);
  padding: 20px 20px 10px 20px;
  list-style-type: none;
  margin-bottom: 30px;
  margin-top: 20px; }
  .integration-details__integration-overview-html ul p {
    font-weight: 600;
    margin-bottom: 20px; }
  .integration-details__integration-overview-html ul li {
    text-indent: -28px;
    margin-left: 30px;
    margin-bottom: 10px;
    color: #5F6C72; }
    .integration-details__integration-overview-html ul li:before {
      content: '\B7';
      padding-right: 20px; }

.integration-details__title {
  display: flex;
  align-items: center; }

.integration-details__beta-tag {
  margin-left: 15px; }
.service-action-description {
  font-size: 14px; }
  .service-action-description__image {
    padding-top: 2px; }
  .service-action-description__title {
    display: flex;
    align-items: center;
    margin-bottom: calc(15px / 3); }
  .service-action-description__icon {
    color: #969EA2;
    width: 14px;
    height: 14px; }
  .service-action-description__description p {
    font-size: 14px;
    line-height: 22px; }
.tab-module__tabs {
  border-bottom: 1px solid #f1f4f5; }

.tab-module__content {
  display: none;
  visibility: hidden; }
  .tab-module__content--visible {
    display: block;
    visibility: visible; }
.featured-content {
  margin-bottom: calc(15px * 0.33); }
  .featured-content__image {
    width: 100%;
    margin-bottom: calc(15px * 0.33); }
    .featured-content__image--crop {
      height: 100px;
      object-fit: cover; }
  .featured-content__title {
    margin-bottom: calc(15px * 0.25); }
.maybe-render-hidden {
  display: block;
  visibility: visible; }
  .maybe-render-hidden--hide {
    display: none;
    visibility: hidden; }
.zap-steps {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .zap-steps__icon-wrapper {
    color: #969EA2;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .zap-steps__icon-wrapper--medium {
      padding: 5px; }
    .zap-steps__icon-wrapper--large {
      padding: 15px; }
  .zap-steps__icon--medium {
    width: 10px;
    height: 10px; }
  .zap-steps__logo {
    width: 40px;
    height: 40px; }
    .zap-steps__logo--is-empty {
      border: 2px dashed #969EA2;
      border-radius: 7px; }
    .zap-steps__logo--xsmall {
      width: 20px;
      height: 20px; }
    .zap-steps__logo--large {
      width: 70px;
      height: 70px; }
      @media screen and (max-width: 480px) {
        .zap-steps__logo--large {
          width: 55px;
          height: 55px; } }
  .zap-steps__node {
    display: flex;
    justify-content: center;
    align-items: center; }
    .zap-steps__node--xsmall {
      padding: 2px; }
  .zap-steps__node-counter {
    background-color: #F1F4F5;
    padding: 1px 3px;
    border: 1px solid #DADFE2;
    color: #5F6C72;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, arial, sans-serif;
    border-radius: 4px; }
  .zap-steps--wrapped {
    background-color: #F1F4F5;
    padding: 20px 25px;
    border-radius: 4px; }
.zap-template-list__build-custom-zap {
  margin-bottom: 10px; }

.zap-template-list__call-to-action {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 15px; }
  @media screen and (min-width: 750px) {
    .zap-template-list__call-to-action {
      flex-direction: row;
      justify-content: center; } }

.zap-template-list__call-to-action-button {
  width: 100%;
  max-width: 440px;
  margin: 15px 0 auto; }
  @media screen and (min-width: 750px) {
    .zap-template-list__call-to-action-button {
      width: auto;
      margin: 0 0 0 15px; } }
  .zap-template-list__call-to-action-button--primary {
    margin-top: 0; }
    @media screen and (min-width: 750px) {
      .zap-template-list__call-to-action-button--primary {
        margin: 0; } }
.list--disc {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 30px; }
  .list--disc .list__item {
    margin: 5px 0; }

.list--inline {
  display: inline-block; }
  .list--inline .list__item {
    display: inline-block; }
.zap-template-html {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px; }
  .zap-template-html h2, .zap-template-html h3 {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 30px 0 10px 0; }
  .zap-template-html p {
    margin: 0 0 15px 0; }
  .zap-template-html ol,
  .zap-template-html ul {
    margin-bottom: 0; }
    .zap-template-html ol li,
    .zap-template-html ul li {
      color: #5F6C72; }
    .zap-template-html ol li + li,
    .zap-template-html ul li + li {
      margin-top: 10px; }
  .zap-template-html ul {
    list-style-type: disc;
    padding-left: 25px; }
  .zap-template-html hr {
    margin: 15px 0;
    border: 0;
    background: #ccc;
    height: 1px; }
  .zap-template-html img {
    max-width: 100%; }
.zap-template-preview {
  padding: 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative; }
  @media screen and (min-width: 750px) {
    .zap-template-preview {
      flex-direction: row; } }
  .zap-template-preview::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    transition: opacity 200ms ease-out;
    opacity: 1; }
    @media screen and (min-width: 750px) {
      .zap-template-preview::after {
        height: 75px; } }
  .zap-template-preview:hover::after {
    opacity: 0; }
  .zap-template-preview--expanded::after {
    display: none; }
  .zap-template-preview--expanded .zap-template-preview__description {
    cursor: default; }
  .zap-template-preview__column {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    cursor: pointer; }
    .zap-template-preview__column--zap-icons {
      margin-bottom: 20px; }
    .zap-template-preview__column--right {
      flex-shrink: 0; }
      @media screen and (min-width: 750px) {
        .zap-template-preview__column--right {
          flex-basis: 100px;
          justify-content: flex-end; } }
  .zap-template-preview__description {
    margin-bottom: 20px;
    flex-grow: 1;
    cursor: pointer; }
    @media screen and (min-width: 750px) {
      .zap-template-preview__description {
        padding: 0 20px;
        margin-bottom: 0; } }
  .zap-template-preview__heading {
    color: #354147;
    margin-bottom: 5px;
    line-height: 20px; }
  .zap-template-preview__collapse-icon {
    color: #969EA2; }
  .zap-template-preview__use-zap-button {
    width: 100%;
    max-width: 440px; }

.zapier-description__title-block {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.zapier-description__logo {
  margin-right: 10px; }

.zapier-description__cta-button {
  margin-top: 15px; }
.triggers-and-actions__description-text {
  margin-bottom: 25px; }

.triggers-and-actions__logo {
  width: 16px;
  height: 16px;
  margin-right: 12px; }

.triggers-and-actions__list {
  padding-top: 20px;
  padding-bottom: 40px; }
.two-service-overview__zap-steps {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 15px 0 30px; }

.two-service-overview__activate-button {
  margin-top: 30px; }

.two-service-overview__content {
  text-align: center;
  margin: 0 0 30px; }
.service-info-banner {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .service-info-banner__tag {
    margin-right: 5px; }
.two-service-zap-template-list__call-to-action {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 15px; }
  @media screen and (min-width: 750px) {
    .two-service-zap-template-list__call-to-action {
      flex-direction: row;
      justify-content: center; } }

.two-service-zap-template-list__call-to-action-button {
  width: 100%;
  max-width: 440px;
  margin: 15px 0 auto; }
  @media screen and (min-width: 750px) {
    .two-service-zap-template-list__call-to-action-button {
      width: auto;
      margin: 0 0 0 15px; } }
  .two-service-zap-template-list__call-to-action-button--primary {
    margin-top: 0; }
    @media screen and (min-width: 750px) {
      .two-service-zap-template-list__call-to-action-button--primary {
        margin: 0; } }

/*# sourceMappingURL=two-service-integrations.js-f15d0c31a7cec6c9a74f.css.map*/