body.has-hero-video #hero {
  box-sizing: border-box;
  padding-top: 176px; }

body.has-hero-video main#social-media-inbox #hero {
  background-color: #fffaf6; }

body.has-hero-video #hero {
  display: grid;
  position: relative;
  height: 850px; }
  body.has-hero-video #hero video {
    position: absolute;
    z-index: 1;
    object-fit: fill;
    width: 1440px;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.has-hero-video #hero .container {
    z-index: 2; }

body.has-hero-video.reporting #hero video, body.has-hero-video.monitoring #hero video, body.has-hero-video.publishing #hero video {
  left: auto;
  transform: none;
  right: 0; }

@media (min-width: 1200px) {
  body.has-hero-video #hero {
    height: 700px; }
    body.has-hero-video #hero video {
      top: unset;
      bottom: 0; } }

@media (max-width: 599px) {
  body.has-hero-video #hero {
    height: auto;
    padding-top: 160px !important;
    padding-bottom: 300px; }
    body.has-hero-video #hero video {
      top: auto;
      bottom: 0;
      width: 100%;
      height: auto; } }

#trust-center #hero {
  padding: 170px 0 80px 0;
  margin-bottom: 80px; }
  @media (max-width: 599px) {
    #trust-center #hero {
      background-size: 150%;
      background-position: center bottom;
      padding-top: 80px;
      padding-bottom: 350px; } }
  #trust-center #hero header small {
    display: block;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    color: #344563;
    font-weight: 700;
    font-style: normal; }
  #trust-center #hero header h1,
  #trust-center #hero header h2 {
    max-width: 620px;
    font-size: 65px;
    line-height: 64px;
    letter-spacing: -0.01em;
    font-weight: 900;
    margin-bottom: 40px; }
    #trust-center #hero header h1 em,
    #trust-center #hero header h2 em {
      font-style: normal; }
  #trust-center #hero header p {
    max-width: 395px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 40px; }
  @media (max-width: 599px) {
    #trust-center #hero header {
      width: 100%; }
      #trust-center #hero header h1,
      #trust-center #hero header h2 {
        font-size: 43px;
        line-height: 43px;
        margin-bottom: 20px; }
      #trust-center #hero header p {
        font-size: 16px;
        line-height: 23px; } }
  #trust-center #hero footer a.hero-button {
    margin-bottom: 16px; }
  #trust-center #hero footer small {
    display: block;
    font-size: 16px;
    color: #344563; }
  @media (max-width: 599px) {
    #trust-center #hero footer small {
      font-size: 12px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    #trust-center #hero .container {
      padding: 0 40px; } }
  @media (max-width: 599px) {
    #trust-center #hero footer a.hero-button {
      width: 80%; } }

#trust-center .hero-section.imgtemp {
  height: 700px; }
  #trust-center .hero-section.imgtemp .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; }
    #trust-center .hero-section.imgtemp .container header {
      max-width: 50%; }
    #trust-center .hero-section.imgtemp .container #top-accent {
      margin-right: -40px;
      max-width: 50%; }
  @media (max-width: 768px) {
    #trust-center .hero-section.imgtemp {
      padding-top: 176px; }
      #trust-center .hero-section.imgtemp .container {
        flex-direction: column; }
        #trust-center .hero-section.imgtemp .container header {
          max-width: 100%; }
          #trust-center .hero-section.imgtemp .container header h1 {
            margin-bottom: 40px; }
        #trust-center .hero-section.imgtemp .container #top-accent {
          max-width: 100%; } }

#trust-center .hero-section .container {
  padding-left: 15px; }

#trust-center .hero-section h1,
#trust-center .hero-section p {
  max-width: 642px; }

#trust-center .hero-section p a {
  margin-right: 24px;
  color: #858fa1;
  font-size: 17.807px;
  line-height: 23px;
  font-weight: normal; }
  #trust-center .hero-section p a img {
    margin-right: 10px;
    vertical-align: top; }
  #trust-center .hero-section p a:last-of-type {
    margin-right: 0; }
  @media (max-width: 700px) {
    #trust-center .hero-section p a {
      display: block;
      margin-bottom: 16px; } }

#trust-center .hero-section #partner-nav-hero {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 60px; }
  #trust-center .hero-section #partner-nav-hero a, #trust-center .hero-section #partner-nav-hero span {
    margin-left: 24px;
    line-height: 24px; }
    #trust-center .hero-section #partner-nav-hero a:first-child, #trust-center .hero-section #partner-nav-hero span:first-child {
      margin-left: 0; }

#trust-center .hero-section footer {
  display: none; }

#trust-center #trust-center-filter {
  margin-bottom: 40px; }
  #trust-center #trust-center-filter .container {
    text-align: center; }
  #trust-center #trust-center-filter a.filter-button {
    margin-right: 24px;
    margin-bottom: 16px; }
    #trust-center #trust-center-filter a.filter-button:last-of-type {
      margin-right: 0; }
    #trust-center #trust-center-filter a.filter-button:hover, #trust-center #trust-center-filter a.filter-button:focus, #trust-center #trust-center-filter a.filter-button:active, #trust-center #trust-center-filter a.filter-button.selected {
      box-shadow: 0px 19px 40px -10px #d1d7fc;
      color: #fff;
      background: #7a66f0; }
  @media (max-width: 599px) {
    #trust-center #trust-center-filter {
      display: none; } }

#trust-center #trust-center-list .module.text-block-right {
  flex-direction: row-reverse; }

