@charset "UTF-8";
.zapier video {
  width: 100%;
}
@media (min-width: 992px) {
  .zapier ::-webkit-media-controls-panel {
    background-size: 0;
    position: relative;
    top: 5px;
    height: 80px;
  }
  .zapier video::-webkit-media-controls-enclosure {
    overflow: hidden;
    position: absolute;
  }
  .zapier ::-internal-media-controls-button-panel {
    height: 52px !important;
  }
  .zapier video::-webkit-media-controls-panel {
    background-color: rgba(47, 133, 183, 0.8392156863);
  }
}
.zapier #ottokit-embedded-iframe, .zapier #suretriggers-embedded-iframe {
  height: 50vh !important;
}
.zapier #suretriggers-embedded-iframe {
  min-height: 600px;
}
.zapier .top-image {
  width: 100%;
  border-radius: 6px;
}
.zapier .image-title {
  opacity: 0.3;
  font-size: 0.8em;
}
.zapier .integration-description {
  margin: 50px 5% 0;
  font-size: 1.5em;
  font-style: italic;
}
.zapier .integration-description a {
  color: inherit;
  text-decoration: underline;
}
.zapier h1 {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5098039216);
  font-size: 3em;
}
.zapier .row {
  overflow: hidden;
}
.zapier .dirty_bg {
  background-color: #f6f8fc;
}
.zapier .btn-result {
  margin-top: 0;
}
.zapier img.start, .zapier div.start {
  max-width: 1100px;
  margin: 40px auto 20px;
  display: block;
  width: 100%;
}
.zapier img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.zapier .img-title {
  text-align: center;
  color: #2f739a;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5607843137);
  border-radius: 2px;
  padding: 2px 5px;
}
.zapier .background-content {
  min-height: 30vh;
  overflow: hidden;
  position: relative;
}
.zapier .background-content .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.zapier img.result-image {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.zapier hr {
  max-width: 60%;
  margin: 50px auto 70px;
  border-top: 1px solid #026bc3;
  opacity: 0.3;
}
.zapier .flex {
  display: flex;
  flex-wrap: wrap;
}
.zapier .whiteShadowBox {
  margin: 50px 0;
}
.zapier .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.zapier .description {
  min-height: 52px;
  padding: 0 5px;
}
.zapier .zapier-box {
  flex: 1 0 48%;
  margin: 1em 1%;
  position: relative;
  text-align: center;
  color: #525b63;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 3px rgba(199, 218, 232, 0.6784313725);
  min-width: 260px;
  padding: 0 0 25px 0;
}
.zapier .zapier-box img {
  width: 100%;
  max-width: 96%;
  margin: 2% auto 0;
  opacity: 0.8;
}
.zapier .zapier-box h2 {
  font-size: 1.2em;
  background-color: #48a7f4;
  color: #ffffff;
  border-radius: 2px 2px 0 0;
  padding: 0.75rem 1.25rem;
  margin: 0;
}
.zapier .zapier-box ul {
  padding: 10px;
  margin: 0;
}
.zapier .zapier-box ul li {
  line-height: 1.4em;
  margin: 10px 0;
}
.zapier .zapier-box ul li:before {
  content: "✓";
  margin-right: 5px;
  color: #48a7f4;
  font-size: 1.5em;
}
.zapier .not-listed {
  text-align: center;
  margin: 20px 10px;
}
.zapier .zapier-consent {
  padding: 2vw;
}
.zapier .zapier-consent .privacy-icon {
  margin: 0 auto 20px;
  max-height: 80px;
  display: block;
  width: auto;
}
.zapier .zapier-consent h5 {
  margin: 0;
}
.zapier .zapier-consent .zapier-consent-description {
  margin: 20px 0;
}
.zapier .integration-additional-content h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #2f739a;
  line-height: 1.3;
}
.zapier .integration-additional-content .content-paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}
.zapier .integration-additional-content .feature-list {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
.zapier .integration-additional-content .feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.6;
}
.zapier .integration-additional-content .feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #026bc3;
  font-weight: bold;
  font-size: 1.3em;
}
.zapier .integration-faq-section .faq-main-heading {
  font-size: 2em;
  margin-bottom: 40px;
  color: #2f739a;
  text-align: center;
}
.zapier .integration-faq-section .faq-items {
  max-width: 900px;
  margin: 0 auto;
}
.zapier .integration-faq-section .faq-item {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #026bc3;
  transition: all 0.3s ease;
}
.zapier .integration-faq-section .faq-item:hover {
  background-color: #f0f2f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.zapier .integration-faq-section .faq-question {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.zapier .integration-faq-section .faq-question .faq-number {
  background-color: #026bc3;
  color: white;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 50%;
  margin-right: 15px;
  min-width: 35px;
  text-align: center;
  font-size: 1em;
  flex-shrink: 0;
}
.zapier .integration-faq-section .faq-question h3 {
  margin: 0;
  padding-top: 5px;
  font-size: 1.3em;
  color: #2f739a;
  line-height: 1.4;
  font-weight: 600;
}
.zapier .integration-faq-section .faq-answer {
  padding-left: 50px;
}
.zapier .integration-faq-section .faq-answer p {
  margin: 0;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
}

@media (min-width: 993px) {
  .zapier .image-container {
    min-height: 400px;
    max-width: 600px;
    margin: 0 auto;
  }
  .google-sheets img.sheet {
    position: relative;
    right: -5%;
    max-width: 130%;
  }
  .google-sheets img.select-cell {
    position: relative;
    left: -30%;
    max-width: 130%;
  }
}
@media (max-width: 601px) {
  .google-sheets img.sheet, .google-sheets img.select-cell {
    margin-top: 20px;
  }
  .zapier .hide-mobile {
    display: none;
  }
  .zapier .background-content {
    background-color: #f0f8ff;
  }
}

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