@media (min-width: 992px) {
  #trust-center #trust-center-list .module {
    padding-bottom: 80px; }
    #trust-center #trust-center-list .module:last-of-type {
      padding-bottom: 0; }
    #trust-center #trust-center-list .module.text-block-right .module-text {
      padding: 0; }
    #trust-center #trust-center-list .module.text-block-left .module-text {
      padding: 0; } }

@media (max-width: 991px) {
  #trust-center #trust-center-list .module.text-block-right .module-text {
    padding: 0 30px 0 0; }
  #trust-center #trust-center-list .module.text-block-left .module-text {
    padding: 0 0 0 30px; } }

@media (max-width: 599px) {
  #trust-center #trust-center-list .module {
    flex-direction: column; }
    #trust-center #trust-center-list .module.text-block-right {
      flex-direction: column; }
      #trust-center #trust-center-list .module.text-block-right .module-text {
        padding-right: 0 !important; }
    #trust-center #trust-center-list .module.text-block-left .module-text {
      padding-left: 0 !important; }
    #trust-center #trust-center-list .module .module-text,
    #trust-center #trust-center-list .module .module-img {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin-bottom: 40px; }
    #trust-center #trust-center-list .module .module-img {
      max-width: 50%; } }

#trust-center #trust-center-list .trust-center-tag {
  font-weight: bold;
  font-size: 16px;
  line-height: 0px;
  margin-bottom: 24px;
  text-transform: capitalize; }

#trust-center #trust-center-list h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.01em;
  margin-bottom: 24px; }

#trust-center #trust-center-list p {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  margin-top: 20px; }

#trust-center #trust-center-list .trust-center-link {
  margin-bottom: 15px; }
  #trust-center #trust-center-list .trust-center-link a {
    color: #7a66f0;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em; }
    #trust-center #trust-center-list .trust-center-link a:after {
      background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

#trust-center #trust-center-list .module-img {
  max-width: 50%; }

@media (max-width: 599px) {
  #trust-center #trust-center-list #legal .module-img, #trust-center #trust-center-list #legal .module-img img {
    max-height: 224px;
    width: auto; } }

#trust-center section.text-blocks {
  padding: 80px 0; }
  #trust-center section.text-blocks h3.black-section-title {
    text-align: center; }
  #trust-center section.text-blocks .module {
    display: flex;
    padding-bottom: 60px;
    justify-content: space-around;
    align-items: center; }
    #trust-center section.text-blocks .module .module-text {
      width: 50%;
      max-width: 50%;
      flex: 1;
      padding: 0 80px; }
      #trust-center section.text-blocks .module .module-text h3 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px; }
    #trust-center section.text-blocks .module .module-img {
      align-items: flex-start;
      padding: 0;
      max-width: 50%; }
    #trust-center section.text-blocks .module.text-block-center {
      flex-direction: column;
      text-align: center;
      padding: 0; }
      #trust-center section.text-blocks .module.text-block-center .module-text {
        width: auto;
        max-width: 720px; }
      #trust-center section.text-blocks .module.text-block-center .module-img {
        max-width: 50%;
        margin: 0 0 40px 0; }
  #trust-center section.text-blocks.single h3.black-section-title {
    text-align: left; }
  @media (max-width: 599px) {
    #trust-center section.text-blocks {
      padding: 40px 0; }
      #trust-center section.text-blocks h3.black-section-title {
        text-align: left; }
      #trust-center section.text-blocks .module {
        flex-direction: column;
        padding: 20px 0 0 0;
        margin-bottom: 20px; }
        #trust-center section.text-blocks .module.text-block-left {
          flex-direction: column-reverse; }
        #trust-center section.text-blocks .module .module-text,
        #trust-center section.text-blocks .module .module-img {
          width: 100%;
          max-width: 100%;
          padding: 0;
          margin-bottom: 40px; }
        #trust-center section.text-blocks .module .module-text h4 {
          font-size: 20px;
          line-height: 23px; }
        #trust-center section.text-blocks .module .module-text p {
          font-size: 16px;
          line-height: 23px; } }

@media (max-width: 991.98px) {
  #trust-center h1 {
    font-size: 32px !important;
    line-height: 40px !important; } }

@media (max-width: 599px) {
  #trust-center h1 {
    line-height: 32px !important; }
  #trust-center a.outlink {
    font-size: 16px !important; } }

body.has-hero-video #trust-center #hero.hero-section.imgtemp {
  height: auto;
  padding: 140px 0 45px 0; }
  body.has-hero-video #trust-center #hero.hero-section.imgtemp:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("https://www.agorapulse.com/assets/trust-center/trust-hero-vector.png");
    max-width: 1469px; }
  @media (max-width: 991.98px) {
    body.has-hero-video #trust-center #hero.hero-section.imgtemp {
      padding-top: 100px !important;
      padding-bottom: 40px !important;
      height: auto !important; }
      body.has-hero-video #trust-center #hero.hero-section.imgtemp .container #top-accent {
        margin-right: auto;
        margin-left: auto; }
      body.has-hero-video #trust-center #hero.hero-section.imgtemp #partner-nav-hero.container {
        flex-direction: row;
        margin-top: 0; }
        body.has-hero-video #trust-center #hero.hero-section.imgtemp #partner-nav-hero.container a, body.has-hero-video #trust-center #hero.hero-section.imgtemp #partner-nav-hero.container span {
          margin-top: 20px; } }


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