.wp-block-narwhal-background {
  position: relative; }
  .wp-block-narwhal-background::before, .wp-block-narwhal-background::after {
    content: '';
    display: table; }
  .wp-block-narwhal-background::after {
    clear: both; }
  .wp-block-narwhal-background__inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1; }
  .wp-block-narwhal-background__background-underlay, .wp-block-narwhal-background__image-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .wp-block-narwhal-background__background-underlay {
    overflow: hidden; }
  .wp-block-narwhal-background__image, .wp-block-narwhal-background__image img {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .wp-block-narwhal-background__image, .wp-block-narwhal-background__image img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        top: 0;
        transform: none;
        width: 100%; } }

.wp-block-narwhal-background-color::before, .wp-block-narwhal-background-color::after {
  content: '';
  display: table; }
.wp-block-narwhal-background-color::after {
  clear: both; }
.wp-block-narwhal-background-color__inner {
  margin-left: auto;
  margin-right: auto; }

.wp-block-narwhal-button-collection {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-narwhal-button-collection--align-left {
    justify-content: flex-start; }
  .wp-block-narwhal-button-collection--align-center {
    justify-content: center; }
  .wp-block-narwhal-button-collection--align-right {
    justify-content: flex-end; }

.wp-block-narwhal-grid {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-narwhal-grid.has-2-columns > * {
    flex: 0 0 50%; }
  .wp-block-narwhal-grid.has-3-columns > * {
    flex: 0 0 33.33333%; }
  .wp-block-narwhal-grid.has-4-columns > * {
    flex: 0 0 25%; }
  .wp-block-narwhal-grid.has-5-columns > * {
    flex: 0 0 20%; }
  .wp-block-narwhal-grid.has-6-columns > * {
    flex: 0 0 16.66667%; }
  .wp-block-narwhal-grid.has-7-columns > * {
    flex: 0 0 14.28571%; }
  .wp-block-narwhal-grid.has-8-columns > * {
    flex: 0 0 12.5%; }
  .wp-block-narwhal-grid.has-9-columns > * {
    flex: 0 0 11.11111%; }
  .wp-block-narwhal-grid.has-10-columns > * {
    flex: 0 0 10%; }
  .wp-block-narwhal-grid.has-11-columns > * {
    flex: 0 0 9.09091%; }
  .wp-block-narwhal-grid.has-12-columns > * {
    flex: 0 0 8.33333%; }
  @supports (display: grid) {
    .wp-block-narwhal-grid {
      display: grid;
      grid-gap: 15px; }
      .wp-block-narwhal-grid.has-2-columns {
        grid-template-columns: repeat(2, 1fr); }
      .wp-block-narwhal-grid.has-3-columns {
        grid-template-columns: repeat(3, 1fr); }
      .wp-block-narwhal-grid.has-4-columns {
        grid-template-columns: repeat(4, 1fr); }
      .wp-block-narwhal-grid.has-5-columns {
        grid-template-columns: repeat(5, 1fr); }
      .wp-block-narwhal-grid.has-6-columns {
        grid-template-columns: repeat(6, 1fr); }
      .wp-block-narwhal-grid.has-7-columns {
        grid-template-columns: repeat(7, 1fr); }
      .wp-block-narwhal-grid.has-8-columns {
        grid-template-columns: repeat(8, 1fr); }
      .wp-block-narwhal-grid.has-9-columns {
        grid-template-columns: repeat(9, 1fr); }
      .wp-block-narwhal-grid.has-10-columns {
        grid-template-columns: repeat(10, 1fr); }
      .wp-block-narwhal-grid.has-11-columns {
        grid-template-columns: repeat(11, 1fr); }
      .wp-block-narwhal-grid.has-12-columns {
        grid-template-columns: repeat(12, 1fr); } }

.wp-block-narwhal-person-card__image-wrap {
  width: 100%; }
  .wp-block-narwhal-person-card__image-wrap img {
    width: 100%; }

.wp-block-narwhal-single-testimonial__inner {
  display: flex;
  flex-direction: row; }
.wp-block-narwhal-single-testimonial__content {
  display: flex;
  flex-direction: column; }
.wp-block-narwhal-single-testimonial__image-wrap {
  flex-basis: 40%; }
.wp-block-narwhal-single-testimonial__text-block {
  display: flex;
  flex-basis: 60%;
  flex-direction: column; }

.wp-block-narwhal-tabber {
  display: flex;
  flex-direction: column; }
  .wp-block-narwhal-tabber-tab {
    display: none; }
  .wp-block-narwhal-tabber-tab.-tab-active {
    display: block; }
.wp-block-narwhal-tabber--style-side-button-nav {
  flex-direction: row; }
  .wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav {
    display: flex;
    flex-direction: column;
    display: block;
    margin-bottom: 0;
    margin-right: 30px; }
  .wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item {
    cursor: pointer;
    align-items: center;
    display: flex;
    flex-direction: row; }
    .wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item.-tab-active {
      display: flex;
      flex-direction: row; }
  .wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-icon {
    display: none; }
  .wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber-tab__inner > *:first-child {
    margin-top: 0; }
.wp-block-narwhal-tabber--style-side-icon-nav {
  flex-direction: row; }
  .wp-block-narwhal-tabber--style-side-icon-nav .wp-block-narwhal-tabber__nav {
    display: flex;
    flex-direction: column;
    display: block;
    margin-bottom: 0;
    margin-right: 30px; }
  .wp-block-narwhal-tabber--style-side-icon-nav .wp-block-narwhal-tabber__nav-item {
    cursor: pointer;
    align-items: center;
    display: flex;
    flex-direction: row; }
    .wp-block-narwhal-tabber--style-side-icon-nav .wp-block-narwhal-tabber__nav-item.-tab-active {
      display: flex;
      flex-direction: row; }
  .wp-block-narwhal-tabber--style-side-icon-nav .wp-block-narwhal-tabber__nav-icon {
    margin: 0 10px; }
    .wp-block-narwhal-tabber--style-side-icon-nav .wp-block-narwhal-tabber__nav-icon img {
      max-width: 40px; }
  .wp-block-narwhal-tabber--style-side-icon-nav .wp-block-narwhal-tabber-tab__inner > *:first-child {
    margin-top: 0; }
.wp-block-narwhal-tabber--style-top-button-nav .wp-block-narwhal-tabber__nav {
  display: flex;
  justify-content: center; }
.wp-block-narwhal-tabber--style-top-button-nav .wp-block-narwhal-tabber__nav-icon {
  display: none; }
.wp-block-narwhal-tabber--style-top-button-nav .wp-block-narwhal-tabber__nav-item {
  margin: 10px; }
  .wp-block-narwhal-tabber--style-top-button-nav .wp-block-narwhal-tabber__nav-item:hover {
    cursor: pointer; }
  .wp-block-narwhal-tabber--style-top-button-nav .wp-block-narwhal-tabber__nav-item h4 {
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased; }
  .wp-block-narwhal-tabber--style-top-button-nav .wp-block-narwhal-tabber__nav-item.-tab-active {
    display: flex; }
.wp-block-narwhal-tabber--style-top-icon-nav .wp-block-narwhal-tabber__nav {
  display: flex; }
.wp-block-narwhal-tabber--style-top-icon-nav .wp-block-narwhal-tabber__nav-icon {
  text-align: center;
  display: flex;
  align-self: center;
  display: block; }
  .wp-block-narwhal-tabber--style-top-icon-nav .wp-block-narwhal-tabber__nav-icon img {
    max-height: 60px; }
.wp-block-narwhal-tabber--style-top-icon-nav .wp-block-narwhal-tabber__nav-item {
  flex-grow: 1;
  cursor: pointer;
  text-align: center; }
.wp-block-narwhal-tabber--style-top-icon-nav .wp-block-narwhal-tabber__nav-item.-tab-active {
  display: flex;
  flex-direction: column; }

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wp-block-narwhal-comparison-chart__chart{display:flex}.wp-block-narwhal-comparison-chart__chart__column{display:flex;flex-direction:column}.wp-block-narwhal-comparison-chart__chart__row{display:flex}.wp-block-narwhal-footer-callout::before,.wp-block-narwhal-footer-callout::after{content:'';display:table}.wp-block-narwhal-footer-callout::after{clear:both}.wp-block-narwhal-footer-callout__inner{margin-left:auto;margin-right:auto}.wp-block-narwhal-grid-icon-card{display:flex}.wp-block-narwhal-grid-icon-card__column{display:flex;flex-direction:column}.wp-block-narwhal-grid-icon-card__column:first-of-type{flex:1}.wp-block-narwhal-grid-icon-card__column:last-of-type{flex:3;padding:20px}.wp-block-narwhal-grid-icon-card__cta{display:flex}.wp-block-narwhal-half-background{position:relative}.wp-block-narwhal-half-background::before,.wp-block-narwhal-half-background::after{content:'';display:table}.wp-block-narwhal-half-background.\--top-half::before{bottom:50%;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.wp-block-narwhal-half-background.\--bottom-half::before{bottom:0;display:block;left:0;position:absolute;right:0;top:50%;z-index:1}.wp-block-narwhal-half-background::after{clear:both}.wp-block-narwhal-half-background__inner{margin-left:auto;margin-right:auto;position:relative;z-index:99}.wp-block-narwhal-in-page-nav .in-page-nav{align-items:center;display:flex;list-style-type:none;justify-content:center;margin:0 auto;max-width:96%}.wp-block-narwhal-in-page-nav .in-page-nav>li{margin:0px 80px}.wp-block-narwhal-left-right-sidebar{display:flex}.wp-block-narwhal-left-right-sidebar::before,.wp-block-narwhal-left-right-sidebar::after{content:'';display:table}.wp-block-narwhal-left-right-sidebar::after{clear:both}.wp-block-narwhal-left-right-sidebar__inner{flex:3;margin-left:auto;margin-right:auto}.wp-block-narwhal-left-right-sidebar__sidebar{background-color:transparent;display:flex;flex:1;flex-direction:column;position:relative}.wp-block-narwhal-left-right-sidebar__sidebar-bg-wrap{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-narwhal-left-right-sidebar__sidebar-inner{display:flex;flex-direction:column;position:relative}.wp-block-narwhal-left-right{position:relative;width:100%}.wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content{order:1}.wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__image{order:0}.wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__content{order:0}.wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__image{order:1}.wp-block-narwhal-page-header{position:relative}.wp-block-narwhal-page-header__inner{display:flex;position:relative}.wp-block-narwhal-page-header__content{display:flex;flex:0 0 50%;flex-direction:column;justify-content:flex-start}.wp-block-narwhal-page-header__content:only-child{flex-basis:100%}.wp-block-narwhal-page-header__media-wrap{flex:0 0 50%}.wp-block-narwhal-timer-carousel .pane-meta-timer{display:flex;height:5px;width:100%}.wp-block-narwhal-timer-carousel .pane-meta-timer__progress-bar{background-color:blue;transition:width 0.5s linear;width:0%}.wp-block-narwhal-timer-carousel__panes{position:relative;width:100%}.wp-block-narwhal-timer-carousel__panes-inner{display:flex}.wp-block-narwhal-timer-carousel.carousel-style-fade .wp-block-narwhal-timer-carousel-pane{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.wp-block-narwhal-timer-carousel .pane-meta-data:hover{cursor:pointer}.wp-block-narwhal-timer-carousel.carousel-style-slide .wp-block-narwhal-timer-carousel__panes{overflow:hidden}.wp-block-narwhal-timer-carousel.carousel-style-slide .wp-block-narwhal-timer-carousel-pane{width:100vw}

:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{background-color:#fff}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{color:inherit;text-decoration:none;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search .wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo .aligncenter{display:table}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:9999px;margin:0 8px 8px 0;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}
.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline;width:18px;height:12px}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#EAEAEA;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices[data-type*="select-one"]{cursor:pointer}.choices[data-type*="select-one"] .choices__inner{padding-bottom:7.5px}.choices[data-type*="select-one"] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#FFFFFF;margin:0}.choices[data-type*="select-one"] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*="select-one"] .choices__button:hover,.choices[data-type*="select-one"] .choices__button:focus{opacity:1}.choices[data-type*="select-one"] .choices__button:focus{box-shadow:0px 0px 0px 2px #00BCD4}.choices[data-type*="select-one"]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*="select-one"].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*="select-one"][dir="rtl"]:after{left:11.5px;right:auto}.choices[data-type*="select-one"][dir="rtl"] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*="select-multiple"] .choices__inner,.choices[data-type*="text"] .choices__inner{cursor:text}.choices[data-type*="select-multiple"] .choices__button,.choices[data-type*="text"] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*="select-multiple"] .choices__button:hover,.choices[data-type*="select-multiple"] .choices__button:focus,.choices[data-type*="text"] .choices__button:hover,.choices[data-type*="text"] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir="rtl"] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00BCD4;border:1px solid #00a5bb;color:#FFFFFF;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir="rtl"] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.choices__list--dropdown.is-active{display:block}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir="rtl"] .choices__list--dropdown .choices__item{text-align:right}@media (min-width: 640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir="rtl"] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir="rtl"] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir="rtl"] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices__input.is-hidden,.choices[data-type*="select-one"] .choices__input.is-hidden,.choices[data-type*="select-multiple"] .choices__input.is-hidden{display:none}*{box-sizing:border-box;min-height:0;min-width:0}img{height:auto;max-width:100%}.grid,[class^="grid--"],[class*=" grid--"]{margin-left:auto;margin-right:auto;max-width:68.75rem;padding-left:.625rem;padding-right:.625rem}.grid__row,[class^="grid__row--"],[class*=" grid__row--"]{display:flex;flex-wrap:wrap;margin-left:-.625rem;margin-right:-.625rem}.grid__col,[class^="grid__col--"],[class*=" grid__col--"]{flex-basis:100%;flex-grow:0;flex-shrink:0;padding-left:.625rem;padding-right:.625rem}.offset-1\/12{margin-left:8.33333%}.offset-2\/12{margin-left:16.66667%}.offset-3\/12{margin-left:25%}.offset-4\/12{margin-left:33.33333%}.offset-5\/12{margin-left:41.66667%}.offset-6\/12{margin-left:50%}.offset-7\/12{margin-left:58.33333%}.offset-8\/12{margin-left:66.66667%}.offset-9\/12{margin-left:75%}.offset-10\/12{margin-left:83.33333%}.offset-11\/12{margin-left:91.66667%}.offset-12\/12{margin-left:100%}@media screen and (min-width: 30em){.offset-1\/12\@xs{margin-left:8.33333%}.offset-2\/12\@xs{margin-left:16.66667%}.offset-3\/12\@xs{margin-left:25%}.offset-4\/12\@xs{margin-left:33.33333%}.offset-5\/12\@xs{margin-left:41.66667%}.offset-6\/12\@xs{margin-left:50%}.offset-7\/12\@xs{margin-left:58.33333%}.offset-8\/12\@xs{margin-left:66.66667%}.offset-9\/12\@xs{margin-left:75%}.offset-10\/12\@xs{margin-left:83.33333%}.offset-11\/12\@xs{margin-left:91.66667%}.offset-12\/12\@xs{margin-left:100%}}@media screen and (min-width: 48em){.offset-1\/12\@sm{margin-left:8.33333%}.offset-2\/12\@sm{margin-left:16.66667%}.offset-3\/12\@sm{margin-left:25%}.offset-4\/12\@sm{margin-left:33.33333%}.offset-5\/12\@sm{margin-left:41.66667%}.offset-6\/12\@sm{margin-left:50%}.offset-7\/12\@sm{margin-left:58.33333%}.offset-8\/12\@sm{margin-left:66.66667%}.offset-9\/12\@sm{margin-left:75%}.offset-10\/12\@sm{margin-left:83.33333%}.offset-11\/12\@sm{margin-left:91.66667%}.offset-12\/12\@sm{margin-left:100%}}@media screen and (min-width: 61.25em){.offset-1\/12\@md{margin-left:8.33333%}.offset-2\/12\@md{margin-left:16.66667%}.offset-3\/12\@md{margin-left:25%}.offset-4\/12\@md{margin-left:33.33333%}.offset-5\/12\@md{margin-left:41.66667%}.offset-6\/12\@md{margin-left:50%}.offset-7\/12\@md{margin-left:58.33333%}.offset-8\/12\@md{margin-left:66.66667%}.offset-9\/12\@md{margin-left:75%}.offset-10\/12\@md{margin-left:83.33333%}.offset-11\/12\@md{margin-left:91.66667%}.offset-12\/12\@md{margin-left:100%}}@media screen and (min-width: 68.75em){.offset-1\/12\@lg{margin-left:8.33333%}.offset-2\/12\@lg{margin-left:16.66667%}.offset-3\/12\@lg{margin-left:25%}.offset-4\/12\@lg{margin-left:33.33333%}.offset-5\/12\@lg{margin-left:41.66667%}.offset-6\/12\@lg{margin-left:50%}.offset-7\/12\@lg{margin-left:58.33333%}.offset-8\/12\@lg{margin-left:66.66667%}.offset-9\/12\@lg{margin-left:75%}.offset-10\/12\@lg{margin-left:83.33333%}.offset-11\/12\@lg{margin-left:91.66667%}.offset-12\/12\@lg{margin-left:100%}}@media screen and (min-width: 81.25em){.offset-1\/12\@xl{margin-left:8.33333%}.offset-2\/12\@xl{margin-left:16.66667%}.offset-3\/12\@xl{margin-left:25%}.offset-4\/12\@xl{margin-left:33.33333%}.offset-5\/12\@xl{margin-left:41.66667%}.offset-6\/12\@xl{margin-left:50%}.offset-7\/12\@xl{margin-left:58.33333%}.offset-8\/12\@xl{margin-left:66.66667%}.offset-9\/12\@xl{margin-left:75%}.offset-10\/12\@xl{margin-left:83.33333%}.offset-11\/12\@xl{margin-left:91.66667%}.offset-12\/12\@xl{margin-left:100%}}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}@media screen and (min-width: 30em){.order-0\@xs{order:0}.order-1\@xs{order:1}.order-2\@xs{order:2}.order-3\@xs{order:3}.order-4\@xs{order:4}.order-5\@xs{order:5}.order-6\@xs{order:6}.order-7\@xs{order:7}.order-8\@xs{order:8}.order-9\@xs{order:9}.order-10\@xs{order:10}.order-11\@xs{order:11}.order-12\@xs{order:12}}@media screen and (min-width: 48em){.order-0\@sm{order:0}.order-1\@sm{order:1}.order-2\@sm{order:2}.order-3\@sm{order:3}.order-4\@sm{order:4}.order-5\@sm{order:5}.order-6\@sm{order:6}.order-7\@sm{order:7}.order-8\@sm{order:8}.order-9\@sm{order:9}.order-10\@sm{order:10}.order-11\@sm{order:11}.order-12\@sm{order:12}}@media screen and (min-width: 61.25em){.order-0\@md{order:0}.order-1\@md{order:1}.order-2\@md{order:2}.order-3\@md{order:3}.order-4\@md{order:4}.order-5\@md{order:5}.order-6\@md{order:6}.order-7\@md{order:7}.order-8\@md{order:8}.order-9\@md{order:9}.order-10\@md{order:10}.order-11\@md{order:11}.order-12\@md{order:12}}@media screen and (min-width: 68.75em){.order-0\@lg{order:0}.order-1\@lg{order:1}.order-2\@lg{order:2}.order-3\@lg{order:3}.order-4\@lg{order:4}.order-5\@lg{order:5}.order-6\@lg{order:6}.order-7\@lg{order:7}.order-8\@lg{order:8}.order-9\@lg{order:9}.order-10\@lg{order:10}.order-11\@lg{order:11}.order-12\@lg{order:12}}@media screen and (min-width: 81.25em){.order-0\@xl{order:0}.order-1\@xl{order:1}.order-2\@xl{order:2}.order-3\@xl{order:3}.order-4\@xl{order:4}.order-5\@xl{order:5}.order-6\@xl{order:6}.order-7\@xl{order:7}.order-8\@xl{order:8}.order-9\@xl{order:9}.order-10\@xl{order:10}.order-11\@xl{order:11}.order-12\@xl{order:12}}.col-1\/12{flex-basis:8.33333%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-1\/12{width:8.33333%;flex-basis:auto}}.col-2\/12{flex-basis:16.66667%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-2\/12{width:16.66667%;flex-basis:auto}}.col-3\/12{flex-basis:25%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-3\/12{width:25%;flex-basis:auto}}.col-4\/12{flex-basis:33.33333%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-4\/12{width:33.33333%;flex-basis:auto}}.col-5\/12{flex-basis:41.66667%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-5\/12{width:41.66667%;flex-basis:auto}}.col-6\/12{flex-basis:50%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-6\/12{width:50%;flex-basis:auto}}.col-7\/12{flex-basis:58.33333%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-7\/12{width:58.33333%;flex-basis:auto}}.col-8\/12{flex-basis:66.66667%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-8\/12{width:66.66667%;flex-basis:auto}}.col-9\/12{flex-basis:75%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-9\/12{width:75%;flex-basis:auto}}.col-10\/12{flex-basis:83.33333%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-10\/12{width:83.33333%;flex-basis:auto}}.col-11\/12{flex-basis:91.66667%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-11\/12{width:91.66667%;flex-basis:auto}}.col-12\/12{flex-basis:100%}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.col-12\/12{width:100%;flex-basis:auto}}.col-auto{flex-basis:auto}.col-grow{flex-grow:1}.col-shrink{flex-shrink:1}@media screen and (min-width: 30em){.col-1\/12\@xs{flex-basis:8.33333%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-1\/12\@xs{width:8.33333%;flex-basis:auto}}@media screen and (min-width: 30em){.col-2\/12\@xs{flex-basis:16.66667%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-2\/12\@xs{width:16.66667%;flex-basis:auto}}@media screen and (min-width: 30em){.col-3\/12\@xs{flex-basis:25%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-3\/12\@xs{width:25%;flex-basis:auto}}@media screen and (min-width: 30em){.col-4\/12\@xs{flex-basis:33.33333%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-4\/12\@xs{width:33.33333%;flex-basis:auto}}@media screen and (min-width: 30em){.col-5\/12\@xs{flex-basis:41.66667%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-5\/12\@xs{width:41.66667%;flex-basis:auto}}@media screen and (min-width: 30em){.col-6\/12\@xs{flex-basis:50%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-6\/12\@xs{width:50%;flex-basis:auto}}@media screen and (min-width: 30em){.col-7\/12\@xs{flex-basis:58.33333%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-7\/12\@xs{width:58.33333%;flex-basis:auto}}@media screen and (min-width: 30em){.col-8\/12\@xs{flex-basis:66.66667%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-8\/12\@xs{width:66.66667%;flex-basis:auto}}@media screen and (min-width: 30em){.col-9\/12\@xs{flex-basis:75%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-9\/12\@xs{width:75%;flex-basis:auto}}@media screen and (min-width: 30em){.col-10\/12\@xs{flex-basis:83.33333%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-10\/12\@xs{width:83.33333%;flex-basis:auto}}@media screen and (min-width: 30em){.col-11\/12\@xs{flex-basis:91.66667%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-11\/12\@xs{width:91.66667%;flex-basis:auto}}@media screen and (min-width: 30em){.col-12\/12\@xs{flex-basis:100%}}@media screen and (min-width: 30em) and (-ms-high-contrast: active), screen and (min-width: 30em) and (-ms-high-contrast: none){.col-12\/12\@xs{width:100%;flex-basis:auto}}@media screen and (min-width: 30em){.col-auto\@xs{flex-basis:auto}.col-grow\@xs{flex-grow:1}.col-shrink\@xs{flex-shrink:1}}@media screen and (min-width: 48em){.col-1\/12\@sm{flex-basis:8.33333%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-1\/12\@sm{width:8.33333%;flex-basis:auto}}@media screen and (min-width: 48em){.col-2\/12\@sm{flex-basis:16.66667%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-2\/12\@sm{width:16.66667%;flex-basis:auto}}@media screen and (min-width: 48em){.col-3\/12\@sm{flex-basis:25%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-3\/12\@sm{width:25%;flex-basis:auto}}@media screen and (min-width: 48em){.col-4\/12\@sm{flex-basis:33.33333%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-4\/12\@sm{width:33.33333%;flex-basis:auto}}@media screen and (min-width: 48em){.col-5\/12\@sm{flex-basis:41.66667%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-5\/12\@sm{width:41.66667%;flex-basis:auto}}@media screen and (min-width: 48em){.col-6\/12\@sm{flex-basis:50%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-6\/12\@sm{width:50%;flex-basis:auto}}@media screen and (min-width: 48em){.col-7\/12\@sm{flex-basis:58.33333%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-7\/12\@sm{width:58.33333%;flex-basis:auto}}@media screen and (min-width: 48em){.col-8\/12\@sm{flex-basis:66.66667%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-8\/12\@sm{width:66.66667%;flex-basis:auto}}@media screen and (min-width: 48em){.col-9\/12\@sm{flex-basis:75%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-9\/12\@sm{width:75%;flex-basis:auto}}@media screen and (min-width: 48em){.col-10\/12\@sm{flex-basis:83.33333%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-10\/12\@sm{width:83.33333%;flex-basis:auto}}@media screen and (min-width: 48em){.col-11\/12\@sm{flex-basis:91.66667%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-11\/12\@sm{width:91.66667%;flex-basis:auto}}@media screen and (min-width: 48em){.col-12\/12\@sm{flex-basis:100%}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.col-12\/12\@sm{width:100%;flex-basis:auto}}@media screen and (min-width: 48em){.col-auto\@sm{flex-basis:auto}.col-grow\@sm{flex-grow:1}.col-shrink\@sm{flex-shrink:1}}@media screen and (min-width: 61.25em){.col-1\/12\@md{flex-basis:8.33333%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-1\/12\@md{width:8.33333%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-2\/12\@md{flex-basis:16.66667%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-2\/12\@md{width:16.66667%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-3\/12\@md{flex-basis:25%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-3\/12\@md{width:25%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-4\/12\@md{flex-basis:33.33333%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-4\/12\@md{width:33.33333%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-5\/12\@md{flex-basis:41.66667%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-5\/12\@md{width:41.66667%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-6\/12\@md{flex-basis:50%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-6\/12\@md{width:50%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-7\/12\@md{flex-basis:58.33333%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-7\/12\@md{width:58.33333%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-8\/12\@md{flex-basis:66.66667%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-8\/12\@md{width:66.66667%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-9\/12\@md{flex-basis:75%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-9\/12\@md{width:75%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-10\/12\@md{flex-basis:83.33333%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-10\/12\@md{width:83.33333%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-11\/12\@md{flex-basis:91.66667%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-11\/12\@md{width:91.66667%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-12\/12\@md{flex-basis:100%}}@media screen and (min-width: 61.25em) and (-ms-high-contrast: active), screen and (min-width: 61.25em) and (-ms-high-contrast: none){.col-12\/12\@md{width:100%;flex-basis:auto}}@media screen and (min-width: 61.25em){.col-auto\@md{flex-basis:auto}.col-grow\@md{flex-grow:1}.col-shrink\@md{flex-shrink:1}}@media screen and (min-width: 68.75em){.col-1\/12\@lg{flex-basis:8.33333%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-1\/12\@lg{width:8.33333%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-2\/12\@lg{flex-basis:16.66667%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-2\/12\@lg{width:16.66667%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-3\/12\@lg{flex-basis:25%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-3\/12\@lg{width:25%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-4\/12\@lg{flex-basis:33.33333%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-4\/12\@lg{width:33.33333%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-5\/12\@lg{flex-basis:41.66667%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-5\/12\@lg{width:41.66667%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-6\/12\@lg{flex-basis:50%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-6\/12\@lg{width:50%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-7\/12\@lg{flex-basis:58.33333%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-7\/12\@lg{width:58.33333%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-8\/12\@lg{flex-basis:66.66667%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-8\/12\@lg{width:66.66667%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-9\/12\@lg{flex-basis:75%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-9\/12\@lg{width:75%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-10\/12\@lg{flex-basis:83.33333%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-10\/12\@lg{width:83.33333%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-11\/12\@lg{flex-basis:91.66667%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-11\/12\@lg{width:91.66667%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-12\/12\@lg{flex-basis:100%}}@media screen and (min-width: 68.75em) and (-ms-high-contrast: active), screen and (min-width: 68.75em) and (-ms-high-contrast: none){.col-12\/12\@lg{width:100%;flex-basis:auto}}@media screen and (min-width: 68.75em){.col-auto\@lg{flex-basis:auto}.col-grow\@lg{flex-grow:1}.col-shrink\@lg{flex-shrink:1}}@media screen and (min-width: 81.25em){.col-1\/12\@xl{flex-basis:8.33333%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-1\/12\@xl{width:8.33333%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-2\/12\@xl{flex-basis:16.66667%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-2\/12\@xl{width:16.66667%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-3\/12\@xl{flex-basis:25%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-3\/12\@xl{width:25%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-4\/12\@xl{flex-basis:33.33333%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-4\/12\@xl{width:33.33333%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-5\/12\@xl{flex-basis:41.66667%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-5\/12\@xl{width:41.66667%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-6\/12\@xl{flex-basis:50%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-6\/12\@xl{width:50%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-7\/12\@xl{flex-basis:58.33333%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-7\/12\@xl{width:58.33333%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-8\/12\@xl{flex-basis:66.66667%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-8\/12\@xl{width:66.66667%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-9\/12\@xl{flex-basis:75%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-9\/12\@xl{width:75%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-10\/12\@xl{flex-basis:83.33333%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-10\/12\@xl{width:83.33333%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-11\/12\@xl{flex-basis:91.66667%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-11\/12\@xl{width:91.66667%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-12\/12\@xl{flex-basis:100%}}@media screen and (min-width: 81.25em) and (-ms-high-contrast: active), screen and (min-width: 81.25em) and (-ms-high-contrast: none){.col-12\/12\@xl{width:100%;flex-basis:auto}}@media screen and (min-width: 81.25em){.col-auto\@xl{flex-basis:auto}.col-grow\@xl{flex-grow:1}.col-shrink\@xl{flex-shrink:1}}.no-padding{padding-left:0;padding-right:0}@media screen and (min-width: 30em){.no-padding\@xs{padding-left:0;padding-right:0}}@media screen and (min-width: 48em){.no-padding\@sm{padding-left:0;padding-right:0}}@media screen and (min-width: 61.25em){.no-padding\@md{padding-left:0;padding-right:0}}@media screen and (min-width: 68.75em){.no-padding\@lg{padding-left:0;padding-right:0}}@media screen and (min-width: 81.25em){.no-padding\@xl{padding-left:0;padding-right:0}}.grid--full-width{max-width:100%}.clearfix:after{content:'';display:table;clear:both}.wp-block-narwhal-background-color__inner,.wp-block-narwhal-half-background__inner,.wp-block-narwhal-background__inner,.wp-block-narwhal-footer-callout__inner,.wp-block-narwhal-grid-carousel__inner,.wp-block-narwhal-in-page-nav .in-page-nav,.pe-template-placement__container,.wp-block-narwhal-timer-carousel__inner,.wp-block-narwhal-timer-carousel__panes-meta-bar,.container,.single_resource_template.gated .resource-gate .resource-gate__form{margin:0 auto;max-width:1100px;padding:0 30px;width:100%}@media screen and (min-width: 61.25em){.wp-block-narwhal-background-color__inner,.wp-block-narwhal-half-background__inner,.wp-block-narwhal-background__inner,.wp-block-narwhal-footer-callout__inner,.wp-block-narwhal-grid-carousel__inner,.wp-block-narwhal-in-page-nav .in-page-nav,.pe-template-placement__container,.wp-block-narwhal-timer-carousel__inner,.wp-block-narwhal-timer-carousel__panes-meta-bar,.container,.single_resource_template.gated .resource-gate .resource-gate__form{padding:0 20px}}a{color:#004c97;cursor:pointer;text-decoration:none;transition:color .3s}.has-text-color a{text-decoration:underline}.has-text-color a.wp-block-button__link{text-decoration:none}.has-text-color a:not(.wp-block-button__link){color:inherit}.has-text-color .archive-card .card-tri-event__title a,.has-text-color .archive-card .card-tri-resource__title a,.has-text-color .archive-card .card-post__title a{color:#2b2b2b;text-decoration:none}.has-text-color .card-post__more,.has-text-color .card-tri-resource__more,.has-text-color .card-tri-event__more{text-decoration:none}html{font-size:100%}body{color:#2b2b2b;font-family:"Open Sans",sans-serif;font-size:1.125rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}@media screen and (min-width: 61.25em){body{padding-top:117px}}h1,h2,h3,h4,h5,h6{color:#2b2b2b}.tricentis-button{color:#fff;display:inline-block;font-size:.8125rem;font-weight:700;line-height:1.125rem;min-width:120px;padding-top:.5625rem;padding-bottom:.75rem;text-align:center}.tricentis-button--style-blue{background-color:#004c97}.tricentis-button--style-blue:hover{background-color:#164A83}.tricentis-button--style-orange{background-color:#ff6c0e}.tricentis-button--style-orange:hover{background-color:#DF631D}.tricentis-button--style-white{border:2px solid #fff;background-color:transparent;transition:background-color .2s linear}.tricentis-button--style-white:hover{background-color:#fff}.tricentis-button--style-white:hover a{color:#164A83 !important}.tricentis-button--style-white:hover>a::before{display:none !important}em{color:#81878d}.has-white-color em{color:#fff}h1,h2,h3,h4,h5,h6{font-family:"Open Sans",sans-serif;font-weight:700;letter-spacing:-.01562rem;margin-top:0}.has-text-color h1,.has-text-color h2,.has-text-color h3,.has-text-color h4,.has-text-color h5,.has-text-color h6{color:inherit}h1{font-size:2.625rem;line-height:2.9375rem}h2{font-size:2.375rem;line-height:2.8125rem}h3{font-size:2.125rem;line-height:2.5rem}h4{font-size:2rem;line-height:2.3125rem;margin-bottom:.75rem}h5{font-size:1.75rem;line-height:2.0625rem;margin-bottom:.625rem}h6{font-size:1rem;line-height:1.375rem;margin-bottom:.625rem}hr{border:.0625rem solid #c1ced7}input{border:none;font-size:1em;height:2em;padding:.625em}li{font-size:inherit;font-weight:inherit;line-height:inherit}p,ol,ul{font-family:"Open Sans",sans-serif;font-size:.875rem;letter-spacing:0;font-weight:400;line-height:1.5;margin-bottom:20px;margin-top:20px}p:empty,ol:empty,ul:empty{display:none}ul,ol{padding-left:1.25rem}p.long-form-copy{font-size:1rem;line-height:1.4375rem;font-weight:600;width:880px;margin:0 auto 23px auto}.copy-contain{max-width:800px;margin:0 auto}.has-medium-font-size,.is-style-medium-font{line-height:28px}.has-large-font-size,.is-style-large-font{line-height:44px}.has-huge-font-size,.is-style-huge-font{line-height:52px}ul.is-style-normal-font{font-size:1em}ul.is-style-medium-font{font-size:1.25em;padding-left:1.375rem}ul.is-style-large-font{font-size:2.25em;padding-left:2.125rem}ul.is-style-huge-font{font-size:2.625em;padding-left:2.625rem}ul.is-style-bolded-list{list-style-type:none;margin-left:27px}ul.is-style-bolded-list li{font-size:1rem;font-weight:700;line-height:1.625rem;margin-bottom:.9375rem;padding-left:1.5rem;position:relative}ul.is-style-bolded-list li:last-child{margin-bottom:0}ul.is-style-bolded-list li:before{background-color:#004c97;border-radius:50%;content:'';display:block;left:0;position:absolute;height:6px;top:.75rem;transform:translateY(-50%);width:6px}ul.is-style-bolded-list li ul{list-style-type:none}select{border:none;font-size:.8em;height:2em;padding:.625em}.site-content .wp-block-tricentis-accordion-block p{max-height:0}.wp-block-tricentis-accordion-block{padding:0px !important}.wp-block-tricentis-accordion-block h2,.wp-block-tricentis-accordion-block h3,.wp-block-tricentis-accordion-block h4{font-style:normal;font-weight:bold;font-size:18px;line-height:22px;letter-spacing:1.18667px;color:#004c97;border-bottom:1.5px solid #1D63AE;cursor:pointer;padding:20px 30px;width:100%;text-align:left;outline:none;transition:0.4s;display:flex;align-items:center;justify-content:space-between;margin-bottom:-20px}.wp-block-tricentis-accordion-block h2:after,.wp-block-tricentis-accordion-block h3:after,.wp-block-tricentis-accordion-block h4:after{content:'\2795';font-size:13px;color:#004c97;border-radius:25px;padding:3px 3px 3px 7px}.wp-block-tricentis-accordion-block h2.active,.wp-block-tricentis-accordion-block h3.active,.wp-block-tricentis-accordion-block h4.active{margin-bottom:20px !important}.wp-block-tricentis-accordion-block .active:after{content:"\2796"}.wp-block-tricentis-accordion-block p{color:#2b2b2b;font-weight:600;font-size:16px;line-height:26px;letter-spacing:1.18667px;padding:0 30px;overflow:hidden;transition:max-height 0.2s ease-out;-webkit-margin-after:0 !important;margin-block-end:0 !important;margin-top:20px}.wp-block-tricentis-accordion-block:first-of-type{padding-top:40px !important}.wp-block-tricentis-accordion-block:last-of-type{padding-bottom:40px !important}.wp-block-narwhal-background__image-overlay.has-overlay.has-black-overlay{background-color:#000}.wp-block-narwhal-background.malibu-subhead .wp-block-narwhal-page-header h3{color:#59C8E6 !important}.wp-block-narwhal-biography-block{padding-top:0 !important;padding-bottom:0 !important}.wp-block-narwhal-biography-block__inner{display:flex}@media screen and (max-width: 54.25em){.wp-block-narwhal-biography-block__inner{flex-direction:column}}.wp-block-narwhal-biography-block__media{transform:scaleX(-1)}@media screen and (max-width: 54.25em){.wp-block-narwhal-biography-block__media{margin-left:-30px;margin-right:-30px;width:auto}}@media screen and (min-width: 54.3125em){.wp-block-narwhal-biography-block__media{order:1;margin-right:calc(50% - 50vw)}}.wp-block-narwhal-biography-block__media img{display:block;height:100%;width:100%;object-fit:cover;object-position:center}.wp-block-narwhal-biography-block__body{padding:80px 50px 80px 0;width:100%;display:flex;flex-direction:column;justify-content:center}.wp-block-narwhal-biography-block__copy{max-width:800px}.wp-block-narwhal-biography-block__copy h1,.wp-block-narwhal-biography-block__copy h2,.wp-block-narwhal-biography-block__copy h3,.wp-block-narwhal-biography-block__copy h4,.wp-block-narwhal-biography-block__copy h5,.wp-block-narwhal-biography-block__copy h6{color:inherit}.wp-block-narwhal-biography-block .wp-block-narwhal-button-collection{margin-left:0;margin-right:0}.wp-block-narwhal-biography-block .wp-block-narwhal-button-collection .wp-block-button{margin-left:0 !important}.wp-block-quote{color:#004c97;margin-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding:0}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5rem;font-style:normal}.wp-block-quote.is-large cite,.wp-block-quote.is-style-large cite{font-size:.875rem;text-align:left}.wp-block-quote:not(.is-large):not(.is-style-large){border-left:0;padding-left:0}.wp-block-quote p{line-height:1.9375rem;font-size:1.4375rem;font-weight:700}.wp-block-quote cite{color:#6b6b6b;display:block;font-size:.875rem;font-style:normal;position:relative}.single_post_template__post-content .wp-block-quote{padding-bottom:0 !important}.wp-block-narwhal-button-collection{margin-left:-10px;margin-right:-10px}.wp-block-narwhal-button-collection .wp-block-button{margin-left:10px;margin-right:10px}.wp-block-narwhal-button-collection .wp-block-button:only-child{margin:0 auto}.wp-block-narwhal-accelerate-footer .wp-block-narwhal-button-collection .wp-block-button:only-child{margin:0}.wp-block-narwhal-footer-callout .wp-block-narwhal-button-collection .wp-block-button:nth-child(3){margin-right:0}.has-navy-background-color .wp-block-narwhal-button-collection .is-style-plain .has-text-color{color:#fff}.has-navy-background-color .wp-block-narwhal-button-collection .is-style-plain .has-text-color::after{background:#fff !important}.has-black-background-color a.wp-block-button__link.has-white-color:hover{color:black}@media screen and (max-width: 61.24em){.wp-block-button{margin-bottom:.9375rem}}.wp-block-button.has-white-color:visited{color:#fff}.wp-block-button__link{background-color:transparent;border:.125rem solid currentColor;border-radius:0;display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:-.00063rem;line-height:1.1875rem;min-width:12.5rem;padding:11px 40px 12px;text-decoration:none;transition:background-color .3s, border-color .3s, color .3s}.wp-block-button__link.has-blue-background-color:hover{background-color:#164A83 !important;color:#fff !important}.wp-block-button__link.has-white-background-color:hover{background-color:#164A83 !important;color:#fff !important}.wp-block-button__link.has-orange-background-color:hover{background-color:#DF631D !important;color:#fff !important}.wp-block-button__link.has-navy-background-color:hover{background-color:#132743 !important;color:#fff !important}.wp-block-button__link.has-grey-dark-background-color:hover{background-color:#81878d !important;color:#fff !important}.wp-block-button__link.has-bolt-background-color:hover{background-color:#3bbee2 !important;color:#fff !important}.wp-block-button__link.has-velocity-background-color:hover{background-color:#36587f !important;color:#fff !important}.wp-block-button__link.has-warp-background-color:hover{background-color:#006d8c !important;color:#fff !important}.wp-block-button__link.has-swift-background-color:hover{background-color:#4280d5 !important;color:#fff !important}.wp-block-button__link.has-launch-background-color:hover{background-color:#991f48 !important;color:#fff !important}.wp-block-button__link.has-thruster-background-color:hover{background-color:#cbd13a !important;color:#fff !important}.wp-block-button__link.has-white-border{border:.125rem solid white !important}.wp-block-button__link.has-blue-border{border:.125rem solid #004c97 !important}.wp-block-button__link.has-blue-border:hover{border-color:#164A83 !important;color:#164A83 !important}.wp-block-button.is-style-squared .wp-block-button__link{border-color:transparent;border-radius:0}.wp-block-button.is-style-plain .wp-block-button__link{border-color:transparent;border-radius:0;font-size:.6875rem;padding-bottom:0;padding-top:0}.wp-block-button.is-style-plain .wp-block-button__link.has-blue-color:hover{color:#164A83 !important}.wp-block-button.is-style-outline,.wp-block-button:not([class*="is-style-"]){color:inherit}.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color:hover,.wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-blue-color:hover{color:#164A83 !important}.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover,.wp-block-button:not([class*="is-style-"]) .wp-block-button__link.has-white-color:hover{background-color:white;border-color:white}.wp-block-button.is-centered{text-align:center}.wp-block-button.aligncenter{margin-bottom:0 !important}.wp-block-button.is-style-arrow-cta{margin-bottom:0}.wp-block-button.is-style-arrow-cta.bottom-arrow-btn{margin-bottom:1.25rem}.wp-block-button.is-style-arrow-cta.alignleft{float:none;margin-top:0}.wp-block-button.is-style-arrow-cta.alignleft .wp-block-button__link{text-align:left}.wp-block-button.is-style-arrow-cta .wp-block-button__link{background:none !important;border:0;display:inline-block;min-width:0;padding:0;text-transform:uppercase}.wp-block-button.is-style-arrow-cta .wp-block-button__link:after{display:inline-block;height:11px;flex:0 0 1.125rem;content:'';-webkit-mask:url("data:image/svg+xml,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EPath%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Free-Trial-Landing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_FreeTrialsLanding_v6' transform='translate(-517.000000, -2771.000000)' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.5'%3E %3Cg id='Group-14' transform='translate(190.000000, 2634.000000)'%3E %3Cg id='Group-3' transform='translate(37.000000, 62.000000)'%3E %3Cg id='Group-19' transform='translate(198.000000, 73.000000)'%3E %3Cpolygon id='Path' transform='translate(102.000000, 9.000000) rotate(180.000000) translate(-102.000000, -9.000000) ' points='95.2817061 9.60873271 111 9.60873271 111 8.39126729 95.2817061 8.39126729 100.696176 2.86086979 99.8533428 2 93 9 99.8533428 16 100.696176 15.1391302'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EPath%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Free-Trial-Landing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_FreeTrialsLanding_v6' transform='translate(-517.000000, -2771.000000)' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.5'%3E %3Cg id='Group-14' transform='translate(190.000000, 2634.000000)'%3E %3Cg id='Group-3' transform='translate(37.000000, 62.000000)'%3E %3Cg id='Group-19' transform='translate(198.000000, 73.000000)'%3E %3Cpolygon id='Path' transform='translate(102.000000, 9.000000) rotate(180.000000) translate(-102.000000, -9.000000) ' points='95.2817061 9.60873271 111 9.60873271 111 8.39126729 95.2817061 8.39126729 100.696176 2.86086979 99.8533428 2 93 9 99.8533428 16 100.696176 15.1391302'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;margin-left:1.25rem;position:relative;transition:.2s all linear;width:14px}.wp-block-button.is-style-arrow-cta .wp-block-button__link:hover:after,.wp-block-button.is-style-arrow-cta .wp-block-button__link:focus:after{transform:translateX(5px)}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-color:after{background:#000}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-color:visited{color:#000}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-light-color:after{background:#1c1c1c}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-light-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-light-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-light-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-black-light-color:visited{color:#1c1c1c}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-pseudo-black-color:after{background:#2b2b2b}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-pseudo-black-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-pseudo-black-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-pseudo-black-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-pseudo-black-color:visited{color:#2b2b2b}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-navy-color:after{background:#1b365d}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-navy-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-navy-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-navy-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-navy-color:visited{color:#1b365d}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-blue-color:after{background:#004c97}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-blue-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-blue-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-blue-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-blue-color:visited{color:#004c97}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-orange-color:after{background:#ff6c0e}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-orange-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-orange-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-orange-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-orange-color:visited{color:#ff6c0e}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-dark-color:after{background:#898d8d}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-dark-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-dark-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-dark-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-dark-color:visited{color:#898d8d}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-light-background-color:after{background:#f1f1f1}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-light-background-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-light-background-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-light-background-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-grey-light-background-color:visited{color:#f1f1f1}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-white-color:after{background:#fff}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-white-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-white-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-white-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-white-color:visited{color:#fff}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-malibu-color:after{background:#59C8E6}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-malibu-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-malibu-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-malibu-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-malibu-color:visited{color:#59C8E6}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-bolt-color:after{background:#59C8E6}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-bolt-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-bolt-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-bolt-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-bolt-color:visited{color:#59C8E6}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-velocity-color:after{background:#406997}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-velocity-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-velocity-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-velocity-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-velocity-color:visited{color:#406997}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-warp-color:after{background:#0087ae}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-warp-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-warp-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-warp-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-warp-color:visited{color:#0087ae}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-swift-color:after{background:#5e93db}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-swift-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-swift-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-swift-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-swift-color:visited{color:#5e93db}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-launch-color:after{background:#b52555}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-launch-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-launch-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-launch-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-launch-color:visited{color:#b52555}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-thruster-color:after{background:#d2d755}.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-thruster-color:hover,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-thruster-color:focus,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-thruster-color:active,.wp-block-button.is-style-arrow-cta .wp-block-button__link.has-thruster-color:visited{color:#d2d755}.has-navy-background-color .wp-block-button__link.has-white-color:hover{color:#1b365d;background-color:white}.has-blue-background-color .wp-block-button__link.has-white-color:hover{color:#004c97;background-color:white}.wp-block-narwhal-grid+.wp-block-button,.wp-block-narwhal-grid+.wp-block-narwhal-button-collection{margin-top:1.25rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-grid+.wp-block-button,.wp-block-narwhal-grid+.wp-block-narwhal-button-collection{margin-top:-1.25rem}}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.card-post,.card-tri-marketplace-item,.card-tri-event,.card-tri-integration,.card-tri-enterprise-app,.card-tri-resource,.card-tri-upcoming-item,.card-tri-ondemand-item,.card-tri-general-role,.card-tri-case-study{margin-bottom:3.125rem}}.card-post__inner,.card-tri-marketplace-item__inner,.card-tri-event__inner,.card-tri-integration__inner,.card-tri-enterprise-app__inner,.card-tri-resource__inner,.card-tri-upcoming-item__inner,.card-tri-ondemand-item__inner,.card-tri-general-role__inner,.card-tri-case-study__inner{background-color:#fff;display:flex;flex-direction:column;height:100%;position:relative}.card-post__term,.card-tri-marketplace-item__term,.card-tri-event__term,.card-tri-integration__term,.card-tri-enterprise-app__term,.card-tri-resource__term,.card-tri-upcoming-item__term,.card-tri-ondemand-item__term,.card-tri-general-role__term,.card-tri-case-study__term{background-color:#1b365d;color:#fff;font-size:.875rem;font-weight:700;height:46px;min-width:100px;padding:14px 30px;position:absolute;z-index:1}.card-post__meta,.card-tri-marketplace-item__meta,.card-tri-event__meta,.card-tri-integration__meta,.card-tri-enterprise-app__meta,.card-tri-resource__meta,.card-tri-upcoming-item__meta,.card-tri-ondemand-item__meta,.card-tri-general-role__meta,.card-tri-case-study__meta{display:flex;flex-direction:row;margin-bottom:.5rem}.card-post__author,.card-tri-marketplace-item__author,.card-tri-event__author,.card-tri-integration__author,.card-tri-enterprise-app__author,.card-tri-resource__author,.card-tri-upcoming-item__author,.card-tri-ondemand-item__author,.card-tri-general-role__author,.card-tri-case-study__author{color:#004c97;font-size:.6875rem;font-weight:700;line-height:1.5rem;letter-spacing:.05312rem;text-transform:uppercase}.archive-resource-collection__results .card-post__author,.archive-resource-collection__results .card-tri-marketplace-item__author,.archive-resource-collection__results .card-tri-event__author,.archive-resource-collection__results .card-tri-integration__author,.archive-resource-collection__results .card-tri-enterprise-app__author,.archive-resource-collection__results .card-tri-resource__author,.archive-resource-collection__results .card-tri-upcoming-item__author,.archive-resource-collection__results .card-tri-ondemand-item__author,.archive-resource-collection__results .card-tri-general-role__author,.archive-resource-collection__results .card-tri-case-study__author{display:none}.card-post__date,.card-tri-marketplace-item__date,.card-tri-event__date,.card-tri-integration__date,.card-tri-enterprise-app__date,.card-tri-resource__date,.card-tri-upcoming-item__date,.card-tri-ondemand-item__date,.card-tri-general-role__date,.card-tri-case-study__date{color:#2b2b2b;font-size:.6875rem;line-height:1.5625rem;margin-left:auto}.card-post__image,.card-tri-marketplace-item__image,.card-tri-event__image,.card-tri-integration__image,.card-tri-enterprise-app__image,.card-tri-resource__image,.card-tri-upcoming-item__image,.card-tri-ondemand-item__image,.card-tri-general-role__image,.card-tri-case-study__image{position:relative}@supports (object-fit: cover){.card-post__image,.card-tri-marketplace-item__image,.card-tri-event__image,.card-tri-integration__image,.card-tri-enterprise-app__image,.card-tri-resource__image,.card-tri-upcoming-item__image,.card-tri-ondemand-item__image,.card-tri-general-role__image,.card-tri-case-study__image{height:12.125rem}}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.card-post__image,.card-tri-marketplace-item__image,.card-tri-event__image,.card-tri-integration__image,.card-tri-enterprise-app__image,.card-tri-resource__image,.card-tri-upcoming-item__image,.card-tri-ondemand-item__image,.card-tri-general-role__image,.card-tri-case-study__image{min-height:9.375rem;max-height:9.375rem;overflow:hidden}}.card-post__image img,.card-tri-marketplace-item__image img,.card-tri-event__image img,.card-tri-integration__image img,.card-tri-enterprise-app__image img,.card-tri-resource__image img,.card-tri-upcoming-item__image img,.card-tri-ondemand-item__image img,.card-tri-general-role__image img,.card-tri-case-study__image img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}@supports (object-fit: cover){.card-post__image img,.card-tri-marketplace-item__image img,.card-tri-event__image img,.card-tri-integration__image img,.card-tri-enterprise-app__image img,.card-tri-resource__image img,.card-tri-upcoming-item__image img,.card-tri-ondemand-item__image img,.card-tri-general-role__image img,.card-tri-case-study__image img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.card-post__image img,.card-tri-marketplace-item__image img,.card-tri-event__image img,.card-tri-integration__image img,.card-tri-enterprise-app__image img,.card-tri-resource__image img,.card-tri-upcoming-item__image img,.card-tri-ondemand-item__image img,.card-tri-general-role__image img,.card-tri-case-study__image img{min-height:9.375rem}}.card-post__text,.card-tri-marketplace-item__text,.card-tri-event__text,.card-tri-integration__text,.card-tri-enterprise-app__text,.card-tri-resource__text,.card-tri-upcoming-item__text,.card-tri-ondemand-item__text,.card-tri-general-role__text,.card-tri-case-study__text{display:flex;flex-direction:column;flex-grow:1;padding:1.5625rem}.card-post__title,.card-tri-marketplace-item__title,.card-tri-event__title,.card-tri-integration__title,.card-tri-enterprise-app__title,.card-tri-resource__title,.card-tri-upcoming-item__title,.card-tri-ondemand-item__title,.card-tri-general-role__title,.card-tri-case-study__title{font-size:1.0625rem;font-weight:bold;line-height:1.3125rem;margin-bottom:.625rem}.card-post__title a,.card-tri-marketplace-item__title a,.card-tri-event__title a,.card-tri-integration__title a,.card-tri-enterprise-app__title a,.card-tri-resource__title a,.card-tri-upcoming-item__title a,.card-tri-ondemand-item__title a,.card-tri-general-role__title a,.card-tri-case-study__title a{color:#2b2b2b}.card-post__excerpt,.card-tri-marketplace-item__excerpt,.card-tri-event__excerpt,.card-tri-integration__excerpt,.card-tri-enterprise-app__excerpt,.card-tri-resource__excerpt,.card-tri-upcoming-item__excerpt,.card-tri-ondemand-item__excerpt,.card-tri-general-role__excerpt,.card-tri-case-study__excerpt{color:#2b2b2b;font-size:.875rem;line-height:1.25rem;margin-bottom:1.25rem}.card-post__more-link,.card-tri-marketplace-item__more-link,.card-tri-event__more-link,.card-tri-integration__more-link,.card-tri-enterprise-app__more-link,.card-tri-resource__more-link,.card-tri-upcoming-item__more-link,.card-tri-ondemand-item__more-link,.card-tri-general-role__more-link,.card-tri-case-study__more-link{color:#004c97;font-size:.9375rem;font-weight:600;line-height:1.25rem;margin-top:auto;position:relative;text-transform:lowercase}.card-post__more-link:first-letter,.card-tri-marketplace-item__more-link:first-letter,.card-tri-event__more-link:first-letter,.card-tri-integration__more-link:first-letter,.card-tri-enterprise-app__more-link:first-letter,.card-tri-resource__more-link:first-letter,.card-tri-upcoming-item__more-link:first-letter,.card-tri-ondemand-item__more-link:first-letter,.card-tri-general-role__more-link:first-letter,.card-tri-case-study__more-link:first-letter{text-transform:uppercase}.card-post__more-link a::after,.card-tri-marketplace-item__more-link a::after,.card-tri-event__more-link a::after,.card-tri-integration__more-link a::after,.card-tri-enterprise-app__more-link a::after,.card-tri-resource__more-link a::after,.card-tri-upcoming-item__more-link a::after,.card-tri-ondemand-item__more-link a::after,.card-tri-general-role__more-link a::after,.card-tri-case-study__more-link a::after{content:" ";background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Enoun_Arrow_2026255_000000%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Blog/Event/MarketPlace' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_BlogLanding_v6' transform='translate(-297.000000, -1362.000000)' fill='%231D63AE' stroke='%231D63AE' stroke-width='0.25'%3E %3Cg id='Group' transform='translate(190.000000, 981.000000)'%3E %3Cg id='Group-2' transform='translate(24.000000, 213.000000)'%3E %3Cg id='Group-17' transform='translate(0.000000, 162.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(90.000000, 11.500000) rotate(-90.000000) translate(-90.000000, -11.500000) translate(84.500000, 4.500000)'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(-90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;height:.6875rem;width:.875rem;transition:.2s transform linear;display:inline-block;margin-left:.625rem}.card-post__more-link a:hover,.card-post__more-link a:focus,.card-tri-marketplace-item__more-link a:hover,.card-tri-marketplace-item__more-link a:focus,.card-tri-event__more-link a:hover,.card-tri-event__more-link a:focus,.card-tri-integration__more-link a:hover,.card-tri-integration__more-link a:focus,.card-tri-enterprise-app__more-link a:hover,.card-tri-enterprise-app__more-link a:focus,.card-tri-resource__more-link a:hover,.card-tri-resource__more-link a:focus,.card-tri-upcoming-item__more-link a:hover,.card-tri-upcoming-item__more-link a:focus,.card-tri-ondemand-item__more-link a:hover,.card-tri-ondemand-item__more-link a:focus,.card-tri-general-role__more-link a:hover,.card-tri-general-role__more-link a:focus,.card-tri-case-study__more-link a:hover,.card-tri-case-study__more-link a:focus{color:#ff6c0e}.card-post__more-link a:hover:after,.card-post__more-link a:focus:after,.card-tri-marketplace-item__more-link a:hover:after,.card-tri-marketplace-item__more-link a:focus:after,.card-tri-event__more-link a:hover:after,.card-tri-event__more-link a:focus:after,.card-tri-integration__more-link a:hover:after,.card-tri-integration__more-link a:focus:after,.card-tri-enterprise-app__more-link a:hover:after,.card-tri-enterprise-app__more-link a:focus:after,.card-tri-resource__more-link a:hover:after,.card-tri-resource__more-link a:focus:after,.card-tri-upcoming-item__more-link a:hover:after,.card-tri-upcoming-item__more-link a:focus:after,.card-tri-ondemand-item__more-link a:hover:after,.card-tri-ondemand-item__more-link a:focus:after,.card-tri-general-role__more-link a:hover:after,.card-tri-general-role__more-link a:focus:after,.card-tri-case-study__more-link a:hover:after,.card-tri-case-study__more-link a:focus:after{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EPath%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Dropdown-Menu' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign__Menu_Products' transform='translate(-303.000000, -418.000000)' fill='%23EF742F' stroke='%23EF742F' stroke-width='0.75'%3E %3Cg id='Group-8' transform='translate(138.000000, 411.000000)'%3E %3Cpolygon id='Path' transform='translate(171.958984, 12.169922) rotate(-180.000000) translate(-171.958984, -12.169922) ' points='171.017334 16.5550149 167.106883 12.604731 178.458984 12.604731 178.458984 11.7351128 167.106883 11.7351128 171.017334 7.78482887 170.408621 7.16992188 165.458984 12.1699219 170.408621 17.1699219'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");transform:translateX(.3125rem);color:#ff6c0e}.archive-resource-collection__results .card-post__author,.archive-resource-collection__results .card-post__date{display:none}.card-post__image img,.card-tri-event__image img,.card-tri-resource__image img,.card-tri-upcoming-item__image img,.card-tri-ondemand-item__image img{object-position:right}.wp-block-narwhal-comparison-chart__chart{flex-direction:column;max-width:880px;margin:0 auto}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart{flex-direction:row}}.wp-block-narwhal-comparison-chart__chart__column{flex:1}@media screen and (max-width: 61.24em){.wp-block-narwhal-comparison-chart__chart__column{margin-bottom:40px}}.wp-block-narwhal-comparison-chart__chart__column.\--key{display:none}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart__column.\--key{display:flex}}.wp-block-narwhal-comparison-chart__chart__column.\--key .wp-block-narwhal-comparison-chart__chart__row.\--key{background-color:white;color:#2b2b2b}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart__column.\--key .wp-block-narwhal-comparison-chart__chart__row.\--key{border-right:1px solid #c1ced7}}.wp-block-narwhal-comparison-chart__chart__column.\--key .wp-block-narwhal-comparison-chart__chart__row.\--key::before{display:none}.wp-block-narwhal-comparison-chart__chart__column.\--key .wp-block-narwhal-comparison-chart__chart__row.\--key:first-of-type{color:#1b365d;font-weight:bold;font-size:1.125rem;line-height:1.5rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart__column.\--key .wp-block-narwhal-comparison-chart__chart__row.\--key:first-of-type{border-right:1px solid #1b365d}}.wp-block-narwhal-comparison-chart__chart__column:last-of-type .wp-block-narwhal-comparison-chart__chart__row{border-right:1px solid transparent}.wp-block-narwhal-comparison-chart__chart__column:last-of-type .wp-block-narwhal-comparison-chart__chart__row.\--key{background-color:#1b365d}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart__column:last-of-type .wp-block-narwhal-comparison-chart__chart__row{background-color:rgba(84,152,229,0.15)}.no-highlight .wp-block-narwhal-comparison-chart__chart__column:last-of-type .wp-block-narwhal-comparison-chart__chart__row{background-color:#fff}.no-highlight .wp-block-narwhal-comparison-chart__chart__column:last-of-type .wp-block-narwhal-comparison-chart__chart__row.\--key{background-color:#1b365d}}.wp-block-narwhal-comparison-chart__chart__row{font-size:.875rem;line-height:1.1875rem;font-weight:600;align-items:center;padding:0 2rem;display:none;min-height:53.5px;flex:1}.wp-block-narwhal-comparison-chart__chart__row+.wp-block-narwhal-comparison-chart__chart__row{border-top:1px solid #c1ced7}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart__row{border-right:1px solid #c1ced7;display:flex;padding:.9375rem}}.wp-block-narwhal-comparison-chart__chart__row.\--key{display:flex;background-color:#1b365d;font-size:.875rem;color:white;line-height:1.25rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart__row.\--key{border-right:1px solid #1b365d}}.wp-block-narwhal-comparison-chart__chart__row.\--key textarea{color:black}.wp-block-narwhal-comparison-chart__chart__row.\--key::before{display:none}.wp-block-narwhal-comparison-chart__chart__row.\--intersect{display:flex}.wp-block-narwhal-comparison-chart__chart__row.\--intersect:before{content:'';width:22px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16'%3E %3Cpath fill='%231D63AE' fill-rule='evenodd' d='M19.0287984.4l-1.4856008 1.33110192c-3.3188951 2.98019625-6.3490628 5.90236272-9.53624626 8.81857208L4.26017875 7.85809201 2.62164846 6.68358405 0 9.61984455l1.63853029 1.17450165 5.24329692 3.7584055L8.34558093 15.6l1.3326713-1.1940454C13.449941 11.0192555 16.8289592 7.69284745 20.5143992 4.3835339L22 3.05243198 19.0287984.4z'/%3E %3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;display:block;opacity:1;margin-right:32px}@media screen and (max-width: 61.24em){.wp-block-narwhal-comparison-chart__chart__row.\--intersect{background-color:white}}@media screen and (min-width: 61.25em){.wp-block-narwhal-comparison-chart__chart__row span{display:none}}.wp-block-columns.is-style-divider{margin:0px -45px}.wp-block-columns.is-style-divider .wp-block-column{padding:0px 45px;margin:0px}.wp-block-columns.is-style-divider .wp-block-column+.wp-block-column{border-left:solid 1px currentColor}.content-grid-card{position:relative}.content-grid-card__inner{padding:2.1875rem 0;display:flex;flex-direction:column;height:100%}.content-grid-card__inner .wp-block-button{margin-bottom:.75rem}@media screen and (max-width: 47.99em){.content-grid-card__inner h5{font-size:1.5rem}}.content-grid-card__inner p{margin-top:0;margin-bottom:0}.content-grid-card__inner p+.wp-block-button{margin-top:.9375rem}.content-grid-card__inner p+ul{margin-top:20px;list-style:disc;list-style-position:inside;text-indent:-1.1875rem;padding-left:1.1875rem}.content-grid-card__inner p+ul a{display:block;font-weight:900;line-height:1.5625rem;text-align:center}.content-grid-card__inner ul,.content-grid-card__inner ol{margin-top:0;padding-left:1.25rem;text-align:left}.content-grid-card__inner .wp-block-narwhal-button-collection{margin-top:1.125rem}.content-grid-card__inner .wp-block-button:last-child,.content-grid-card__inner p:last-child,.content-grid-card__inner ul:last-child,.content-grid-card__inner ol:last-child{margin-bottom:0}.content-grid-card__inner .wp-block-button+.wp-block-button:last-child,.content-grid-card__inner p+.wp-block-button:last-child,.content-grid-card__inner ul+.wp-block-button:last-child,.content-grid-card__inner ol+.wp-block-button:last-child{margin-bottom:0}.content-grid-card--side-by-side p{flex-grow:1}.content-grid-card .wp-block-image{margin-bottom:1.25rem;text-align:center}.content-grid-card__image{margin-bottom:1.25rem;margin-top:0}.content-grid-card__image img{margin-left:auto;margin-right:auto}.content-grid-card__image img[class*=max-height]{width:auto}.content-grid-card__icon{min-width:75px;display:flex;justify-content:center;align-items:flex-start;padding-top:10px}.content-grid-card .content-grid-card__subtitle{font-size:1.0625rem;font-weight:700;line-height:1.1875rem;margin-bottom:.75rem}.content-grid-card__content{display:flex;padding:0 1.5625rem}.content-grid-card__content+.wp-block-button{margin-top:.9375rem}.content-grid-card .wp-block-button .wp-block-button__link{min-width:9.375rem}.content-grid-card--has-logo{padding:2.1875rem 1.5625rem}.content-grid-card--has-logo.has-right-border{padding:0 1.5625rem}.content-grid-card--has-logo img{max-height:2.75rem;width:auto}.content-grid-card--has-logo .content-grid-card__content{padding:0}.content-grid-card.has-right-border::after{position:absolute;top:35px;bottom:35px;right:-0.5px;width:1px;background-color:#c1ced7;content:'';display:block}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns{grid-gap:0px}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .content-grid-card__subtitle{margin-bottom:.9375rem}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .content-grid-card__inner{position:relative}@media screen and (max-width: 47.99em){.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .content-grid-card__inner .content-grid-card__content p{text-align:center !important}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .content-grid-card__inner .wp-block-narwhal-button-collection{justify-content:center}}@media screen and (min-width: 48em){.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .content-grid-card__inner:after{position:absolute;top:35px;bottom:35px;right:-0.5px;width:1px;background-color:#c1ced7;content:'';display:block}}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .content-grid-card:last-child .content-grid-card__inner:after{display:none}@media screen and (min-width: 48em){.grid-block-card-bottom-no-spacing .wp-block-narwhal-grid.has-2-columns .content-grid-card:nth-last-of-type(-n+2) .content-grid-card__inner{padding-bottom:0}}@media screen and (min-width: 48em){.grid-block-card-bottom-no-spacing .wp-block-narwhal-grid.has-3-columns .content-grid-card:nth-last-of-type(-n+3) .content-grid-card__inner{padding-bottom:0}}@media screen and (min-width: 48em){.grid-block-card-bottom-no-spacing .wp-block-narwhal-grid.has-4-columns .content-grid-card:nth-last-of-type(-n+4) .content-grid-card__inner{padding-bottom:0}}.content-grid-card__content.content-grid-card__content--flex-columns{display:unset !important}.content-grid-card__content.content-grid-card__content--flex-columns .content-grid-card__icon{justify-content:flex-start;padding-bottom:20px}.content-grid-card__content.content-grid-card__content--flex-columns h6{font-size:14px}.content-grid-card__content.content-grid-card__content--flex-columns p{font-size:14px}.event-agenda__nav{align-items:center;border-bottom:1px solid #c1ced7;justify-content:space-between;padding-bottom:1.25rem}@media screen and (min-width: 61.25em){.event-agenda__nav{display:flex}}.event-agenda__days{list-style-type:none;margin:0;padding:0}.event-agenda__days li{display:inline-block;margin-right:.75rem}.event-agenda-filter__inner{display:flex;padding:25px 0}@media screen and (max-width: 47.99em){.event-agenda-filter__inner{flex-direction:column}}.event-agenda-filter__label{font-size:14px;font-weight:bold;line-height:19px}.event-agenda-filter__select{padding:5px}.event-agenda-filter__clear{border:1px solid #717171;padding:5px;color:#717171;cursor:pointer;max-width:100px;text-align:center}.event-agenda-filter__tracks{display:flex}@media screen and (max-width: 47.99em){.event-agenda-filter__tracks{flex-direction:column}}.event-agenda-filter__track{color:#717171;font-size:.875rem;line-height:1.1875rem;padding:5px 30px;cursor:pointer}.event-agenda-filter__track.active{color:#000000}.event-agenda-filter__track::before{content:"";height:5px;width:5px;display:inline-block;border-radius:5px;opacity:.5;margin-right:5px;margin-bottom:2px}.event-agenda-filter__track.active::before{opacity:1}.event-agenda-filter__track[data-track='continuous-testing']::before{background-color:#DF2C16}.event-agenda-filter__track[data-track='enterprise-automation']::before{background-color:#01D62F}.event-agenda-filter__track[data-track='rpa']::before{background-color:#CCA40A}.event-agenda-filter__tags{font-size:.875rem;font-weight:700;line-height:1.1875rem;cursor:pointer;position:relative}@media screen and (max-width: 47.99em){.event-agenda-filter__tags{padding:20px 0}}@media screen and (min-width: 48em){.event-agenda-filter__tags{margin-left:auto}}.event-agenda-filter__tag-label::after{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Form-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_ContactUs_v6' transform='translate(-879.000000, -1072.000000)' fill-rule='nonzero' stroke='%23707070' stroke-width='2'%3E %3Cpolyline id='Path-3' transform='translate(885.000000, 1076.500000) rotate(90.000000) translate(-885.000000, -1076.500000) ' points='882 1072 888 1076.5 882 1081'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/svg%3E");height:10px;width:10px;background-position:center;background-repeat:no-repeat;margin-left:5px}.event-agenda-filter__tags-dropdown.tags--open{display:flex;flex-direction:column;border:1px solid #9a9a9a;background-color:white;padding:10px 0;border-radius:5px;right:0;width:200px;z-index:10}@media screen and (min-width: 48em){.event-agenda-filter__tags-dropdown.tags--open{position:absolute}}.event-agenda-filter__tags-dropdown.tags--open .event-agenda-filter__tag{display:block;padding:5px 15px}.event-agenda-filter__tags-dropdown.tags--open .event-agenda-filter__tag:hover{background-color:#1d63af;color:#fff}.event-agenda-filter__tags-dropdown.tags--open .tag--active::after{content:none}.event-agenda-filter__tag{display:none}.event-agenda-filter__tag.tag--active{display:block}.event-day[aria-hidden="true"],.event-hour[aria-hidden="true"],.event-slot[aria-hidden="true"],.event-agenda-filter__select[aria-hidden="true"],.event-agenda-filter__clear[aria-hidden="true"]{display:none}.event-hour{align-items:flex-start;border-top:1px solid #c1ced7;display:flex;flex-wrap:wrap}.event-hour__time{width:100%}.event-hour__time p{color:#ff6c0e;font-size:.9375rem;font-weight:600}@media screen and (min-width: 61.25em){.event-hour__time{width:20%}}.event-hour__slots{display:flex;flex-wrap:wrap;width:100%}@media screen and (min-width: 61.25em){.event-hour__slots{width:80%}}.event-hour.hide-slot-tag,.event-hour.hide-slot-track{display:none}.event-hour.hide-row{display:none}.event-slot{margin-bottom:1.25rem;padding-right:2rem;width:50%}@media screen and (min-width: 61.25em){.event-slot{width:33.33333%}}.event-slot__session-times{margin-bottom:0}.event-slot__location{font-size:.8125rem;margin-bottom:.625rem}.event-slot__title{color:#004c97;cursor:pointer;font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-top:0;margin-bottom:0}.event-slot__tracks{margin:5px 0 15px 0;display:flex}.event-slot__track{color:#717171;font-size:.875rem;line-height:1.1875rem;margin:0 10px 0 0}.event-slot__track.active{color:#000000}.event-slot__track::before{content:"";height:10px;width:10px;display:inline-block;border-radius:5px;margin-right:5px;margin-bottom:2px}.event-slot__track[data-track='continuous-testing']::before{background-color:#DF2C16}.event-slot__track[data-track='enterprise-automation']::before{background-color:#01D62F}.event-slot__track[data-track='rpa']::before{background-color:#CCA40A}.event-slot__speakers{list-style-type:none;margin:0;padding:0}.event-slot__speakers li{cursor:pointer;display:inline-block;height:2.5rem;margin-right:.625rem;width:2.5rem}.event-slot__speakers img{object-fit:cover;height:100%;border-radius:50%;width:100%}.event-slot.hide-slot-tag,.event-slot.hide-slot-track{display:none}.event-modal,.speaker-modal{display:none;background-color:rgba(0,0,0,0.4);z-index:99999;height:100%;left:0;position:fixed;top:0;width:100%}.event-modal--active,.speaker-modal--active{display:block}.event-modal__underlay,.speaker-modal__underlay{z-index:999999;height:100%;left:0;position:fixed;top:0;width:100%}.event-modal__close,.speaker-modal__close{background:#1b365d url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/icon-close.png) no-repeat left top;background-size:30px 30px;border:0;border-radius:50%;box-shadow:0 0 1.5625rem 0 rgba(0,0,0,0.2);cursor:pointer;height:30px;overflow:hidden;padding:0;position:absolute;right:5px;text-indent:200%;top:5px;width:30px}@media screen and (min-width: 61.25em){.event-modal__close,.speaker-modal__close{right:-50px;top:0}}.event-modal__wrapper,.speaker-modal__wrapper{background-color:#fff;border-radius:.625rem;box-shadow:0 0 1.5625rem 0 rgba(0,0,0,0.2);left:50%;max-width:32.5rem;position:absolute;top:50%;transform:translate(-50%, -50%);width:96%;z-index:9999999}.event-modal__content{max-height:86vh;overflow:scroll;padding:1.25rem}@media screen and (min-width: 61.25em){.event-modal__content{padding:3.75rem}}.event-modal__location{font-size:.8125rem;margin-bottom:.625rem}.event-modal__title{border-bottom:1px solid #c1ced7;color:#004c97;font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-top:0;padding-bottom:1.25rem}.event-modal__speaker-header{border-top:1px solid #c1ced7;padding-top:1.25rem}.event-modal__speakers{list-style-type:none;margin:0;padding:0}.event-modal__speakers li{display:inline-block;height:2.5rem;margin-right:.625rem;width:2.5rem}.event-modal__speakers img{object-fit:cover;height:100%;border-radius:50%;width:100%}.speaker-modal__header{background:#1b365d url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/speaker-header.png) no-repeat center top;background-size:cover;border-radius:.625rem .625rem 0 0;height:12.5rem}@media screen and (min-width: 61.25em){.speaker-modal__header{height:18.125rem}}.speaker-modal__content{max-height:50vh;overflow:scroll;padding:1.25rem}.speaker-modal__content p{color:#717171;font-size:.875rem;line-height:1.375rem}@media screen and (min-width: 61.25em){.speaker-modal__content{padding:1.25rem 3.75rem}.speaker-modal__content p{font-size:1rem;line-height:1.625rem}}.speaker-modal__thumbnail{padding:1.875rem 0 .625rem 1.875rem}.speaker-modal__thumbnail img{border-radius:50%;height:5rem;width:5rem}@media screen and (min-width: 61.25em){.speaker-modal__thumbnail img{height:10rem;width:10rem}}.speaker-modal__name{color:#fff;font-size:1.0625rem;font-weight:600;margin:0;padding-left:1.875rem}@media screen and (min-width: 61.25em){.speaker-modal__name{font-size:1.3125rem;padding-left:3.875rem}}.speaker-modal__title{color:#fff;font-size:.9375rem;margin:0;padding-left:1.875rem}@media screen and (min-width: 61.25em){.speaker-modal__title{padding-left:3.875rem}}.wp-block-narwhal-floating-info-box{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);padding:10px 20px !important;background-color:white;box-shadow:0px 25px 70px rgba(0,0,0,0.15);border-radius:5px}@media screen and (min-width: 61.25em){.wp-block-narwhal-floating-info-box{position:absolute;padding:10px 50px;margin-right:20px;margin-left:unset;transform:translateY(-60px)}}.wp-block-narwhal-floating-info-box__copy p{font-size:16px;line-height:27.2px;text-align:center;color:#000000}.wp-block-narwhal-footer-callout__inner{padding-bottom:.625rem;padding-top:.625rem}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content{margin-left:90px}@media screen and (max-width: 61.24em){.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content,.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__content{margin:0;order:2;margin-top:1.25rem}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content>*,.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__content>*{text-align:center}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content .wp-block-narwhal-button-collection,.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__content .wp-block-narwhal-button-collection{flex-direction:column}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content .wp-block-narwhal-button-collection .wp-block-button,.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__content .wp-block-narwhal-button-collection .wp-block-button{margin:0;margin-bottom:.9375rem;display:flex;justify-content:center}}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__content h2,.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__content p,.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__content ol,.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__content ul{max-width:none}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__content h2{margin-bottom:2.1875rem}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__content p{line-height:1.4375rem;margin-bottom:2.1875rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__content{margin-left:3.75rem !important}}.wp-block-narwhal-footer-callout .wp-block-narwhal-left-right__media-wrap{flex-grow:0;flex-basis:32%}.wp-block-narwhal-grid-carousel__inner{padding:0 3.125rem}.wp-block-narwhal-grid-carousel .slick-list{margin:0 -.625rem}.wp-block-narwhal-grid-carousel .slick-slide{margin:0 .625rem}.wp-block-narwhal-grid-carousel .wp-block-image.is-resized{margin-left:auto;margin-right:auto;max-width:75%}.wp-block-narwhal-grid-carousel .slick-arrow{color:transparent;background:transparent;border:0;height:26px;outline:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:26px}.wp-block-narwhal-grid-carousel .slick-arrow:after{background:url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGroup 11%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Logo-Strip' transform='translate(-99.000000, -168.000000)' stroke='%231D63AE'%3E %3Cg id='Group-11' transform='translate(100.000000, 169.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(13.500000, 13.000000) rotate(-90.000000) translate(-13.500000, -13.000000) translate(8.000000, 6.000000)' fill='%231D63AE' stroke-width='0.5'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3Ccircle id='Oval' stroke-width='1.5' fill-rule='nonzero' cx='13' cy='13' r='13'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center/cover no-repeat;bottom:0;content:'';display:block;height:26px;left:0;position:absolute;right:0;top:0;width:26px}.wp-block-narwhal-grid-carousel .slick-prev{margin-right:-2.5rem;right:100%}.wp-block-narwhal-grid-carousel .slick-next{left:100%;margin-left:-2.5rem}.wp-block-narwhal-grid-carousel .slick-next:after{transform:scaleX(-1)}.wp-block-narwhal-grid-carousel .slick-track{align-items:stretch;display:flex}.wp-block-narwhal-grid-carousel .slick-track .slick-slide{align-self:stretch;height:initial}.wp-block-narwhal-grid-carousel .slick-track .slick-slide>div{height:100%}.wp-block-narwhal-grid-carousel .slick-track .slick-slide .wp-block-narwhal-grid-content-card{height:100%}.wp-block-narwhal-grid-carousel .slick-track .slick-slide .wp-block-narwhal-grid-content-card__image--logo img{max-height:4.375rem;width:auto}@media screen and (min-width: 68.75em){.wp-block-narwhal-grid-carousel__inner{padding:0}.wp-block-narwhal-grid-carousel .slick-prev{margin-right:2.5rem}.wp-block-narwhal-grid-carousel .slick-next{margin-left:2.5rem}}.wp-block-narwhal-grid-content-card__inner{padding:2.1875rem 1.5625rem;text-align:center;display:flex;flex-direction:column;height:100%}.wp-block-narwhal-grid-content-card__inner .wp-block-button{margin-bottom:.75rem;width:100%}@media screen and (max-width: 47.99em){.wp-block-narwhal-grid-content-card__inner h5{font-size:1.5rem}}.wp-block-narwhal-grid-content-card__inner p{margin-top:0;margin-bottom:0}.wp-block-narwhal-grid-content-card__inner p+.wp-block-button{margin-top:.9375rem}.wp-block-narwhal-grid-content-card__inner p+ul{margin-top:20px;list-style:disc;list-style-position:inside;text-indent:-1.1875rem;padding-left:1.1875rem}.wp-block-narwhal-grid-content-card__inner p+ul a{font-weight:900;line-height:1.5625rem;text-align:center}.wp-block-narwhal-grid-content-card__inner ul,.wp-block-narwhal-grid-content-card__inner ol{margin-top:0;padding-left:1.25rem;text-align:left}.wp-block-narwhal-grid-content-card__inner .wp-block-narwhal-button-collection{margin-top:1.125rem}.wp-block-narwhal-grid-content-card__inner .wp-block-button:last-child,.wp-block-narwhal-grid-content-card__inner p:last-child,.wp-block-narwhal-grid-content-card__inner ul:last-child,.wp-block-narwhal-grid-content-card__inner ol:last-child{margin-bottom:0}.wp-block-narwhal-grid-content-card__inner .wp-block-button+.wp-block-button:last-child,.wp-block-narwhal-grid-content-card__inner p+.wp-block-button:last-child,.wp-block-narwhal-grid-content-card__inner ul+.wp-block-button:last-child,.wp-block-narwhal-grid-content-card__inner ol+.wp-block-button:last-child{margin-bottom:0}.wp-block-narwhal-grid-content-card--side-by-side p{flex-grow:1}.wp-block-narwhal-grid-content-card__image{margin-bottom:1.25rem;margin-top:0}.wp-block-narwhal-grid-content-card__image img{margin-left:auto;margin-right:auto}.wp-block-narwhal-grid-content-card__image img[class*=max-height]{width:auto}.wp-block-narwhal-grid-content-card__image--logo img{max-height:1.75rem;width:auto}.wp-block-narwhal-grid-content-card .wp-block-narwhal-grid-content-card__subtitle{font-size:1.0625rem;font-weight:700;line-height:1.1875rem;margin-bottom:.75rem}.wp-block-narwhal-grid-content-card__content{flex-grow:1}.wp-block-narwhal-grid-content-card__content+.wp-block-button{margin-top:.9375rem}.wp-block-narwhal-grid-content-card .wp-block-button .wp-block-button__link{min-width:9.375rem}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns{grid-gap:0px}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__subtitle{margin-bottom:.9375rem}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner{position:relative}@media screen and (max-width: 47.99em){.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner .wp-block-narwhal-grid-content-card__content p{text-align:center !important}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner .wp-block-narwhal-button-collection{justify-content:center}}@media screen and (min-width: 48em){.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner:after{position:absolute;top:35px;bottom:35px;right:-0.5px;width:1px;background-color:#c1ced7;content:'';display:block}}.page-template-trials-and-demos .wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card:last-child .wp-block-narwhal-grid-content-card__inner:after{display:none}@media screen and (min-width: 48em){.grid-block-card-bottom-no-spacing .wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card:nth-last-of-type(-n+2) .wp-block-narwhal-grid-content-card__inner{padding-bottom:0}}@media screen and (min-width: 48em){.grid-block-card-bottom-no-spacing .wp-block-narwhal-grid.has-3-columns .wp-block-narwhal-grid-content-card:nth-last-of-type(-n+3) .wp-block-narwhal-grid-content-card__inner{padding-bottom:0}}@media screen and (min-width: 48em){.grid-block-card-bottom-no-spacing .wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card:nth-last-of-type(-n+4) .wp-block-narwhal-grid-content-card__inner{padding-bottom:0}}.wp-block-narwhal-grid-icon-card{padding-bottom:35px}.wp-block-narwhal-grid-icon-card:nth-last-of-type(-n+2){padding-bottom:0}.wp-block-narwhal-grid-icon-card__column:first-of-type{flex:unset}.wp-block-narwhal-grid-icon-card__column:last-of-type{max-width:380px;padding:0 0 0 25px}.wp-block-narwhal-grid-icon-card__column:only-child{padding:0}.wp-block-narwhal-grid-icon-card__column:only-child .wp-block-narwhal-grid-icon-card__heading,.wp-block-narwhal-grid-icon-card__column:only-child .wp-block-narwhal-grid-icon-card__content{text-align:left}.wp-block-narwhal-grid-icon-card__image-wrap{padding-top:5px}.wp-block-narwhal-grid-icon-card__image-wrap img{max-width:44px}.wp-block-narwhal-grid-icon-card__heading{font-size:.875rem;letter-spacing:.52px;line-height:1.1875rem;margin-bottom:6px;text-transform:uppercase}.wp-block-narwhal-grid-icon-card__content{color:#2b2b2b;margin:0}.wp-block-narwhal-grid-icon-card .wp-block-button{margin-top:1.25rem}.wp-block-narwhal-grid{grid-gap:20px}.wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card__inner{padding:2.1875rem 1.5625rem}.wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-icon-card{padding-bottom:35px}.wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-icon-card:nth-last-of-type(-n+2){padding-bottom:0}.wp-block-narwhal-grid.has-3-columns .wp-block-narwhal-grid-icon-card{padding-bottom:32px}.wp-block-narwhal-grid.has-3-columns .wp-block-narwhal-grid-icon-card:nth-last-of-type(-n+3){padding-bottom:0}@media screen and (min-width: 61.25em){.wp-block-narwhal-grid.has-3-columns .wp-block-narwhal-grid-icon-card__column:last-of-type{max-width:250px}}.wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner .wp-block-image{margin:0 auto;max-width:150px}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner .wp-block-image{max-width:none}}.wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner .wp-block-image>figure{margin:0 !important}.wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-content-card__inner .wp-block-image+p{padding-top:22px;clear:both}@media screen and (max-width: 47.99em){.wp-block-narwhal-grid.has-2-columns{grid-template-columns:repeat(1, 1fr)}.wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-icon-card:nth-last-of-type(-n+1){padding-bottom:0}.wp-block-narwhal-grid.has-3-columns,.wp-block-narwhal-grid.has-4-columns{grid-template-columns:repeat(2, 1fr);padding-bottom:0px !important}.wp-block-narwhal-grid.has-3-columns+.wp-block-narwhal-grid,.wp-block-narwhal-grid.has-4-columns+.wp-block-narwhal-grid{margin-top:20px}.wp-block-narwhal-grid.has-3-columns+.wp-block-narwhal-grid:last-child,.wp-block-narwhal-grid.has-4-columns+.wp-block-narwhal-grid:last-child{margin-bottom:20px}.wp-block-narwhal-grid.has-3-columns .wp-block-narwhal-grid-icon-card,.wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-icon-card{padding-bottom:0px;margin-bottom:20px}.wp-block-narwhal-grid.has-3-columns .wp-block-narwhal-grid-icon-card:nth-last-of-type(-n+2),.wp-block-narwhal-grid.has-4-columns .wp-block-narwhal-grid-icon-card:nth-last-of-type(-n+2){padding-bottom:0}}@media screen and (max-width: 29.99em){.wp-block-narwhal-grid{grid-template-columns:repeat(1, 1fr) !important}}@media screen and (max-width: 61.24em){.wp-block-narwhal-half-background.\--bottom-half::before{top:30%}.wp-block-narwhal-half-background.\--top-half::before{bottom:30%}}.wp-block-narwhal-iframe iframe{border:0;min-height:31.25rem;width:100%}@media screen and (min-width: 48em){.admin-bar .site-content .wp-block-narwhal-in-page-nav.nav-fixed{top:149px}}.wp-block-narwhal-in-page-nav{background-color:#1b365d;padding-bottom:0 !important;padding-top:0 !important}@media screen and (min-width: 48em){.wp-block-narwhal-in-page-nav.nav-fixed{position:fixed;top:117px;width:100%;z-index:100;left:0}}.wp-block-narwhal-in-page-nav .in-page-nav{margin:0}.wp-block-narwhal-in-page-nav .in-page-nav>li{margin:0 2.5rem}.wp-block-narwhal-in-page-nav .menu-item{align-items:center;display:flex;height:4.25rem;position:relative;text-align:center}.wp-block-narwhal-in-page-nav .menu-item a{color:#fff;display:block;font-size:.875rem;font-weight:700;letter-spacing:.03125rem;line-height:1.1875rem;text-transform:uppercase}.wp-block-narwhal-in-page-nav .current-menu-item a,.wp-block-narwhal-in-page-nav .menu-item:hover a{color:#ff6c0e}.wp-block-narwhal-in-page-nav .current-menu-item:after{background-color:#ff6c0e;bottom:0;content:'';height:4px;left:0;position:absolute;width:100%}@media screen and (max-width: 47.99em){.wp-block-narwhal-in-page-nav .in-page-nav{flex-wrap:wrap;padding:46px 0px 28px}.wp-block-narwhal-in-page-nav .in-page-nav>li{margin:0 1rem 18px}.wp-block-narwhal-in-page-nav .menu-item{height:unset}.wp-block-narwhal-in-page-nav .menu-item a{margin-bottom:5px}}.wp-block-narwhal-left-right-sidebar{flex-wrap:wrap}.wp-block-narwhal-left-right-sidebar__inner,.wp-block-narwhal-left-right-sidebar__sidebar{width:100%}@media screen and (max-width: 61.24em){.wp-block-narwhal-left-right-sidebar__inner,.wp-block-narwhal-left-right-sidebar__sidebar{flex:unset !important}}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__inner{width:calc(100% - 260px)}}.wp-block-narwhal-left-right-sidebar.alignfull{padding-top:0 !important;padding-bottom:0 !important}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar.alignfull{margin-left:auto}}.wp-block-narwhal-left-right-sidebar.alignfull .wp-block-narwhal-left-right-sidebar__inner{padding-left:1.875rem;padding-right:1.875rem;padding-bottom:80px;padding-top:80px}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar.alignfull .wp-block-narwhal-left-right-sidebar__inner{padding-left:0px;padding-right:42px}}.wp-block-narwhal-left-right-sidebar__inner .wp-block-narwhal-left-right__content p+.is-style-arrow-cta:first-of-type{margin-top:-20px}.wp-block-narwhal-left-right-sidebar__inner .wp-block-narwhal-left-right__content .wp-block-button.is-style-arrow-cta .wp-block-button__link{text-align:left}.wp-block-narwhal-left-right-sidebar__inner .wp-block-narwhal-left-right__content .wp-block-button.is-style-arrow-cta+.wp-block-button:not(.is-style-arrow-cta){margin-top:35px}.wp-block-narwhal-left-right-sidebar__sidebar{overflow:hidden}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar{justify-content:center;width:260px}}.wp-block-narwhal-left-right-sidebar__sidebar-bg-wrap img{bottom:0;height:100%;left:0;max-width:none;object-fit:cover;opacity:.1 !important;position:absolute;right:0;top:0;width:100%}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-bg-wrap img{left:auto;right:auto}}.wp-block-narwhal-left-right-sidebar__sidebar-inner{align-content:flex-start;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;padding:40px 55px 45px}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-inner{flex-direction:column;justify-content:space-between;padding:0px 47px 0px 48px}}.wp-block-narwhal-left-right-sidebar__sidebar-inner>*{padding:5px 10px;text-align:left;width:100%}.wp-block-narwhal-left-right-sidebar__sidebar-inner>*:first-child{padding-top:0}.wp-block-narwhal-left-right-sidebar__sidebar-inner>*:last-child{padding-bottom:0}@media screen and (min-width: 48em){.wp-block-narwhal-left-right-sidebar__sidebar-inner>*{width:50%;text-align:center}.wp-block-narwhal-left-right-sidebar__sidebar-inner>*:nth-of-type(odd){padding-left:0}.wp-block-narwhal-left-right-sidebar__sidebar-inner>*:nth-of-type(odd){padding-right:0}.wp-block-narwhal-left-right-sidebar__sidebar-inner>*:nth-of-type(-n+2){padding-top:0}.wp-block-narwhal-left-right-sidebar__sidebar-inner>*:nth-last-of-type(-n+2){padding-bottom:0}}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-inner>*{padding:0 !important;width:100%}}.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__heading{color:#2b2b2b;font-size:1rem;font-weight:700;letter-spacing:.9px;line-height:1.375rem;margin-bottom:0px;padding-bottom:0;padding-left:0;padding-right:0;text-transform:uppercase}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__heading{margin-bottom:2.6875rem}}.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__content-title{border-left:2px solid #2b2b2b;font-size:.9375rem;font-weight:600;line-height:1.1875rem;margin-bottom:0;padding:0 14px}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__content-title{border-left:0;margin-bottom:15px;padding:5px 10px;text-align:left}}.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__sidebar-image-wrap{display:none}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__sidebar-image-wrap{display:block}}.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__sidebar-image{display:block;max-height:200px}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__sidebar-image{margin-bottom:20px;max-height:none}}.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__ctaText{display:none;font-size:.8125rem;font-weight:700;justify-content:center;line-height:1.125rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__ctaText{display:flex;justify-content:flex-start;text-align:left;width:100%}}.wp-block-narwhal-left-right-sidebar__sidebar-inner .wp-block-narwhal-left-right-sidebar__ctaText:after{content:url("data:image/svg+xml,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EPath%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Module-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_ModulePage_v5' transform='translate(-1306.000000, -8252.000000)' fill='%231D63AE' stroke='%231D63AE' stroke-width='0.5'%3E %3Cg id='Group-20' transform='translate(1228.000000, 7990.000000)'%3E %3Cg id='Group-19' transform='translate(0.000000, 260.000000)'%3E %3Cpolygon id='Path' transform='translate(88.000000, 9.000000) rotate(180.000000) translate(-88.000000, -9.000000) ' points='86.6961765 15.1391302 81.2817061 9.60873271 97 9.60873271 97 8.39126729 81.2817061 8.39126729 86.6961765 2.86086979 85.8533428 2 79 9 85.8533428 16'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");display:inline-block;height:14px;margin-left:7px;position:relative;top:2px;transition:.2s all linear;width:18px}.wp-block-narwhal-left-right-sidebar__sidebar:hover .wp-block-narwhal-left-right-sidebar__ctaText:after,.wp-block-narwhal-left-right-sidebar__sidebar:focus .wp-block-narwhal-left-right-sidebar__ctaText:after{transform:translateX(50%)}.wp-block-narwhal-left-right__inner{display:flex;flex-direction:column}@media screen and (min-width: 48em){.wp-block-narwhal-left-right__inner{flex-direction:row}}.wp-block-narwhal-left-right__inner>div{flex:1}.wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content{margin-left:1.25rem}.wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__media-wrap{margin-right:1.25rem}@media screen and (max-width: 47.99em){.wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__content{order:0;margin-left:0}.wp-block-narwhal-left-right__inner.\--float-left .wp-block-narwhal-left-right__media-wrap{order:1;margin-right:0}}.wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__content{margin-right:1.25rem}.wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__media-wrap{margin-left:1.25rem}@media screen and (max-width: 47.99em){.wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__content{order:0;margin-right:0}.wp-block-narwhal-left-right__inner.\--float-right .wp-block-narwhal-left-right__media-wrap{order:1;margin-left:0}}.wp-block-narwhal-left-right__inner ul{list-style:none}.wp-block-narwhal-left-right__inner ul li{font-size:1rem;font-weight:600;line-height:1.625rem;text-indent:-1rem;padding-left:1rem}.wp-block-narwhal-left-right__inner ul li::before{color:#004c97;content:"\2022";font-weight:bold;display:inline-block;width:1em}.wp-block-narwhal-left-right__content{color:#2b2b2b;display:flex;flex-direction:column;justify-content:center}.wp-block-narwhal-left-right__content h2,.wp-block-narwhal-left-right__content p,.wp-block-narwhal-left-right__content ol,.wp-block-narwhal-left-right__content ul{max-width:475px}.wp-block-narwhal-left-right__content h2.has-white-color.has-text-color{color:#ffffff !important}.wp-block-narwhal-left-right__content h2,.wp-block-narwhal-left-right__content h3,.wp-block-narwhal-left-right__content h4{margin-bottom:1.875rem}.wp-block-narwhal-left-right__content p{margin-top:0;margin-bottom:1.25rem}.wp-block-narwhal-left-right__content ul,.wp-block-narwhal-left-right__content ol{margin-top:0}@media screen and (min-width: 48em){.wp-block-narwhal-left-right__media-wrap{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.wp-block-narwhal-left-right__media-wrap{display:block}}@media screen and (max-width: 47.99em){.wp-block-narwhal-left-right.is-style-full-image .wp-block-narwhal-left-right__inner>div{padding-top:15px;padding-bottom:15px}}.wp-block-narwhal-left-right.is-style-full-image .wp-block-narwhal-left-right__content figure{margin-left:0;margin-bottom:10px}.wp-block-narwhal-left-right.is-style-full-image .wp-block-narwhal-left-right__media-wrap .wp-block-embed{margin-bottom:unset}.wp-block-narwhal-left-right.is-style-full-image .wp-block-narwhal-left-right__media-wrap .wp-block-embed__wrapper{max-width:unset}@media screen and (min-width: 48em){.wp-block-narwhal-left-right.is-style-full-image .\--float-right .wp-block-narwhal-left-right__content{max-width:50%}.wp-block-narwhal-left-right.is-style-full-image .\--float-right .wp-block-narwhal-left-right__media-wrap{margin-right:calc(50% - 50vw)}}@media screen and (min-width: 48em){.wp-block-narwhal-left-right.is-style-full-image .\--float-left .wp-block-narwhal-left-right__content{max-width:50%}.wp-block-narwhal-left-right.is-style-full-image .\--float-left .wp-block-narwhal-left-right__media-wrap{margin-left:calc(50% - 50vw)}}@media screen and (max-width: 61.24em){.wp-block-narwhal-background-color .wp-block-narwhal-logo-strip{padding-bottom:0 !important;padding-top:0 !important}}.wp-block-narwhal-logo-strip__carousel{margin:0 auto;max-width:calc(100% - 75px)}.wp-block-narwhal-logo-strip__carousel .slick-track{align-items:center;display:flex}.wp-block-narwhal-logo-strip__carousel .slick-prev,.wp-block-narwhal-logo-strip__carousel .slick-next{position:absolute;top:50%;transform:translateY(-50%);color:transparent;background:transparent;border:0;height:26px;width:26px;padding:0}.wp-block-narwhal-logo-strip__carousel .slick-prev:after,.wp-block-narwhal-logo-strip__carousel .slick-next:after{content:'';background:url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGroup 11%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Logo-Strip' transform='translate(-99.000000, -168.000000)' stroke='%232B2B2B'%3E %3Cg id='Group-11' transform='translate(100.000000, 169.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(13.500000, 13.000000) rotate(-90.000000) translate(-13.500000, -13.000000) translate(8.000000, 6.000000)' fill='%232B2B2B' stroke-width='0.5'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3Ccircle id='Oval' stroke-width='1.5' fill-rule='nonzero' cx='13' cy='13' r='13'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center/cover no-repeat;display:block;position:absolute;height:26px;width:26px;top:0;right:0;bottom:0;left:0}.has-black-background-color .wp-block-narwhal-logo-strip__carousel .slick-prev:after,.has-black-background-color .wp-block-narwhal-logo-strip__carousel .slick-next:after{background-image:url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGroup 11%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Logo-Strip' transform='translate(-99.000000, -168.000000)' stroke='%23FFFFFF'%3E %3Cg id='Group-11' transform='translate(100.000000, 169.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(13.500000, 13.000000) rotate(-90.000000) translate(-13.500000, -13.000000) translate(8.000000, 6.000000)' fill='%23FFFFFF' stroke-width='0.5'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3Ccircle id='Oval' stroke-width='1.5' fill-rule='nonzero' cx='13' cy='13' r='13'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.wp-block-narwhal-logo-strip__carousel .slick-prev:hover,.wp-block-narwhal-logo-strip__carousel .slick-prev:focus,.wp-block-narwhal-logo-strip__carousel .slick-next:hover,.wp-block-narwhal-logo-strip__carousel .slick-next:focus{outline:none;cursor:pointer}.wp-block-narwhal-logo-strip__carousel .slick-prev{right:calc(100% + 3px)}.wp-block-narwhal-logo-strip__carousel .slick-next{left:calc(100% + 3px)}.wp-block-narwhal-logo-strip__carousel .slick-next:after{transform:scaleX(-1)}.wp-block-narwhal-logo-strip__carousel .slick-slide{padding:0 33px}@media screen and (min-width: 61.25em){.wp-block-narwhal-logo-strip__carousel .slick-slide{max-width:256px}}.wp-block-narwhal-logo-strip__carousel .slick-slide .wp-block-narwhal-logo-strip__image{height:auto;margin:0 auto;max-height:75px;max-width:150px;width:auto}.wp-block-narwhal-logo-strip__carousel .slick-slide>div:first-child{margin-bottom:1.875rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-logo-strip__carousel .slick-slide>div:first-child{margin-bottom:0}}@media screen and (min-width: 81.25em){.wp-block-narwhal-logo-strip__carousel{max-width:1060px}.wp-block-narwhal-logo-strip__carousel .slick-prev{right:calc(100% + 65px)}.wp-block-narwhal-logo-strip__carousel .slick-next{left:calc(100% + 65px)}}.tricentis-blocks .mktoForm{padding-bottom:80px;padding-top:80px}.tricentis-blocks #mktoAppend{padding-bottom:1.25rem}.tricentis-blocks #mktoAppend+.mktoForm{padding-top:0}.tricentis-blocks #mktoAppend .mktoFormCol{margin-bottom:.9375rem !important;width:100%}.tricentis-blocks .archive-midpage .mktoForm{padding-bottom:0;padding-top:0}.mktoForm,.mktoFormAppend{margin:0 -.5rem}.mktoFormRow--heading .mktoHtmlText{font-size:1.375rem;font-weight:700;line-height:1.875rem;margin:1.25rem 0 .9375rem}.mktoFormRow--heading .mktoFormCol{background-color:transparent;border:0;box-shadow:none}.mktoFormRow--checkboxes .mktoFormCol{background-color:transparent;border:0;box-shadow:none}.marketo-form-sidebar .mktoFormRow--checkboxes .mktoFormCol .mktoHtmlText,.archive-midpage .mktoFormRow--checkboxes .mktoFormCol .mktoHtmlText,.marketo-form-sidebar .mktoFormRow--checkboxes .mktoFormCol .mktoLabel,.archive-midpage .mktoFormRow--checkboxes .mktoFormCol .mktoLabel{color:#fff !important}.mktoFormRow--checkboxes .mktoFormCol .mktoLabel:not(.mktoHtmlText){font-size:1rem !important}.mktoFormRow--checkboxes .mktoFormCol .mktoLabel{opacity:1 !important;position:relative}.mktoFormRow--checkboxes .mktoFormCol:first-child{width:2.5rem}.mktoFormRow--checkboxes .mktoFormCol:nth-child(2),.mktoFormRow--checkboxes .mktoFormCol:last-child{flex-grow:1}.mktoFormRow--checkboxes.mktoFormRow--preference .mktoFormCol:first-child{width:100%}.mktoFormCol{background-color:#fff;border:1px solid #EAEAEA;box-shadow:inset 1px 1px 2px rgba(0,0,0,0.07);border-radius:.25rem;margin:0 .5rem 1.5rem !important;width:100%}.mktoFormCol.disabled{opacity:0.5;pointer-events:none}.mktoFormCol.disabled+.mktoFormCol{opacity:0.5;pointer-events:none}.mktoAsterix{display:none}.mktoRequiredField .mktoAsterix{display:inline}.mktoClear,.mktoGutter,.mktoOffset{display:none}.mktoFieldWrap{position:relative}.mktoFieldWrap .mktoFieldHelp{display:block;font-size:.75rem;line-height:1rem}.mktoFieldWrap--disabled{opacity:0.75;pointer-events:none}.mktoUsername .mktoFieldDescription{display:block;margin-left:.625rem;position:absolute;right:0;top:0}.mktoLabel,label[for^=mktoCheckbox]{color:#707070;font-size:1rem;left:.875rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:0.25s all ease;width:auto !important}.mktoLabel p,label[for^=mktoCheckbox] p{display:inline;margin:0}.label-up .mktoLabel,.label-static .mktoLabel,.label-up label[for^=mktoCheckbox],.label-static label[for^=mktoCheckbox]{font-size:.625rem;opacity:0.75;top:.625rem}.mktoFormRow--multi-select .label-up .mktoLabel,.mktoFormRow--multi-select .label-static .mktoLabel,.mktoFormRow--multi-select .label-up label[for^=mktoCheckbox],.mktoFormRow--multi-select .label-static label[for^=mktoCheckbox]{background-color:#fff;font-size:1rem;opacity:1;top:.875rem}.label-basic .mktoLabel,#mktoAppend .mktoLabel,.mktoLabel[for=qTESTDataStorageLocation],.label-basic label[for^=mktoCheckbox],#mktoAppend label[for^=mktoCheckbox],label[for^=mktoCheckbox][for=qTESTDataStorageLocation]{display:inline;position:static;transform:none}.mktoField{background-color:transparent;font-size:1rem;height:auto;line-height:1.25;padding:.9375rem .875rem .5625rem;width:100%}.mktoField::-webkit-input-placeholder{color:transparent}.mktoField::-moz-placeholder{color:transparent}.mktoField:-ms-input-placeholder{color:transparent}.mktoField:-moz-placeholder{color:transparent}select.mktoField{-webkit-appearance:none;background:transparent url("data:image/svg+xml,%3Csvg width='12px' height='10px' viewBox='0 0 12 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Form-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_ContactUs_v6' transform='translate(-879.000000, -1072.000000)' fill-rule='nonzero' stroke='%23707070' stroke-width='2'%3E %3Cpolyline id='Path-3' transform='translate(885.000000, 1076.500000) rotate(90.000000) translate(-885.000000, -1076.500000) ' points='882 1072 888 1076.5 882 1081'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat right .875rem center;width:100% !important}select.mktoField[multiple]{min-height:10.9375rem;padding-top:1.5rem}select.mktoField[multiple] option:empty{visibility:hidden}textarea.mktoField{border:0;padding:.75rem}.mktoCheckboxList{display:inline-block;min-width:1.5rem}.mktoErrorMsg,.mktoValidation{color:red;font-size:.625rem;font-style:italic;left:.875rem;margin:.375rem 0;position:absolute}.mktoHtmlText{color:#2b2b2b !important;font-size:.875rem !important;line-height:1.25rem;padding-bottom:.625rem}.marketo-form-sidebar .mktoHtmlText{color:#fff !important}.marketo-form-sidebar{color:#fff;padding:2.1875rem 1.5625rem 1.875rem}.marketo-form-sidebar__headline{margin-bottom:20px}.marketo-form-sidebar__headline h3,.marketo-form-sidebar__headline h4,.marketo-form-sidebar__headline h5,.marketo-form-sidebar__headline h6,.marketo-form-sidebar__headline p{color:#fff !important;font-size:24px;line-height:28px}.marketo-form-sidebar__heading{color:#fff;font-size:1.25rem;line-height:1.6875rem;margin-bottom:1.25rem}.marketo-form-sidebar__heading+form{margin-top:.75rem}.marketo-form-sidebar__subheading{color:#fff;font-size:.6875rem;line-height:.9375rem;margin-top:0}.checkbox-list{display:flex;padding-bottom:.3125rem}.checkbox-list input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #EAEAEA;box-shadow:inset 1px 1px 2px rgba(0,0,0,0.07);border-radius:.25rem;padding:.5rem;width:10px}.checkbox-list input[type=checkbox]:checked{background-color:#ff6c0e}.checkbox-list .mktoInvalid input[type=checkbox]{border-color:red}.checkbox-list label{color:#000;order:2;pointer-events:initial;text-transform:none;font-size:.875rem;font-weight:normal;line-height:1.25rem;letter-spacing:0;top:0 !important;transform:none}.checkbox-list .mktoError{display:none}.checkbox-list.mktoPreference label:first-line{font-weight:700}.checkbox-list .mktoError{left:0 !important;padding-top:.5rem;position:absolute;top:100% !important}.mktoButtonRow{margin:.3125rem .5rem 0}.mktoButtonRow .mktoButton img{margin-left:.25rem;vertical-align:middle;width:1.5625rem}.marketo-form-sidebar .mktoButtonRow .wp-block-button,.marketo-form-sidebar .mktoButtonRow .wp-block-button__link{width:100%}.mktoTemplateBox{margin:1.25rem 0}.resource-gate .mktoTemplateBox{text-align:center}.mktoFormRow--append{width:100%}.mktoFormRow--append .mktoFormCol{width:100%}fieldset.mktoFormCol{background-color:transparent;box-shadow:none !important;border:0;margin:0 !important;padding:0 !important}fieldset.mktoFormCol legend{display:none}#mktoForm_24 .mktoLabel[for="Email"]{width:100% !important}#mktoForm_24 .mktoLabel[for="Email"]:after{color:red;content:"Trial access credentials sent via email. Please use a valid business email address.";display:inline-block;float:right;font-size:.625rem;font-style:italic;font-weight:normal;text-transform:none}#db_data_container{display:none}.mkto-tooltip{padding-left:1.25rem;position:absolute;right:0;top:0}.mkto-tooltip__link{font-size:0.8rem;background:#ff6c0e;color:#fff;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;padding:3px 6px}.mkto-tooltip__link:hover{color:#fff;background:#eb4b07}.mkto-tooltip__content{background:#fff;border-radius:8px;box-shadow:0px 0px 3px 3px rgba(0,0,0,0.2);display:none;font-size:1.4rem;padding:18px !important;position:absolute;right:100%;top:100%;transform:translateY(-50%);width:350px;margin-top:-6px !important}@media screen and (min-width: 48em){.mkto-tooltip__content{padding:12px !important;width:225px}}.mkto-tooltip__content:after{border:8px solid #fff;border-color:transparent #fff #fff transparent;box-shadow:3px 3px 3px 0 rgba(0,0,0,0.2);content:"";height:0;right:-8px;margin-top:-8px;position:absolute;top:50%;transform:rotate(-45deg);width:0}.mkto-tooltip__content p{font-size:0.8rem;line-height:1.5;margin:0}.mkto-tooltip:hover .mkto-tooltip__content{display:block}.mktoValidation{display:none}.mktoValidation.invalid,.mktoValidation.valid{display:block}.mktoValidation.invalid{color:red}.mktoValidation.valid{color:green}.mktoMessage{color:red;display:block;font-size:.75rem;line-height:1rem;margin-top:.625rem}@media screen and (min-width: 48em){.mktoFormRow{display:flex;justify-content:space-between}}.mktoHidden{display:none}#demandbase-autocomplete .ui-widget .ui-widget{z-index:99999 !important}@media screen and (max-width: 47.99em){.masthead-heading__inner{margin:0 auto}}.masthead-heading__inner--background{background:rgba(255,255,255,0.95);max-width:37.5rem;padding:1.875rem 2.5rem .625rem 2.5rem}.masthead-heading__inner--no-background{max-width:37.5rem;padding:1.875rem 2.5rem .625rem 2.5rem}.masthead-heading__inner--no-background h1,.masthead-heading__inner--no-background p{color:white}.masthead-heading__body{height:100%;margin-bottom:1.25rem}.masthead-heading .wp-block-button{margin-bottom:1.25rem}.wp-block-narwhal-media-contacts__inner{background-color:#1b365d;color:#fff;display:flex;padding:40px 70px}@media screen and (max-width: 61.24em){.wp-block-narwhal-media-contacts__inner{flex-direction:column}}.wp-block-narwhal-media-contacts__section-title{flex:1 0 0}@media screen and (max-width: 61.24em){.wp-block-narwhal-media-contacts__section-title{flex:1}}.wp-block-narwhal-media-contacts__regions{flex:3 0 0}@media screen and (max-width: 61.24em){.wp-block-narwhal-media-contacts__regions{flex:1}}.wp-block-narwhal-media-contacts__section-title,.wp-block-narwhal-media-contacts__region-header p{font-size:1.125rem;font-weight:700;letter-spacing:.07375rem;line-height:1.8125rem}.wp-block-narwhal-media-contacts__regions p{margin-top:0;margin-bottom:0}@media screen and (min-width: 48em){.wp-block-narwhal-media-contacts__region{border-right:2px solid #FFFFFF}}.wp-block-narwhal-media-contacts__region:last-child{border-right:none}.wp-block-narwhal-media-contacts__region-info p,.wp-block-narwhal-media-contacts__region-info a{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:-.00688rem;line-height:1.5rem}.wp-block-narwhal-media-contacts__region-info a{text-decoration:underline}@media screen and (max-width: 61.24em){.wp-block-media-text{grid-template-areas:"media-text-media media-text-media" "media-text-content media-text-content"}.wp-block-media-text>figure.wp-block-media-text__media{margin-bottom:35px}.wp-block-media-text>div.wp-block-media-text__content{padding:0px}}.archive-tri-news-item-filters-list__intro-text,.archive-search-filters-list__intro-text{text-transform:uppercase;color:#2b2b2b;font-size:1.125rem;line-height:1.5rem;font-weight:700}.archive-tri-news-item-filters-list__list,.archive-search-filters-list__list{padding-left:0;list-style:none;margin-top:33px}.archive-tri-news-item-filters-list__list li:last-of-type .archive-tri-news-item-filters-list__item,.archive-search-filters-list__list li:last-of-type .archive-tri-news-item-filters-list__item{border-bottom:2px solid #2b2b2b}.archive-tri-news-item-filters-list__item,.archive-search-filters-list__item{display:block;color:#2b2b2b;padding:18px 0;border-top:2px solid #2b2b2b;font-size:.9375rem;line-height:20px}.archive-tri-news-item-filters-list__item.filter-active,.archive-search-filters-list__item.filter-active{color:#004c97;font-weight:700}.pdg-offer{position:relative}.pdg-offer__thumbnail{margin:0}.pdg-offer__thumbnail img{display:block}.pdg-offer--strip,.pdg-offer--promo,.pdg-offer--sidebar,.pdg-offer--resources{background-color:#fff;margin-bottom:1.25rem}.pdg-offer--strip .pdg-offer__content-wrapper,.pdg-offer--promo .pdg-offer__content-wrapper,.pdg-offer--sidebar .pdg-offer__content-wrapper,.pdg-offer--resources .pdg-offer__content-wrapper{padding:1.25rem}.pdg-offer__link{color:#2b2b2b;text-decoration:none !important}@media screen and (max-width: 47.99em){.pdg-offer__link{flex-direction:column}}.pdg-offer__title{font-size:1rem;font-weight:700;letter-spacing:0.25px;line-height:1.375rem;width:100%}.pdg-offer__content{margin-top:0;width:100%}.pdg-offer__content:empty{display:none}.pdg-offer__button{background-color:transparent;border:0;color:#004c97;font-size:.9375rem;font-weight:700;letter-spacing:-0.25px;padding:0;transition:color 0.15s;text-transform:lowercase}.pdg-offer__button:first-letter{text-transform:uppercase}.pdg-offer__button svg{display:inline-block;margin-left:4px;vertical-align:middle;transition:transform 0.15s}.pdg-offer__button:hover{cursor:pointer;transition:color 0.15s;color:#ef742f}.pdg-offer__button:hover svg{transition:transform 0.15s;transform:translateX(50%)}.pdg-offer--strip,.pdg-offer--promo{background-color:#f1f1f1}.has-background .pdg-offer--strip,.has-background .pdg-offer--promo{background-color:#fff}.has-white-background-color .pdg-offer--strip,.has-white-background-color .pdg-offer--promo{background-color:#f1f1f1}.pdg-offer--strip .pdg-offer__thumbnail{max-height:194px;overflow:hidden}.pdg-offer--strip .pdg-offer__title{font-size:1rem;line-height:1.3125rem;margin-bottom:.875rem}.pdg-offer--strip .pdg-offer__content-wrap{padding:2.3125rem}.pdg-offer--strip .pdg-offer__content{color:#2b2b2b;font-size:.875rem;line-height:1.25rem;margin-bottom:.875rem}.pdg-offer--strip .pdg-offer__button{font-size:.9375rem;font-weight:600;letter-spacing:-.25px}@supports (display: grid){.pdg-offer--not-featured .pdg-offer__link{display:flex}}.pdg-offer--not-featured .pdg-offer__thumbnail{overflow:hidden}@supports (display: grid){.pdg-offer--not-featured .pdg-offer__thumbnail{width:32.5%}}.pdg-offer--not-featured .pdg-offer__thumbnail img{height:100%}@media screen and (max-width: 47.99em){.pdg-offer--not-featured .pdg-offer__thumbnail{width:100%}.pdg-offer--not-featured .pdg-offer__thumbnail img{width:100%;height:auto}}@supports (display: grid){.pdg-offer--not-featured .pdg-offer__content-wrapper{width:70%}}.pdg-offer--not-featured .pdg-offer__title{margin-bottom:.75rem}.pdg-offer--callout{margin-bottom:1.5625rem}.pdg-offer--callout:last-child{margin-bottom:0}.pdg-offer--callout .pdg-offer__thumbnail{display:none}.pdg-offer--callout .pdg-offer__link{color:#fff}.pdg-offer--callout .pdg-offer__title{color:#fff}.pdg-offer--callout .pdg-offer__button{color:#fff}.pdg-offer--callout .pdg-offer__content-wrapper{padding-left:1.25rem;position:relative}.pdg-offer--callout .pdg-offer__content-wrapper:before{content:'';background-color:#fff;width:2px;height:calc(100% - 49px);position:absolute;left:0;top:.28125rem}.pdg-offer--list{margin-bottom:2.1875rem}.pdg-offer--list:last-child{margin-bottom:0}.pdg-offer--list .pdg-offer__link{display:flex}.pdg-offer--list .pdg-offer__thumbnail{flex-shrink:0;margin-right:.625rem;width:70px}.pdg-offer--list .pdg-offer__title{color:#fff;font-size:.875rem;line-height:1.1875rem}.pdg-offer--list .pdg-offer__content{display:none}.pdg-offer--list .pdg-offer__button{color:#ff6c0e;font-size:.8125rem;font-weight:700}.pdg-offer--strip .pdg-offer__link,.pdg-offer--promo .pdg-offer__link,.pdg-offer--resources .pdg-offer__link,.pdg-offer--featured .pdg-offer__link{display:flex;flex-direction:column;height:100%}.pdg-offer--strip .pdg-offer__link .pdg-offer__content-wrapper,.pdg-offer--promo .pdg-offer__link .pdg-offer__content-wrapper,.pdg-offer--resources .pdg-offer__link .pdg-offer__content-wrapper,.pdg-offer--featured .pdg-offer__link .pdg-offer__content-wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1}.pdg-offer--strip .pdg-offer__link .pdg-offer__content-wrapper p,.pdg-offer--promo .pdg-offer__link .pdg-offer__content-wrapper p,.pdg-offer--resources .pdg-offer__link .pdg-offer__content-wrapper p,.pdg-offer--featured .pdg-offer__link .pdg-offer__content-wrapper p{flex-grow:1}.pdg-offer--strip .pdg-offer__thumbnail img,.pdg-offer--promo .pdg-offer__thumbnail img,.pdg-offer--resources .pdg-offer__thumbnail img,.pdg-offer--featured .pdg-offer__thumbnail img{min-width:100%}.pdg-offer__post-type{background-color:#1b365d;color:#fff;font-size:.875rem;font-weight:700;height:2.875rem;left:0;min-width:6.25rem;padding:.875rem 1.875rem;position:absolute;text-align:center;top:0;z-index:1}.pdg-offer--not-featured .pdg-offer__post-type{font-size:.8125rem;height:2.25rem;min-width:4.6875rem;padding:.625rem .9375rem}.pdg-offer--single .pdg-offer__subtitle{color:#878888;font-size:10px;font-weight:bold;margin:0;text-transform:uppercase}.pdg-offer--single .pdg-offer__thumbnail{margin-bottom:.625rem}.pdg-offer--single .pdg-offer__title{margin-bottom:.625rem}.pdg-offer--single .pdg-offer__content{display:none}.pdg-offer--single .pdg-offer__button{font-size:12px}.pdg-offer--single .pdg-offer__button svg{position:relative;top:-1px;width:12px}@media screen and (min-width: 48em){.pdg-offer--strip{margin-bottom:0}.pdg-offer--strip .pdg-offer__content-wrapper{padding:2.1875rem 2.3125rem 2.3125rem}.pdg-offer--promo{margin-bottom:0}.pdg-offer--promo .pdg-offer__content-wrapper{padding:1.25rem 2.1875rem 1.5625rem}.pdg-offer--sidebar{margin-bottom:0;width:24%}.pdg-offer--sidebar .pdg-offer__title{margin-bottom:.75rem}.pdg-offer--sidebar .pdg-offer__content{color:#2b2b2b;font-size:.875rem;line-height:1.25rem;margin-bottom:.875rem}.pdg-offer--sidebar .pdg-offer__thumbnail{overflow:hidden;height:125px}.pdg-offer--sidebar .pdg-offer__thumbnail img{height:100%}@supports (object-fit: contain){.pdg-offer--sidebar .pdg-offer__thumbnail img{height:100%;object-fit:cover;width:100%}}@supports (display: grid){.pdg-offer--sidebar{width:auto}.pdg-offer--sidebar .pdg-offer__thumbnail{height:auto}}.pdg-offer--sidebar[data-order='1']{grid-column:1;grid-row:1 / 4}@supports (display: grid){.pdg-offer--sidebar[data-order='1'] .pdg-offer__thumbnail{height:284px}}.pdg-offer--sidebar[data-order='2']{grid-column:2;grid-row:1}.pdg-offer--sidebar[data-order='3']{grid-column:2;grid-row:2}.pdg-offer--sidebar[data-order='4']{grid-column:2;grid-row:3}.pdg-offer--resources{margin-bottom:0;width:42%}.pdg-offer--resources[data-order='1']{margin-right:1.25rem}@supports (display: grid){.pdg-offer--resources{width:auto}.pdg-offer--resources[data-order='1']{grid-column:1 / 5;margin-right:0}.pdg-offer--resources[data-order='2']{grid-column:5 / 11}}.pdg-offer--resources .pdg-offer__thumbnail{height:12.125rem;overflow:hidden}.pdg-offer--callout{flex-basis:0;flex-grow:1;margin-bottom:0;overflow:hidden;position:relative}.pdg-offer--callout .pdg-offer__thumbnail{display:block;left:0;position:absolute;top:0;z-index:1;width:100%}.pdg-offer--callout .pdg-offer__thumbnail:after{background-color:#1D63AE;content:'';display:block;height:100%;left:0;opacity:0.6;position:absolute;top:0;width:100%}@supports (object-fit: contain){.pdg-offer--callout .pdg-offer__thumbnail img{height:100%;object-fit:cover;width:100%}}.pdg-offer--callout .pdg-offer__link{color:#fff}.pdg-offer--callout .pdg-offer__title{color:#fff;font-size:1.125rem}.pdg-offer--callout .pdg-offer__content{display:none}.pdg-offer--callout .pdg-offer__content-wrapper{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 10%;position:relative;z-index:2}.pdg-offer--callout .pdg-offer__content-wrapper:before{content:none}.pdg-offer--single .pdg-offer__link{display:flex}.pdg-offer--single .pdg-offer__thumbnail{flex-shrink:0;margin-bottom:0;margin-right:35px;width:177px}}.pdg-position__title{font-size:1.75rem;line-height:2.9375rem;margin-bottom:2.1875rem;text-align:center}.pdg-position--callout{background-color:#004c97;padding:1.5625rem}.pdg-position--callout .pdg-position__title{color:#fff;font-size:1.3125rem;letter-spacing:.08563rem;line-height:1.8125rem;text-align:left;text-transform:uppercase}.pdg-position--list{background-color:#2b2b2b;padding:2.1875rem 1.5625rem}.pdg-position--list .pdg-position__title{color:#fff;font-size:1.25rem;line-height:1.6875rem;margin-bottom:2.1875rem;text-align:left}.pdg-position--resources .pdg-position__button{border:2px solid #004c97;color:#004c97;display:block;font-size:.875rem;font-weight:700;margin:0 auto;max-width:14.6875rem;padding:.625rem 0;text-align:center}.pdg-position--resources .pdg-position__button:hover{border-color:#164A83;color:#164A83}.pdg-position--single{background-color:#f3f3f3;border:1px solid #e3e4e4;margin:2.5rem 0;padding:.625rem}.pdg-position--single .pdg-position__title{display:none}@media screen and (min-width: 48em){.pdg-position--strip .pdg-position__offers,.pdg-position--promo .pdg-position__offers{display:grid;grid-gap:20px;grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none){.pdg-position--strip .pdg-position__offers,.pdg-position--promo .pdg-position__offers{display:flex;flex-direction:row}.pdg-position--strip .pdg-position__offers .pdg-offer,.pdg-position--promo .pdg-position__offers .pdg-offer{margin-right:20px;flex-basis:33.33%}.pdg-position--strip .pdg-position__offers .pdg-offer:last-child,.pdg-position--promo .pdg-position__offers .pdg-offer:last-child{margin-right:0}}@media screen and (min-width: 48em){.pdg-position--sidebar .pdg-position__offers,.pdg-position--resources .pdg-position__offers{display:flex}@supports (display: grid){.pdg-position--sidebar .pdg-position__offers,.pdg-position--resources .pdg-position__offers{display:grid;grid-gap:20px}}.pdg-position--sidebar .pdg-position__offers{flex-wrap:wrap;justify-content:space-between}.pdg-position--callout{align-items:center;display:flex;height:144px;padding:0}.pdg-position--callout .pdg-position__title{font-size:1rem;line-height:1.25rem;margin:0;padding:0 4%;width:16%}.pdg-position--callout .pdg-position__offers{display:flex;height:100%;width:84%}.pdg-position--resources .pdg-position__offers{grid-template-columns:repeat(12, 1fr)}.pdg-position--resources .pdg-position__button{align-self:center;grid-column:11 / 13;margin-left:1.5rem;margin-right:0;padding-left:.5rem;padding-right:.5rem}}.pe-template-placement{padding-bottom:80px;padding-top:80px}.wp-block-narwhal-person-card{height:372px;position:relative;margin:0 auto;max-width:295px;transition:all .5s ease;width:100%}@media screen and (min-width: 48em){.wp-block-narwhal-person-card{height:315px}}.has-3-columns .wp-block-narwhal-person-card{max-width:unset}.wp-block-narwhal-person-card--alt{height:auto}.wp-block-narwhal-person-card img{display:block;filter:grayscale(100%);height:110%;max-width:none;transition:all .5s ease;width:auto;height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}@supports (object-fit: cover){.wp-block-narwhal-person-card img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}@supports (object-fit: cover){.wp-block-narwhal-person-card img{position:static}}.wp-block-narwhal-person-card:hover,.wp-block-narwhal-person-card:focus{box-shadow:0px 2px 12px 0px #BFC8CE}.wp-block-narwhal-person-card:hover img,.wp-block-narwhal-person-card:focus img{filter:grayscale(0)}.wp-block-narwhal-person-card__image-wrap{height:100%;overflow:hidden;position:relative;width:100%}.wp-block-narwhal-person-card__image-wrap--alt{height:auto}.wp-block-narwhal-person-card__image-wrap--alt img{height:auto;width:100%}.wp-block-narwhal-person-card__person{background-color:#1b365d;bottom:0;color:#ffffff;left:0;max-width:100%;padding:8.5px 5px 8.5px 15px;position:absolute;width:201px}.wp-block-narwhal-person-card__person p{margin:0}.wp-block-narwhal-person-card__person--alt{position:static;width:auto}.wp-block-narwhal-person-card__person-name{display:block;font-size:.8125rem;font-weight:700;line-height:1.125rem}.wp-block-narwhal-person-card__person-name+span:not(.wp-block-narwhal-person-card__person-title){display:none}.wp-block-narwhal-person-card__person-title{display:block;font-size:.8125rem;line-height:1.125rem}.wp-block-narwhal-person-card--has-modal{cursor:pointer}.person-modal{display:none;background-color:rgba(0,0,0,0.4);z-index:99999;height:100%;left:0;position:fixed;top:0;width:100%}.person-modal--active{display:block}.person-modal__underlay{z-index:999999;height:100%;left:0;position:fixed;top:0;width:100%}.person-modal__close{background:#1b365d url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/icon-close.png) no-repeat left top;background-size:30px 30px;border:0;border-radius:50%;box-shadow:0 0 1.5625rem 0 rgba(0,0,0,0.2);cursor:pointer;height:30px;overflow:hidden;padding:0;position:absolute;right:5px;text-indent:200%;top:5px;width:30px}@media screen and (min-width: 61.25em){.person-modal__close{right:-50px;top:0}}.person-modal__wrapper{background-color:#fff;border-radius:.625rem;box-shadow:0 0 1.5625rem 0 rgba(0,0,0,0.2);left:50%;max-width:32.5rem;position:absolute;top:50%;transform:translate(-50%, -50%);width:96%;z-index:9999999}.person-modal__content{max-height:86vh;overflow:scroll;padding:1.25rem}@media screen and (min-width: 61.25em){.person-modal__content{padding:3.75rem}}.person-modal__location{font-size:.8125rem;margin-bottom:.625rem}.person-modal__title{color:#004c97;font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-top:0;padding-bottom:1.25rem}.person-modal__header{background:#1b365d no-repeat center top;background-size:cover;border-radius:.625rem .625rem 0 0;height:12.5rem;position:relative;z-index:10000}@media screen and (min-width: 61.25em){.person-modal__header{height:18.125rem}}.person-modal__header::after{content:'';position:absolute;height:100%;width:100%;background-color:rgba(12,41,73,0.8);top:0;z-index:-1}.person-modal__content{max-height:50vh;overflow:scroll;padding:1.25rem}.person-modal__content p{color:#717171;font-size:.875rem;line-height:1.375rem}@media screen and (min-width: 61.25em){.person-modal__content{padding:1.25rem 3.75rem}.person-modal__content p{font-size:1rem;line-height:1.625rem}}.person-modal__thumbnail{padding:1.875rem 0 .625rem 1.875rem}.person-modal__thumbnail img{border-radius:50%;height:5rem;width:5rem}@media screen and (min-width: 61.25em){.person-modal__thumbnail img{height:10rem;width:10rem}}.person-modal__name{color:#fff;font-size:1.0625rem;font-weight:600;margin:0;padding-left:1.875rem}@media screen and (min-width: 61.25em){.person-modal__name{font-size:1.3125rem;padding-left:3.875rem}}.person-modal__title{color:#fff;font-size:.9375rem;margin:0;padding-left:1.875rem}@media screen and (min-width: 61.25em){.person-modal__title{padding-left:3.875rem}}.wp-block-pullquote{border-top:0;border-bottom:0;color:#004c97;padding-top:33px;padding-bottom:33px}@media screen and (min-width: 68.75em){.wp-block-pullquote{float:left;max-width:520px;margin-left:-90px;margin-right:20px}}.wp-block-pullquote blockquote{margin:0;text-align:left;color:#004c97;position:relative}.wp-block-pullquote blockquote p{font-size:1.625rem;line-height:2rem;font-weight:700;margin:0}.wp-block-pullquote blockquote:before{content:'';display:block;position:absolute;top:1rem;right:calc(100% + 25px);width:64px;height:3px;background-color:#004c97}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:#004c97;margin-top:15px;display:block;line-height:1.1875rem;text-transform:none}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.resource-grid-card{margin-bottom:3.125rem}}.resource-grid-card__inner{background-color:#fff;display:flex;flex-direction:column;height:100%;position:relative}.resource-grid-card__term{background-color:#11276D;color:#fff;font-size:.875rem;font-weight:700;height:46px;min-width:100px;padding:14px 30px;position:absolute;z-index:1}.resource-grid-card__meta{display:flex;flex-direction:row;margin-bottom:.5rem}.resource-grid-card__author{color:#004c97;font-size:.6875rem;font-weight:700;line-height:1.5rem;letter-spacing:.05312rem;text-transform:uppercase}.archive-resource-collection__results .resource-grid-card__author{display:none}.resource-grid-card__date{color:#2b2b2b;font-size:.6875rem;line-height:1.5625rem;margin-left:auto}.resource-grid-card__image{position:relative}@supports (object-fit: cover){.resource-grid-card__image{height:9.375rem}}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.resource-grid-card__image{min-height:9.375rem;max-height:9.375rem;overflow:hidden}}.resource-grid-card__image img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}@supports (object-fit: cover){.resource-grid-card__image img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.resource-grid-card__image img{min-height:9.375rem}}.resource-grid-card__text{display:flex;flex-direction:column;flex-grow:1;padding:1.5625rem}.resource-grid-card__title{font-size:1.0625rem;font-weight:bold;line-height:1.3125rem;margin-bottom:.625rem}.resource-grid-card__title a{color:#2b2b2b}.resource-grid-card__excerpt{color:#2b2b2b;font-size:.875rem;line-height:1.25rem;margin-bottom:1.25rem}.resource-grid-card__more-link{color:#004c97;font-size:.9375rem;font-weight:600;line-height:1.25rem;margin-top:auto;position:relative;text-transform:lowercase}.resource-grid-card__more-link:first-letter{text-transform:uppercase}.resource-grid-card__more-link a::after{content:" ";background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Enoun_Arrow_2026255_000000%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Blog/Event/MarketPlace' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_BlogLanding_v6' transform='translate(-297.000000, -1362.000000)' fill='%231D63AE' stroke='%231D63AE' stroke-width='0.25'%3E %3Cg id='Group' transform='translate(190.000000, 981.000000)'%3E %3Cg id='Group-2' transform='translate(24.000000, 213.000000)'%3E %3Cg id='Group-17' transform='translate(0.000000, 162.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(90.000000, 11.500000) rotate(-90.000000) translate(-90.000000, -11.500000) translate(84.500000, 4.500000)'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(-90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;height:.6875rem;width:.875rem;transition:.2s transform linear;display:inline-block;margin-left:.625rem}.resource-grid-card__more-link a:hover,.resource-grid-card__more-link a:focus{color:#ff6c0e}.resource-grid-card__more-link a:hover:after,.resource-grid-card__more-link a:focus:after{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EPath%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Dropdown-Menu' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign__Menu_Products' transform='translate(-303.000000, -418.000000)' fill='%23EF742F' stroke='%23EF742F' stroke-width='0.75'%3E %3Cg id='Group-8' transform='translate(138.000000, 411.000000)'%3E %3Cpolygon id='Path' transform='translate(171.958984, 12.169922) rotate(-180.000000) translate(-171.958984, -12.169922) ' points='171.017334 16.5550149 167.106883 12.604731 178.458984 12.604731 178.458984 11.7351128 167.106883 11.7351128 171.017334 7.78482887 170.408621 7.16992188 165.458984 12.1699219 170.408621 17.1699219'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");transform:translateX(.3125rem);color:#ff6c0e}.archive-resource-collection__results .card-post__author,.archive-resource-collection__results .card-post__date{display:none}.resource-grid .archive-card{flex:0 0 33.33333%}.resource-grid .archive-card__inner{margin:10px}@supports (display: grid){.resource-grid .archive-card__inner{margin:0}}.resource-grid--featured{margin-bottom:1.25rem;display:flex;flex-flow:row wrap;margin-left:-10px;margin-right:-10px}@supports (display: grid){.resource-grid--featured{display:grid;grid-gap:20px;grid-template-columns:1fr;margin-left:0;margin-right:0}@media screen and (min-width: 48em){.resource-grid--featured{grid-template-columns:1fr 1fr;grid-template-rows:250px 250px}}.resource-grid--featured article[data-card-index='0']{grid-row:1 / span 2}@media screen and (min-width: 48em){.resource-grid--featured article[data-card-index='0'] .card-tri-resource__image{height:18.75rem}}@media screen and (min-width: 48em){.resource-grid--featured article:nth-child(n+2) .card-tri-resource__inner{flex-direction:row}.resource-grid--featured article:nth-child(n+2) .card-tri-resource__image{width:40%;height:unset}.resource-grid--featured article:nth-child(n+2) .card-tri-resource__text{width:60%;padding:1.25rem}}}.resource-grid--posts{margin-bottom:1.25rem;display:flex;flex-flow:row wrap;margin-left:-10px;margin-right:-10px}@supports (display: grid){.resource-grid--posts{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill, minmax(18.75rem, 1fr));margin-left:0;margin-right:0}}.wp-block-narwhal-page-header{padding-bottom:5.4375rem;padding-top:6.75rem}.grid__row .wp-block-narwhal-page-header,.tricentis-blocks--in-template .wp-block-narwhal-page-header{padding-bottom:0 !important;padding-top:0 !important}.wp-block-narwhal-page-header__inner{align-items:center}@media screen and (max-width: 47.99em){.wp-block-narwhal-page-header__inner{flex-wrap:wrap}.wp-block-narwhal-page-header__inner .wp-block-narwhal-page-header__content,.wp-block-narwhal-page-header__inner .wp-block-narwhal-page-header__media-wrap{text-align:center;flex:0 0 100%}.wp-block-narwhal-page-header__inner .wp-block-narwhal-page-header__content p,.wp-block-narwhal-page-header__inner .wp-block-narwhal-page-header__media-wrap p{margin:12px auto 29px}.wp-block-narwhal-page-header__inner .wp-block-narwhal-page-header__content .wp-block-narwhal-button-collection,.wp-block-narwhal-page-header__inner .wp-block-narwhal-page-header__media-wrap .wp-block-narwhal-button-collection{justify-content:center}}.wp-block-narwhal-page-header__content{padding-bottom:50px}@media screen and (min-width: 48em){.wp-block-narwhal-page-header__content{padding-bottom:0;padding-right:50px}}.grid__row .wp-block-narwhal-page-header__content{padding-bottom:0;padding-top:0}.wp-block-narwhal-page-header__content h1{font-size:2.625rem;letter-spacing:-.2px;line-height:2.9375rem;margin-top:9px;margin-bottom:12px}.wp-block-narwhal-page-header__content h2:first-child,.wp-block-narwhal-page-header__content h3:first-child,.wp-block-narwhal-page-header__content h4:first-child{color:#004c97;text-transform:uppercase;margin-bottom:.5625rem;font-size:.875rem;line-height:1.1875rem;font-weight:700;letter-spacing:1px}.has-white-color .wp-block-narwhal-page-header__content h2:first-child,.has-white-color .wp-block-narwhal-page-header__content h3:first-child,.has-white-color .wp-block-narwhal-page-header__content h4:first-child{color:#fff}.wp-block-narwhal-page-header__content p{font-size:1rem;letter-spacing:-.1px;line-height:1.375rem;margin-bottom:4px;margin-top:12px;max-width:435px}.wp-block-narwhal-page-header__content p:last-of-type{margin-bottom:29px}.wp-block-narwhal-page-header__content .wp-block-narwhal-button-collection .wp-block-button:only-child{margin-left:10px}@media screen and (min-width: 61.25em){.wp-block-narwhal-page-header__content .wp-block-button{margin-bottom:0}}.wp-block-narwhal-page-header__content--centered{margin:0 auto;max-width:43.75rem;text-align:center}.wp-block-narwhal-page-header__content--centered p{max-width:none}.wp-block-narwhal-page-header__content--centered .wp-block-narwhal-button-collection{margin-left:auto;margin-right:auto}.wp-block-narwhal-section-heading{max-width:700px;margin:0 auto;padding:80px 0}.tricentis-blocks--in-template .wp-block-narwhal-section-heading{padding-bottom:0 !important;padding-top:0 !important}.wp-block-narwhal-section-heading h2{margin-bottom:0px}.wp-block-narwhal-section-heading p{font-size:1rem;font-weight:600;line-height:1.5rem;margin-bottom:0}.has-black-background-color .wp-block-narwhal-section-heading h2{color:#fff;font-size:1.75rem;font-weight:700}.wp-block-narwhal-section-block.section-block__accelerator{display:flex}@media screen and (max-width: 61.24em){.wp-block-narwhal-section-block.section-block__accelerator{flex-direction:column}}.wp-block-narwhal-section-block.section-block__accelerator .mktoForm{background-color:#F0F4F7;padding:2.5rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-section-block.section-block__accelerator .mktoForm{margin-right:30px}}@media screen and (max-width: 61.24em){.wp-block-narwhal-section-block.section-block__accelerator .sidebar{margin-top:1.25rem}}@media screen and (min-width: 61.25em){.wp-block-narwhal-section-block.section-block__accelerator .sidebar{flex-basis:50%}}.wp-block-narwhal-section-block.section-block__accelerator .sidebar h6{font-weight:bold;font-size:1.25rem;line-height:1.6875rem;text-transform:uppercase}.wp-block-narwhal-section-block.section-block__accelerator .sidebar hr{margin:30px 0;max-width:23.75rem}.wp-block-narwhal-section-block.section-block__accelerator .sidebar hr.orange{width:80px;border-color:#EF742E}.wp-block-narwhal-section-block.section-block__accelerator .sidebar ul li{font-size:1.125rem;line-height:1.75rem;list-style:none}.wp-block-narwhal-section-block.section-block__accelerator .sidebar ul li::before{content:"\2022";color:#1D63AE;font-weight:bold;display:inline-block;width:1em;margin-left:-1em}.wp-block-narwhal-section-block.section-block__accelerator .sidebar__testimonial-title h6{font-size:1.5625rem;line-height:1.8125rem;text-transform:uppercase;color:#5D5D5D;margin-bottom:1.5625rem}.wp-block-narwhal-section-block.section-block__accelerator .sidebar__testimonial-title h6 span{color:#0d2949}.wp-block-narwhal-section-block.section-block__accelerator .sidebar__testimonial-name p{font-weight:bold;font-size:.9375rem;line-height:1.5625rem;margin-bottom:0}.wp-block-narwhal-section-block.section-block__accelerator .sidebar__testimonial-position p{margin:0}.wp-block-narwhal-single-testimonial{padding-bottom:0 !important;padding-top:0 !important}.wp-block-narwhal-single-testimonial__text-block:only-child{text-align:center;flex-basis:unset}.wp-block-narwhal-single-testimonial__text-block:only-child .wp-block-narwhal-single-testimonial__logo-wrap{margin:0 auto}.wp-block-narwhal-single-testimonial__text-block:only-child .wp-block-narwhal-single-testimonial__copy p{padding:20px 200px;margin:0 auto}.wp-block-narwhal-single-testimonial__text-block:only-child .wp-block-narwhal-single-testimonial__copy:after{left:50%;transform:translateX(-50%)}.wp-block-narwhal-single-testimonial__logo{max-height:4rem;max-width:8rem}@media screen and (min-width: 61.25em){.wp-block-narwhal-single-testimonial__logo{margin-bottom:3.125rem}}.wp-block-narwhal-single-testimonial__inner{display:block}.wp-block-narwhal-single-testimonial__image-wrap img{width:100%}.wp-block-narwhal-single-testimonial__text-block{padding:45px}.wp-block-narwhal-single-testimonial__copy{position:relative}.wp-block-narwhal-single-testimonial__copy p{font-size:1.4375rem;font-weight:600;line-height:2.0625rem}.wp-block-narwhal-single-testimonial__copy p br:first-child{display:none}.wp-block-narwhal-single-testimonial__copy P:first-of-type{margin-top:0px}.wp-block-narwhal-single-testimonial__copy p:last-of-type{margin-bottom:30px}.wp-block-narwhal-single-testimonial__copy:after{content:'';position:absolute;top:100%;height:2px;width:87.5px;background-color:white}.wp-block-narwhal-single-testimonial__source{margin:35px 0 0}.wp-block-narwhal-single-testimonial__company-separator{display:none}.wp-block-narwhal-single-testimonial__company{display:block;font-style:normal}.wp-block-narwhal-single-testimonial__source-extra{font-style:italic;font-weight:400}.wp-block-narwhal-single-testimonial__person{font-weight:bold}.wp-block-narwhal-single-testimonial__person br{display:none}.wp-block-narwhal-single-testimonial__more{display:inline-block;font-size:.875rem;font-weight:700;line-height:1.0625rem;margin-top:18px;text-decoration:underline;color:inherit}.wp-block-narwhal-single-testimonial__more:hover,.wp-block-narwhal-single-testimonial__more:focus{opacity:0.7}@media screen and (min-width: 48em){.wp-block-narwhal-single-testimonial__inner{display:flex}.wp-block-narwhal-single-testimonial__image-wrap{position:relative;flex-basis:39vw}.wp-block-narwhal-single-testimonial__image-wrap img{height:100%;object-fit:cover;object-position:center}.wp-block-narwhal-single-testimonial__text-block{justify-content:center;flex-basis:calc(100vw - 39vw - (100vw - 1100px)/2);padding:50px 20px 54px 80px}}.table-row{min-height:5rem;align-items:center}.table-row[data-row-index="0"]{border-bottom:3px solid rgba(13,41,73,0.15)}@media screen and (max-width: 47.99em){.table-row[data-row-index="0"]{justify-content:center;flex-wrap:wrap}}.table-row[data-row-index="0"] .table-row__column[data-column-index="0"] p{font-weight:600;font-size:1.5rem;line-height:2.0625rem;color:#0D2949}@media screen and (max-width: 47.99em){.table-row[data-row-index="0"] .table-row__column[data-column-index="0"] p{font-size:1.125rem;text-align:center}}.table-row[data-row-index="0"] .table-row__column:not([data-column-index="0"]) p{font-weight:bold;font-size:1rem;line-height:1.625rem;letter-spacing:.0625rem;text-transform:uppercase;color:#0D2949;text-align:center}@media screen and (max-width: 47.99em){.table-row[data-row-index="0"] .table-row__column:not([data-column-index="0"]) p{font-size:.875rem}}@media screen and (max-width: 47.99em){.table-row:not([data-row-index="0"]){flex-wrap:wrap}}.table-row:not([data-row-index="0"]) .table-row__column{min-height:3.75rem;position:relative}.table-row:not([data-row-index="0"]) .table-row__column[data-column-index="0"] p{font-size:1rem;line-height:1.625rem;color:#000000}.table-row:not([data-row-index="0"]) .table-row__column:not([data-column-index="0"]){text-align:center;display:flex;flex-direction:column;justify-content:center}.table-row:not([data-row-index="0"]) .table-row__column:not([data-column-index="0"]) p{font-size:.75rem;line-height:1.625rem;text-align:center;color:#686868;margin-top:0;margin-bottom:0}.table-row:not([data-row-index="0"]) .table-row__column-text--1{position:absolute;bottom:-1.25rem;width:100%}.table-module__table{margin-bottom:3.125rem}.table-module .table-row{display:flex;margin-bottom:.3125rem}.table-module[data-column-count="2"] .table-row__column{flex-basis:50%}.table-module[data-column-count="3"] .table-row__column{flex-basis:33.3333%}@media screen and (max-width: 47.99em){.table-module[data-column-count="3"] .table-row__column{flex-basis:50%}}.table-module[data-column-count="4"] .table-row__column{flex-basis:25%}@media screen and (max-width: 47.99em){.table-module[data-column-count="4"] .table-row__column{flex-basis:33.33%}}.table-module--category-table .table-row__column:first-child{flex-basis:75%}@media screen and (max-width: 47.99em){.table-module--category-table .table-row__column:first-child{flex-basis:100%}}.wp-block-table{margin:0 auto}.wp-block-table tr td{border:1px solid #c1ced7;padding:15px 25px;word-break:unset}.wp-block-table tr td:first-of-type{border-left-color:transparent}.wp-block-table tr td:last-of-type{border-right-color:transparent}.wp-block-table tr:first-of-type td{border-top:0}.wp-block-table tr:last-of-type td{border-bottom:0}.wp-block-table:not(.is-style-simple) tr:first-of-type td{border-left-color:#1b365d;border-right-color:#1b365d;padding:10px 25px}.wp-block-table:not(.is-style-simple) tr:first-of-type td:first-of-type{color:#1b365d}.wp-block-table:not(.is-style-simple) tr:first-of-type td:not(:first-of-type){background-color:#1b365d;color:#FFF}.tax-based-archive .archive-card{flex:0 0 33.33333%}.tax-based-archive .archive-card__inner{margin:10px}@supports (display: grid){.tax-based-archive .archive-card__inner{margin:0}}.tax-based-archive__results{display:flex;flex-flow:row wrap;margin-left:-10px;margin-right:-10px}@supports (display: grid){.tax-based-archive__results{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill, minmax(18.75rem, 1fr));margin-left:0;margin-right:0}}@supports (display: grid){.tax-based-archive__results--tri-solution-type{grid-template-columns:repeat(auto-fill, minmax(13.75rem, 1fr));grid-template-rows:repeat(auto-fill, minmax(11.875rem, 1fr))}}.tax-based-archive__results--tri-solution-type .archive-card{flex-basis:25%}.wp-block-narwhal-testimonial-carousel{padding-bottom:0 !important;padding-top:0 !important}.wp-block-narwhal-testimonial-carousel__inner{position:relative}.wp-block-narwhal-testimonial-carousel__inner .slick-track{display:flex}.wp-block-narwhal-testimonial-carousel__inner .slick-slide{display:flex;flex-direction:column;height:auto}.wp-block-narwhal-testimonial-carousel__inner .slick-slide>div{height:100%}.wp-block-narwhal-testimonial-carousel__inner .slick-slide .wp-block-narwhal-single-testimonial{height:100%}.wp-block-narwhal-testimonial-carousel__inner .slick-slide .wp-block-narwhal-single-testimonial.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.wp-block-narwhal-testimonial-carousel__inner .slick-slide .wp-block-narwhal-single-testimonial__inner{height:100%}.wp-block-narwhal-testimonial-carousel__inner .slick-slide .wp-block-narwhal-single-testimonial__text-block:only-child{text-align:center;flex-basis:unset}.wp-block-narwhal-testimonial-carousel__inner .slick-slide .wp-block-narwhal-single-testimonial__text-block:only-child .wp-block-narwhal-single-testimonial__logo-wrap{margin:0 auto}.wp-block-narwhal-testimonial-carousel__inner .slick-slide .wp-block-narwhal-single-testimonial__text-block:only-child .wp-block-narwhal-single-testimonial__copy p{padding:20px 200px;margin:0 auto}.wp-block-narwhal-testimonial-carousel__inner .slick-slide .wp-block-narwhal-single-testimonial__text-block:only-child .wp-block-narwhal-single-testimonial__copy:after{left:50%;transform:translateX(-50%)}.wp-block-narwhal-testimonial-carousel__inner .slick-arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);background-color:transparent;border:none;color:transparent;width:28px;height:28px;cursor:pointer}.wp-block-narwhal-testimonial-carousel__inner .slick-arrow:hover,.wp-block-narwhal-testimonial-carousel__inner .slick-arrow:focus,.wp-block-narwhal-testimonial-carousel__inner .slick-arrow:active{outline:none}@media screen and (max-width: 47.99em){.wp-block-narwhal-testimonial-carousel__inner .slick-arrow{visibility:hidden}}.wp-block-narwhal-testimonial-carousel__inner .slick-prev{left:100px;background-image:url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EGroup 11%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Cast-Study-/-Testimonial' transform='translate(-99.000000, -171.000000)' stroke='%23FFFFFF'%3E %3Cg id='Group-11' transform='translate(100.000000, 172.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(13.500000, 13.000000) rotate(-90.000000) translate(-13.500000, -13.000000) translate(8.000000, 6.000000)' fill='%23FFFFFF' stroke-width='0.5'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3Ccircle id='Oval' stroke-width='1.5' fill-rule='nonzero' cx='13' cy='13' r='13'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.wp-block-narwhal-testimonial-carousel__inner .slick-next{right:100px;background-image:url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EGroup 11%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Cast-Study-/-Testimonial' transform='translate(-1313.000000, -171.000000)' stroke='%23FFFFFF'%3E %3Cg id='Group-11' transform='translate(1327.000000, 185.000000) scale(-1, 1) translate(-1327.000000, -185.000000) translate(1314.000000, 172.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(13.500000, 13.000000) rotate(-90.000000) translate(-13.500000, -13.000000) translate(8.000000, 6.000000)' fill='%23FFFFFF' stroke-width='0.5'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3Ccircle id='Oval' stroke-width='1.5' fill-rule='nonzero' cx='13' cy='13' r='13'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.carousel-style-slide{opacity:0}.carousel-style-slide.loaded{opacity:1}.wp-block-narwhal-timer-carousel__inner{display:flex;align-items:center;min-height:100%}.wp-block-narwhal-timer-carousel__inner>*{flex:1}.wp-block-narwhal-timer-carousel__inner>*:first-of-type{padding-right:50px}@media screen and (min-width: 61.25em){.wp-block-narwhal-timer-carousel__inner>*:first-of-type{padding-right:110px}}.wp-block-narwhal-timer-carousel__inner>*:only-child{padding-right:0px}.wp-block-narwhal-timer-carousel__inner .wp-block-narwhal-timer-carousel__image-wrap{display:none}@media screen and (min-width: 61.25em){.wp-block-narwhal-timer-carousel__inner .wp-block-narwhal-timer-carousel__image-wrap{display:block}}.wp-block-narwhal-timer-carousel__content p{font-size:1rem;letter-spacing:-0.25px;color:#2b2b2b;line-height:22px}.wp-block-narwhal-timer-carousel__pre-title{text-transform:uppercase;font-weight:700;font-size:.875rem;line-height:1.1875rem;letter-spacing:.055rem;margin-top:0}.wp-block-narwhal-timer-carousel__panes-meta-bar{display:flex;margin-top:50px}.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-meta-data{display:flex;flex:1;flex-direction:column}.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-meta-data+.pane-meta-data{margin-left:24px}.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-meta-data .pane-meta-timer{background-color:#c1ced7;height:2px}.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-meta-data .pane-meta-timer__progress-bar{height:2px;background-color:#004c97}.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-title{font-size:.89062rem;line-height:1.1875rem;letter-spacing:.03125rem;margin-bottom:5px;text-transform:uppercase}.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-subtitle{color:#2b2b2b;font-size:.75rem;letter-spacing:.00313rem;line-height:1.0625rem;flex-grow:1;font-weight:unset;margin-bottom:.625rem}.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-title,.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-subtitle{display:none}@media screen and (min-width: 61.25em){.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-title,.wp-block-narwhal-timer-carousel__panes-meta-bar .pane-subtitle{display:block}}.wp-block-narwhal-timer-carousel--alt{padding-bottom:0 !important;padding-top:0 !important;position:relative}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel-pane{padding-bottom:160px;padding-top:80px;position:relative}@media screen and (min-width: 61.25em){.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel-pane{padding-bottom:292px}}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__panes{z-index:1}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__inner{align-items:flex-start}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__panes-meta-bar{bottom:90px;left:50%;margin-top:0;position:absolute;transform:translateX(-50%);z-index:2}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__content{color:#fff;max-width:45rem;padding-right:0;position:relative;z-index:2}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__content h1,.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__content h2,.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__content p{color:#fff}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-button-collection{margin-top:2.1875rem}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-button-collection .wp-block-button:only-child{margin-left:10px;margin-right:0}.wp-block-narwhal-timer-carousel--alt .wp-block-button{margin-bottom:0}.wp-block-narwhal-timer-carousel--alt .wp-block-button.is-style-outline .has-white-color:hover{color:#004c97}.wp-block-narwhal-timer-carousel--alt .pane-meta-data{opacity:0.7;transition:0.25s opacity ease}.wp-block-narwhal-timer-carousel--alt .pane-meta-data.active{opacity:1}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__panes-meta-bar .pane-meta-data .pane-meta-timer__progress-bar{background-color:#ff6c0e}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__image-wrap{background-color:#2b2b2b;display:block;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__image-wrap img{min-height:100%;min-width:100%}@supports (object-fit: contain){.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__image-wrap img{height:100%;object-fit:cover;width:100%}}.wp-block-narwhal-timer-carousel--alt .wp-block-narwhal-timer-carousel__image-wrap .wp-block-narwhal-timer-carousel__image-overlay{background-color:#000;height:100%;left:0;position:absolute;top:0;width:100%}.wp-block-narwhal-timer-carousel--alt .pane-title,.wp-block-narwhal-timer-carousel--alt .pane-subtitle{color:#fff}.pdg-position--masthead.carousel-style-slide{opacity:1}.tri-pagination{align-items:center;display:flex;justify-content:center;padding-bottom:80px;padding-top:40px}.wp-block-narwhal-background .tri-pagination{padding-bottom:0}.tri-pagination .page-numbers{align-items:center;color:#004c97;display:flex;flex:0 0 2.125rem;font-size:.9375rem;font-weight:600;height:2.125rem;justify-content:center;line-height:1.33333em;margin:0 .09375rem;width:2.125rem}.tri-pagination .page-numbers.current,.tri-pagination .page-numbers.dots{font-weight:800}.tri-pagination .page-numbers.prev>svg,.tri-pagination .page-numbers.next>svg{height:.5rem}.tri-pagination a.page-numbers{background:#f1f1f1}.has-grey-light-background-background-color .tri-pagination a.page-numbers{background:#fff}.wp-block-narwhal-tabber--style-side-button-nav{flex-direction:row;flex-wrap:wrap}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__heading{flex-basis:100%}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__heading>h3{flex-basis:100%;font-size:34px;font-weight:bold;line-height:34px;text-align:center;letter-spacing:-0.25px;margin-bottom:50px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__column{flex:1;min-width:1px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__column .wp-block-narwhal-button-collection{flex-direction:column;margin-top:25px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__column .wp-block-narwhal-button-collection .wp-block-button{margin:0px auto 15px 10px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__tabs{color:#2b2b2b;flex:1.5;padding:0}@media screen and (min-width: 61.25em){.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__tabs{padding:0 5.625rem}}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__tabs p{font-size:16px;line-height:25px;font-weight:unset}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item{position:relative;display:flex}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item::before{content:'';display:block;width:0px;height:28px;background-color:#004c97;margin-top:3px;margin-bottom:auto;margin-right:0px;transition:width 0.25s, margin-right 0.15s}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item:hover>h4{color:#004c97;transition:color 0.25s}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item>h4{color:#4C4D4F;font-size:22px;font-weight:600;line-height:30px;margin-bottom:13px;min-height:38px;transition:color 0.25s}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item:last-of-type>h4{margin-bottom:0px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item.-tab-active>h4{color:#004c97;transition:color 0.25s}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item.-tab-active:before{width:3px;margin-right:10px;transition:width 0.25s, margin-right 0.15s}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber-tab__inner p+figure.wp-block-image{margin:2.8125rem 0 0}@media screen and (max-width: 61.24em){.wp-block-narwhal-tabber--style-side-button-nav{flex-direction:column}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__heading{display:flex}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__heading>h3{font-size:24px;height:76px;text-align:center;margin:auto;padding-top:10px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav.-tabber-mobile-active .wp-block-narwhal-tabber__nav-item{display:flex}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav{display:flex;flex-direction:column;margin-right:0px;margin-bottom:40px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item{height:60px;justify-content:space-between;align-items:center;padding:15px 20px;display:none;order:2;border:1px solid #004c97;border-top:0px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item.-tab-active{display:flex;background-color:#004c97;order:1}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item.-tab-active:after{content:'';display:block;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22'%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M11.63754837 9.04924232l1.49607526-1.32731264L7.08611453.9055034.6591868 7.69831295l1.45279837 1.3745461L7.0387002 3.86566857zM11.6375484 12.92911968l1.4960752 1.32731264-6.0475091 6.81642628-6.4269277-6.79280955 1.4527984-1.3745461 4.926715 5.20719048z'/%3E %3C/g%3E %3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;width:20px;height:20px}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item:before{display:none}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item>h4{margin-bottom:0px;font-size:1.25rem;font-weight:600;min-height:unset}.wp-block-narwhal-tabber--style-side-button-nav .wp-block-narwhal-tabber__nav-item.-tab-active>h4{color:white}}.wp-block-embed{margin:0;margin-bottom:1em}.wp-block-embed>[aria-hidden="true"]{display:none}.wp-block-embed__wrapper{max-width:100%;margin:0 auto}.wp-block-embed__narwhal-overlay{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.wp-block-embed__narwhal-overlay-image{height:100%;object-fit:cover;width:100%}.wp-block-embed__narwhal-play-button{background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='122px' height='80px' viewBox='0 0 122 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EGroup 14%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Module-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_ModulePage_v5' transform='translate(-659.000000, -11302.000000)' fill-rule='nonzero'%3E %3Cg id='Group-20' transform='translate(280.000000, 11094.000000)'%3E %3Cg id='Group-14' transform='translate(379.000000, 208.000000)'%3E %3Crect id='Rectangle' fill='%233371ac' x='0' y='0' width='122' height='80'%3E%3C/rect%3E %3Cpolygon id='Path-2' fill='%23FFFFFF' points='52.6351351 21.8947368 52.6351351 57.2878289 77.578996 39.5912829'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-size:cover;border:none;cursor:pointer;height:80px;right:44%;position:absolute;bottom:40%;width:122px}@media screen and (max-width: 47.99em){.wp-block-embed__narwhal-play-button{height:40px;width:60px;top:30%;left:45%}}@media screen and (max-width: 47.99em){.wp-block-embed__narwhal-play-button{left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}}.wp-block-embed.is-style-full-width{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:1000%;position:relative}.wp-block-embed.is-style-full-width .wp-block-embed__wrapper{max-width:unset}.wp-block-embed.is-style-full-width figcaption{position:absolute;top:0;transform:translateY(65%);z-index:100000;width:100%;height:100%;color:#fff;font-size:36px}@media screen and (min-width: 48em){.wp-block-embed.is-style-full-width figcaption{font-size:64px}}.wp-block-embed.is-style-default figcaption{color:#004c97;font-style:italic;font-size:.875rem;line-height:150%;padding:.9375rem .625rem;position:relative;text-align:left}.wp-block-embed.is-style-default figcaption:after{background-color:#004c97;bottom:0;content:'';display:block;height:1px;left:0;position:absolute;width:220px}@media screen and (min-width: 61.25em){.wp-block-embed.is-style-default figcaption{margin-left:1.25rem;padding:1.5625rem 6.25rem 1.5625rem 1.25rem}}.block-editor-block-list__layout .block-editor-block-list__block[data-align="full"] figure.is-style-full-width{width:unset}.wp-block-narwhal-video-card__hover-text{opacity:0;position:absolute;z-index:100;top:50%;transform:translateY(-50%);width:100%;text-align:center;padding:0 1.25rem}.wp-block-narwhal-video-card__hover-text p{color:white;font-size:.9375rem;font-weight:700;line-height:1.375rem}.wp-block-narwhal-video-card__inner{position:relative;cursor:pointer}.wp-block-narwhal-video-card__inner:before{content:' ';position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;background-color:#000;transition:.1s all linear;z-index:1}.wp-block-narwhal-video-card__inner:hover:before{opacity:.5}.wp-block-narwhal-video-card__inner:hover .wp-block-narwhal-video-card__hover-text{opacity:1}.wp-block-narwhal-video-card__image{position:relative;cursor:pointer}.wp-block-narwhal-video-card__image img{display:block}.wp-block-narwhal-video-card__image::after{content:' ';background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='122px' height='80px' viewBox='0 0 122 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EGroup 14%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Module-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_ModulePage_v5' transform='translate(-659.000000, -11302.000000)' fill-rule='nonzero'%3E %3Cg id='Group-20' transform='translate(280.000000, 11094.000000)'%3E %3Cg id='Group-14' transform='translate(379.000000, 208.000000)'%3E %3Crect id='Rectangle' fill='%23EF742F' x='0' y='0' width='122' height='80'%3E%3C/rect%3E %3Cpolygon id='Path-2' fill='%23FFFFFF' points='52.6351351 21.8947368 52.6351351 57.2878289 77.578996 39.5912829'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-size:cover;border:none;cursor:pointer;height:3.75rem;right:0;position:absolute;bottom:0;width:3.75rem}.video-modal{background-color:rgba(43,43,43,0.8);height:100%;left:0;opacity:1;position:fixed;top:0;transition:0.25s opacity ease;width:100%;z-index:9999}.video-modal__wrapper{left:50%;max-width:980px;position:absolute;top:50%;transform:translate(-50%, -50%);width:90%}.video-modal__close{background:none;border:0;color:#fff;cursor:pointer;font-size:1.25rem;font-weight:700;left:100%;margin-left:.625rem;position:absolute;top:0}.video-modal iframe{height:500px;width:100%}.wp-block-narwhal-page-header__media-wrap .wp-block-embed__narwhal-play-button,.wp-block-narwhal-left-right__media-wrap .wp-block-embed__narwhal-play-button{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='67px' height='67px' viewBox='0 0 67 67' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EGroup 13%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Product-Detail' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_ProductDetail_Tosca_v5' transform='translate(-1183.000000, -433.000000)' fill-rule='nonzero'%3E %3Cg id='Group-13' transform='translate(1183.000000, 433.000000)'%3E %3Crect id='Rectangle' fill='%23EF742F' x='0' y='0' width='67' height='67'%3E%3C/rect%3E %3Cpolygon id='Triangle' fill='%23FFFFFF' transform='translate(35.000000, 33.500000) rotate(90.000000) translate(-35.000000, -33.500000) ' points='35 27 43 40 27 40'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-size:100%;border:none;bottom:0;cursor:pointer;height:67px;position:absolute;right:0;width:67px}@media screen and (max-width: 29.99em){.wp-block-narwhal-page-header__media-wrap .wp-block-embed__narwhal-play-button,.wp-block-narwhal-left-right__media-wrap .wp-block-embed__narwhal-play-button{height:37px;left:50%;top:50%;transform:translate(-50%, -50%);width:37px}}.align-self--center{align-self:center}.has-background.has-black-background-color{background-color:#000}.has-background.has-black-background-color__before:before{background-color:#000}.has-black-color{color:#000}.has-black-color:visited{color:#000}.has-black-border{border-color:#000}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-black-light-background-color{background-color:#1c1c1c}.has-background.has-black-light-background-color__before:before{background-color:#1c1c1c}.has-black-light-color{color:#1c1c1c}.has-black-light-color:visited{color:#1c1c1c}.has-black-light-border{border-color:#1c1c1c}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-pseudo-black-background-color{background-color:#2b2b2b}.has-background.has-pseudo-black-background-color__before:before{background-color:#2b2b2b}.has-pseudo-black-color{color:#2b2b2b}.has-pseudo-black-color:visited{color:#2b2b2b}.has-pseudo-black-border{border-color:#2b2b2b}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-navy-background-color{background-color:#1b365d}.has-background.has-navy-background-color__before:before{background-color:#1b365d}.has-navy-color{color:#1b365d}.has-navy-color:visited{color:#1b365d}.has-navy-border{border-color:#1b365d}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-blue-background-color{background-color:#004c97}.has-background.has-blue-background-color__before:before{background-color:#004c97}.has-blue-color{color:#004c97}.has-blue-color:visited{color:#004c97}.has-blue-border{border-color:#004c97}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-orange-background-color{background-color:#ff6c0e}.has-background.has-orange-background-color__before:before{background-color:#ff6c0e}.has-orange-color{color:#ff6c0e}.has-orange-color:visited{color:#ff6c0e}.has-orange-border{border-color:#ff6c0e}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-grey-dark-background-color{background-color:#898d8d}.has-background.has-grey-dark-background-color__before:before{background-color:#898d8d}.has-grey-dark-color{color:#898d8d}.has-grey-dark-color:visited{color:#898d8d}.has-grey-dark-border{border-color:#898d8d}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-grey-light-background-background-color{background-color:#f1f1f1}.has-background.has-grey-light-background-background-color__before:before{background-color:#f1f1f1}.has-grey-light-background-color{color:#f1f1f1}.has-grey-light-background-color:visited{color:#f1f1f1}.has-grey-light-background-border{border-color:#f1f1f1}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-white-background-color{background-color:#fff}.has-background.has-white-background-color__before:before{background-color:#fff}.has-white-color{color:#fff}.has-white-color:visited{color:#fff}.has-white-border{border-color:#fff}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-malibu-background-color{background-color:#59C8E6}.has-background.has-malibu-background-color__before:before{background-color:#59C8E6}.has-malibu-color{color:#59C8E6}.has-malibu-color:visited{color:#59C8E6}.has-malibu-border{border-color:#59C8E6}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-bolt-background-color{background-color:#59C8E6}.has-background.has-bolt-background-color__before:before{background-color:#59C8E6}.has-bolt-color{color:#59C8E6}.has-bolt-color:visited{color:#59C8E6}.has-bolt-border{border-color:#59C8E6}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-velocity-background-color{background-color:#406997}.has-background.has-velocity-background-color__before:before{background-color:#406997}.has-velocity-color{color:#406997}.has-velocity-color:visited{color:#406997}.has-velocity-border{border-color:#406997}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-warp-background-color{background-color:#0087ae}.has-background.has-warp-background-color__before:before{background-color:#0087ae}.has-warp-color{color:#0087ae}.has-warp-color:visited{color:#0087ae}.has-warp-border{border-color:#0087ae}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-swift-background-color{background-color:#5e93db}.has-background.has-swift-background-color__before:before{background-color:#5e93db}.has-swift-color{color:#5e93db}.has-swift-color:visited{color:#5e93db}.has-swift-border{border-color:#5e93db}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-launch-background-color{background-color:#b52555}.has-background.has-launch-background-color__before:before{background-color:#b52555}.has-launch-color{color:#b52555}.has-launch-color:visited{color:#b52555}.has-launch-border{border-color:#b52555}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.has-background.has-thruster-background-color{background-color:#d2d755}.has-background.has-thruster-background-color__before:before{background-color:#d2d755}.has-thruster-color{color:#d2d755}.has-thruster-color:visited{color:#d2d755}.has-thruster-border{border-color:#d2d755}.has-background-no-padding{padding-top:0 !important;padding-bottom:0 !important}.tricentis-blocks>[class^="wp-block-"],.tricentis-blocks>[class*=" wp-block-"],.tricentis-blocks .content-section{padding-bottom:80px;padding-top:80px}.tricentis-blocks>[class^="wp-block-"]+h1,.tricentis-blocks>[class^="wp-block-"]+h2,.tricentis-blocks>[class^="wp-block-"]+h3,.tricentis-blocks>[class^="wp-block-"]+h4,.tricentis-blocks>[class^="wp-block-"]+h5,.tricentis-blocks>[class^="wp-block-"]+h6,.tricentis-blocks>[class^="wp-block-"]+p,.tricentis-blocks>[class*=" wp-block-"]+h1,.tricentis-blocks>[class*=" wp-block-"]+h2,.tricentis-blocks>[class*=" wp-block-"]+h3,.tricentis-blocks>[class*=" wp-block-"]+h4,.tricentis-blocks>[class*=" wp-block-"]+h5,.tricentis-blocks>[class*=" wp-block-"]+h6,.tricentis-blocks>[class*=" wp-block-"]+p,.tricentis-blocks .content-section+h1,.tricentis-blocks .content-section+h2,.tricentis-blocks .content-section+h3,.tricentis-blocks .content-section+h4,.tricentis-blocks .content-section+h5,.tricentis-blocks .content-section+h6,.tricentis-blocks .content-section+p{padding-top:80px}.tricentis-blocks>h1:first-child,.tricentis-blocks>h2:first-child,.tricentis-blocks>h3:first-child,.tricentis-blocks>h4:first-child,.tricentis-blocks>h5:first-child,.tricentis-blocks>h6:first-child,.tricentis-blocks>p:first-child{padding-top:80px}.tricentis-blocks--in-template>[class^="wp-block-"],.tricentis-blocks--in-template>[class*=" wp-block-"]{padding-bottom:40px;padding-top:40px}.tricentis-blocks--in-template>[class^="wp-block-"]:last-child,.tricentis-blocks--in-template>[class*=" wp-block-"]:last-child{padding-bottom:40px}.tricentis-blocks--in-template>[class^="wp-block-"]+h1,.tricentis-blocks--in-template>[class^="wp-block-"]+h2,.tricentis-blocks--in-template>[class^="wp-block-"]+h3,.tricentis-blocks--in-template>[class^="wp-block-"]+h4,.tricentis-blocks--in-template>[class^="wp-block-"]+h5,.tricentis-blocks--in-template>[class^="wp-block-"]+h6,.tricentis-blocks--in-template>[class^="wp-block-"]+p,.tricentis-blocks--in-template>[class*=" wp-block-"]+h1,.tricentis-blocks--in-template>[class*=" wp-block-"]+h2,.tricentis-blocks--in-template>[class*=" wp-block-"]+h3,.tricentis-blocks--in-template>[class*=" wp-block-"]+h4,.tricentis-blocks--in-template>[class*=" wp-block-"]+h5,.tricentis-blocks--in-template>[class*=" wp-block-"]+h6,.tricentis-blocks--in-template>[class*=" wp-block-"]+p{padding-top:0}.tricentis-blocks--in-template>h1:first-child,.tricentis-blocks--in-template>h2:first-child,.tricentis-blocks--in-template>h3:first-child,.tricentis-blocks--in-template>h4:first-child,.tricentis-blocks--in-template>h5:first-child,.tricentis-blocks--in-template>h6:first-child,.tricentis-blocks--in-template>p:first-child{padding-top:0}.tricentis-blocks--in-template>h1+[class^="wp-block-"],.tricentis-blocks--in-template>h1+[class*=" wp-block-"],.tricentis-blocks--in-template>h2+[class^="wp-block-"],.tricentis-blocks--in-template>h2+[class*=" wp-block-"],.tricentis-blocks--in-template>h3+[class^="wp-block-"],.tricentis-blocks--in-template>h3+[class*=" wp-block-"],.tricentis-blocks--in-template>h4+[class^="wp-block-"],.tricentis-blocks--in-template>h4+[class*=" wp-block-"],.tricentis-blocks--in-template>h5+[class^="wp-block-"],.tricentis-blocks--in-template>h5+[class*=" wp-block-"],.tricentis-blocks--in-template>h6+[class^="wp-block-"],.tricentis-blocks--in-template>h6+[class*=" wp-block-"],.tricentis-blocks--in-template>p+[class^="wp-block-"],.tricentis-blocks--in-template>p+[class*=" wp-block-"]{padding-top:0}.wp-block-narwhal-background.img-position-top img{object-position:top}.block-top-120-spacing{padding-top:120px !important}.block-top-spacing{margin-top:0;padding-top:80px !important}.block-bottom-spacing{margin-bottom:0;padding-bottom:80px !important}.block-top-half-spacing{margin-top:0;padding-top:40px !important}.block-bottom-half-spacing{margin-bottom:0;padding-bottom:40px !important}.block-top-no-spacing{margin-top:0;padding-top:0 !important}.block-bottom-no-spacing{margin-bottom:0;padding-bottom:0 !important}.block-no-spacing{margin-bottom:0;margin-top:0;padding-bottom:0 !important;padding-top:0 !important}.tricentis-blocks>[class^="wp-block-"].wp-block-image,.tricentis-blocks>[class*=" wp-block-"].wp-block-image{padding:0}.tricentis-blocks>[class^="wp-block-"]:not(.has-background)+:not(.has-background):not(h1):not(h2):not(h3):not(h4),.tricentis-blocks>[class*=" wp-block-"]:not(.has-background)+:not(.has-background):not(h1):not(h2):not(h3):not(h4){padding-top:0}.tricentis-blocks>[class^="wp-block-"].has-grey-light-background-background-color__before.\--bottom-half+.has-grey-light-background-background-color,.tricentis-blocks>[class*=" wp-block-"].has-grey-light-background-background-color__before.\--bottom-half+.has-grey-light-background-background-color{padding-top:0}.tricentis-blocks>[class^="wp-block-"].has-grey-light-background-background-color__before.\--top-half+[class^="wp-block-"]:not(.has-background),.tricentis-blocks>[class^="wp-block-"].has-grey-light-background-background-color__before.\--top-half+[class*=" wp-block-"]:not(.has-background),.tricentis-blocks>[class^="wp-block-"].has-grey-light-background-background-color__before.\--top-half+.has-white-background-color,.tricentis-blocks>[class*=" wp-block-"].has-grey-light-background-background-color__before.\--top-half+[class^="wp-block-"]:not(.has-background),.tricentis-blocks>[class*=" wp-block-"].has-grey-light-background-background-color__before.\--top-half+[class*=" wp-block-"]:not(.has-background),.tricentis-blocks>[class*=" wp-block-"].has-grey-light-background-background-color__before.\--top-half+.has-white-background-color{padding-top:0}.tricentis-blocks>[class^="wp-block-"].has-grey-light-background-background-color+.has-grey-light-background-background-color__before.\--top-half,.tricentis-blocks>[class*=" wp-block-"].has-grey-light-background-background-color+.has-grey-light-background-background-color__before.\--top-half{padding-top:0}.tricentis-blocks>[class^="wp-block-"].has-grey-light-background-background-color+.has-grey-light-background-background-color__before.\--top-half::before,.tricentis-blocks>[class*=" wp-block-"].has-grey-light-background-background-color+.has-grey-light-background-background-color__before.\--top-half::before{bottom:calc(50% + (80px / 2))}.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-testimonial-carousel+:not(.has-background):not(h1):not(h2):not(h3):not(h4),.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-testimonial-carousel+:not(.has-background):not(h1):not(h2):not(h3):not(h4){padding-top:80px}.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-timer-carousel+.wp-block-narwhal-half-background[class*="__before"],.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-page-header+.wp-block-narwhal-half-background[class*="__before"],.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-timer-carousel+.wp-block-narwhal-half-background[class*="__before"],.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-page-header+.wp-block-narwhal-half-background[class*="__before"]{padding-top:0}.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-timer-carousel+.wp-block-narwhal-half-background[class*="__before"].\--bottom-half::before,.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-page-header+.wp-block-narwhal-half-background[class*="__before"].\--bottom-half::before,.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-timer-carousel+.wp-block-narwhal-half-background[class*="__before"].\--bottom-half::before,.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-page-header+.wp-block-narwhal-half-background[class*="__before"].\--bottom-half::before{top:calc(50% - (80px / 2))}.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-in-page-nav+[class^="wp-block-"],.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-in-page-nav+[class*=" wp-block-"],.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-in-page-nav+h1,.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-in-page-nav+h2,.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-in-page-nav+h3,.tricentis-blocks>[class^="wp-block-"].wp-block-narwhal-in-page-nav+h4,.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-in-page-nav+[class^="wp-block-"],.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-in-page-nav+[class*=" wp-block-"],.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-in-page-nav+h1,.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-in-page-nav+h2,.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-in-page-nav+h3,.tricentis-blocks>[class*=" wp-block-"].wp-block-narwhal-in-page-nav+h4{padding-top:80px !important}.wp-block-narwhal-background__inner>[class^="wp-block-"],.wp-block-narwhal-background__inner>[class*=" wp-block-"],.wp-block-narwhal-background-color__inner>[class^="wp-block-"],.wp-block-narwhal-background-color__inner>[class*=" wp-block-"]{padding-bottom:40px;padding-top:40px}.wp-block-narwhal-background__inner>[class^="wp-block-"]:first-child,.wp-block-narwhal-background__inner>[class*=" wp-block-"]:first-child,.wp-block-narwhal-background-color__inner>[class^="wp-block-"]:first-child,.wp-block-narwhal-background-color__inner>[class*=" wp-block-"]:first-child{padding-top:0}.wp-block-narwhal-background__inner>[class^="wp-block-"]:last-child,.wp-block-narwhal-background__inner>[class*=" wp-block-"]:last-child,.wp-block-narwhal-background-color__inner>[class^="wp-block-"]:last-child,.wp-block-narwhal-background-color__inner>[class*=" wp-block-"]:last-child{padding-bottom:0}.wp-block-narwhal-background__inner>[class^="wp-block-"]+[class^="wp-block-"],.wp-block-narwhal-background__inner>[class^="wp-block-"]+[class*=" wp-block-"],.wp-block-narwhal-background__inner>[class*=" wp-block-"]+[class^="wp-block-"],.wp-block-narwhal-background__inner>[class*=" wp-block-"]+[class*=" wp-block-"],.wp-block-narwhal-background-color__inner>[class^="wp-block-"]+[class^="wp-block-"],.wp-block-narwhal-background-color__inner>[class^="wp-block-"]+[class*=" wp-block-"],.wp-block-narwhal-background-color__inner>[class*=" wp-block-"]+[class^="wp-block-"],.wp-block-narwhal-background-color__inner>[class*=" wp-block-"]+[class*=" wp-block-"]{padding-top:0}.has-black-background-color.alignfull[class^="wp-block-"]+.has-black-background-color.alignfull[class^="wp-block-"],.has-black-background-color.alignfull[class^="wp-block-"]+.has-black-background-color.alignfull[class*=" wp-block-"],.has-black-background-color.alignfull[class*=" wp-block-"]+.has-black-background-color.alignfull[class^="wp-block-"],.has-black-background-color.alignfull[class*=" wp-block-"]+.has-black-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-black-light-background-color.alignfull[class^="wp-block-"]+.has-black-light-background-color.alignfull[class^="wp-block-"],.has-black-light-background-color.alignfull[class^="wp-block-"]+.has-black-light-background-color.alignfull[class*=" wp-block-"],.has-black-light-background-color.alignfull[class*=" wp-block-"]+.has-black-light-background-color.alignfull[class^="wp-block-"],.has-black-light-background-color.alignfull[class*=" wp-block-"]+.has-black-light-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-pseudo-black-background-color.alignfull[class^="wp-block-"]+.has-pseudo-black-background-color.alignfull[class^="wp-block-"],.has-pseudo-black-background-color.alignfull[class^="wp-block-"]+.has-pseudo-black-background-color.alignfull[class*=" wp-block-"],.has-pseudo-black-background-color.alignfull[class*=" wp-block-"]+.has-pseudo-black-background-color.alignfull[class^="wp-block-"],.has-pseudo-black-background-color.alignfull[class*=" wp-block-"]+.has-pseudo-black-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-navy-background-color.alignfull[class^="wp-block-"]+.has-navy-background-color.alignfull[class^="wp-block-"],.has-navy-background-color.alignfull[class^="wp-block-"]+.has-navy-background-color.alignfull[class*=" wp-block-"],.has-navy-background-color.alignfull[class*=" wp-block-"]+.has-navy-background-color.alignfull[class^="wp-block-"],.has-navy-background-color.alignfull[class*=" wp-block-"]+.has-navy-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-blue-background-color.alignfull[class^="wp-block-"]+.has-blue-background-color.alignfull[class^="wp-block-"],.has-blue-background-color.alignfull[class^="wp-block-"]+.has-blue-background-color.alignfull[class*=" wp-block-"],.has-blue-background-color.alignfull[class*=" wp-block-"]+.has-blue-background-color.alignfull[class^="wp-block-"],.has-blue-background-color.alignfull[class*=" wp-block-"]+.has-blue-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-orange-background-color.alignfull[class^="wp-block-"]+.has-orange-background-color.alignfull[class^="wp-block-"],.has-orange-background-color.alignfull[class^="wp-block-"]+.has-orange-background-color.alignfull[class*=" wp-block-"],.has-orange-background-color.alignfull[class*=" wp-block-"]+.has-orange-background-color.alignfull[class^="wp-block-"],.has-orange-background-color.alignfull[class*=" wp-block-"]+.has-orange-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-grey-dark-background-color.alignfull[class^="wp-block-"]+.has-grey-dark-background-color.alignfull[class^="wp-block-"],.has-grey-dark-background-color.alignfull[class^="wp-block-"]+.has-grey-dark-background-color.alignfull[class*=" wp-block-"],.has-grey-dark-background-color.alignfull[class*=" wp-block-"]+.has-grey-dark-background-color.alignfull[class^="wp-block-"],.has-grey-dark-background-color.alignfull[class*=" wp-block-"]+.has-grey-dark-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-grey-light-background-background-color.alignfull[class^="wp-block-"]+.has-grey-light-background-background-color.alignfull[class^="wp-block-"],.has-grey-light-background-background-color.alignfull[class^="wp-block-"]+.has-grey-light-background-background-color.alignfull[class*=" wp-block-"],.has-grey-light-background-background-color.alignfull[class*=" wp-block-"]+.has-grey-light-background-background-color.alignfull[class^="wp-block-"],.has-grey-light-background-background-color.alignfull[class*=" wp-block-"]+.has-grey-light-background-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-white-background-color.alignfull[class^="wp-block-"]+.has-white-background-color.alignfull[class^="wp-block-"],.has-white-background-color.alignfull[class^="wp-block-"]+.has-white-background-color.alignfull[class*=" wp-block-"],.has-white-background-color.alignfull[class*=" wp-block-"]+.has-white-background-color.alignfull[class^="wp-block-"],.has-white-background-color.alignfull[class*=" wp-block-"]+.has-white-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-malibu-background-color.alignfull[class^="wp-block-"]+.has-malibu-background-color.alignfull[class^="wp-block-"],.has-malibu-background-color.alignfull[class^="wp-block-"]+.has-malibu-background-color.alignfull[class*=" wp-block-"],.has-malibu-background-color.alignfull[class*=" wp-block-"]+.has-malibu-background-color.alignfull[class^="wp-block-"],.has-malibu-background-color.alignfull[class*=" wp-block-"]+.has-malibu-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-bolt-background-color.alignfull[class^="wp-block-"]+.has-bolt-background-color.alignfull[class^="wp-block-"],.has-bolt-background-color.alignfull[class^="wp-block-"]+.has-bolt-background-color.alignfull[class*=" wp-block-"],.has-bolt-background-color.alignfull[class*=" wp-block-"]+.has-bolt-background-color.alignfull[class^="wp-block-"],.has-bolt-background-color.alignfull[class*=" wp-block-"]+.has-bolt-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-velocity-background-color.alignfull[class^="wp-block-"]+.has-velocity-background-color.alignfull[class^="wp-block-"],.has-velocity-background-color.alignfull[class^="wp-block-"]+.has-velocity-background-color.alignfull[class*=" wp-block-"],.has-velocity-background-color.alignfull[class*=" wp-block-"]+.has-velocity-background-color.alignfull[class^="wp-block-"],.has-velocity-background-color.alignfull[class*=" wp-block-"]+.has-velocity-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-warp-background-color.alignfull[class^="wp-block-"]+.has-warp-background-color.alignfull[class^="wp-block-"],.has-warp-background-color.alignfull[class^="wp-block-"]+.has-warp-background-color.alignfull[class*=" wp-block-"],.has-warp-background-color.alignfull[class*=" wp-block-"]+.has-warp-background-color.alignfull[class^="wp-block-"],.has-warp-background-color.alignfull[class*=" wp-block-"]+.has-warp-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-swift-background-color.alignfull[class^="wp-block-"]+.has-swift-background-color.alignfull[class^="wp-block-"],.has-swift-background-color.alignfull[class^="wp-block-"]+.has-swift-background-color.alignfull[class*=" wp-block-"],.has-swift-background-color.alignfull[class*=" wp-block-"]+.has-swift-background-color.alignfull[class^="wp-block-"],.has-swift-background-color.alignfull[class*=" wp-block-"]+.has-swift-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-launch-background-color.alignfull[class^="wp-block-"]+.has-launch-background-color.alignfull[class^="wp-block-"],.has-launch-background-color.alignfull[class^="wp-block-"]+.has-launch-background-color.alignfull[class*=" wp-block-"],.has-launch-background-color.alignfull[class*=" wp-block-"]+.has-launch-background-color.alignfull[class^="wp-block-"],.has-launch-background-color.alignfull[class*=" wp-block-"]+.has-launch-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.has-thruster-background-color.alignfull[class^="wp-block-"]+.has-thruster-background-color.alignfull[class^="wp-block-"],.has-thruster-background-color.alignfull[class^="wp-block-"]+.has-thruster-background-color.alignfull[class*=" wp-block-"],.has-thruster-background-color.alignfull[class*=" wp-block-"]+.has-thruster-background-color.alignfull[class^="wp-block-"],.has-thruster-background-color.alignfull[class*=" wp-block-"]+.has-thruster-background-color.alignfull[class*=" wp-block-"]{padding-top:0}.wp-block-columns.compact-columns h5{margin-bottom:0;padding-right:10px}.wp-block-columns.compact-columns h5+p{margin-top:15px;padding-right:10px;font-size:.8rem}.wp-block-columns.no-margins{margin-top:0 !important;margin-bottom:0 !important}.container--breakout{max-width:1280px}.container--margin-small{margin:1.875rem auto}.container--margin-normal{margin:3.75rem auto}.container--404{margin-top:3.75rem;text-align:center}.container .section{margin:0 auto;margin-bottom:50px;width:100%}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:0.9;filter:alpha(opacity=90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#000}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#000}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{display:none !important;position:absolute;top:-20px;right:0px;color:#ccc}#cboxLoadingGraphic{background:url() no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/modal-controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/modal-controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/modal-controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}img.max-height-20{max-height:20px;width:auto !important}img.max-height-21{max-height:21px;width:auto !important}img.max-height-22{max-height:22px;width:auto !important}img.max-height-23{max-height:23px;width:auto !important}img.max-height-24{max-height:24px;width:auto !important}img.max-height-25{max-height:25px;width:auto !important}img.max-height-26{max-height:26px;width:auto !important}img.max-height-27{max-height:27px;width:auto !important}img.max-height-28{max-height:28px;width:auto !important}img.max-height-29{max-height:29px;width:auto !important}img.max-height-30{max-height:30px;width:auto !important}img.max-height-31{max-height:31px;width:auto !important}img.max-height-32{max-height:32px;width:auto !important}img.max-height-33{max-height:33px;width:auto !important}img.max-height-34{max-height:34px;width:auto !important}img.max-height-35{max-height:35px;width:auto !important}img.max-height-36{max-height:36px;width:auto !important}img.max-height-37{max-height:37px;width:auto !important}img.max-height-38{max-height:38px;width:auto !important}img.max-height-39{max-height:39px;width:auto !important}img.max-height-40{max-height:40px;width:auto !important}img.max-height-41{max-height:41px;width:auto !important}img.max-height-42{max-height:42px;width:auto !important}img.max-height-43{max-height:43px;width:auto !important}img.max-height-44{max-height:44px;width:auto !important}img.max-height-45{max-height:45px;width:auto !important}img.max-height-46{max-height:46px;width:auto !important}img.max-height-47{max-height:47px;width:auto !important}img.max-height-48{max-height:48px;width:auto !important}img.max-height-49{max-height:49px;width:auto !important}img.max-height-50{max-height:50px;width:auto !important}img.max-height-51{max-height:51px;width:auto !important}img.max-height-52{max-height:52px;width:auto !important}img.max-height-53{max-height:53px;width:auto !important}img.max-height-54{max-height:54px;width:auto !important}img.max-height-55{max-height:55px;width:auto !important}img.max-height-56{max-height:56px;width:auto !important}img.max-height-57{max-height:57px;width:auto !important}img.max-height-58{max-height:58px;width:auto !important}img.max-height-59{max-height:59px;width:auto !important}img.max-height-60{max-height:60px;width:auto !important}img.max-height-61{max-height:61px;width:auto !important}img.max-height-62{max-height:62px;width:auto !important}img.max-height-63{max-height:63px;width:auto !important}img.max-height-64{max-height:64px;width:auto !important}img.max-height-65{max-height:65px;width:auto !important}img.max-height-66{max-height:66px;width:auto !important}img.max-height-67{max-height:67px;width:auto !important}img.max-height-68{max-height:68px;width:auto !important}img.max-height-69{max-height:69px;width:auto !important}img.max-height-70{max-height:70px;width:auto !important}img.max-height-71{max-height:71px;width:auto !important}img.max-height-72{max-height:72px;width:auto !important}img.max-height-73{max-height:73px;width:auto !important}img.max-height-74{max-height:74px;width:auto !important}img.max-height-75{max-height:75px;width:auto !important}img.max-height-76{max-height:76px;width:auto !important}img.max-height-77{max-height:77px;width:auto !important}img.max-height-78{max-height:78px;width:auto !important}img.max-height-79{max-height:79px;width:auto !important}img.max-height-80{max-height:80px;width:auto !important}img.max-height-81{max-height:81px;width:auto !important}img.max-height-82{max-height:82px;width:auto !important}img.max-height-83{max-height:83px;width:auto !important}img.max-height-84{max-height:84px;width:auto !important}img.max-height-85{max-height:85px;width:auto !important}img.max-height-86{max-height:86px;width:auto !important}img.max-height-87{max-height:87px;width:auto !important}img.max-height-88{max-height:88px;width:auto !important}img.max-height-89{max-height:89px;width:auto !important}img.max-height-90{max-height:90px;width:auto !important}img.max-height-91{max-height:91px;width:auto !important}img.max-height-92{max-height:92px;width:auto !important}img.max-height-93{max-height:93px;width:auto !important}img.max-height-94{max-height:94px;width:auto !important}img.max-height-95{max-height:95px;width:auto !important}img.max-height-96{max-height:96px;width:auto !important}img.max-height-97{max-height:97px;width:auto !important}img.max-height-98{max-height:98px;width:auto !important}img.max-height-99{max-height:99px;width:auto !important}img.max-height-100{max-height:100px;width:auto !important}img.max-height-101{max-height:101px;width:auto !important}img.max-height-102{max-height:102px;width:auto !important}img.max-height-103{max-height:103px;width:auto !important}img.max-height-104{max-height:104px;width:auto !important}img.max-height-105{max-height:105px;width:auto !important}img.max-height-106{max-height:106px;width:auto !important}img.max-height-107{max-height:107px;width:auto !important}img.max-height-108{max-height:108px;width:auto !important}img.max-height-109{max-height:109px;width:auto !important}img.max-height-110{max-height:110px;width:auto !important}img.max-height-111{max-height:111px;width:auto !important}img.max-height-112{max-height:112px;width:auto !important}img.max-height-113{max-height:113px;width:auto !important}img.max-height-114{max-height:114px;width:auto !important}img.max-height-115{max-height:115px;width:auto !important}img.max-height-116{max-height:116px;width:auto !important}img.max-height-117{max-height:117px;width:auto !important}img.max-height-118{max-height:118px;width:auto !important}img.max-height-119{max-height:119px;width:auto !important}img.max-height-120{max-height:120px;width:auto !important}img.max-height-121{max-height:121px;width:auto !important}img.max-height-122{max-height:122px;width:auto !important}img.max-height-123{max-height:123px;width:auto !important}img.max-height-124{max-height:124px;width:auto !important}img.max-height-125{max-height:125px;width:auto !important}img.max-height-126{max-height:126px;width:auto !important}img.max-height-127{max-height:127px;width:auto !important}img.max-height-128{max-height:128px;width:auto !important}img.max-height-129{max-height:129px;width:auto !important}img.max-height-130{max-height:130px;width:auto !important}img.max-height-131{max-height:131px;width:auto !important}img.max-height-132{max-height:132px;width:auto !important}img.max-height-133{max-height:133px;width:auto !important}img.max-height-134{max-height:134px;width:auto !important}img.max-height-135{max-height:135px;width:auto !important}img.max-height-136{max-height:136px;width:auto !important}img.max-height-137{max-height:137px;width:auto !important}img.max-height-138{max-height:138px;width:auto !important}img.max-height-139{max-height:139px;width:auto !important}img.max-height-140{max-height:140px;width:auto !important}img.max-height-141{max-height:141px;width:auto !important}img.max-height-142{max-height:142px;width:auto !important}img.max-height-143{max-height:143px;width:auto !important}img.max-height-144{max-height:144px;width:auto !important}img.max-height-145{max-height:145px;width:auto !important}img.max-height-146{max-height:146px;width:auto !important}img.max-height-147{max-height:147px;width:auto !important}img.max-height-148{max-height:148px;width:auto !important}img.max-height-149{max-height:149px;width:auto !important}img.max-height-150{max-height:150px;width:auto !important}img.max-height-151{max-height:151px;width:auto !important}img.max-height-152{max-height:152px;width:auto !important}img.max-height-153{max-height:153px;width:auto !important}img.max-height-154{max-height:154px;width:auto !important}img.max-height-155{max-height:155px;width:auto !important}img.max-height-156{max-height:156px;width:auto !important}img.max-height-157{max-height:157px;width:auto !important}img.max-height-158{max-height:158px;width:auto !important}img.max-height-159{max-height:159px;width:auto !important}img.max-height-160{max-height:160px;width:auto !important}img.max-height-161{max-height:161px;width:auto !important}img.max-height-162{max-height:162px;width:auto !important}img.max-height-163{max-height:163px;width:auto !important}img.max-height-164{max-height:164px;width:auto !important}img.max-height-165{max-height:165px;width:auto !important}img.max-height-166{max-height:166px;width:auto !important}img.max-height-167{max-height:167px;width:auto !important}img.max-height-168{max-height:168px;width:auto !important}img.max-height-169{max-height:169px;width:auto !important}img.max-height-170{max-height:170px;width:auto !important}img.max-height-171{max-height:171px;width:auto !important}img.max-height-172{max-height:172px;width:auto !important}img.max-height-173{max-height:173px;width:auto !important}img.max-height-174{max-height:174px;width:auto !important}img.max-height-175{max-height:175px;width:auto !important}img.max-height-176{max-height:176px;width:auto !important}img.max-height-177{max-height:177px;width:auto !important}img.max-height-178{max-height:178px;width:auto !important}img.max-height-179{max-height:179px;width:auto !important}img.max-height-180{max-height:180px;width:auto !important}img.max-height-181{max-height:181px;width:auto !important}img.max-height-182{max-height:182px;width:auto !important}img.max-height-183{max-height:183px;width:auto !important}img.max-height-184{max-height:184px;width:auto !important}img.max-height-185{max-height:185px;width:auto !important}img.max-height-186{max-height:186px;width:auto !important}img.max-height-187{max-height:187px;width:auto !important}img.max-height-188{max-height:188px;width:auto !important}img.max-height-189{max-height:189px;width:auto !important}img.max-height-190{max-height:190px;width:auto !important}img.max-height-191{max-height:191px;width:auto !important}img.max-height-192{max-height:192px;width:auto !important}img.max-height-193{max-height:193px;width:auto !important}img.max-height-194{max-height:194px;width:auto !important}img.max-height-195{max-height:195px;width:auto !important}img.max-height-196{max-height:196px;width:auto !important}img.max-height-197{max-height:197px;width:auto !important}img.max-height-198{max-height:198px;width:auto !important}img.max-height-199{max-height:199px;width:auto !important}img.max-height-200{max-height:200px;width:auto !important}@media screen and (min-width: 61.25em){.menu-dropdown li{position:relative}.menu-dropdown li:hover>ul.sub-menu{display:block}.menu-dropdown ul.sub-menu{background:#f1f1f1;border:1px solid #c1ced7;border-top:0;color:#fff;display:none;font-size:18px;left:50%;margin:0;min-width:120%;padding:8px 0;position:absolute;text-align:center;top:100%;transform:translateX(-50%);white-space:nowrap;z-index:1000}.menu-dropdown ul.sub-menu li{display:block;margin:0;padding:0}.menu-dropdown ul.sub-menu a{display:block;padding:8px 12px}}.menu-inline li{display:inline-block;padding:.5rem 0 .5rem 0;font-size:.75rem;line-height:.875rem}.menu-inline a{padding:2px 11px;display:inline-block}.menu-inline ul a{padding-left:0;padding-right:0}.menu{font-family:"Open Sans",sans-serif;list-style:none;margin:0;padding:0}.menu a{color:#fff;font-weight:700;text-decoration:none;transition:color .15s}.menu.nav-utility{text-align:right}.menu.nav-utility a{font-weight:600}.menu.nav-utility li.menu-item-has-children{position:relative}.menu.nav-utility li.menu-item-has-children .sub-menu{box-shadow:0 1px 1px 1px #f1f4f7;display:none;flex-direction:column;position:absolute;background:#fff;margin-top:0;text-align:left;padding:.3125rem;min-width:6.25rem;top:100%}.menu.nav-utility li.menu-item-has-children .sub-menu a{color:#004c97}.menu.nav-utility li.menu-item-has-children:hover .sub-menu{display:flex}@media screen and (min-width: 61.25em){.menu li.btn,.menu li.btn-white{margin-left:.9375rem}.menu li.btn:first-child,.menu li.btn-white:first-child{margin-left:0}.menu li.btn>a,.menu li.btn-white>a{border-color:#fff;color:#fff;max-width:100%}.menu li.btn-white>a{background-color:#fff;border-color:#fff}}@media screen and (max-width: 61.24em){.hide-on-mobile{display:none !important}}@media screen and (min-width: 61.25em){.show-on-mobile{display:none !important}}.screen-reader-text,.wp-block-embed__narwhal-play-button span,.wp-block-narwhal-page-header__media-wrap .wp-block-embed__narwhal-play-button span,.wp-block-narwhal-left-right__media-wrap .wp-block-embed__narwhal-play-button span{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus,.wp-block-embed__narwhal-play-button span:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-block-image{margin-bottom:0;margin-top:0}.wp-block-image.icon-image{margin-top:5.625rem;margin-bottom:0}.wp-block-image.alignfull{max-width:none}@supports (object-fit: contain){.wp-block-image.alignfull img{object-fit:cover;width:100%}}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:0.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.alignfull{margin-left:-30px;margin-right:-30px;width:auto}@media screen and (min-width: 61.25em){.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:1000%}.tricentis-blocks--in-template .alignfull{margin-left:0;margin-right:0}}@media screen and (min-width: 81.25em){.alignwide{margin-left:-90px;margin-right:-90px;max-width:100vw;width:auto}}body.alert-bar-active{padding-top:175px !important}.site-header__alert-bar{display:flex;width:100%;min-height:55px;position:relative;transition:margin-top .2s linear}.site-header__alert-bar-inner{display:flex;flex-direction:column;width:100%;justify-content:center;max-width:800px;margin:0 auto;padding:10px 20px}@media screen and (min-width: 48em){.site-header__alert-bar-inner{flex-direction:row}}.site-header__alert-bar-copy{margin-right:20px;display:flex;align-items:center}@media screen and (max-width: 47.99em){.site-header__alert-bar-copy{margin-bottom:10px;justify-content:center}}.site-header__alert-bar-copy p{font-weight:700;margin:0;text-align:center}.site-header__alert-bar .wp-block-narwhal-button-collection{align-items:center}.site-header__alert-bar .wp-block-narwhal-button-collection .wp-block-button__link{min-width:110px;padding:7px 35px}.site-header__alert-bar .wp-block-narwhal-button-collection .wp-block-button__link:hover.has-white-color{color:#EF742F;border-color:#EF742F}.site-header__alert-bar-dismiss{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 47.99em){.site-header__alert-bar-dismiss{position:absolute;right:20px;height:100%}}@media screen and (min-width: 48em){.site-header__alert-bar-dismiss{margin-right:20px}}.site-header__alert-bar-dismiss::after{content:'\D7';color:#ffffff;font-size:2.5rem;font-weight:bold;text-align:center;cursor:pointer}.site-header__alert-bar.hide-alert{display:none}.site-header__alert-bar.dismiss-alert{margin-top:-110px}@media screen and (min-width: 48em){.site-header__alert-bar.dismiss-alert{margin-top:-62px}}@media screen and (min-width: 61.25em){.site-header__alert-bar.dismiss-alert{margin-top:-60px}}.blog-with-sidebar{position:relative;z-index:1}.blog-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.blog-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.blog-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.blog-with-sidebar__inner{flex-wrap:nowrap;padding:0}}@media screen and (min-width: 68.75em){.blog-with-sidebar__content{flex:0 0 75%}}@media screen and (min-width: 81.25em){.blog-with-sidebar__content{flex:0 0 45rem}}.blog-with-sidebar__content-inner,.blog-with-sidebar__left-inner,.blog-with-sidebar__right-inner{position:relative;z-index:2}@media screen and (max-width: 81.24em){.blog-with-sidebar__content-inner,.blog-with-sidebar__left-inner,.blog-with-sidebar__right-inner{padding:0 10px}}.blog-with-sidebar__content-inner{max-width:700px}.blog-with-sidebar__left{order:-1}@media screen and (min-width: 68.75em){.blog-with-sidebar__left{flex:0 0 25%}}@media screen and (min-width: 68.75em) and (max-width: 81.24em){.blog-with-sidebar__right{flex:0 0 100%;margin-left:auto}}@media screen and (min-width: 81.25em){.blog-with-sidebar__left,.blog-with-sidebar__right{display:flex;flex:1 1 25%}}@media screen and (min-width: 81.25em){.blog-with-sidebar__left-inner{flex:0 0 11.25rem;margin-right:5.625rem;margin-left:auto}}.blog-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 81.24em){.blog-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.blog-with-sidebar__right-inner:after{content:'';flex:0 0 calc(50% - 1.25rem)}.blog-with-sidebar__right-inner>*{flex:0 0 calc(50% - 1.25rem)}}@media screen and (min-width: 81.25em){.blog-with-sidebar__right-inner{display:block;flex:0 0 17.5rem;margin-left:auto}}.tricentis__breadcrumbs{list-style:none;margin:0 0 2.5rem;padding-left:0}.tricentis__breadcrumbs li{color:#004c97;display:inline;font-size:.75rem;letter-spacing:.0625rem;line-height:1.25rem;text-transform:uppercase}.tricentis__breadcrumbs li a{color:currentColor}.tricentis__breadcrumbs li+li{margin-left:0}.tricentis__breadcrumbs li+li:before{content:'/';font-weight:400;margin:0 .625rem 0 .3125rem}.tricentis__breadcrumbs li:last-child{font-weight:700}.case-study-without-sidebar__content{padding:0px 20%;margin-top:20px}.case-study-without-sidebar__masthead{padding:70px 0px}.case-study-without-sidebar__masthead img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}.case-study-without-sidebar__masthead-inner{max-width:unset;padding:0 28px}.case-study-without-sidebar__header{padding:6.5%}.case-study-without-sidebar__header h5,.case-study-without-sidebar__header h3,.case-study-without-sidebar__header h1{text-align:left}.case-study-without-sidebar__header h1{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-size:2.4rem;line-height:2.6rem;padding-bottom:18px}@media screen and (min-width: 769px){.case-study-without-sidebar__header h1{font-size:80px;line-height:70px}}.case-study-without-sidebar__header h3{font-size:18px;line-height:25px;letter-spacing:1.5px}.case-study-without-sidebar__header h5{font-size:20px;line-height:30px}@media screen and (min-width: 768px){.case-study-without-sidebar__header{flex-grow:3;padding-left:6.5%}}.case-study-without-sidebar__card-container{display:none}@media screen and (min-width: 768px){.case-study-without-sidebar__card-container{display:block;flex-grow:3}}@media screen and (min-width: 992px){.case-study-without-sidebar__card-container{display:block;flex-grow:3}}.case-study-without-sidebar__card-body{display:flex;background:rgba(13,41,73,0.8);border-radius:10px;margin:10px}.case-study-without-sidebar__card-left{font-family:'Open Sans', arial, sans-serif;font-style:normal;font-weight:bold;font-size:40px;line-height:54px;padding-right:18px;margin:23px;border-right:2px solid white;width:45%;text-align:center}@media screen and (min-width: 992px){.case-study-without-sidebar__card-left{width:35%}}.case-study-without-sidebar__card-right{font-family:'Open Sans', arial, sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:19px;width:70%;margin:auto}.case-study-without-sidebar__inner .wp-block-narwhal-background__inner{padding:0 3.5rem}#chat-widget-container{z-index:998 !important}.site-banner{background-color:#1b365d;position:fixed;bottom:0;outline:0;transition:0.25s all ease;transform:translateY(100%);width:100%;z-index:999}.site-banner-enabled .site-banner{transform:translateY(0%)}.site-banner__container{display:flex;flex-direction:column;padding:1em 2em 1em .5em;margin:0 auto}@media screen and (min-width: 61.25em){.site-banner__container{padding:.5em 2em;flex-direction:row;align-items:center}}.site-banner__content{color:#fff;flex-grow:1;font-size:13px;line-height:1.6rem;margin:0;padding:0.5em 1em 1em}.site-banner__content a{color:#fff;text-decoration:underline}.site-banner__content a:hover{text-decoration:none}@media screen and (min-width: 61.25em){.site-banner__content{display:inline-block;margin-right:1.75rem;padding:0}}.site-banner .wp-block-button{flex-grow:0;margin:0 .75rem 0 0;min-width:14.375rem}.site-banner__close{position:absolute;right:.75rem;top:.75rem}.site-banner__close:after{content:'\D7';color:#fff;font-size:2.5rem;font-weight:bold;text-align:center}.event-with-sidebar{position:relative;z-index:10}.event-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.event-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.event-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.event-with-sidebar__inner{flex-wrap:nowrap;padding:0}}.event-with-sidebar__registration-button{order:-2}@media screen and (min-width: 68.75em){.event-with-sidebar__content{flex:0 0 57%}}@media screen and (min-width: 81.25em){.event-with-sidebar__content{flex:0 0 45rem;margin-left:-11.25rem}}@media screen and (min-width: 81.25em){.event-with-sidebar__content-inner{padding:0 10px}}.event-with-sidebar__content-inner,.event-with-sidebar__left-inner,.event-with-sidebar__right-inner{position:relative;z-index:2}@media screen and (max-width: 81.24em){.event-with-sidebar__content-inner,.event-with-sidebar__left-inner,.event-with-sidebar__right-inner{padding:0 10px}}.event-with-sidebar__left{order:-1;padding-bottom:26px}@media screen and (min-width: 68.75em){.event-with-sidebar__left{flex:0 0 18%}}@media screen and (min-width: 68.75em) and (max-width: 81.24em){.event-with-sidebar__right{flex:0 0 23%;margin-left:auto}}@media screen and (min-width: 81.25em){.event-with-sidebar__left,.event-with-sidebar__right{display:flex;flex:1 1 25%}}@media screen and (min-width: 81.25em){.event-with-sidebar__left-inner{flex:0 0 11.25rem;margin-right:11.25rem;margin-left:auto;padding:0 10px}}.event-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.event-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.event-with-sidebar__right-inner:after{content:'';flex:0 0 calc(50% - 1.25rem)}.event-with-sidebar__right-inner>*{flex:0 0 calc(50% - 1.25rem)}}@media screen and (min-width: 81.25em){.event-with-sidebar__right-inner{display:block;flex:1 1 21.875rem;max-width:21.875rem;margin-left:auto}}.form-with-sidebar{border-top:2px solid #f1f1f1;padding:80px 0;position:relative;z-index:1}.form-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.form-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.form-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.form-with-sidebar__inner{flex-wrap:nowrap;padding:0}}@media screen and (min-width: 68.75em){.form-with-sidebar__content{flex:0 0 75%}}@media screen and (min-width: 81.25em){.form-with-sidebar__content{flex:0 0 45rem}}.form-with-sidebar__content-inner,.form-with-sidebar__left-inner,.form-with-sidebar__right-inner{position:relative;z-index:2}@media screen and (max-width: 81.24em){.form-with-sidebar__content-inner,.form-with-sidebar__left-inner,.form-with-sidebar__right-inner{padding:0 10px}}.form-with-sidebar__left{display:none;order:-1}@media screen and (min-width: 68.75em) and (max-width: 81.24em){.form-with-sidebar__right{flex:0 0 100%;margin-left:auto}}@media screen and (min-width: 81.25em){.form-with-sidebar__left{display:flex;flex:1 1 8%}}@media screen and (min-width: 81.25em){.form-with-sidebar__right{display:flex;flex:1 1 28%}}@media screen and (min-width: 81.25em){.form-with-sidebar__left-inner{flex:0 0 11.25rem;margin-right:5.625rem;margin-left:auto}}.form-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 81.24em){.form-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media screen and (min-width: 81.25em){.form-with-sidebar__right-inner{display:block;flex:0 0 17.5rem;margin-left:auto}}a.gfour-review,div.gfour-review{overflow:hidden;border-top:0px solid rgba(84,84,84,0.2);display:block;color:#545454;padding:10px 10px;font-size:.8em;margin:15px -10px;border-radius:10px;transition:all 200ms}a.gfour-review .gfour-profile,div.gfour-review .gfour-profile{float:left;border-radius:50%;overflow:hidden;width:40px;height:40px;margin-right:20px;background-size:cover;background-position:50%;background-repeat:no-repeat}a.gfour-review .gfour-profile img,div.gfour-review .gfour-profile img{display:none}a.gfour-review .rating,div.gfour-review .rating{border:0px solid red;width:70px;height:12px;background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/star-rating.png) 0 0 no-repeat;background-size:100%;margin-bottom:10px}a.gfour-review .rating.five,div.gfour-review .rating.five{background-position:0 0}a.gfour-review .rating.four-half,div.gfour-review .rating.four-half{background-position:0 33%}a.gfour-review .rating.four,div.gfour-review .rating.four{background-position:0 66%}a.gfour-review .rating.three-half,div.gfour-review .rating.three-half{background-position:0 99%}a.gfour-review h3.gfour-headline,div.gfour-review h3.gfour-headline{font-size:1.4rem !important;margin:0px 0 3px !important;padding:0 !important;line-height:normal !important;font-weight:600}a.gfour-review p,div.gfour-review p{font-size:0.9em !important;line-height:150% !important;font-style:italic;margin-bottom:15px !important;padding-top:3px !important;padding-bottom:10px !important}a.gfour-review p.gfour-date,div.gfour-review p.gfour-date{font-size:.8em}a.gfour-review .gfour-content,div.gfour-review .gfour-content{float:left;margin:0;padding-top:2px}a.gfour-review .gfour-content h4.gfour-name,div.gfour-review .gfour-content h4.gfour-name{color:#f1f1f1;font-size:.7em;margin:3px 0 3px;padding:7px 0 0 0;line-height:125%;text-align:left}a.gfour-review .gfour-content h4.gfour-name b,div.gfour-review .gfour-content h4.gfour-name b{font-size:1.3em;font-weight:400}a.gfour-review .gfour-content h5.gfour-title,div.gfour-review .gfour-content h5.gfour-title{font-size:.7em;margin:0;padding:0;line-height:125%;text-align:left;color:#004c97}a.gfour-review{cursor:pointer}a.gfour-review .gfour-content h4.gfour-name{padding:0}a.gfour-review:hover{background:rgba(0,0,0,0.05)}.market-place-with-sidebar{padding:0 10%}.market-place-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.market-place-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.market-place-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.market-place-with-sidebar__inner{flex-wrap:nowrap;padding:0px 42px}}.market-place-with-sidebar__content{padding-left:9%}@media screen and (min-width: 68.75em){.market-place-with-sidebar__content{flex:0 0 80%}}@media screen and (min-width: 81.25em){.market-place-with-sidebar__content{flex:0 0 80%}}.market-place-with-sidebar__content-inner,.market-place-with-sidebar__left-inner,.market-place-with-sidebar__right-inner{position:relative;z-index:2}@media screen and (max-width: 81.24em){.market-place-with-sidebar__content-inner,.market-place-with-sidebar__left-inner,.market-place-with-sidebar__right-inner{padding:0 10px}}.market-place-with-sidebar__left{order:-1}@media screen and (min-width: 68.75em){.market-place-with-sidebar__left{flex:0 0 20%}}@media screen and (min-width: 81.25em){.market-place-with-sidebar__left{display:flex;flex:0 0 20%}}@media screen and (min-width: 81.25em){.market-place-with-sidebar__left-inner{margin-left:0px;width:100%}}.market-place-with-sidebar__left-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 81.24em){.market-place-with-sidebar__left-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.market-place-with-sidebar__left-inner:after{content:''}}@media screen and (min-width: 81.25em){.market-place-with-sidebar__left-inner{display:block}}.nav-social{display:inline-block}.nav-social .menu{align-items:center;display:flex;justify-content:flex-end}.nav-social .menu-item{margin:.5625rem}.nav-social .menu-item>a{font-size:1.5rem}.nav-social .menu-item>a:hover,.nav-social .menu-item>a:focus{color:#ff6c0e}.nav-social .menu-item>a[href*="facebook.com"]::before{content:"\F09A";display:none;font-family:"Font Awesome 5 Brands"}.nav-social .menu-item>a[href*="twitter.com"]::before{content:"\F099";display:none;font-family:"Font Awesome 5 Brands"}.nav-social .menu-item>a[href*="instagram.com"]::before{content:"\F16D";display:none;font-family:"Font Awesome 5 Brands"}.nav-social .menu-item>a[href*="linkedin.com"]::before{content:"\F08C";display:none;font-family:"Font Awesome 5 Brands"}.nav-social .menu-item>a[href*="vimeo.com"]::before{content:"\F27D";display:none;font-family:"Font Awesome 5 Brands"}.nav-social .menu-item>a[href*="youtube.com"]::before{content:"\F167";display:none;font-family:"Font Awesome 5 Brands"}.news-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.news-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.news-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.news-with-sidebar__inner{flex-wrap:nowrap;padding:0}}.news-with-sidebar__content-inner,.news-with-sidebar__left-inner,.news-with-sidebar__right-inner{position:relative;z-index:2}@media screen and (max-width: 81.24em){.news-with-sidebar__content-inner,.news-with-sidebar__left-inner,.news-with-sidebar__right-inner{padding:0 10px}}.news-with-sidebar__left{order:-1}@media screen and (min-width: 68.75em){.news-with-sidebar__left{flex:0 0 25%}}@media screen and (min-width: 68.75em) and (max-width: 81.24em){.news-with-sidebar__right{flex:0 0 100%;margin-left:auto}}@media screen and (min-width: 81.25em){.news-with-sidebar__left,.news-with-sidebar__right{display:flex;flex:1 1 25%}}@media screen and (min-width: 81.25em){.news-with-sidebar__left-inner{flex:0 0 11.25rem;margin-right:5.625rem;margin-left:auto}}.news-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 81.24em){.news-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.news-with-sidebar__right-inner:after{content:'';flex:0 0 calc(50% - 1.25rem)}.news-with-sidebar__right-inner>*{flex:0 0 calc(50% - 1.25rem)}}@media screen and (min-width: 81.25em){.news-with-sidebar__right-inner{display:block;flex:0 0 21.875rem;margin-left:auto}}.ondemand-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.ondemand-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.ondemand-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.ondemand-with-sidebar__inner{flex-wrap:nowrap}}@media screen and (min-width: 68.75em){.ondemand-with-sidebar__content{flex:0 0 50%;padding-left:100px}}@media screen and (min-width: 81.25em){.ondemand-with-sidebar__content{flex:0 0 56.25rem;padding-left:100px}}@media screen and (max-width: 81.24em){.ondemand-with-sidebar__content-inner,.ondemand-with-sidebar__left-inner,.ondemand-with-sidebar__right-inner{padding:0 10px}}.ondemand-with-sidebar__left{order:-1;max-width:200px}@media screen and (min-width: 68.75em){.ondemand-with-sidebar__left{flex:0 0 21%;max-width:none}}@media screen and (min-width: 68.75em){.ondemand-with-sidebar__right{flex:0 0 10%;margin-left:auto}}.ondemand-with-sidebar__left{position:relative;z-index:2}@media screen and (min-width: 81.25em){.ondemand-with-sidebar__left{flex:1 1 21%}}.ondemand-with-sidebar__right{position:relative;z-index:2}@media screen and (min-width: 81.25em){.ondemand-with-sidebar__right{display:flex;flex:1 1 15%}}.ondemand-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.ondemand-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.ondemand-with-sidebar__right-inner:after{content:'';flex:0 0 calc(50% - 1.25rem)}.ondemand-with-sidebar__right-inner>*{flex:0 0 calc(50% - 1.25rem)}}@media screen and (min-width: 81.25em){.ondemand-with-sidebar__right-inner{display:block;flex:0 0 21.875rem;margin-left:auto}}.ondemand-with-sidebar .mktoFormWrapper{background-color:#F0F4F7;padding:0px 40px;margin-top:40px}.qtest-login-page{padding-top:0}.qtest-login-page.admin-bar .site-header{top:0px !important}.qtest-login-page .site-header{box-shadow:none}.qtest-login{height:100vh}.qtest-login__inner,.qtest-login .grid__row{height:inherit}.qtest-login__content-column{background-size:cover;background-repeat:no-repeat;background-color:#0b133a}@media screen and (max-width: 47.99em){.qtest-login__content-column{order:1}}.qtest-login__content-column-inner{max-width:800px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#fff;padding:0 50px}@media screen and (max-width: 47.99em){.qtest-login__content-column-inner{padding-top:50px;padding-bottom:50px}}.qtest-login__content-column-inner h1{color:#fff;margin-bottom:10px}.qtest-login__content-column-inner p{margin-bottom:30px}.qtest-login__form-column{background-color:#f6f5fa}.qtest-login__form-column-inner{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.qtest-login__form-column-inner>div{margin-bottom:20px}.qtest-login__form-container{background-color:#fff;box-shadow:0 0 3px #ddd;min-width:28.125rem;padding:3.125rem;border-radius:5px}.qtest-login__form input[type='text']{border:2px solid #e3e3e5;border-radius:4px}.qtest-login__form input[type="submit"]{width:100%}.qtest-login__form .form--row{margin-bottom:20px}.qtest-login__form .form--row span,.qtest-login__form .form--row label{color:#9b9b9d;font-size:16px}.qtest-login__form .form--row input{height:unset}.qtest-login__form-info a::after{content:"\203A";font-size:28px;font-weight:200;color:#1885ca;margin-left:10px;vertical-align:sub}.qtest-login__qtest-resources ul{list-style:none}.qtest-login__qtest-resources li::before{content:"\203A";font-size:28px;font-weight:200;color:#1885ca;margin-right:14px;vertical-align:sub}.qtest-login__qtest-resources li a{font-size:18px}.tri-resource-template-tri-resource-landing-page{padding-top:0}.tri-resource-template-tri-resource-landing-page .site-header{background-color:transparent;position:absolute;box-shadow:unset;z-index:10000}.tri-resource-template-tri-resource-landing-page .site-header .site-branding a{color:#fff}.tri_resource_landing_page{position:relative}.tri_resource_landing_page .tricentis__breadcrumbs{margin-bottom:0}.tri_resource_landing_page .tricentis__breadcrumbs li.breadcrumb{color:white}.tri_resource_landing_page .tricentis__breadcrumbs li.breadcrumb>a{color:white}.tri_resource_landing_page__inner{overflow-y:hidden;position:relative;z-index:1}.tri_resource_landing_page__post-header{position:relative;position:relative;overflow:hidden;margin-bottom:40px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 40px}.tri_resource_landing_page__post-header:after{background-image:linear-gradient(-180deg, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.45) 100%);bottom:0;content:'';display:block;height:100%;position:absolute;width:100%;z-index:1}.tri_resource_landing_page__post-header>div.container{position:relative;z-index:2}@media screen and (min-width: 61.25em){.tri_resource_landing_page__post-header{height:500px;margin-bottom:58px}}.tri_resource_landing_page__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end;margin-top:30px}.tri_resource_landing_page__post-header>div.container .grid__row:first-of-type{margin-bottom:auto;padding-bottom:58px}.tri_resource_landing_page__post-header img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@supports (object-fit: cover){.tri_resource_landing_page__post-header img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.tri_resource_landing_page__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.tri_resource_landing_page__post-header__post-title{color:white}@media screen and (min-width: 61.25em){.tri_resource_landing_page__post-header__post-title{max-width:60%}}.tri_resource_landing_page__post-header ul{margin-top:0px;padding-left:0px}.tri_resource_landing_page__post-header h1{margin-bottom:0px}.tri_resource_landing_page__sidebar{flex-direction:column}@media screen and (min-width: 68.75em){.tri_resource_landing_page__sidebar{display:flex}}.tri_resource_landing_page__sidebar__image-wrapper{max-width:70px;margin-bottom:15px}.tri_resource_landing_page__sidebar__author-info{font-size:13px;color:#2b2b2b;line-height:20px;letter-spacing:-0.1px}.tri_resource_landing_page__sidebar__author-info>*{display:block}.tri_resource_landing_page__sidebar__author-info__name{font-weight:700;text-transform:uppercase;line-height:24px;letter-spacing:1px}.tri_resource_landing_page__sidebar__author-info__tags{color:#004c97;padding-left:0px;list-style:none}.tri_resource_landing_page__sidebar__author-info__tags li{position:relative;font-size:10px;display:flex;line-height:10px;margin-bottom:10px;font-weight:700}.tri_resource_landing_page__sidebar__author-info__tags li::before{content:'';display:flex;width:2px;background-color:#004c97;height:10px;margin-right:5px;transition:margin-right 0.2s}.tri_resource_landing_page__sidebar__author-info__tags li:hover::before{margin-right:10px;transition:margin-right 0.2s}.tri_resource_landing_page__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.tri_resource_landing_page__post-content{margin-bottom:90px}}.tri_resource_landing_page__post-content__date-line{color:#004c97;font-size:.875rem;margin-bottom:18px;display:flex;align-items:center}.tri_resource_landing_page__post-content__date-line .date{font-weight:700}.tri_resource_landing_page__post-content__date-line .separator{width:15px;height:2px;background-color:#004c97;display:block;margin:0px 5px}.tri_resource_landing_page__post-content__date-line+*{margin-top:0px}.tri_resource_landing_page__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem}.tri_resource_landing_page__post-content>p.is-style-intro-paragraph{font-size:1.5rem;letter-spacing:-0.17px;line-height:31px;font-weight:700}.tri_resource_landing_page__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:520px;float:left}@media screen and (min-width: 68.75em){.tri_resource_landing_page__post-content>blockquote[style="text-align:left"]{margin-left:-90px;margin-right:20px}}.tri_resource_landing_page__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.tri_resource_landing_page__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}@media screen and (min-width: 81.25em){.tri_resource_landing_page__right-rail{margin-top:-9.375rem}}@media only screen and (min-width: 1420px){.tri_resource_landing_page__right-rail{display:flex;flex-direction:column}}.tri_resource_landing_page__right-rail__form{background-color:#1b365d;margin-bottom:2rem}.tri_resource_landing_page__right-rail__related-content-placeholder{background-color:#2b2b2b;margin-bottom:2rem}.tri_resource_landing_page__right-rail__never-miss-placeholder{background-color:#1b365d;margin-bottom:2rem}.tri_resource_landing_page__left-rail{background-color:#2b2b2b;padding:2.1875rem 1.5625rem;text-align:center}.tri_resource_landing_page.gated .resource-with-sidebar{margin-bottom:0}.tri_resource_landing_page.gated .resource-with-sidebar .tricentis-blocks{max-height:400px;overflow:hidden}.tri_resource_landing_page.gated[class*="webinars"] .resource-with-sidebar,.tri_resource_landing_page.gated[class*="videos"] .resource-with-sidebar{height:auto}.tri_resource_landing_page.gated[class*="webinars"] .wp-block-narwhal-embed,.tri_resource_landing_page.gated[class*="videos"] .wp-block-narwhal-embed{display:none}.tri_resource_landing_page.gated .single_resource_template__left-rail{display:none}.site-branding{max-width:100%;width:10rem;margin-right:55px}.site-branding svg{width:10rem}.site-footer{background-color:#1c1c1c}@media screen and (max-width: 61.24em){.site-footer .grid__col{flex-basis:100%}}@media screen and (min-width: 48em){.site-footer .grid__col:first-of-type{padding-left:0}.site-footer .grid__col:last-of-type{padding-right:0}}.nav-footer{align-items:flex-start;display:flex;margin-top:54px}@media screen and (max-width: 47.99em){.nav-footer{flex-direction:column}}.good-reads-menu .nav-footer{margin-top:0px}@media screen and (min-width: 61.25em){.good-reads-menu .nav-footer{margin-top:54px}}.menu-quick{flex-grow:1;width:100%;margin-bottom:25px}@media screen and (min-width: 48em){.menu-quick{margin-bottom:54px;max-width:160px;padding-right:20px;margin-bottom:unset}}.menu-quick .menu-item{font-size:1rem;font-weight:700;letter-spacing:.82px;line-height:1.125rem;padding:5px 0 10px}.menu-quick a{font-weight:700;padding:4px 0;text-transform:uppercase}.menu-quick a:hover,.menu-quick a:focus{text-decoration:underline}.menu-detail{display:flex;flex-grow:1;flex-wrap:wrap}@media screen and (min-width: 48em){.menu-detail{flex-wrap:nowrap}}@media screen and (min-width: 61.25em){.menu-detail{margin-right:20px}}.menu-detail .menu-item{font-size:1rem;font-weight:700;letter-spacing:.82px;line-height:1.125rem;padding:6px 0}.menu-detail .menu-item.menu-item-has-children:not(:last-of-type){padding-right:20px}.menu-detail .menu-item a{font-weight:700;text-transform:uppercase}.menu-detail .menu-item a:hover{text-decoration:underline}.menu-detail .sub-menu{list-style:none;max-width:160px;padding-left:0;margin-top:.75rem}@media screen and (min-width: 61.25em){.menu-detail .sub-menu{margin-top:1em}}.menu-detail .sub-menu .menu-item{font-size:.8125rem;line-height:1rem}.menu-detail .sub-menu .menu-item>.menu-item{padding-top:0}.menu-detail .sub-menu .menu-item a{font-weight:400;text-transform:none}.menu-footer-trending .sub-menu{max-width:unset}.menu-footer-trending .sub-menu .menu-item{line-height:1.125rem}.footer-colophon{border-top:1px solid rgba(216,216,216,0.2);padding-top:23px;padding-bottom:29px}@media screen and (max-width: 61.24em){.footer-colophon{text-align:center}}@media screen and (max-width: 47.99em){.footer-colophon{text-align:left}}.site-footer__copyright{color:#FFF;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2px;line-height:1.0625rem;margin:0}.nav-legal .menu{display:flex;justify-content:flex-end}@media screen and (max-width: 47.99em){.nav-legal .menu{flex-direction:column}}@media screen and (max-width: 61.24em){.nav-legal .menu{justify-content:center}}.nav-legal .menu .menu-item a{display:inline-block;font-size:.75rem;font-weight:400;line-height:1.0625rem;padding:11px 0px 0px;position:relative;text-align:center}@media screen and (min-width: 48em){.nav-legal .menu .menu-item a{padding:0 11px}.nav-legal .menu .menu-item a:after{background-color:#fff;content:'';display:block;height:.75rem;position:absolute;top:50%;transform:translateY(-50%);right:-1px;width:1px}}@media screen and (min-width: 48em){.nav-legal .menu .menu-item:last-of-type a{padding-right:0}.nav-legal .menu .menu-item:last-of-type a:after{content:none}}.footer-col-contents-right{padding-top:0;padding-bottom:40px;text-align:left}@media screen and (min-width: 48em){.footer-col-contents-right{text-align:right}}@media screen and (min-width: 61.25em){.site-header{background-color:#fff;left:0;position:fixed;top:0;width:100%;z-index:500;box-shadow:0 1px 1px 1px #f1f4f7}.admin-bar .site-header{top:32px}}.site-header__utility-bar{background-color:#1b365d;color:#fff;position:relative;z-index:2}.site-header__primary-bar>.container{position:relative}.site-header__primary-bar .grid__row{align-items:center}.product-menu{align-items:center;display:flex}.product-menu .menu-label-product{font-size:.75rem;font-weight:600;letter-spacing:.0125rem;line-height:1.0625rem;padding-right:8px}.nav-products .menu .menu-item:not(:last-of-type) a{position:relative}.nav-products .menu .menu-item:not(:last-of-type) a:after{background-color:#fff;content:'';display:block;width:1px;height:.75rem;position:absolute;right:-1px;top:50%;transform:translateY(-50%)}.nav-products .menu-inline li{font-size:.75rem}.nav-products .menu-inline a:hover{color:#ff6c0e}.site-header__primary-bar{margin-bottom:1.375rem;margin-top:1.375rem}.site-header__primary-bar .menu a{color:#2b2b2b}.nav-secondary{display:flex;justify-content:flex-end;align-items:center}.nav-secondary a:not(.tricentis-button){color:#2b2b2b;font-size:.875rem;font-weight:700;line-height:1.1875rem}.nav-secondary a:not(.tricentis-button):hover{color:#ff6c0e}.nav-secondary .tricentis-button{margin-left:16px}.nav-secondary .tricentis-button+.tricentis-button{margin-left:10px}.nav-secondary .tricentis-header-search{display:inline-block;margin-left:15px;transition:width 350ms ease;width:32px}.nav-secondary .tricentis-header-search .tricentis-search-form{overflow:hidden;transition:width 350ms ease;width:32px}.nav-secondary .tricentis-header-search .tricentis-search-form__input{cursor:pointer;opacity:0}.nav-secondary .tricentis-header-search .tricentis-search-form:hover button{color:#ff6c0e}.nav-secondary .tricentis-header-search .tricentis-search-form__submit{position:absolute;right:0;transform:translateY(-50%);transition:all 350ms ease;top:50%;z-index:1}.nav-secondary .tricentis-header-search.focus{width:200px}.nav-secondary .tricentis-header-search.focus .tricentis-search-form{overflow:hidden;width:200px}.nav-secondary .tricentis-header-search.focus .tricentis-search-form__input{opacity:1;width:100%;z-index:1}.nav-secondary .tricentis-header-search.focus .tricentis-search-form__input:hover{cursor:text}.nav-secondary .tricentis-header-search.focus .tricentis-search-form__submit{z-index:2}.nav-utility .menu-inline li a{padding:2px 7px}.nav-utility .menu-inline li a:hover{color:#ff6c0e}.nav-utility .menu-inline li.wpml-ls-current-language{margin-left:1.5625rem;position:relative}.nav-utility .menu-inline li.wpml-ls-current-language>a:after{border:1.25px solid #fff;border-left:0;border-bottom:0;content:'';display:inline-block;height:4px;margin-left:6px;position:relative;top:-2px;transform:rotate(135deg);width:4px}.nav-utility .menu-inline li.wpml-ls-current-language>a .wpml-ls-flag{display:none}.nav-utility .menu-inline li.wpml-ls-current-language .wpml-ls-flag{vertical-align:middle}.nav-utility .menu-inline li.wpml-ls-current-language .sub-menu{background-color:#fff;box-shadow:0 1px 1px 1px #f1f4f7;display:none;margin:0;padding:0;position:absolute;right:0;text-align:left;top:100%;width:7.5rem}.nav-utility .menu-inline li.wpml-ls-current-language .sub-menu li,.nav-utility .menu-inline li.wpml-ls-current-language .sub-menu a{display:block}.nav-utility .menu-inline li.wpml-ls-current-language .sub-menu a{color:#004c97}.nav-utility .menu-inline li.wpml-ls-current-language .sub-menu a:hover{color:#164A83}.nav-utility .menu-inline li.wpml-ls-current-language:hover>a:after{border-color:#ff6c0e}.nav-utility .menu-inline li.wpml-ls-current-language:hover .sub-menu{display:block}body>.site{overflow-x:hidden}.team-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.team-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.team-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.team-with-sidebar__inner{flex-wrap:nowrap;padding:0}}@media screen and (min-width: 68.75em){.team-with-sidebar__content{flex:0 0 75%}}@media screen and (min-width: 81.25em){.team-with-sidebar__content{flex:0 0 45rem}}@media screen and (max-width: 81.24em){.team-with-sidebar__content-inner,.team-with-sidebar__left-inner,.team-with-sidebar__right-inner{padding:0 10px}}.team-with-sidebar__left{order:-1}@media screen and (min-width: 68.75em){.team-with-sidebar__left{flex:0 0 25%}}@media screen and (min-width: 68.75em) and (max-width: 81.24em){.team-with-sidebar__right{flex:0 0 75%}}@media screen and (min-width: 81.25em){.team-with-sidebar__left,.team-with-sidebar__right{display:flex;flex:1 1 25%}}@media screen and (min-width: 81.25em){.team-with-sidebar__left-inner{flex:0 0 11.25rem;margin-right:5.625rem;margin-left:auto}}.team-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem;margin-top:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 81.24em){.team-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.team-with-sidebar__right-inner:after{content:'';flex:0 0 calc(50% - 1.25rem)}.team-with-sidebar__right-inner>*{flex:0 0 calc(50% - 1.25rem)}}@media screen and (min-width: 81.25em){.team-with-sidebar__right-inner{display:block;flex:0 0 17.5rem;margin-left:auto}}.tri-mega-menu>li{padding-bottom:0;padding-top:0}.tri-mega-menu>li>a{padding:.625rem .375rem;font-size:.875rem}@media screen and (min-width: 68.75em){.tri-mega-menu>li>a{padding:.625rem .625rem}}.tri-mega-menu>li:hover>a{position:relative}.tri-mega-menu>li:hover>a::after{content:'';cursor:default;display:block;height:1.875rem;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:150%;z-index:9998}.tri-mega-menu>li:hover>a::before{content:'';display:block;height:2px;width:80%;background-color:#DF631D;position:absolute;bottom:0;right:50%;transform:translateX(50%)}.tri-mega-menu>li:hover .tri-mega-menu__inner{display:flex}.tri-mega-menu__inner{background:#fff;border-top:.125rem solid #f1f1f1;box-shadow:0 .25rem .375rem 0 rgba(0,0,0,0.1);display:none;left:20px;position:absolute;right:20px;top:calc(100% + .9375rem);z-index:9999}.tri-mega-menu__horizontal-list{display:flex;flex:0 0 71.42857%;flex-wrap:wrap;margin:0;padding:1.875rem 2.5rem}.tri-mega-menu__horizontal-list>li{display:flex;flex:0 0 25%;flex-direction:column}.tri-mega-menu__horizontal-list>li.tri-mega-menu__cta{flex-basis:100%;flex-direction:row;align-items:center}.tri-mega-menu__horizontal-list>li.tri-mega-menu__2-col{flex-basis:50%}.tri-mega-menu__horizontal-list>li.menu-item>a{font-size:.625rem;letter-spacing:0.5px;line-height:14px;color:#004c97;text-transform:uppercase}.tri-mega-menu__horizontal-list>li .sub-menu{display:flex;flex-direction:column;padding:0;margin:14px 0}.tri-mega-menu__horizontal-list>li .sub-menu>li{padding:0;margin-bottom:20px}.tri-mega-menu__horizontal-list>li .sub-menu>li.product-menu-item.product-label>a{font-size:.625rem;letter-spacing:0.5px;line-height:14px;color:#004c97;text-transform:uppercase;font-weight:700}.tri-mega-menu__horizontal-list>li .sub-menu>li.product-menu-item.product-label .sub-menu{margin-bottom:0}.tri-mega-menu__horizontal-list>li .sub-menu>li.product-menu-item.product-label .product-menu-item-child{margin-bottom:0}.tri-mega-menu__horizontal-list>li .sub-menu>li>a{font-size:.75rem;font-weight:400;line-height:.75rem;padding:0}.tri-mega-menu__horizontal-list>li .sub-menu>li>a:hover{color:#DF631D}.tri-mega-menu__horizontal-list>li .sub-menu>li>a img{width:100%}.tri-mega-menu__horizontal-list>li .sub-menu>li>a img svg{fill:#004c97}.tri-mega-menu__horizontal-list>li .sub-menu>li>a img:hover{fill:#ff6c0e}.tri-mega-menu__sidebar{background-color:#f1f1f1;flex:0 0 28.57143%;justify-self:flex-end;margin-left:auto;padding:2.1875rem 2.5rem}.tri-mega-menu__sidebar-nav{display:flex;flex-direction:column}.tri-mega-menu__sidebar-nav>li{padding:0}.tri-mega-menu__sidebar-nav>li:nth-child(4n){margin-bottom:21px}.tri-mega-menu__sidebar-nav>li>a{display:flex;align-items:center;font-size:.75rem;line-height:1.5625rem;font-weight:400}.tri-mega-menu__sidebar-nav>li>a:hover{color:#DF631D}.tri-mega-menu__sidebar-nav>li>a>img{width:16px;height:auto;margin-right:7px}.tri-mega-menu__sidebar-nav>li>a>img+span{font-weight:700;font-size:.9375rem;line-height:1.6875rem}.tri-mega-menu__cta a.tri-mega-menu__cta-link{color:#DF631D;text-transform:capitalize;font-size:.9375rem;line-height:24px;letter-spacing:-0.07px;position:relative}.tri-mega-menu__cta a.tri-mega-menu__cta-link:after{position:absolute;right:-20px;top:50%;transform:translate(0px, -37%);content:'';display:block;width:13px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EPath%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Dropdown-Menu' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign__Menu_Products' transform='translate(-303.000000, -418.000000)' fill='%23EF742F' stroke='%23EF742F' stroke-width='0.75'%3E %3Cg id='Group-8' transform='translate(138.000000, 411.000000)'%3E %3Cpolygon id='Path' transform='translate(171.958984, 12.169922) rotate(-180.000000) translate(-171.958984, -12.169922) ' points='171.017334 16.5550149 167.106883 12.604731 178.458984 12.604731 178.458984 11.7351128 167.106883 11.7351128 171.017334 7.78482887 170.408621 7.16992188 165.458984 12.1699219 170.408621 17.1699219'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-position:center;background-size:cover;background-repeat:no-repeat;transition:transform 0.2s}.tri-mega-menu__cta a.tri-mega-menu__cta-link:hover:after{transform:translate(5px, -37%);transition:transform 0.2s}.tri-mega-menu__image-cta-link{height:100%;display:flex !important;flex-direction:column;margin-right:32px;justify-content:center;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover}.tri-mega-menu__image-cta-text{font-size:1.25rem;text-align:center;letter-spacing:-0.09px;line-height:22px;margin-bottom:24px}.tri-mega-menu__image-cta-link-text{color:#004c97;font-size:.875rem;text-align:center;letter-spacing:-0.06px;line-height:21px}.tri-mega-menu__2-col ul.sub-menu{display:block;columns:2}.tri-mega-menu__2-col ul.sub-menu>li{display:block}.tri-mobile-nav{background:#fff;bottom:0;box-shadow:0 .25rem .375rem 0 rgba(0,0,0,0.1);display:flex;flex-direction:column;max-width:90vw;overflow-y:auto;position:fixed;right:0;text-align:left;top:0;transform:translateX(100%);transition:transform .5s;width:18.75rem;z-index:999999}.tri-mobile-nav[aria-hidden="false"]{transform:translateX(0)}.tri-mobile-nav__menus-wrap{overflow:scroll}.tri-mobile-nav__menus-wrap a{color:#004c97}.tri-mobile-nav__menu{margin-left:auto}.tri-mobile-nav__menu>button{background-color:transparent;border:none;padding:0px}.tri-mobile-nav__menu>button:hover{cursor:pointer}.tri-mobile-nav__close{cursor:pointer;display:inline-block;height:1.5em;margin:.5625rem 0px;margin-left:auto;position:relative;width:48px;color:#1b365d;background-color:transparent;border:none;font-size:27px}.tri-mobile-nav ul{border-top:.0625rem solid #c1ced7;list-style:none;margin:0;padding:0;text-align:left}.tri-mobile-nav ul ul{display:none;padding-left:1em}.tri-mobile-nav ul.sub-menu--depth-0 li{font-weight:600}.tri-mobile-nav ul.sub-menu--depth-1 li{font-weight:normal}.tri-mobile-nav li{font-size:1rem;font-weight:700;letter-spacing:.03125rem;line-height:1.2em}.tri-mobile-nav li+li{border-top:.0625rem solid #c1ced7}.tri-mobile-nav li.-sub-menu-active>ul.sub-menu{display:block}.tri-mobile-nav__sub-nav-toggle{border-right:.0625rem solid transparent;border-left:.0625rem solid #c1ced7;cursor:pointer;margin:-.625rem -.9375rem -.625rem auto;padding:.5em;position:relative;width:48px;display:flex;justify-content:center;align-items:center;transition:transform 0.2s}.tri-mobile-nav__sub-nav-toggle>svg{transform:rotate(0deg);transition:transform 0.2s}.-sub-menu-active>a>.tri-mobile-nav__sub-nav-toggle>svg{transform:rotate(-180deg);transition:transform 0.2s}.tri-mobile-nav .extra-mobile{font-weight:700}.tri-mobile-nav a{align-items:stretch;display:flex;font-weight:inherit;justify-content:space-between;padding:.625rem .9375rem}.tri-mobile-nav a span.tri-mobile-nav__item-label{display:block;width:80%;transition:color 0.2s}.tri-mobile-nav a span.tri-mobile-nav__item-label:hover{color:#DF631D;transition:color 0.2s}.tri-mobile-nav__extra{display:flex;padding:.9375rem;flex-shrink:0;flex-wrap:wrap;justify-content:space-around}.tri-mobile-nav__extra a{flex-grow:1;min-width:46%;white-space:nowrap;text-align:center;font-weight:700;justify-content:center;margin:0px .3125rem .9375rem}.tri-search-result{padding-bottom:1.6875rem;padding-top:1.875rem;position:relative}.tri-search-result:first-child{padding-top:0}.tri-search-result:after{background-color:#2b2b2b;bottom:-.0625rem;content:'';display:block;height:.125rem;position:absolute;width:5.625rem}.tri-search-result__link{color:#2b2b2b}.tri-search-result__title{color:#004c97;font-size:1.625rem;font-weight:700;letter-spacing:-.01188rem;line-height:1.15385em}.tri-search-result__excerpt{font-size:1rem;line-height:1.375em}.tri-search-results__header{padding-bottom:3.5rem;padding-top:4.4375rem}.tri-search-results .tricentis-search-form{border-bottom:.125rem solid #f1f1f1;display:flex;justify-content:space-between}.tri-search-results .tricentis-search-form__label{display:flex;flex-grow:1}.tri-search-results .tricentis-search-form__input{border-bottom:0;width:100%;font-size:2rem;letter-spacing:-.00937rem;line-height:1.15625em;padding:.3125rem .625rem .3125rem 0}.tri-search-results .tricentis-search-form__submit{border:0;flex:0 0 2.5rem;font-size:1.375rem;padding:0}.tri-search-results .tricentis-search-form__submit:hover,.tri-search-results .tricentis-search-form__submit:focus{color:#004c97;outline:none}.tri-search-results__result-data{color:#2b2b2b;font-size:.875rem;line-height:1.35714em;padding-top:1.1875rem}.tri-search-results__result-data b{font-weight:700}.tri-search-results__results{padding-bottom:3.75rem}.tricentis-search-form{position:relative}.tricentis-search-form__submit{background:transparent;border:0;box-shadow:none;color:#2b2b2b}.tricentis-search-form__submit:focus,.tricentis-search-form__submit:active{outline:none}.tricentis-search-form__submit:hover,.tricentis-search-form__submit:focus{color:#004c97;cursor:pointer}.tricentis-search-form__input{border-bottom:2px solid #2b2b2b;border-radius:0;padding-right:1.875rem;position:relative;transition:opacity 350ms ease;z-index:2}.tricentis-search-form__input:hover,.tricentis-search-form__input:focus{outline:none}.tricentis-share-links,.tricentis-social-links{display:flex;list-style:none;margin:0px;padding:0px}.tricentis-share-links__title,.tricentis-social-links__title{font-size:.8125rem;letter-spacing:0.93px;line-height:17px;margin-bottom:17px;text-transform:uppercase}.tricentis-share-links li,.tricentis-social-links li{background-color:#ff6c0e;height:43px;width:43px}.tricentis-share-links li:hover,.tricentis-share-links li:focus,.tricentis-social-links li:hover,.tricentis-social-links li:focus{background-color:#DF631D;transition:background-color 0.2s}.tricentis-share-links li+li,.tricentis-social-links li+li{margin-left:5px}.tricentis-share-links a,.tricentis-social-links a{align-items:center;color:#fff;display:flex;font-size:1.3125rem;height:100%;justify-content:center;width:100%}.upcoming-with-sidebar{position:relative;z-index:1}.upcoming-with-sidebar__inner{display:flex;flex-direction:column;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.upcoming-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.upcoming-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.upcoming-with-sidebar__inner{flex-wrap:nowrap;padding:0}}@media screen and (min-width: 68.75em){.upcoming-with-sidebar__content{flex:0 0 75%}}@media screen and (min-width: 81.25em){.upcoming-with-sidebar__content{flex:0 0 45rem}}.upcoming-with-sidebar__content-inner,.upcoming-with-sidebar__left-inner,.upcoming-with-sidebar__right-inner{position:relative;z-index:2}@media screen and (max-width: 81.24em){.upcoming-with-sidebar__content-inner,.upcoming-with-sidebar__left-inner,.upcoming-with-sidebar__right-inner{padding:0 10px}}.upcoming-with-sidebar__left{order:-1}@media screen and (min-width: 68.75em){.upcoming-with-sidebar__left{flex:0 0 25%}}@media screen and (min-width: 68.75em) and (max-width: 81.24em){.upcoming-with-sidebar__right{flex:0 0 100%;margin-left:auto}}@media screen and (min-width: 81.25em){.upcoming-with-sidebar__left,.upcoming-with-sidebar__right{display:flex;flex:1 1 25%}}@media screen and (min-width: 81.25em){.upcoming-with-sidebar__left-inner{flex:0 0 11.25rem;margin-right:5.625rem;margin-left:auto}}.upcoming-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 81.24em){.upcoming-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.upcoming-with-sidebar__right-inner:after{content:'';flex:0 0 calc(50% - 1.25rem)}.upcoming-with-sidebar__right-inner>*{flex:0 0 calc(50% - 1.25rem)}}@media screen and (min-width: 81.25em){.upcoming-with-sidebar__right-inner{display:block;flex:0 0 21.875rem;margin-left:auto}}.wp-block-gallery li{padding-left:unset !important}.wp-block-gallery li:before{content:none !important}.wp-block-table{background-color:#fff}.wp-block-table tr td:first-child strong{color:#898d8d;font-size:.875rem;font-weight:600}.wp-block-table tr td{color:#898d8d;font-size:.875rem;font-weight:400;line-height:1.25rem}.wp-block-table:not(.is-style-simple) tr:first-child td{background-color:#1b365d;padding:12px 25px}.wp-block-table:not(.is-style-simple) tr:first-child td strong{color:#fff;font-size:1rem;font-weight:600}.wp-block-table:not(.is-style-simple) tr:first-child td:first-child{background-color:#fff;color:#1b365d;font-size:1.125rem;font-weight:700}.custom-landing{padding-top:50px !important;padding-bottom:50px !important}.custom-landing .wp-block-narwhal-background__inner{max-width:unset;padding:0px}.custom-landing .wp-block-narwhal-background__inner .wp-block-narwhal-grid{grid-gap:0;row-gap:0;column-gap:0}.custom-landing .wp-block-narwhal-background__inner .wp-block-narwhal-grid-content-card .has-blue-background-color{background-color:#164A83}.custom-landing .wp-block-narwhal-background__inner .wp-block-narwhal-grid-content-card .has-navy-background-color{background-color:#164A83}.custom-landing .wp-block-narwhal-background__inner .wp-block-narwhal-grid-content-card__inner{width:36rem;margin:auto}@media screen and (max-width: 68.74em){.custom-landing .wp-block-narwhal-background__inner .wp-block-narwhal-grid-content-card__inner{width:unset}}.custom-landing-no-padding{padding-top:0 !important;padding-bottom:0 !important}.custom-landing.has-astral-blue-background{background-color:#3371AC;padding-top:60px !important;padding-bottom:50px !important}.custom-landing.has-astral-blue-background .wp-block-narwhal-background__inner{max-width:57rem}.custom-landing.has-astral-blue-background .wp-block-button{padding-top:22px}.custom-landing.has-astral-blue-background p{margin-top:0px}.custom-landing-masthead{padding-top:50px !important;padding-bottom:27px !important}.custom-landing-masthead .wp-block-narwhal-page-header__content{padding-right:0}@media screen and (min-width: 48em){.custom-landing-masthead .wp-block-narwhal-page-header__content{flex:0 0 75%}}.custom-landing-masthead h1{font-size:55px;letter-spacing:-0.4px;line-height:61px}.custom-landing-masthead p{font-size:14px;letter-spacing:0}.custom-landing-masthead h3{font-size:24px;letter-spacing:-0.01px;padding-top:57px}.custom-landing-masthead .blue-text{font-size:28px;color:#59C8E6;letter-spacing:-0.02px;line-height:46px}@media screen and (max-width: 47.99em){.custom-landing-masthead .wp-block-narwhal-button-collection .wp-block-button:only-child{margin:0 auto}}.custom-landing-grid{padding-top:20px !important;padding-bottom:25px !important}.custom-landing-full-width-text{padding-top:50px !important;padding-bottom:50px !important}.custom-landing-full-width-text h2{font-size:30px;letter-spacing:0;margin-bottom:-20px}.custom-landing-full-width-text p{font-size:18px;letter-spacing:0}.custom-landing-2-grid{padding-top:unset !important;padding-bottom:unset !important}.custom-landing-cta h2{margin-bottom:unset !important;margin-left:auto;margin-right:auto;max-width:1100px;font-size:30px;letter-spacing:0.39px;line-height:37px}.custom-landing-cta .wp-block-button{padding-top:22px}.custom-landing-section-heading{max-width:1100px}.custom-landing-section-heading h2{font-size:34px;letter-spacing:-0.24px;line-height:47px}.custom-landing-carousel-buttons{padding-top:20px !important;padding-bottom:50px !important}.custom-landing-left-right{padding-top:unset !important;padding-bottom:unset !important}.custom-landing-left-right .wp-block-narwhal-background__inner{max-width:unset;padding:0}.custom-landing-left-right .wp-block-narwhal-background__inner .wp-block-narwhal-left-right__content{padding:0 100px;margin:unset !important}.custom-landing-left-right .wp-block-narwhal-background__inner .wp-block-narwhal-left-right__content h2{padding-top:10px}.custom-landing-left-right .wp-block-narwhal-background__inner .wp-block-narwhal-left-right__media-wrap{margin-left:0}.custom-landing-left-right .wp-block-narwhal-background__inner .wp-block-narwhal-left-right__media-wrap .wp-block-embed{-webkit-margin-after:0;margin-block-end:0}.custom-landing-left-right .wp-block-narwhal-background__inner .wp-block-image{max-height:84px;margin:40px 0px 0px 0px !important}.custom-landing-footer .wp-block-narwhal-left-right{text-align:center}.custom-landing-footer .wp-block-narwhal-left-right__content{margin-left:unset !important;justify-content:center}.custom-landing-footer .wp-block-narwhal-left-right__content .wp-block-narwhal-button-collection{justify-content:center}.custom-landing-side-by-side{background-color:#164A83 !important;padding-top:unset !important;padding-bottom:unset !important}.custom-landing-side-by-side .has-blue-background-color{background-color:#164A83}.custom-landing-side-by-side .text--text-left .wp-block-narwhal-grid-content-card__inner{text-align:left}.custom-landing-side-by-side .text--text-left .wp-block-button :hover{color:white;background-color:unset}.custom-landing-side-by-side .text--text-left .ebook-download{display:flex;flex-direction:column-reverse;align-items:flex-start;width:87px;padding:8px}.custom-landing-side-by-side .text--text-left .ebook-download::after{width:87px;height:123px;content:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/PDF-download.png)}.custom-landing-side-by-side .text--text-left .white-paper-download{display:flex;flex-direction:column-reverse;align-items:flex-start;width:87px;padding:8px}.custom-landing-side-by-side .text--text-left .white-paper-download::after{width:87px;height:123px;content:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/WhitePaper-download.png)}@media screen and (min-width: 48em){.masthead-blue-text .wp-block-narwhal-page-header__content{flex:0 0 75%}}.masthead-blue-text p{font-size:28px;color:#59C8E6;letter-spacing:-0.02px;line-height:46px;max-width:710px}.text--text-left .wp-block-narwhal-grid-content-card__inner{text-align:left}.template-sidebar__section--main,.template-sidebar__section--testimonial{background-color:#2b2b2b}.template-sidebar__section--main h3,.template-sidebar__section--main h4,.template-sidebar__section--main h5,.template-sidebar__section--main h6,.template-sidebar__section--main p,.template-sidebar__section--main a,.template-sidebar__section--main ul,.template-sidebar__section--testimonial h3,.template-sidebar__section--testimonial h4,.template-sidebar__section--testimonial h5,.template-sidebar__section--testimonial h6,.template-sidebar__section--testimonial p,.template-sidebar__section--testimonial a,.template-sidebar__section--testimonial ul{color:#fff}.template-sidebar__section h5{margin-top:0;font-size:1rem;line-height:1.125rem}.template-sidebar__section h6{margin-top:0;text-transform:uppercase}.template-sidebar__section--support p{color:#2b2b2b}.template-sidebar__section--support .template-sidebar__padding{padding-left:0}.template-sidebar__section--testimonial .template-sidebar__padding{padding:1.5625rem}.template-sidebar__section--main p,.template-sidebar__section--main ul,.template-sidebar__section--main ol,.template-sidebar__section--support p,.template-sidebar__section--support ul,.template-sidebar__section--support ol{font-size:.8125rem;line-height:1.25rem}.template-sidebar__section--main p a,.template-sidebar__section--main ul a,.template-sidebar__section--main ol a,.template-sidebar__section--support p a,.template-sidebar__section--support ul a,.template-sidebar__section--support ol a{text-decoration:underline}.template-sidebar .wp-block-button{margin-bottom:0}.template-sidebar__padding{padding:2.5rem 1.5625rem}.template-sidebar__cta{color:#2b2b2b;font-size:.8125rem;font-weight:700;text-transform:uppercase}.template-sidebar__cta svg{height:11px;margin-left:4px;width:18px}.template-sidebar__testimonial-image,.template-sidebar__testimonial-logo{margin:0}.template-sidebar__testimonial-logo img{max-height:20px;width:auto}.template-sidebar__testimonial-quote{font-size:1rem;font-weight:600;line-height:1.4375rem;margin-bottom:1.875rem;padding-bottom:1.875rem;position:relative}.template-sidebar__testimonial-quote:after{content:'';left:0;position:absolute;top:100%;height:2px;width:87.5px;background-color:white}.template-sidebar__testimonial-source{font-size:.75rem;font-style:italic;line-height:1.0625rem;margin-bottom:0}.template-sidebar__testimonial-source strong{font-style:normal}@media screen and (min-width: 61.25em){.page-template-form-with-sidebar .site-content{position:relative}.template-sidebar{width:280px}}.location{padding-top:73px;padding-bottom:16px}.location:not(:last-of-type){border-bottom:2px solid #f1f1f1}.location__region--continent{font-size:1.25rem;letter-spacing:.71px;line-height:1.8125rem;text-transform:uppercase}.location__offices{display:flex;list-style:none;flex-wrap:wrap;margin-top:0;padding-left:0}.location__office{width:100%;padding-bottom:30px;padding-right:10px}@media screen and (min-width: 48em){.location__office{width:50%;padding-bottom:57px}}@media screen and (min-width: 68.75em){.location__office{width:33%}}@media screen and (min-width: 61.25em){.location__office.no-country{padding-top:41px}}.location__office--country{color:#004c97;font-weight:700;font-size:1.25rem;line-height:1.8125rem;margin-bottom:0}.location__office--country+.location__office--name{padding-top:13px}.location__office--city{color:#2b2b2b;font-weight:700;font-size:1rem;line-height:1.375rem;margin:1em 0 0}.location__office--city+.location__office--name{padding-top:13px}.location__office--city a{text-decoration:none;color:#004c97}.location__office--city a:hover,.location__office--city a:focus{color:#2b2b2b}.location__office--name{font-size:1rem;line-height:1.375rem}.location__office--address{color:#2b2b2b;margin:0 auto 5px}.location__office--tel,.location__office--fax,.location__office--email{display:block;color:#2b2b2b}.location__office--tel a,.location__office--fax a,.location__office--email a{text-decoration:none;color:#2b2b2b}.location__office--tel a:hover,.location__office--tel a:focus,.location__office--fax a:hover,.location__office--fax a:focus,.location__office--email a:hover,.location__office--email a:focus{color:#004c97}.location__office--map-link{display:flex;align-items:center;font-size:1rem;font-weight:600;line-height:1.25rem;padding-top:20px}.location__office--map-link>svg{height:1.125rem;width:auto;margin-right:7px}.tri-roi-calculator__masthead{padding-top:108px;padding-bottom:148px;font-size:16px;line-height:22px}.tri-roi-calculator__masthead .wp-block-columns{flex-direction:column;width:80%;margin:auto}.tri-roi-calculator__masthead .wp-block-columns .wp-block-column:not(:first-child){margin-left:-40px;padding-bottom:40px}@media screen and (min-width: 61.25em){.tri-roi-calculator__masthead .wp-block-columns{flex-direction:row;width:unset;margin:unset}.tri-roi-calculator__masthead .wp-block-columns .wp-block-column:not(:first-child){margin-left:32px;padding-bottom:unset}}.tri-roi-calculator__masthead h2{font-weight:bold;font-size:34px;line-height:47px}.tri-roi-calculator__masthead blockquote{font-weight:600;font-size:23px;line-height:30px}.tri-roi-calculator__masthead blockquote cite{color:#fff;font-weight:bold;font-size:14px;line-height:20px}.tri-roi-calculator__masthead blockquote cite::before{background-color:#fff}.tri-roi-calculator .calculator-masthead{z-index:-1}.tri-roi-calculator .wp-block-narwhal-background__image{background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/angled-background-blue.png);background-size:cover}.tri-roi-calculator__form-area{margin:0 auto;margin-top:-148px;margin-bottom:75px;max-width:1100px;padding:42px 24px;background-color:#f1f1f1}@media screen and (min-width: 48em){.tri-roi-calculator__form-area{padding:42px 90px}}.tri-roi-calculator__form-area__heading{font-weight:bold;font-size:16px;line-height:24px;display:block}.tri-roi-calculator__form-area__heading__spend{font-weight:normal;font-size:16px;line-height:24px;display:block}.tri-roi-calculator__form-area select,.tri-roi-calculator__form-area input{margin:20px 0;display:block;width:100%;font-size:16px;line-height:24px;height:50px;padding:14px 20px}.tri-roi-calculator__form-area select{font-size:16px;line-height:24px;height:50px;padding:14px 20px;-webkit-appearance:none;background:white url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 1.88667L1.886 0L8.00267 6.226L14.114 0L16 1.88667L8.00267 10L0 1.88667Z' fill='black'/%3E %3C/svg%3E") no-repeat right 1.25rem center}.tri-roi-calculator__form-area hr{margin:30px 0}.tri-roi-calculator__form-area__currency{padding-left:48px !important;-webkit-appearance:none;background:white url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.1406 13.7383C11.1406 14.8008 10.7422 15.6797 9.94531 16.375C9.14844 17.0625 8.03516 17.4961 6.60547 17.6758V20.3945H5.09375V17.7812C4.21875 17.7812 3.37109 17.7148 2.55078 17.582C1.73047 17.4414 1.05859 17.25 0.535156 17.0078V15.1797C1.18359 15.4688 1.92969 15.707 2.77344 15.8945C3.625 16.0742 4.39844 16.1641 5.09375 16.1641V11.0078C3.49219 10.5 2.36719 9.91016 1.71875 9.23828C1.07812 8.56641 0.757812 7.69922 0.757812 6.63672C0.757812 5.61328 1.15234 4.77344 1.94141 4.11719C2.73828 3.46094 3.78906 3.0625 5.09375 2.92188V0.789062H6.60547V2.89844C8.04297 2.9375 9.42969 3.22656 10.7656 3.76562L10.1562 5.30078C8.99219 4.83984 7.80859 4.56641 6.60547 4.48047V9.56641C7.83203 9.95703 8.75 10.3398 9.35938 10.7148C9.96875 11.082 10.418 11.5078 10.707 11.9922C10.9961 12.4688 11.1406 13.0508 11.1406 13.7383ZM9.14844 13.8906C9.14844 13.3281 8.97266 12.875 8.62109 12.5312C8.27734 12.1797 7.60547 11.832 6.60547 11.4883V16.0469C8.30078 15.8125 9.14844 15.0938 9.14844 13.8906ZM2.73828 6.61328C2.73828 7.20703 2.91406 7.68359 3.26562 8.04297C3.61719 8.40234 4.22656 8.74219 5.09375 9.0625V4.52734C4.32031 4.65234 3.73438 4.89844 3.33594 5.26562C2.9375 5.625 2.73828 6.07422 2.73828 6.61328Z' fill='black'/%3E %3C/svg%3E") no-repeat left 1.25rem center}.tri-roi-calculator__form-area__currency:disabled{background-color:#f9f9f9}.tri-roi-calculator__form-area .calculator-currency{display:none;position:relative;top:-55px;text-align:end;right:37px;height:0px;color:#898d8d}@media screen and (min-width: 30em){.tri-roi-calculator__form-area .calculator-currency{display:block}}.tri-roi-calculator__form-area__check-area{display:flex;font-size:14px;flex-direction:column}@media screen and (min-width: 61.25em){.tri-roi-calculator__form-area__check-area{flex-direction:row}}.tri-roi-calculator__form-area__check-column{margin-right:25px}.tri-roi-calculator__form-area__checkbox{margin-top:20px}.tri-roi-calculator__form-area__checkbox input{display:inline-block;margin:0;height:16px;width:16px;margin-right:8px}.tri-roi-calculator__form-area button{border:none;padding:20px;font-size:16px;line-height:19px}@media screen and (min-width: 61.25em){.tri-roi-calculator__form-area button{width:40%}}.tri-roi-calculator__result-area{display:flex;margin:0 auto;margin-top:-124px;max-width:1100px;justify-content:space-around}.tri-roi-calculator__result-area__column{background-color:#f1f1f1}.tri-roi-calculator__result-area__heading{background-color:#59C8E6;padding:18px}.tri-roi-calculator__result-area__heading svg{display:inline-block}.tri-roi-calculator__result-area__heading h2{display:inline-block;color:white;font-family:Open Sans;font-style:normal;font-weight:bold;font-size:24px;line-height:24px;letter-spacing:2px;margin-bottom:0}.tri-roi-calculator__result-area .line-separator::after{content:'';display:block;width:60%;margin:auto;height:2px;background-color:#D6D9DD}.tri-roi-calculator__result-area__section{text-align:center;padding:46px 46px 0}.tri-roi-calculator__result-area__section h3{color:#59C8E6;font-weight:bold;font-size:48px;line-height:22px;margin-bottom:16px}.tri-roi-calculator__result-area__section h4{font-weight:bold;font-size:18px;line-height:22px;margin-bottom:52px}.tri-roi-calculator__result-area .chart-area{padding:0 28px 38px}.tri-roi-calculator__result-disclaimer{display:flex;margin:0 auto;margin-bottom:60px;max-width:1100px;justify-content:flex-end}.tri-roi-calculator__result-disclaimer p{margin-top:20px;padding-right:20px}.tri-roi-calculator #calculator-share-button .tricentis-button{cursor:pointer}.tri-roi-calculator .tri-calculator-info-popup{position:relative;display:block;padding-top:8px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width: 61.25em){.tri-roi-calculator .tri-calculator-info-popup{display:inline-block}}.tri-roi-calculator .tri-calculator-info-popup #roi-formula-popup{margin:unset;color:#ff6c0e;font-weight:bold;border:2px solid #ff6c0e;border-radius:24px;padding:0px 8px}@media screen and (min-width: 61.25em){.tri-roi-calculator .tri-calculator-info-popup #roi-formula-popup{margin:0px 6px}}.tri-roi-calculator .tri-calculator-info-popup .tri-calculator-info-popup__text{visibility:hidden;width:400px;background-color:#fff;color:#000;text-align:center;border-radius:6px;padding:16px;position:absolute;z-index:1;bottom:32px;left:-18px;font-size:14px}@media screen and (min-width: 61.25em){.tri-roi-calculator .tri-calculator-info-popup .tri-calculator-info-popup__text{left:-180px}}.tri-roi-calculator .tri-calculator-info-popup .tri-calculator-info-popup__text::after{content:"";position:absolute;top:100%;left:8%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fff transparent transparent transparent}@media screen and (min-width: 61.25em){.tri-roi-calculator .tri-calculator-info-popup .tri-calculator-info-popup__text::after{left:50%}}.tri-roi-calculator .tri-calculator-info-popup .show{visibility:visible;animation:fadeIn 1s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.agile__arrow{width:0;height:0;border-top:14px solid transparent;border-bottom:6px solid transparent;border-left:18px solid #EF742F;left:0;position:absolute;top:18px;z-index:1}.agile__tooltip{background:#EF742F;border-radius:10px;opacity:0;padding:5px 10px;position:absolute;right:-40px;top:-30px;transition:all .3s ease-in}.agile__tooltip strong{color:#FFFFFF;font-family:'Open Sans', sans-serif;font-weight:bold;font-size:16px;line-height:150%;position:relative;text-align:center;text-transform:uppercase;z-index:2}.agile__tooltip em{color:#FFFF;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:bold;font-size:9px;left:-1px;line-height:150%;position:relative;text-align:center;text-transform:uppercase;top:-4px}.agile__bar{border-radius:50px;height:20px;margin-top:8px;transition:all .3s ease-in;width:100%}@media screen and (min-width: 480px){.agile__bar{margin-top:0;max-width:780px;width:calc(100% - 200px)}}.agile__bar-inner{border-radius:50px;height:100%;position:relative}.agile__bar-inner-1{background:linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6)),#1D63AF;width:66%}.agile__bar-inner-2{background:linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),#1D63AF;width:52%}.agile__bar-inner-3{background:linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)),#1D63AF;width:47%}.agile__bar-inner-4{background:#1D63AF;width:23%}.agile__bars{display:flex;flex-direction:column;list-style:none;margin:40px 0 0;max-width:980px;padding:0 0 20px 0;width:100%}@media screen and (min-width: 1080px){.agile__bars{background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/higher-text.png);background-position:382px 33px;background-repeat:no-repeat;background-size:346px 116px}html[lang="de-DE"] .agile__bars{background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/higher-text-de.png);background-position:382px 33px;background-repeat:no-repeat;background-size:346px 116px}}.agile__bars li{cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;margin:0 0 0 0;padding:0 0 12px 0;width:100%}@media screen and (min-width: 480px){.agile__bars li{flex-direction:row;justify-content:space-between}}.agile__bars li:hover>.agile__bar{background:#F1F4F7}.agile__bars li:hover>.agile__bar .agile__bar-inner .agile__tooltip{opacity:1}.agile__bars li span{color:#7E7E7E;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:150%;text-transform:uppercase}.agile__headline{border-bottom:1px solid #DBDBDB;max-width:980px;width:100%}.agile__headline h2{color:#0D2949;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:bold;font-size:18px;line-height:25px;text-transform:uppercase}.agile__container{align-items:center;background:#FFF;display:flex;flex-direction:column;padding:60px 0 85px}.sp__bar{border-radius:50px;height:82px;transition:all .3s ease-in;width:20px}.sp__bar-set1-1{height:82px}.sp__bar-set1-2{height:105px}.sp__bar-set1-3{height:160px}.sp__bar-set2-1{height:160px}.sp__bar-set2-2{height:54px}.sp__bar-set2-3{height:34px}.sp__bar-set3-1{height:54px}.sp__bar-set3-2{height:160px}.sp__bar-set3-3{height:114px}.sp__bar-set4-1{height:82px}.sp__bar-set4-2{height:134px}.sp__bar-set4-3{height:75px}.sp__bar-set5-1{height:114px}.sp__bar-set5-2{height:160px}.sp__bar-set5-3{height:54px}.sp__bar-set6-1{height:114px}.sp__bar-set6-2{height:160px}.sp__bar-set6-3{height:34px}.sp__bar-opacity{opacity:.3}.sp__bar-orange{background:#EF742F}.sp__bar-navy{background:#0D2949}.sp__bar-blue{background:#1D63AF}.sp__bar-gray-out{background:#DBDBDB}.sp__bars{align-items:flex-end;display:flex;flex-direction:row;height:180px;justify-content:space-between;margin-bottom:20px;width:100px}.sp__label{color:#1D63AF;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:150%;margin-bottom:26px;text-align:center;text-transform:uppercase}.sp__icon-1{width:54px}.sp__icon-2{width:51px}.sp__icon-3{width:50px}.sp__icon-4{width:47px}.sp__icon-5{width:58px}.sp__icon-6{width:57px}.sp__table{align-items:center;display:flex;flex-direction:column;margin-top:50px;width:1180px}@media screen and (min-width: 1080px){.sp__table{background:url(//www.tricentis.com/wp-content/themes/tricentis/assets/css/../img/table.png);background-repeat:no-repeat;background-size:1180px 215px}}.sp__table-row{display:flex;flex-direction:column;justify-content:center;width:100%}@media screen and (min-width: 1080px){.sp__table-row{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;max-width:1080px}}.sp__table-block{align-items:center;display:flex;flex-direction:column;margin-bottom:25px}@media screen and (min-width: 1080px){.sp__table-block{margin-bottom:0}}.sp__table-header{color:#7D7D7D;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:150%;margin-top:6px;text-align:center;text-transform:uppercase}.sp__container{align-items:center;background:#F1F4F7;display:flex;flex-direction:column}.sp__orange{background:#EF742F}.sp__navy{background:#0D2949}.sp__blue{background:#1D63AF}.sp__legend{display:flex;flex-direction:column;justify-content:flex-start;list-style:none}@media screen and (min-width: 700px){.sp__legend{flex-direction:row;justify-content:space-between}}.sp__legend li{cursor:pointer;display:flex;flex-direction:row;margin-bottom:12px}@media screen and (min-width: 700px){.sp__legend li{margin-bottom:0;margin-right:60px}.sp__legend li:nth-child(3){margin-bottom:0}.sp__legend li:nth-child(3){margin-right:0}}.sp__legend li div{border-radius:50%;display:block;height:20px;margin-right:10px;width:20px}.sp__legend li span{color:#7D7D7D;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:150%}.survey-map{background:#F1F4F7;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.survey-map__fallback{width:100%}@media screen and (min-width: 1024px){.survey-map__fallback{display:none}}.survey-map__container{display:none;padding-top:150px;position:relative;width:1024px}@media screen and (min-width: 1024px){.survey-map__container{display:block}}.survey-map__container img{width:100%}.survey-map__hover{height:100%;left:0;position:absolute;top:0;width:100%;display:flex;flex-direction:row}.survey-map__label{padding-left:15px;padding-top:15px;position:relative;max-width:280px;top:55px}.survey-map__label span{color:rgba(13,41,73,0.6);transition:all .3s ease-in;font-style:italic;font-weight:600}.survey-map__label div{position:absolute;background:rgba(13,41,73,0.6);width:1px;height:165px;left:0;top:35px;transition:all .3s ease-in}.survey-map__area:hover>.survey-map__label span{color:#0D2949}.survey-map__area:hover>.survey-map__label div{background:#0D2949}.survey-map__area:hover>.tooltip__container{opacity:1}.survey-map__amer{height:100%;width:40%}.survey-map__amer .tooltip__container{left:95px}.survey-map__amer .survey-map__label{left:75px}.survey-map__emea{height:100%;width:21%}.survey-map__emea .tooltip__container{left:512px}.survey-map__emea .survey-map__label{left:80px;width:200px}.survey-map__emea .survey-map__label div{height:215px}.survey-map__apac{height:100%;width:39%}.survey-map__apac .tooltip__container{left:800px}.survey-map__apac .survey-map__label{left:150px;width:180px}.survey-map__apac .survey-map__label div{height:110px}.tooltip__container{background:#fff;padding:15px;box-sizing:border-box;position:absolute;width:250px;border-radius:18px;top:150px;opacity:0;transition:all .3s ease-in;z-index:1}.tooltip__container span{text-transform:uppercase;text-align:center;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:150%;color:#1D63AF}.tooltip__container ul{margin:0;padding:10px 0}.tooltip__container ul li{list-style:none;padding:2px 0;color:#2B2B2B;font-family:'Open Sans', sans-serif;font-size:16px}.bars__container{width:480px;height:250px;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto}.bars__group{width:100%}.bars__group h2{color:#fff;font-family:'Open Sans', sans-serif;font-style:normal;font-weight:bold;font-size:21px}.bars__group span{color:#fff;font-family:'Open Sans', sans-serif;font-style:normal;font-size:18px;margin-top:-10px;display:block}.bars__bar{width:100%;height:20px;background:rgba(28,28,28,0.2);border-radius:50px;margin-top:20px}.bars__grow-bar{border-radius:50px;background:#EF742F;width:0%;height:100%;animation-timing-function:cubic-bezier(0.5, 0.31, 0.84, 0.05)}.bars__2018-animation{animation:1.25s 1 grow50;animation-fill-mode:forwards}.bars__2019-animation{animation:1.5s 1 grow19;animation-fill-mode:forwards}@keyframes grow19{from{width:0%}to{width:19%}}@keyframes grow50{from{width:0%}to{width:50%}}.wp-block-narwhal-background-color.no-padding{padding-bottom:0 !important;padding-top:0 !important}.trial-demo{padding-top:4.5625rem}.trial-demo__header{justify-content:space-between;margin:0 auto;max-width:881px}@media screen and (min-width: 61.25em){.trial-demo__header .grid__col:first-of-type{padding-right:7%}}.trial-demo__header--text{text-align:center}.trial-demo__header--text h2{font-size:1.75rem;letter-spacing:-.2px;line-height:1.8125rem;margin:0 auto .5rem}.trial-demo__header--text p{color:#2b2b2b}@media screen and (min-width: 61.25em){.trial-demo__header--text{text-align:left}.trial-demo__header--text h2{margin:0 0 .5rem;max-width:275px}.trial-demo__header--text p{max-width:100%}}.trial-demo.bg-color-gray{background-color:#f1f1f1}.wp-block-narwhal-button-collection--stacked{display:block}.wp-block-narwhal-button-collection--stacked .wp-block-button{display:block;margin-bottom:.875rem}.wp-block-narwhal-button-collection--stacked .wp-block-button__link{width:250px}.training-links{display:flex;flex-direction:column;justify-content:flex-end;margin:0 auto;max-width:100%}@media screen and (min-width: 61.25em){.training-links{max-width:429px}}.training-links__list{list-style:none;padding-left:0;max-width:100%;width:500px;margin:1.125rem auto 0}.training-links__list--item{border-top:2px solid #2b2b2b}.training-links__list--item a{align-items:center;color:#2b2b2b;display:flex;font-weight:700;font-size:.875rem;justify-content:space-between;letter-spacing:1.1px;margin:5px 0;padding:12px 0;text-transform:uppercase}.training-links__list--item a>svg{transition:all 350ms ease}.training-links__list--item a>svg g{fill:#2b2b2b}.training-links__list--item a:hover>svg,.training-links__list--item a:focus>svg{transform:translateX(50%)}.training-links__list--item:last-of-type{border-bottom:2px solid #2b2b2b}.trial-demo__slider{background-color:#2b2b2b;padding:28px 0px 28px 37px}.trial-demo__slider--wrapper{position:relative;margin-top:4.9375rem}.trial-demo__slider--prev-button,.trial-demo__slider--next-button{position:absolute;bottom:100%;height:34px;width:34px;right:0;background-color:#E7E8E8;transition:all 350ms ease}.trial-demo__slider--prev-button svg,.trial-demo__slider--next-button svg{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:all 350ms ease}.trial-demo__slider--prev-button:hover,.trial-demo__slider--prev-button:focus,.trial-demo__slider--next-button:hover,.trial-demo__slider--next-button:focus{background-color:#2b2b2b}.trial-demo__slider--prev-button:hover svg,.trial-demo__slider--prev-button:focus svg,.trial-demo__slider--next-button:hover svg,.trial-demo__slider--next-button:focus svg{transform:translateX(-50%) translateX(2px) translateY(-50%)}.trial-demo__slider--prev-button{right:34px}.trial-demo__slider--prev-button svg{display:inline-block;transform:translateX(-50%) translateY(-50%) scaleX(-1)}.trial-demo__slider--prev-button:hover svg,.trial-demo__slider--prev-button:focus svg{transform:translateX(-50%) translateX(-2px) translateY(-50%) scaleX(-1)}.trial-demo__slider .slick-track{align-items:stretch;display:flex}.trial-demo__slider .slick-slide{height:inherit;padding-right:48px}.trial-demo__slider .slick-slide>div{height:100%}.demo-slide{height:100%;max-width:432px}.demo-slide__link{display:flex;align-items:stretch;color:#fff;height:100%;font-weight:700}.demo-slide__link--image{flex:0 0 41%;max-width:179px;position:relative}.demo-slide__link--image img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}@supports (object-fit: cover){.demo-slide__link--image img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.demo-slide__link--text{display:flex;flex:0 0 59%;flex-direction:column;padding-left:19px}.demo-slide__link--p{margin:0 0 .75rem;font-weight:700;font-size:.8125rem;line-height:1.1875rem}.demo-slide__link--watch{font-weight:700;font-size:.8125rem;line-height:1.125rem;display:flex;align-items:center;margin-top:auto;margin-bottom:.75rem}.demo-slide__link--watch svg{display:inline-block;margin-left:10px;transition:transform .3s;transform:translateX(0)}.demo-slide__link:hover,.demo-slide__link:focus{outline:none}.demo-slide__link:hover .demo-slide__link--image:after,.demo-slide__link:focus .demo-slide__link--image:after{opacity:.85}.demo-slide__link:hover .demo-slide__link--watch svg,.demo-slide__link:focus .demo-slide__link--watch svg{transform:translateX(4px)}.card-tri-case-study__image{display:flex;justify-content:center;align-items:center;background-color:white;border:10px solid #f1f1f1}.card-tri-case-study__image img{object-fit:contain}.card-tri-case-study__products{font-weight:600;font-size:12px;line-height:16px;color:#004c97}.card-tri-enterprise-app__inner{background-color:#f1f1f1}.card-tri-enterprise-app__text{background-color:unset;padding-top:12px;text-align:center;min-height:80px}.card-tri-enterprise-app__image{display:flex;justify-content:center;align-items:center;padding:24px;padding-bottom:0px}.card-tri-enterprise-app__image img{object-fit:contain;padding:0 20px}.card-tri-enterprise-app__title{text-align:center;font-size:18px;letter-spacing:-0.8px;line-height:24px}.card-tri-enterprise-app__title a{color:#004c97}.card-tri-event__meta,.card-tri-upcoming-item__meta{color:#004c97;font-size:.6875rem;font-weight:700;line-height:1.5rem;display:flex;align-items:center}.card-tri-event__date,.card-tri-upcoming-item__date{color:inherit;font-size:inherit;line-height:1rem;margin-left:inherit;margin-bottom:.25rem}.card-tri-event__venue,.card-tri-upcoming-item__venue{margin-bottom:.25rem}.card-tri-integration__inner{background-color:#f1f1f1}.card-tri-integration__text{background-color:unset;padding-top:12px;text-align:center;min-height:80px}.card-tri-integration__image{display:flex;justify-content:center;align-items:center;height:92px;padding:24px;padding-bottom:0px}.card-tri-integration__image img{position:unset}.card-tri-integration__title{text-align:center;font-size:18px;letter-spacing:-0.8px;line-height:24px}.card-tri-integration__title a{color:#004c97}.card-tri-marketplace-item__image{border-bottom:2px solid #F1F4F7}.card-tri-marketplace-item__text{min-height:12.0625rem}.card-tri-marketplace-item a{text-decoration:none !important}.archive-tri-news-item__results-awards{display:flex;flex-wrap:wrap}.card-tri-news-item--awards-recognition{flex:0 0 50% !important;text-align:center}@media screen and (min-width: 48em){.card-tri-news-item--awards-recognition{flex-basis:25% !important}}.card-tri-news-item--awards-recognition__image{border:2px solid #F1F4F7;text-align:center;position:relative}.card-tri-news-item--awards-recognition__image::before{content:'';display:block;padding-top:100%}.card-tri-news-item--awards-recognition__image img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;padding:.625rem}@supports (object-fit: contain){.card-tri-news-item--awards-recognition__image img{height:100%;left:0;object-fit:contain;object-position:center;top:0;transform:none;width:100%}}.card-tri-news-item--awards-recognition__text{margin-top:10px}.card-tri-news-item--awards-recognition__text-year,.card-tri-news-item--awards-recognition__text-summary{color:#2b2b2b;font-size:.8125rem;letter-spacing:-.00625rem;line-height:1rem;max-width:9.375rem;margin:0 auto 5px auto;text-align:center}.card-tri-news-item--awards-recognition__text-year span,.card-tri-news-item--awards-recognition__text-summary span{font-weight:700}.card-tri-news-item--in-the-news__inner{display:flex}@media screen and (max-width: 47.99em){.card-tri-news-item--in-the-news__inner{flex-direction:column}}@media screen and (min-width: 48em){.card-tri-news-item--in-the-news__date{margin-right:1.25rem;min-width:5rem;max-width:5rem}}.card-tri-news-item--in-the-news__date p{color:#004c97;font-size:1.25rem;font-weight:700;letter-spacing:.04688rem;line-height:1.375rem;margin-top:.3125rem}@media screen and (min-width: 48em){.card-tri-news-item--in-the-news__date p{text-align:right}}.card-tri-news-item--in-the-news__title{margin-bottom:.625rem}.card-tri-news-item--in-the-news__title a{color:#2b2b2b;font-size:2.125rem;font-weight:700;letter-spacing:-.015rem;line-height:2.0625rem}.card-tri-news-item--in-the-news__source p{color:#2b2b2b;font-size:.8125rem;font-weight:600;letter-spacing:.04562rem;line-height:2.375rem;margin:0 0 10px;text-transform:uppercase}.card-tri-news-item--in-the-news__excerpt{color:#2b2b2b;font-size:1rem;line-height:1.375rem;margin-bottom:1.875rem}.card-tri-news-item--in-the-news__more{background-color:#ff6c0e;border:0.125rem solid #ff6c0e;border-radius:0;color:#fff;display:inline-block;font-size:0.875rem;font-weight:700;letter-spacing:-0.00063rem;line-height:1.1875rem;width:10.9375rem;padding:11px 0 12px;text-align:center;text-decoration:none;transition:background-color .3s, border-color .3s, color .3s}.card-tri-news-item--in-the-news__more:hover,.card-tri-news-item--in-the-news__more:focus{background-color:#DF631D;border-color:#DF631D}.card-tri-news-item--in-the-news hr{border:1px solid #2b2b2b;margin:2.8125rem 0 2.1875rem;width:6.25rem}.card-tri-news-item--in-the-news:last-child{margin-bottom:2.1875rem}.card-tri-news-item--in-the-news:last-child hr{display:none}.card-tri-news-item--media-library{flex:0 0 50% !important;margin-bottom:20px}@media screen and (min-width: 61.25em){.card-tri-news-item--media-library:nth-child(odd){padding-right:10px}.card-tri-news-item--media-library:nth-child(even){padding-left:10px}}.card-tri-news-item--media-library__inner{display:flex;flex-direction:column;height:100%}.card-tri-news-item--media-library__image{border:2px solid #F1F4F7;flex-grow:1;max-width:21.25rem;padding:20px 0;text-align:center}.card-tri-news-item--media-library__text{margin-top:10px}.card-tri-news-item--media-library__text a{color:#2b2b2b;font-size:.8125rem;font-weight:600;letter-spacing:-.005rem;line-height:1.3125rem}.card-tri-news-item--media-library__text a.download-link{display:block;position:relative}.card-tri-news-item--media-library__text a.download-link::after{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EShape%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Newsroom' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_Newsroom-MediaLibrary_v6' transform='translate(-653.000000, -1370.000000)' fill='%232B2B2B' fill-rule='nonzero' stroke='%232B2B2B' stroke-width='0.5'%3E %3Cpath d='M659.528607,1371 L659.528607,1378.13078 L657.66661,1376.2024 L657,1376.89289 L659.333347,1379.30955 L660,1380 L660.666653,1379.30955 L663,1376.89289 L662.33339,1376.2024 L660.471393,1378.13078 L660.471393,1371 L659.528607,1371 Z M654,1379 L654,1382.08517 L654,1383 L664.983902,1383 L666,1383 L666,1382.08517 L666,1379 L664.983902,1379 L664.983902,1382.08517 L655.016098,1382.08517 L655.016098,1379 L654,1379 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;background-size:100%;content:" ";height:.75rem;margin-left:.3125rem;top:.3125rem;position:absolute;width:.75rem}.card-tri-news-item--press-releases__inner{display:flex}@media screen and (max-width: 47.99em){.card-tri-news-item--press-releases__inner{flex-direction:column}}@media screen and (min-width: 48em){.card-tri-news-item--press-releases__date{margin-right:1.25rem;max-width:5rem;min-width:5rem}}.card-tri-news-item--press-releases__date p{color:#004c97;font-size:1.25rem;font-weight:700;letter-spacing:.04688rem;line-height:1.375rem;margin-top:.3125rem}@media screen and (min-width: 48em){.card-tri-news-item--press-releases__date p{text-align:right}}.card-tri-news-item--press-releases__title{margin-bottom:1.25rem}.card-tri-news-item--press-releases__title a{color:#2b2b2b;font-size:2.125rem;font-weight:700;letter-spacing:-.015rem;line-height:2.0625rem}.card-tri-news-item--press-releases__excerpt{color:#2b2b2b;font-size:1rem;line-height:1.375rem;margin-bottom:40px}.card-tri-news-item--press-releases__more{background-color:#ff6c0e;border:0.125rem solid #ff6c0e;border-radius:0;color:#fff;font-size:0.875rem;font-weight:700;letter-spacing:-0.00063rem;line-height:1.1875rem;min-width:12.5rem;padding:11px 40px 12px;text-decoration:none;transition:background-color .3s, border-color .3s, color .3s}.card-tri-news-item--press-releases__more:hover,.card-tri-news-item--press-releases__more:focus{background-color:#DF631D;border-color:#DF631D}.card-tri-news-item--press-releases__text hr{border:1px solid #2b2b2b;margin:50px 0 35px 0;width:6.25rem}.card-tri-partner-type__image{border-bottom:2px solid #F1F4F7}.card-tri-partner-type__text{min-height:12.0625rem}.card-tri-partner-type a{text-decoration:none !important}.card-tri-partner{text-align:center;background-color:#fff;padding:20px}.card-tri-partner__text{color:#2b2b2b;font-size:0.875rem;line-height:1.25rem;margin-bottom:1.25rem}.card-tri-partner__title{font-size:1.0625rem;font-weight:bold;line-height:1.3125rem;margin-bottom:0.625rem}.card-tri-partner a{text-decoration:none !important}.archive-contributed-articles__results{display:flex;flex-flow:row wrap}@supports (display: grid){.archive-contributed-articles__results{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill, minmax(21.25rem, 1fr))}}.card-tri-solution-type{height:100%;transition:transform .3s}.card-tri-solution-type:hover{transform:translateY(-.625rem)}.card-tri-solution-type__inner{align-items:center;background:#f1f1f1;color:#2b2b2b;display:flex;height:100%;flex-direction:column;justify-content:center;padding:.9375rem;text-align:center}@media screen and (min-width: 61.25em){.card-tri-solution-type__inner{padding:1.25rem}}.card-tri-solution-type__title{color:#004c97;font-size:1.1875rem;letter-spacing:-.00562rem;line-height:1.26316em;margin:0;padding:0;width:100%}.card-tri-solution-type__excerpt{font-size:.875rem;letter-spacing:-.00063rem;line-height:1.3571em;margin:1.25rem auto 0;width:100%}.has-background.has-grey-light-background-background-color .card-tri-solution-type__inner{background:#1b365d;color:#fff}.has-background.has-grey-light-background-background-color .card-tri-solution-type__title{color:#fff}.resource-gate{display:none}.single_resource_template.gated .resource-gate{display:flex;flex-direction:column;justify-content:center;position:relative;padding:1.875rem 0;z-index:2}.single_resource_template.gated .resource-gate h4,.single_resource_template.gated .resource-gate span{text-align:center}.single_resource_template.gated .resource-gate h4{color:#004c97}.single_resource_template.gated .resource-gate h4+span{display:block;font-size:.8125rem;line-height:1.25rem;color:#2b2b2b;margin-bottom:1.875rem}.single_resource_template.gated .resource-gate:before{content:" ";position:absolute;top:-150px;background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);height:150px;left:-590px;width:calc(100% + 590px)}.single_resource_template.gated .resource-gate .resource-gate__form{max-width:700px;background-color:#F0F4F7;padding-top:20px}.single_resource_template.gated[class*="webinars"] .resource-gate,.single_resource_template.gated[class*="videos"] .resource-gate,.single_resource_template.gated[class*="conference-highlights"] .resource-gate{margin-top:4.0625rem;padding:40px 20px}.single_resource_template.gated[class*="webinars"] .resource-gate:before,.single_resource_template.gated[class*="videos"] .resource-gate:before,.single_resource_template.gated[class*="conference-highlights"] .resource-gate:before{display:none}.resource-with-sidebar{max-width:1280px;margin:auto}.resource-with-sidebar__inner{display:flex;flex-direction:column;justify-content:space-around;padding:0 20px}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.resource-with-sidebar__inner{padding:0 100px}}@media screen and (min-width: 68.75em){.resource-with-sidebar__inner{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 81.25em){.resource-with-sidebar__inner{flex-wrap:nowrap;padding:0}}.resource-with-sidebar__content{display:flex;flex-direction:column}@media screen and (min-width: 68.75em){.resource-with-sidebar__content{flex-direction:row;width:100%}}@media screen and (min-width: 68.75em){.resource-with-sidebar__content-inner{flex-basis:100%}}@media screen and (max-width: 81.24em){.resource-with-sidebar__content-inner,.resource-with-sidebar__left-inner,.resource-with-sidebar__right-inner{padding:0 10px}}@media screen and (min-width: 68.75em){.resource-with-sidebar__left{flex:0 0 10%;max-width:none;padding-left:1rem}}@media screen and (min-width: 68.75em){.resource-with-sidebar__right{flex:0 0 16%;margin-left:auto}}.resource-with-sidebar__right{position:relative;z-index:2}@media screen and (min-width: 81.25em){.resource-with-sidebar__right{display:flex;flex:1 1 5.625rem}}@media screen and (min-width: 81.25em){.resource-with-sidebar__left-inner{flex:0 0 11.25rem;margin-right:5.625rem;margin-left:auto}}.resource-with-sidebar__right-inner{display:flex;flex-direction:column;margin-bottom:2.5rem}@media screen and (min-width: 61.25em) and (max-width: 68.74em){.resource-with-sidebar__right-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.resource-with-sidebar__right-inner:after{content:'';flex:0 0 calc(50% - 1.25rem)}.resource-with-sidebar__right-inner>*{flex:0 0 calc(50% - 1.25rem)}}@media screen and (min-width: 81.25em){.resource-with-sidebar__right-inner{display:block;flex:0 0 21.875rem;margin-left:auto}}.single_post_template{position:relative}.single_post_template__post-header{position:relative;overflow:hidden;margin-bottom:40px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0 40px}.single_post_template__post-header:after{background-image:linear-gradient(-180deg, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.45) 100%);bottom:0;content:'';display:block;height:100%;position:absolute;width:100%;z-index:1}.single_post_template__post-header>div.container{position:relative;z-index:2}@media screen and (min-width: 61.25em){.single_post_template__post-header{height:500px;margin-bottom:58px}}.single_post_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_post_template__post-header>div.container .grid__row:first-of-type{margin-bottom:auto;padding-bottom:58px}.single_post_template__post-header img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@supports (object-fit: cover){.single_post_template__post-header img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.single_post_template__post-header__breadcrumbs li.breadcrumb{color:white}.single_post_template__post-header__breadcrumbs li.breadcrumb>a{color:white}.single_post_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:1.1875rem;letter-spacing:.055rem}.single_post_template__post-header__post-title{color:white}@media screen and (min-width: 81.25em){.single_post_template__post-header__post-title{max-width:60%}}.single_post_template__post-header ul{margin-top:0;padding-left:0}.single_post_template__post-header h1{margin-bottom:0}.single_post_template__sidebar{display:flex;flex-direction:column}.single_post_template__sidebar__jump-links{border-top:3px solid #1D63AF;border-bottom:1px solid #1D63AF;margin:23px 0;padding:5px 10px;overflow:hidden;max-height:185px;position:relative;transition:all 1s ease;background-color:white}.single_post_template__sidebar__jump-links__header{font-weight:bold;font-size:10px;line-height:26px;text-transform:uppercase;padding-bottom:20px}.single_post_template__sidebar__jump-links ul{padding-left:0;margin:15px 0}.single_post_template__sidebar__jump-links__link{list-style:none;padding-bottom:15px}.single_post_template__sidebar__jump-links a{font-size:10px;line-height:14px;color:#004c97}.single_post_template__sidebar__jump-links a:hover{color:#ff6c0e}.single_post_template__sidebar__jump-links a:before{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Enoun_Arrow_2026255_000000%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Blog/Event/MarketPlace' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_BlogLanding_v6' transform='translate(-297.000000, -1362.000000)' fill='%231D63AE' stroke='%231D63AE' stroke-width='0.25'%3E %3Cg id='Group' transform='translate(190.000000, 981.000000)'%3E %3Cg id='Group-2' transform='translate(24.000000, 213.000000)'%3E %3Cg id='Group-17' transform='translate(0.000000, 162.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(90.000000, 11.500000) rotate(-90.000000) translate(-90.000000, -11.500000) translate(84.500000, 4.500000)'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(-90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");content:'';background-size:contain;background-position:center;background-repeat:no-repeat;height:.5rem;width:.5625rem;display:inline-block;margin-right:.625rem}.single_post_template__sidebar__jump-links a:hover:before{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Enoun_Arrow_2026255_000000%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Blog/Event/MarketPlace' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Tricentis_Website_Redesign_BlogLanding_v6' transform='translate(-297.000000, -1362.000000)' fill='%23ef742f' stroke='%23ef742f' stroke-width='0.25'%3E %3Cg id='Group' transform='translate(190.000000, 981.000000)'%3E %3Cg id='Group-2' transform='translate(24.000000, 213.000000)'%3E %3Cg id='Group-17' transform='translate(0.000000, 162.000000)'%3E %3Cg id='noun_Arrow_2026255_000000' transform='translate(90.000000, 11.500000) rotate(-90.000000) translate(-90.000000, -11.500000) translate(84.500000, 4.500000)'%3E %3Cpolygon id='Path' transform='translate(5.830078, 6.958984) rotate(-90.000000) translate(-5.830078, -6.958984) ' points='4.88842779 11.3440774 0.977976967 7.39379345 12.3300781 7.39379345 12.3300781 6.5241753 0.977976967 6.5241753 4.88842779 2.57389137 4.27971458 1.95898437 -0.669921875 6.95898437 4.27971458 11.9589844'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.single_post_template__sidebar__jump-links:hover{max-height:800px}.single_post_template__sidebar__jump-links:hover:after{opacity:0;height:0}.single_post_template__sidebar__jump-links:after{background:linear-gradient(180deg, rgba(247,247,247,0) 0, rgba(247,247,247,0) 1%, #fff 90%, #fff);bottom:0;content:"";display:block;height:50%;left:0;opacity:1;position:absolute;transition:all .25s ease;width:100%;z-index:999}.single_post_template__sidebar__image-wrapper{max-width:70px;margin-bottom:15px}.single_post_template__sidebar__author-info{font-size:13px;color:#2b2b2b;line-height:20px;letter-spacing:-0.1px}.single_post_template__sidebar__author-info>*{display:block}.single_post_template__sidebar__author-info__name{font-weight:700;text-transform:uppercase;line-height:24px;letter-spacing:1px}.single_post_template__sidebar__author-info__title{font-weight:600}.single_post_template__sidebar__author-info__tags{color:#004c97;padding-left:0;list-style:none}.single_post_template__sidebar__author-info__tags li{position:relative;font-size:10px;display:flex;line-height:10px;margin-bottom:10px;font-weight:700}.single_post_template__sidebar__author-info__tags li::before{content:'';display:flex;width:2px;background-color:#004c97;height:10px;margin-right:5px;transition:margin-right 0.2s}.single_post_template__sidebar__author-info__tags li:hover::before{margin-right:10px;transition:margin-right 0.2s}@media screen and (min-width: 68.75em){.single_post_template__sidebar.sticky{position:fixed;top:137px;left:133px;transition:left .4s,opacity .4s;width:180px}}.single_post_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_post_template__post-content{margin-bottom:90px}}.single_post_template__post-content__date-line{color:#004c97;font-size:.875rem;margin-bottom:18px;display:flex;align-items:center}.single_post_template__post-content__date-line .date{font-weight:700}.single_post_template__post-content__date-line .separator{width:15px;height:2px;background-color:#004c97;display:block;margin:0 5px}.single_post_template__post-content__date-line+*{margin-top:0}.single_post_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem}.single_post_template__post-content>p.is-style-intro-paragraph{font-size:1.5rem;letter-spacing:-0.17px;line-height:31px;font-weight:700}.single_post_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0 !important;max-width:520px;float:left}@media screen and (min-width: 68.75em){.single_post_template__post-content>blockquote[style="text-align:left"]{margin-left:-90px;margin-right:20px}}.single_post_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_post_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}.single_post_template__post-content iframe{height:200px;width:100%}@media screen and (min-width: 61.25em){.single_post_template__post-content iframe{height:400px}}@media screen and (min-width: 81.25em){.single_post_template__right-rail{margin-top:-12.0625rem}}.single_post_template__right-rail__related-content-placeholder{margin-bottom:2rem}.single_post_template__right-rail__related-content-placeholder .pdg-offer--list .pdg-offer__title{-webkit-margin-after:0;margin-block-end:0;margin-bottom:.3125rem}.single_post_template__right-rail__never-miss-placeholder{background-color:#1b365d;margin-bottom:2rem}.single_post_template__comments-section{background-color:#f1f1f1;padding:75px 0}@media screen and (max-width: 61.24em){.single_post_template__comments-section>.container>.grid__row{justify-content:center}}.single_post_template__comments-section h3{text-align:center}.single_post_template__comments-section .comment-list{list-style:none;padding:0}.single_post_template__comments-section .comment-list .comment-body{margin-bottom:1.875rem}.single_post_template__comments-section .comment-list .comment-meta{display:flex}.single_post_template__comments-section .comment-list .comment-meta .comment-author{display:flex;align-items:center;color:#2b2b2b;text-transform:capitalize;font-size:1rem;letter-spacing:-0.1px;line-height:20px}.single_post_template__comments-section .comment-list .comment-meta .comment-author .separator{display:block;width:10px;height:2px;background-color:#2b2b2b;margin:0 5px}.single_post_template__comments-section .comment-list .comment-meta a{color:#2b2b2b}.single_post_template__comments-section .comment-list .comment-meta .comment-metadata{display:flex;font-weight:400}.single_post_template__comments-section .comment-list .comment-meta .comment-metadata b{font-weight:700}.single_post_template__comments-section .comment-list .comment-meta .comment-metadata .edit-link{display:block;font-size:.625rem;margin:0 0 auto 5px}.single_post_template__comments-section .comment-list .comment-meta .comment-awaiting-moderation{margin:0}.single_post_template__comments-section .comment-list .comment-content>p{font-size:.875rem;color:#2b2b2b;letter-spacing:-0.1px;line-height:1.3125rem;font-weight:400}.single_post_template__comments-section .comment-list .comment-content>p:first-of-type{margin-top:.625rem}.single_post_template__comments-section .comment-list .comment-content>p:last-of-type{margin-bottom:.3125rem}.single_post_template .placeholder-column{display:none}@media screen and (min-width: 61.25em){.single_post_template .placeholder-column{display:flex}}.comment-form-container{background-color:white;padding:25px 25px 40px}@media screen and (min-width: 61.25em){.comment-form-container{padding:35px 45px 40px}}.comment-form-container h4{text-align:center;font-size:1.125rem;line-height:29px;letter-spacing:1.18px;text-transform:uppercase;margin-bottom:45px}.comment-form-container h3{display:none}.comment-form-container .comment-form{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 61.24em){.comment-form-container .comment-form{flex-direction:column}}.comment-form-container .comment-form .comment-form-comment{order:3;flex-basis:100%;position:relative;margin-top:0;margin-bottom:28px}.comment-form-container .comment-form .comment-form-comment textarea{border:none;border-bottom:2px solid #2b2b2b;width:100%;resize:none;overflow:auto;padding:0;height:30px;background-color:transparent;z-index:2}.comment-form-container .comment-form .comment-form-comment textarea:-ms-input-placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container .comment-form .comment-form-comment textarea::-ms-input-placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container .comment-form .comment-form-comment textarea::placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container .comment-form .comment-form-comment textarea:focus:-ms-input-placeholder{opacity:0}.comment-form-container .comment-form .comment-form-comment textarea:focus::-ms-input-placeholder{opacity:0}.comment-form-container .comment-form .comment-form-comment textarea:focus::placeholder{opacity:0}.comment-form-container .comment-form .comment-form-comment label{pointer-events:none;position:absolute;font-size:.75rem;line-height:17px;font-weight:600;text-transform:capitalize;color:#2b2b2b;top:50%;left:0;transform:translateY(-50%);opacity:0;transition:transform 0.2s, opacity 0.2s;z-index:1}.comment-form-container .comment-form .comment-form-comment textarea:focus+label{opacity:1;transform:translateY(-200%);transition:transform 0.2s}.comment-form-container .comment-form .form-submit{order:4;display:flex;margin-bottom:0px}.comment-form-container .comment-form .form-submit input{background-color:#DF631D;color:white;font-size:.875rem;line-height:19px;letter-spacing:0.1px;height:46px;width:204px;padding:15px 0;margin:auto}.comment-form-container .comment-form .form-submit input:hover{cursor:pointer}.comment-form-container .comment-notes{display:none}.comment-form-container input[type="text"],.comment-form-container input[type="email"]{border-bottom:solid 2px #2b2b2b;padding:0;width:100%}.comment-form-container input[type="text"]:-ms-input-placeholder,.comment-form-container input[type="email"]:-ms-input-placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container input[type="text"]::-ms-input-placeholder,.comment-form-container input[type="email"]::-ms-input-placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container input[type="text"]:-ms-input-placeholder, .comment-form-container input[type="email"]:-ms-input-placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container input[type="text"]::-ms-input-placeholder, .comment-form-container input[type="email"]::-ms-input-placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container input[type="text"]::placeholder,.comment-form-container input[type="email"]::placeholder{font-size:.75rem;font-weight:600;text-transform:capitalize;opacity:1}.comment-form-container input[type="text"]:focus:-ms-input-placeholder,.comment-form-container input[type="email"]:focus:-ms-input-placeholder{opacity:0}.comment-form-container input[type="text"]:focus::-ms-input-placeholder,.comment-form-container input[type="email"]:focus::-ms-input-placeholder{opacity:0}.comment-form-container input[type="text"]:focus:-ms-input-placeholder, .comment-form-container input[type="email"]:focus:-ms-input-placeholder{opacity:0}.comment-form-container input[type="text"]:focus::-ms-input-placeholder, .comment-form-container input[type="email"]:focus::-ms-input-placeholder{opacity:0}.comment-form-container input[type="text"]:focus::placeholder,.comment-form-container input[type="email"]:focus::placeholder{opacity:0}.comment-form-container label{position:relative;flex-basis:47.5%;margin-bottom:28px}@media screen and (min-width: 61.25em){.comment-form-container label:nth-of-type(odd){margin-right:2.5%}.comment-form-container label:nth-of-type(even){margin-left:2.5%}}.comment-form-container label span{pointer-events:none;position:absolute;font-size:.75rem;line-height:17px;font-weight:600;text-transform:capitalize;color:#2b2b2b;top:50%;left:0;transform:translateY(-50%);opacity:0;transition:transform 0.2s, opacity 0.2s}.comment-form-container label input:focus+span{opacity:1;transform:translateY(-200%);transition:transform 0.2s}.comment-form-container label.name{order:1}.comment-form-container label.email{order:2}.single_case_study_template{position:relative;border-top:2px solid #f1f1f1}.single_case_study_template__post-header{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 24px}.single_case_study_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_case_study_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.single_case_study_template__post-header h1{margin-bottom:0px}.single_case_study_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_case_study_template__post-content{margin-bottom:90px}}.single_case_study_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem;padding-left:90px}.single_case_study_template__post-content>p.is-style-intro-paragraph{font-size:1.125rem;letter-spacing:-0.11px;line-height:24px;font-weight:600;padding-left:unset;margin-top:0px}.single_case_study_template__post-content>ul{padding-left:150px}.single_case_study_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:65%;float:left}@media screen and (min-width: 68.75em){.single_case_study_template__post-content>blockquote[style="text-align:left"]{margin-right:20px}}.single_case_study_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_case_study_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}.single_case_study_template__right-rail{display:none;position:absolute;top:130px;right:0;padding:0px;width:350px}@media only screen and (min-width: 1420px){.single_case_study_template__right-rail{display:flex;flex-direction:column}}.single_case_study_template__right-rail__image-wrap{display:flex;justify-content:center}.single_case_study_template__right-rail__image-wrap img{align-self:center;height:auto;margin-bottom:15px}.single_case_study_template__right-rail__details{background-color:#2b2b2b;margin-bottom:2rem;padding:2.1875rem 1.5625rem}.single_case_study_template__right-rail__details:empty{display:none}.single_case_study_template__right-rail__details h4,.single_case_study_template__right-rail__details h5,.single_case_study_template__right-rail__details p,.single_case_study_template__right-rail__details ul{color:white}.single_case_study_template__right-rail__details h4{font-size:17px;letter-spacing:-0.11px;line-height:24px;margin-bottom:10px}.single_case_study_template__right-rail__details h4+p{font-size:13px;line-height:20px;margin-top:0px}.single_case_study_template__right-rail__details__cta{display:flex}.single_case_study_template__right-rail__details__cta a{background-color:#DF631D;color:white;font-size:.875rem;line-height:19px;letter-spacing:0.1px;height:46px;width:100%;padding:15px 0;margin:auto;border:none;font-weight:700;text-align:center}.single_case_study_template__right-rail__details__cta a:hover{cursor:pointer}.single_case_study_template__right-rail__details__bullets{border-top:2px solid white;padding-top:25px;margin-top:5px}.single_case_study_template__right-rail__details__bullets__bullet-section h5{font-size:13px;letter-spacing:1px;line-height:20px;margin-bottom:10px}.single_case_study_template__right-rail__details__bullets__bullet-section ul{margin-top:0px;margin-bottom:25px;padding-left:12px;font-size:12px;letter-spacing:-0.09px;line-height:22px}.single_case_study_template__right-rail__details .marketo-form-sidebar{padding:0}.single_case_study_template__right-rail__related-content-placeholder{background-color:#2b2b2b;margin-top:2rem}.single-tri-case-study .single_post_template__post-content{margin-bottom:0}.single_event_template{position:relative}.single_event_template .tricentis__breadcrumbs{margin-bottom:0}.single_event_template .tricentis__breadcrumbs li{color:#fff}.single_event_template__post-header{position:relative;position:relative;overflow:hidden;margin-bottom:40px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 40px}.single_event_template__post-header:after{background-image:linear-gradient(-180deg, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.45) 100%);bottom:0;content:'';display:block;height:100%;position:absolute;width:100%;z-index:1}.single_event_template__post-header>div.container{position:relative;z-index:2}@media screen and (min-width: 61.25em){.single_event_template__post-header{height:500px;margin-bottom:58px}}.single_event_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_event_template__post-header>div.container .grid__row:first-of-type{margin-bottom:auto;padding-bottom:58px}.single_event_template__post-header img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@supports (object-fit: cover){.single_event_template__post-header img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.single_event_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.single_event_template__post-header__post-title{color:white}@media screen and (min-width: 61.25em){.single_event_template__post-header__post-title{max-width:60%}}.single_event_template__post-header ul{margin-top:0px;padding-left:0px}.single_event_template__post-header h1{margin-bottom:0px}.single_event_template__sidebar__event-details h5{color:#004c97;font-size:13px;letter-spacing:1px;line-height:24px;margin:0px 0px 5px}.single_event_template__sidebar__event-details__detail__when{color:#2b2b2b;font-size:13px;letter-spacing:-0.1px;line-height:21px;margin-bottom:17px}.single_event_template__sidebar__event-details__detail__when__date{font-size:15px;font-weight:700;display:block}.single_event_template__sidebar__event-details__detail__where{color:#2b2b2b;font-size:13px;line-height:20px}.single_event_template__sidebar__event-details__detail__where__venue{font-weight:700;display:block}.single_event_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_event_template__post-content{margin-bottom:90px}}.single_event_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem}.single_event_template__post-content>p.is-style-intro-paragraph{font-size:1.5rem;letter-spacing:-0.17px;line-height:31px;font-weight:700;margin-top:0px}.single_event_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:520px;float:left}@media screen and (min-width: 68.75em){.single_event_template__post-content>blockquote[style="text-align:left"]{margin-left:-90px;margin-right:20px}}.single_event_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_event_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}.single_event_template__post-content--post-meta h3{font-size:1.5rem}.single_event_template__post-content--post-meta ul{list-style:none}.single_event_template__post-content--post-meta ul li span{color:#000;font-weight:700}.single_event_template__post-content--post-meta-agenda{padding-left:0}.single_event_template__post-content--post-meta-agenda li{font-size:1rem;line-height:2rem}.single_event_template__post-content--post-meta-speakers{margin-top:3.4375rem}.single_event_template__post-content--post-meta-speaker{display:flex;flex-direction:row}.single_event_template__post-content--post-meta-speaker-image{min-width:128px}.single_event_template__post-content--post-meta-speaker-meta{margin-left:20px}.single_event_template__post-content--post-meta-speaker-meta--name{color:#004c97;font-size:1rem;font-weight:700;letter-spacing:.07687rem;line-height:1.5rem;text-transform:uppercase}.single_event_template__post-content--post-meta-speaker-meta--company,.single_event_template__post-content--post-meta-speaker-meta--social{color:#2b2b2b;font-size:.8125rem;line-height:1.25rem}.single_event_template__post-content--post-meta-speaker-meta--company span,.single_event_template__post-content--post-meta-speaker-meta--social span{font-weight:700}.single_event_template__post-content--post-meta-speaker-meta--bio{color:#2b2b2b;font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00625rem}@media screen and (min-width: 81.25em){.single_event_template__right-rail{margin-top:-9.375rem}}.single_event_template__right-rail__register-form{background-color:#2b2b2b;margin-bottom:2rem}.single_marketplace_template{position:relative;border-top:2px solid #f1f1f1}.single_marketplace_template__logo{margin-bottom:.9375rem}.single_marketplace_template__logo img{height:auto;max-width:205px;width:100%}.single_marketplace_template__post-header{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 24px}.single_marketplace_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_marketplace_template__post-header img{margin-bottom:15px}.single_marketplace_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.single_marketplace_template__post-header h1{margin-bottom:0px}.single_marketplace_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_marketplace_template__post-content{margin-bottom:90px}}.single_marketplace_template__post-content .wp-block-narwhal-section-heading{margin:unset;max-width:unset}.single_marketplace_template__post-content .wp-block-narwhal-section-heading p{padding:20px 0 60px}.single_marketplace_template__post-content .wp-block-narwhal-section-heading h2{padding-top:42px}.single_marketplace_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem;padding-left:90px}.single_marketplace_template__post-content>p.is-style-intro-paragraph{font-size:1.125rem;letter-spacing:-0.11px;line-height:24px;font-weight:600;padding-left:unset;margin-top:0px}.single_marketplace_template__post-content>ul{padding-left:150px}.single_marketplace_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:65%;float:left}@media screen and (min-width: 68.75em){.single_marketplace_template__post-content>blockquote[style="text-align:left"]{margin-right:20px}}.single_marketplace_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_marketplace_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}.single_marketplace_template__never-miss-placeholder{background-color:#f1f1f1;margin-bottom:32px}.single_marketplace_template__never-miss-placeholder .section-block__accelerator{margin-left:10px;padding-top:0}.single_marketplace_template__never-miss-placeholder .marketo-form-center__head{color:black;padding:2.5rem 2.5rem 0 2.5rem}.single_marketplace_template__never-miss-placeholder .mktoForm{margin-right:0 !important}@media only screen and (min-width: 1420px){.single_marketplace_template__left-rail{display:flex;flex-direction:column}}.single_marketplace_template__left-rail__related-content-placeholder{background-color:#2b2b2b;margin-bottom:32px}.single_marketplace_template__left-rail__content{margin-bottom:2rem}.single_marketplace_template__left-rail__content h4{font-size:15px;line-height:22px;font-weight:bold;letter-spacing:-.00688rem;margin-bottom:0}.single_marketplace_template__left-rail__content h5{font-size:15px;line-height:22px;font-weight:bold;letter-spacing:.0625rem;margin-bottom:0}.single_marketplace_template__left-rail__content ul{font-size:15px;line-height:22px;font-style:normal;font-weight:bold;letter-spacing:-.00562rem;margin-top:.625rem}.single_marketplace_template__left-rail__content a{background-color:#ff6c0e;border:0.125rem solid #ff6c0e;border-radius:0;color:#fff;display:inline-block;font-size:0.875rem;font-weight:700;letter-spacing:-0.00063rem;line-height:1.1875rem;margin-top:3px;max-width:100%;padding:11px 40px 12px;text-align:center;text-decoration:none;transition:background-color .3s, border-color .3s, color .3s;width:15.75rem}.single_marketplace_template__left-rail__bullets__bullet-section{border-top:2px solid #F1F4F7;border-bottom:2px solid #F1F4F7;padding:1.25rem 0.75rem}.single_marketplace_template__left-rail .placeholder-column{display:none}@media screen and (min-width: 61.25em){.single_marketplace_template__left-rail .placeholder-column{display:flex}}.single_news-item_template{position:relative}.single_news-item_template .tricentis-blocks--in-template p:first-child{font-size:1.125rem;letter-spacing:-0.11px;line-height:24px;font-weight:600}.single_news-item_template__post-header{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 34px}.single_news-item_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_news-item_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.single_news-item_template__post-header h1{margin-bottom:0px}.single_news-item_template__post-header h2{font-size:14px;letter-spacing:0.88px;line-height:19px;margin-bottom:14px}.single_news-item_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_news-item_template__post-content{margin-bottom:90px}}.single_news-item_template__post-content>*:first-child{margin-top:0px}.single_news-item_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem}.single_news-item_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:65%;float:left}@media screen and (min-width: 68.75em){.single_news-item_template__post-content>blockquote[style="text-align:left"]{margin-right:20px}}.single_news-item_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_news-item_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}@media only screen and (min-width: 1420px){.single_news-item_template__right-rail{display:flex;flex-direction:column}}.single_news-item_template__right-rail h4,.single_news-item_template__right-rail h5,.single_news-item_template__right-rail p,.single_news-item_template__right-rail ul{color:white}.single_news-item_template__right-rail h4{font-size:17px;letter-spacing:-0.11px;line-height:24px;margin-bottom:10px}.single_news-item_template__right-rail h4+p{font-size:13px;line-height:20px;margin-top:0px}.single_news-item_template__right-rail__cta{display:flex}.single_news-item_template__right-rail__cta button{background-color:#DF631D;color:white;font-size:.875rem;line-height:19px;letter-spacing:0.1px;height:46px;width:100%;padding:15px 0px;margin:auto;margin-bottom:34px;border:none;font-weight:700}.single_news-item_template__right-rail__cta button:hover{cursor:pointer}.single_news-item_template__right-rail__bullets{border-top:2px solid white;padding-top:25px;margin-top:5px}.single_news-item_template__right-rail__bullets__bullet-section h5{font-size:13px;letter-spacing:1px;line-height:20px;margin-bottom:10px}.single_news-item_template__right-rail__bullets__bullet-section ul{margin-top:0px;margin-bottom:25px;padding-left:12px;font-size:12px;letter-spacing:-0.09px;line-height:22px}.single_ondemand_template{position:relative}.single_ondemand_template .tricentis__breadcrumbs{margin-bottom:0}.single_ondemand_template .tricentis__breadcrumbs li.breadcrumb{color:white}.single_ondemand_template .tricentis__breadcrumbs li.breadcrumb>a{color:white}.single_ondemand_template__inner{overflow-y:hidden;position:relative;z-index:1}.single_ondemand_template__post-header{position:relative;position:relative;overflow:hidden;margin-bottom:40px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 40px}.single_ondemand_template__post-header:after{background-image:linear-gradient(-180deg, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.45) 100%);bottom:0;content:'';display:block;height:100%;position:absolute;width:100%;z-index:1}.single_ondemand_template__post-header>div.container{position:relative;z-index:2}@media screen and (min-width: 61.25em){.single_ondemand_template__post-header{height:500px;margin-bottom:58px}}.single_ondemand_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_ondemand_template__post-header>div.container .grid__row:first-of-type{margin-bottom:auto;padding-bottom:58px}.single_ondemand_template__post-header img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@supports (object-fit: cover){.single_ondemand_template__post-header img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.single_ondemand_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.single_ondemand_template__post-header__post-title{color:white}@media screen and (min-width: 61.25em){.single_ondemand_template__post-header__post-title{max-width:60%}}.single_ondemand_template__post-header ul{margin-top:0px;padding-left:0px}.single_ondemand_template__post-header h1{margin-bottom:0px}.single_ondemand_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_ondemand_template__post-content{margin-bottom:90px}}.single_ondemand_template__post-content>*:first-child{margin-top:0px}.single_ondemand_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem}.single_ondemand_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:65%;float:left}@media screen and (min-width: 68.75em){.single_ondemand_template__post-content>blockquote[style="text-align:left"]{margin-right:20px}}.single_ondemand_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_ondemand_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template h2,.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template h3,.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template h4,.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template h5{font-size:1.5rem;line-height:1.6875rem}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-narwhal-grid.has-2-columns{grid-gap:0px}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card__inner{padding-top:40px;padding-bottom:40px}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card__subtitle{font-size:1.375rem;text-align:left}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card:first-child{position:relative}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card:first-child::after{position:absolute;display:block;content:'';top:40px;bottom:40px;right:-0.5px;background-color:white;width:1px}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card strong{font-size:1rem}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-narwhal-grid.has-2-columns .wp-block-narwhal-grid-content-card ul{margin-top:20px}.single_ondemand_template__post-content .tricentis-blocks.tricentis-blocks--in-template .wp-block-button{padding-top:29px;padding-bottom:28px}.single_ondemand_template__masthead__cta-area{display:flex;flex-direction:row;padding-top:20px}.single_ondemand_template__masthead__cta-item{display:flex;margin-right:20px}.single_ondemand_template__masthead__cta-item a{background-color:#ff6c0e;color:white;font-size:.875rem;letter-spacing:0.1px;height:46px;width:10rem;padding:15px 0px;margin:auto;margin-bottom:0;border:none;font-weight:700;text-align:center}.single_ondemand_template__masthead__cta-item a:hover{cursor:pointer;background-color:#DF631D}.single_ondemand_template__left-rail h4{font-size:17px;letter-spacing:-0.11px;line-height:24px;margin-bottom:10px;font-weight:bold}.single_ondemand_template__left-rail__bar{width:80px;height:5px;background-color:#ff6c0e;margin-bottom:25px}.single_ondemand_template__left-rail__bullets__bullet-section:last-of-type ul{margin-bottom:0}.single_ondemand_template__left-rail__bullets__bullet-section ul{margin-top:0px;margin-bottom:25px;padding-left:24px;font-size:14px;line-height:19px}.single_ondemand_template__left-rail__bullets__bullet-section li{margin:20px 0}.single_resource_template{position:relative}.single_resource_template .tricentis__breadcrumbs{margin-bottom:0}.single_resource_template .tricentis__breadcrumbs li.breadcrumb{color:white}.single_resource_template .tricentis__breadcrumbs li.breadcrumb>a{color:white}.single_resource_template__inner{overflow-y:hidden;position:relative;z-index:1}.single_resource_template__post-header{position:relative;position:relative;overflow:hidden;margin-bottom:40px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 40px}.single_resource_template__post-header:after{background-image:linear-gradient(-180deg, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.45) 100%);bottom:0;content:'';display:block;height:100%;position:absolute;width:100%;z-index:1}.single_resource_template__post-header>div.container{position:relative;z-index:2}@media screen and (min-width: 61.25em){.single_resource_template__post-header{height:500px;margin-bottom:58px}}.single_resource_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_resource_template__post-header>div.container .grid__row:first-of-type{margin-bottom:auto;padding-bottom:58px}.single_resource_template__post-header img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@supports (object-fit: cover){.single_resource_template__post-header img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.single_resource_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.single_resource_template__post-header__post-title{color:white;font-size:38px;line-height:48px;font-family:Open Sans;font-style:normal;font-weight:bold}@media screen and (min-width: 61.25em){.single_resource_template__post-header__post-title{max-width:60%}}.single_resource_template__post-header ul{margin-top:0px;padding-left:0px}.single_resource_template__post-header h1{margin-bottom:0px}.single_resource_template__sidebar{flex-direction:column}@media screen and (min-width: 68.75em){.single_resource_template__sidebar{display:flex}}.single_resource_template__sidebar__image-wrapper{max-width:70px;margin-bottom:15px}.single_resource_template__sidebar__author-info{font-size:13px;color:#2b2b2b;line-height:20px;letter-spacing:-0.1px}.single_resource_template__sidebar__author-info>*{display:block}.single_resource_template__sidebar__author-info__name{font-weight:700;text-transform:uppercase;line-height:24px;letter-spacing:1px}.single_resource_template__sidebar__author-info__tags{color:#004c97;padding-left:0px;list-style:none}.single_resource_template__sidebar__author-info__tags li{position:relative;font-size:10px;display:flex;line-height:10px;margin-bottom:10px;font-weight:700}.single_resource_template__sidebar__author-info__tags li::before{content:'';display:flex;width:2px;background-color:#004c97;height:10px;margin-right:5px;transition:margin-right 0.2s}.single_resource_template__sidebar__author-info__tags li:hover::before{margin-right:10px;transition:margin-right 0.2s}.single_resource_template__left-rail__social-section h5{display:none}.single_resource_template__left-rail__social-section .tricentis-share-links{padding-left:6px;display:flex;flex-direction:row}@media screen and (min-width: 68.75em){.single_resource_template__left-rail__social-section .tricentis-share-links{flex-direction:column;padding-left:0px}}@media screen and (min-width: 81.25em){.single_resource_template__left-rail__social-section .tricentis-share-links{flex-direction:column}}.single_resource_template__left-rail__social-section li{margin:10px 5px}.single_resource_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_resource_template__post-content{margin-bottom:90px}}.single_resource_template__post-content__date-line{color:#004c97;font-size:.875rem;margin-bottom:18px;display:flex;align-items:center}.single_resource_template__post-content__date-line .date{font-weight:700}.single_resource_template__post-content__date-line .separator{width:15px;height:2px;background-color:#004c97;display:block;margin:0 5px}.single_resource_template__post-content__date-line+*{margin-top:0}.single_resource_template__post-content p,.single_resource_template__post-content ul,.single_resource_template__post-content ol,.single_resource_template__post-content .pdg-content,.single_resource_template__post-content .wp-block-quote{margin-bottom:1.875rem}.single_resource_template__post-content p:last-child,.single_resource_template__post-content ul:last-child,.single_resource_template__post-content ol:last-child,.single_resource_template__post-content .pdg-content:last-child,.single_resource_template__post-content .wp-block-quote:last-child{margin-bottom:0}.single_resource_template__post-content p{font-size:1rem;line-height:1.75rem}.single_resource_template__post-content>p{color:#2b2b2b}.single_resource_template__post-content>p.is-style-intro-paragraph{font-size:1.5rem;letter-spacing:-0.17px;line-height:31px;font-weight:700}.single_resource_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0 !important;max-width:520px;float:left}@media screen and (min-width: 68.75em){.single_resource_template__post-content>blockquote[style="text-align:left"]{margin-left:-90px;margin-right:20px}}.single_resource_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_resource_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}.single_resource_template__post-content h2,.single_resource_template__post-content .wp-block-embed{margin-top:3.125rem}.single_resource_template__post-content h2:first-child,.single_resource_template__post-content .wp-block-embed:first-child{margin-top:0}.single_resource_template__post-content h3{font-size:1.75rem;font-weight:normal;line-height:2.375rem;margin-bottom:.9375rem;margin-top:2.5rem}@media screen and (min-width: 81.25em){.single_resource_template__center-rail{margin-top:-9.375rem}}@media only screen and (min-width: 1420px){.single_resource_template__center-rail{display:flex;flex-direction:column}}.single_resource_template__center-rail__related-content-placeholder{background-color:#2b2b2b;margin-bottom:2rem}.single_resource_template__center-rail__never-miss-placeholder{background-color:#1b365d;margin-bottom:2rem}.single_resource_template__center-rail__form{display:flex;flex-direction:column;justify-content:center;position:relative;padding:1.875rem 0;z-index:2}.single_resource_template__center-rail__form .mktoFormWrapper{max-width:700px;width:100%;margin:0 auto;padding:20px;background-color:#F0F4F7}.single_resource_template__center-rail__form .mktoFormWrapper h4{color:#004c97;text-align:center}.single_resource_template__left-rail{background-color:#2b2b2b;padding:2.1875rem 1.5625rem;text-align:center}.single_resource_template.gated .tricentis-blocks{height:400px;overflow:hidden}.single_resource_template.gated[class*="webinars"] .tricentis-blocks,.single_resource_template.gated[class*="videos"] .tricentis-blocks,.single_resource_template.gated[class*="conference-highlights"] .tricentis-blocks{height:auto}.single_resource_template.gated[class*="webinars"] .wp-block-narwhal-embed,.single_resource_template.gated[class*="videos"] .wp-block-narwhal-embed,.single_resource_template.gated[class*="conference-highlights"] .wp-block-narwhal-embed{display:none}.webinars .resource-gate__form{background-color:#F0F4F7 !important;padding-top:20px !important}.webinars .mktoFormWrapper{background-color:#F0F4F7 !important}.single_resource_template .guides-insights .mktoFormWrapper{background-color:#fff !important;padding-top:20px !important}.single_team_item_template{position:relative;border-top:2px solid #f1f1f1}.single_team_item_template__post-header{position:relative;overflow:hidden;margin-bottom:40px;display:flex;flex-direction:column;justify-content:flex-end;padding-top:24px}.single_team_item_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.single_team_item_template__post-header img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@supports (object-fit: cover){.single_team_item_template__post-header img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.single_team_item_template__post-header__breadcrumbs{padding-left:.625rem;margin-bottom:.3125rem;margin-top:0}.single_team_item_template__post-header__breadcrumbs span{color:white;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;line-height:20px}.single_team_item_template__post-header__breadcrumbs span a{color:white}.single_team_item_template__post-header__breadcrumbs span.\--bold{font-weight:700}.single_team_item_template__post-header__breadcrumbs span:nth-of-type(even){margin:0 5px}.single_team_item_template__sidebar{display:none;flex-direction:column}@media screen and (min-width: 68.75em){.single_team_item_template__sidebar{display:flex}}.single_team_item_template__sidebar__image-wrap{width:180px}.single_team_item_template__sidebar__share-title{margin-top:17px}.single_team_item_template__title{font-size:.875rem;letter-spacing:0.88px;line-height:19px}.single_team_item_template__name{margin-bottom:10px}.single_team_item_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_team_item_template__post-content{margin-bottom:90px}}.single_team_item_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem}.single_team_item_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:520px;float:left}@media screen and (min-width: 68.75em){.single_team_item_template__post-content>blockquote[style="text-align:left"]{margin-left:-90px;margin-right:20px}}.single_team_item_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_team_item_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}@media only screen and (min-width: 1300px){.single_team_item_template__right-rail{display:flex;flex-direction:column}}.single_team_item_template__right-rail__related-content-placeholder{margin-bottom:2rem}.single_team_item_template__right-rail__never-miss-placeholder{margin-bottom:2rem}.single_upcoming_template{position:relative;border-top:2px solid #f1f1f1}.single_upcoming_template .tricentis__breadcrumbs{margin-bottom:0}.single_upcoming_template .tricentis__breadcrumbs li.breadcrumb{color:white}.single_upcoming_template .tricentis__breadcrumbs li.breadcrumb>a{color:white}.single_upcoming_template__post-header{position:relative;position:relative;overflow:hidden;margin-bottom:40px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 0px 40px}.single_upcoming_template__post-header:after{background-image:linear-gradient(-180deg, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.45) 100%);bottom:0;content:'';display:block;height:100%;position:absolute;width:100%;z-index:1}.single_upcoming_template__post-header>div.container{position:relative;z-index:2}@media screen and (min-width: 61.25em){.single_upcoming_template__post-header{height:500px;margin-bottom:58px}}.single_upcoming_template__post-header>div.container{height:100%;display:flex;flex-direction:column;justify-content:space-between}.single_upcoming_template__post-header>div.container .grid__row:first-of-type{margin-bottom:auto;padding-bottom:58px}.single_upcoming_template__post-header img{height:auto;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@supports (object-fit: cover){.single_upcoming_template__post-header img{height:100%;left:0;object-fit:cover;object-position:center;top:0;transform:none;width:100%}}.single_upcoming_template__post-header__category{color:white;text-transform:uppercase;font-size:.875rem;line-height:19px;letter-spacing:0.88px}.single_upcoming_template__post-header__post-title{color:white}@media screen and (min-width: 61.25em){.single_upcoming_template__post-header__post-title{max-width:60%}}.single_upcoming_template__post-header ul{margin-top:0px;padding-left:0px}.single_upcoming_template__post-header h1{margin-bottom:0px}.single_upcoming_template__post-header__category{font-size:24px;line-height:33px;letter-spacing:-0.17px}.single_upcoming_template__sidebar{flex-direction:column}@media screen and (min-width: 68.75em){.single_upcoming_template__sidebar{display:flex}}.single_upcoming_template__sidebar__event-details h5{color:#004c97;font-size:13px;letter-spacing:1px;line-height:24px;margin:0px 0px 5px}.single_upcoming_template__sidebar__event-details__detail__when{color:#2b2b2b;font-size:13px;letter-spacing:-0.1px;line-height:21px;margin-bottom:17px}.single_upcoming_template__sidebar__event-details__detail__when__date{font-size:15px;font-weight:700;display:block}.single_upcoming_template__sidebar__event-details__detail__where{color:#2b2b2b;font-size:13px;line-height:20px}.single_upcoming_template__sidebar__event-details__detail__where__venue{font-weight:700;display:block}.single_upcoming_template__post-content{margin-bottom:40px}@media screen and (min-width: 68.75em){.single_upcoming_template__post-content{margin-bottom:90px}}.single_upcoming_template__post-content>p{color:#2b2b2b;font-size:1rem;letter-spacing:-0.1px;line-height:1.5rem}.single_upcoming_template__post-content>p.is-style-intro-paragraph{font-size:1.5rem;letter-spacing:-0.17px;line-height:31px;font-weight:700;margin-top:0px}.single_upcoming_template__post-content>blockquote[style="text-align:left"]{border:none !important;padding:0px !important;max-width:520px;float:left}@media screen and (min-width: 68.75em){.single_upcoming_template__post-content>blockquote[style="text-align:left"]{margin-left:-90px;margin-right:20px}}.single_upcoming_template__post-content>blockquote[style="text-align:left"]>p{font-size:1.625rem;color:#004c97;letter-spacing:0.19px;line-height:32px;font-weight:700;position:relative}.single_upcoming_template__post-content>blockquote[style="text-align:left"]>p::before{content:'';display:block;width:70px;height:2px;background-color:#004c97;position:absolute;top:20px;left:-90px}.single_upcoming_template__agenda__items{list-style:none;padding-left:0px;font-size:1rem;color:#2b2b2b;letter-spacing:-0.1px;line-height:32px}.single_upcoming_template__agenda__items__time{font-weight:700;margin-right:10px}.single_upcoming_template__speakers_sponsors__list{list-style:none;padding-left:0px}.single_upcoming_template__speakers_sponsors__list li{display:flex;flex-direction:column;margin-bottom:25px}@media screen and (min-width: 30em){.single_upcoming_template__speakers_sponsors__list li{flex-direction:row}}.single_upcoming_template__speakers_sponsors__list__image-wrap{overflow:hidden;flex-basis:100%}@media screen and (min-width: 30em){.single_upcoming_template__speakers_sponsors__list__image-wrap{flex-basis:18%;margin-right:30px}}.single_upcoming_template__speakers_sponsors__list__image-wrap img{width:100%;height:auto}.single_upcoming_template__speakers_sponsors__list__speaker-info{font-size:.8125rem;color:#2b2b2b;flex-basis:77%}@media screen and (max-width: 29.99em){.single_upcoming_template__speakers_sponsors__list__speaker-info{text-align:center}}.single_upcoming_template__speakers_sponsors__list__speaker-info__name{display:block;color:#004c97;font-size:1rem;font-weight:bold;letter-spacing:1.23px;line-height:24px;text-transform:uppercase}.single_upcoming_template__speakers_sponsors__list__speaker-info__title{font-weight:600}.single_upcoming_template__speakers_sponsors__list__speaker-info__title:after{content:', ';margin-left:-5px;margin-right:2.5px}.single_upcoming_template__speakers_sponsors__list__speaker-info__twitter-handle{display:block;margin-bottom:11px}.single_upcoming_template__speakers_sponsors__list__speaker-info__bio{display:block}@media screen and (min-width: 81.25em){.single_upcoming_template__right-rail{margin-top:-9.375rem}}@media only screen and (min-width: 1420px){.single_upcoming_template__right-rail{display:flex;flex-direction:column}}.single_upcoming_template__right-rail__register-form{background-color:#2b2b2b;margin-bottom:32px;padding:40px 50px 60px}.single_upcoming_template__right-rail__register-form h5{color:white;text-transform:capitalize;font-size:20px;line-height:27px;text-align:center}.archive-awards-recognition__results,.archive-auszeichnungen__results{display:flex;flex-flow:row wrap}@supports (display: grid){.archive-awards-recognition__results,.archive-auszeichnungen__results{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill, minmax(10rem, 1fr))}}.archive-tri-case-study .card-tri-case-study__inner{background-color:#f1f1f1}.archive-tri-case-study .card-tri-case-study__text{padding:15px 20px}.archive-tri-case-study .card-tri-case-study__excerpt{margin:0 0 12px;font-size:16px;line-height:160%}.archive-tri-case-study .card-tri-case-study__title{padding-bottom:60px}.archive-tri-case-study .card-tri-case-study__products{font-size:14px;line-height:160%;color:#898d8d}.archive-tri-case-study .card-tri-case-study__products p{margin:0}.archive-tri-case-study .card-tri-case-study__products a:hover{color:#1b365d}.archive-tri-case-study .tri-pagination a.page-numbers{background-color:white;border:1px solid #f1f1f1}.archive-tri-case-study .tri-pagination span{background-color:#f1f1f1}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.archive-tri-case-study-filters{margin-top:3.125rem}}.archive-tri-case-study-filters__inner{align-items:center;background-color:#1b365d;color:#fff;flex-wrap:wrap;margin-bottom:2.1875rem;padding:2.03125rem 2.4375rem 1.53125rem}@media screen and (min-width: 61.25em){.archive-tri-case-study-filters__inner{display:flex}}.archive-tri-case-study-filters__intro-text{flex:0 0 100%;font-size:.6875rem;font-weight:700;letter-spacing:.05375rem;line-height:.9375rem;padding-bottom:.625rem;padding-left:.1875rem;text-transform:uppercase}@media screen and (min-width: 61.25em){.archive-tri-case-study-filters__list{display:flex}.archive-tri-case-study-filters__list>label{flex:0 0 auto}.archive-tri-case-study-filters__list>label+label{margin-left:1.25rem}}.archive-tri-case-study-filters .choices__inner{font-size:15px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:0px;text-align:center}.archive-tri-case-study-filters__search-wrap{justify-self:flex-end;margin-left:auto}.archive-tri-case-study-filters .tricentis-search-form{overflow:hidden;transition:width 350ms ease;width:32px}.archive-tri-case-study-filters .tricentis-search-form__input{background-color:#1b365d;color:#fff;border-bottom-color:#fff;cursor:pointer;opacity:0}.archive-tri-case-study-filters .tricentis-search-form__submit{color:#004c97;position:absolute;right:0;transform:translateY(-50%);transition:all 350ms ease;top:50%;z-index:1}.archive-tri-case-study-filters .tricentis-search-form__submit:hover{color:#f1f1f1}.archive-tri-case-study-filters .tricentis-search-form.focus{width:200px}.archive-tri-case-study-filters .tricentis-search-form.focus .tricentis-search-form__input{opacity:1;width:100%}.archive-tri-case-study-filters .tricentis-search-form.focus .tricentis-search-form__input:hover{cursor:text}.archive-tri-case-study-filters .tricentis-search-form.focus .tricentis-search-form__submit{z-index:2}.archive-tri-case-study-filters__inner{background-color:white;color:#004c97}.archive-tri-case-study-filters__inner .archive-filters__intro-text{color:black}.archive-tri-case-study-filters .archive-select-filter{height:unset;color:#004c97}.archive-midpage{flex:0 0 100%}@supports (display: grid){.archive-midpage{grid-row-start:3;grid-column-start:1;grid-column-end:-1}}.archive-midpage__inner{background-color:#1b365d;color:#fff;display:flex;flex-direction:column;margin:10px;padding:20px}@media screen and (min-width: 61.25em){.archive-midpage__inner{padding-left:40px;padding-right:40px}}@media screen and (min-width: 64em){.archive-midpage__inner{flex-direction:row;padding-left:0;padding-right:0}}@supports (display: grid){.archive-midpage__inner{margin:0}}.archive-midpage__content{flex:0 0 100%}@media screen and (min-width: 64em){.archive-midpage__content{flex-basis:33.33333%;padding-left:2.625rem;padding-right:2.625rem}}.archive-midpage h3,.archive-midpage h4,.archive-midpage h5,.archive-midpage h6{color:#fff;font-size:1.5rem;letter-spacing:.09813rem;line-height:1.208333333em;margin:0 0 20px;text-transform:uppercase}.archive-midpage__content{font-family:"Open Sans",sans-serif;letter-spacing:0;font-weight:400;margin-bottom:20px;margin-top:20px;font-size:.8125rem;line-height:1.538461538em}.archive-midpage__text{font-size:.8125rem;line-height:1.538461538em}.archive-midpage__form-wrap{flex:0 0 100%}@media screen and (min-width: 61.25em){.archive-midpage__form-wrap{padding-bottom:20px}}@media screen and (min-width: 64em){.archive-midpage__form-wrap{flex-basis:66.66666%;padding:20px 5.625rem 20px .625rem}}.archive-tri-news-item{margin-bottom:80px}.archive-tri-news-item--4-col .archive-card{flex-basis:25%}@supports (display: grid){.archive-tri-news-item--4-col{grid-template-columns:repeat(auto-fill, minmax(15.625rem, 1fr))}}.archive-tri-news-item .archive-card{flex:0 0 33.33333%}.archive-tri-news-item .archive-card__inner{margin:10px}@supports (display: grid){.archive-tri-news-item .archive-card__inner{margin:0}}@media screen and (min-width: 61.25em){.archive-media-library__results{display:flex;flex-wrap:wrap}}.archive__title{width:100%;padding:2.5rem 0;text-align:center}.archive-tri-news-item__content .alignfull{max-width:1110px;margin:auto}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.archive-post-filters,.archive-tri-marketplace-item-filters,.archive-tri-event-filters,.archive-tri-integration-filters,.archive-tri-enterprise-app-filters,.archive-resource-collection-filters,.archive-tri-upcoming-item-filters,.archive-tri-partner-filters,.archive-tri-ondemand-item-filters{margin-top:3.125rem}}.archive-post-filters__inner,.archive-tri-marketplace-item-filters__inner,.archive-tri-event-filters__inner,.archive-tri-integration-filters__inner,.archive-tri-enterprise-app-filters__inner,.archive-resource-collection-filters__inner,.archive-tri-upcoming-item-filters__inner,.archive-tri-partner-filters__inner,.archive-tri-ondemand-item-filters__inner{align-items:center;background-color:#1b365d;color:#fff;flex-wrap:wrap;margin-bottom:5rem;padding:2.03125rem 2.4375rem 1.53125rem}@media screen and (min-width: 61.25em){.archive-post-filters__inner,.archive-tri-marketplace-item-filters__inner,.archive-tri-event-filters__inner,.archive-tri-integration-filters__inner,.archive-tri-enterprise-app-filters__inner,.archive-resource-collection-filters__inner,.archive-tri-upcoming-item-filters__inner,.archive-tri-partner-filters__inner,.archive-tri-ondemand-item-filters__inner{display:flex}}.archive-post-filters__intro-text,.archive-tri-marketplace-item-filters__intro-text,.archive-tri-event-filters__intro-text,.archive-tri-integration-filters__intro-text,.archive-tri-enterprise-app-filters__intro-text,.archive-resource-collection-filters__intro-text,.archive-tri-upcoming-item-filters__intro-text,.archive-tri-partner-filters__intro-text,.archive-tri-ondemand-item-filters__intro-text{flex:0 0 100%;font-size:.6875rem;font-weight:700;letter-spacing:.05375rem;line-height:.9375rem;padding-bottom:.625rem;padding-left:.1875rem;text-transform:uppercase}@media screen and (min-width: 61.25em){.archive-post-filters__list,.archive-tri-marketplace-item-filters__list,.archive-tri-event-filters__list,.archive-tri-integration-filters__list,.archive-tri-enterprise-app-filters__list,.archive-resource-collection-filters__list,.archive-tri-upcoming-item-filters__list,.archive-tri-partner-filters__list,.archive-tri-ondemand-item-filters__list{display:flex}.archive-post-filters__list>label,.archive-tri-marketplace-item-filters__list>label,.archive-tri-event-filters__list>label,.archive-tri-integration-filters__list>label,.archive-tri-enterprise-app-filters__list>label,.archive-resource-collection-filters__list>label,.archive-tri-upcoming-item-filters__list>label,.archive-tri-partner-filters__list>label,.archive-tri-ondemand-item-filters__list>label{flex:0 0 auto}.archive-post-filters__list>label+label,.archive-tri-marketplace-item-filters__list>label+label,.archive-tri-event-filters__list>label+label,.archive-tri-integration-filters__list>label+label,.archive-tri-enterprise-app-filters__list>label+label,.archive-resource-collection-filters__list>label+label,.archive-tri-upcoming-item-filters__list>label+label,.archive-tri-partner-filters__list>label+label,.archive-tri-ondemand-item-filters__list>label+label{margin-left:1.25rem}}.archive-post-filters .choices__inner .choice__item,.archive-tri-marketplace-item-filters .choices__inner .choice__item,.archive-tri-event-filters .choices__inner .choice__item,.archive-tri-integration-filters .choices__inner .choice__item,.archive-tri-enterprise-app-filters .choices__inner .choice__item,.archive-resource-collection-filters .choices__inner .choice__item,.archive-tri-upcoming-item-filters .choices__inner .choice__item,.archive-tri-partner-filters .choices__inner .choice__item,.archive-tri-ondemand-item-filters .choices__inner .choice__item{font-weight:700}.archive-post-filters__search-wrap,.archive-tri-marketplace-item-filters__search-wrap,.archive-tri-event-filters__search-wrap,.archive-tri-integration-filters__search-wrap,.archive-tri-enterprise-app-filters__search-wrap,.archive-resource-collection-filters__search-wrap,.archive-tri-upcoming-item-filters__search-wrap,.archive-tri-partner-filters__search-wrap,.archive-tri-ondemand-item-filters__search-wrap{justify-self:flex-end;margin-left:auto}.archive-post-filters .tricentis-search-form,.archive-tri-marketplace-item-filters .tricentis-search-form,.archive-tri-event-filters .tricentis-search-form,.archive-tri-integration-filters .tricentis-search-form,.archive-tri-enterprise-app-filters .tricentis-search-form,.archive-resource-collection-filters .tricentis-search-form,.archive-tri-upcoming-item-filters .tricentis-search-form,.archive-tri-partner-filters .tricentis-search-form,.archive-tri-ondemand-item-filters .tricentis-search-form{overflow:hidden;transition:width 350ms ease;width:32px}.archive-post-filters .tricentis-search-form__input,.archive-tri-marketplace-item-filters .tricentis-search-form__input,.archive-tri-event-filters .tricentis-search-form__input,.archive-tri-integration-filters .tricentis-search-form__input,.archive-tri-enterprise-app-filters .tricentis-search-form__input,.archive-resource-collection-filters .tricentis-search-form__input,.archive-tri-upcoming-item-filters .tricentis-search-form__input,.archive-tri-partner-filters .tricentis-search-form__input,.archive-tri-ondemand-item-filters .tricentis-search-form__input{background-color:#1b365d;color:#fff;border-bottom-color:#fff;cursor:pointer;opacity:0}.archive-post-filters .tricentis-search-form__submit,.archive-tri-marketplace-item-filters .tricentis-search-form__submit,.archive-tri-event-filters .tricentis-search-form__submit,.archive-tri-integration-filters .tricentis-search-form__submit,.archive-tri-enterprise-app-filters .tricentis-search-form__submit,.archive-resource-collection-filters .tricentis-search-form__submit,.archive-tri-upcoming-item-filters .tricentis-search-form__submit,.archive-tri-partner-filters .tricentis-search-form__submit,.archive-tri-ondemand-item-filters .tricentis-search-form__submit{color:#fff;position:absolute;right:0;transform:translateY(-50%);transition:all 350ms ease;top:50%;z-index:1}.archive-post-filters .tricentis-search-form__submit:hover,.archive-tri-marketplace-item-filters .tricentis-search-form__submit:hover,.archive-tri-event-filters .tricentis-search-form__submit:hover,.archive-tri-integration-filters .tricentis-search-form__submit:hover,.archive-tri-enterprise-app-filters .tricentis-search-form__submit:hover,.archive-resource-collection-filters .tricentis-search-form__submit:hover,.archive-tri-upcoming-item-filters .tricentis-search-form__submit:hover,.archive-tri-partner-filters .tricentis-search-form__submit:hover,.archive-tri-ondemand-item-filters .tricentis-search-form__submit:hover{color:#f1f1f1}.archive-post-filters .tricentis-search-form.focus,.archive-tri-marketplace-item-filters .tricentis-search-form.focus,.archive-tri-event-filters .tricentis-search-form.focus,.archive-tri-integration-filters .tricentis-search-form.focus,.archive-tri-enterprise-app-filters .tricentis-search-form.focus,.archive-resource-collection-filters .tricentis-search-form.focus,.archive-tri-upcoming-item-filters .tricentis-search-form.focus,.archive-tri-partner-filters .tricentis-search-form.focus,.archive-tri-ondemand-item-filters .tricentis-search-form.focus{width:200px}.archive-post-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-tri-marketplace-item-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-tri-event-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-tri-integration-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-tri-enterprise-app-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-resource-collection-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-tri-upcoming-item-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-tri-partner-filters .tricentis-search-form.focus .tricentis-search-form__input,.archive-tri-ondemand-item-filters .tricentis-search-form.focus .tricentis-search-form__input{opacity:1;width:100%}.archive-post-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-tri-marketplace-item-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-tri-event-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-tri-integration-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-tri-enterprise-app-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-resource-collection-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-tri-upcoming-item-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-tri-partner-filters .tricentis-search-form.focus .tricentis-search-form__input:hover,.archive-tri-ondemand-item-filters .tricentis-search-form.focus .tricentis-search-form__input:hover{cursor:text}.archive-post-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-tri-marketplace-item-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-tri-event-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-tri-integration-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-tri-enterprise-app-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-resource-collection-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-tri-upcoming-item-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-tri-partner-filters .tricentis-search-form.focus .tricentis-search-form__submit,.archive-tri-ondemand-item-filters .tricentis-search-form.focus .tricentis-search-form__submit{z-index:2}.archive-post__results,.archive-tri-case-study__results,.archive-tri-marketplace-item__results,.archive-resource-collection__results,.archive-tri-event__results,.archive-tri-integration__results,.archive-tri-enterprise-app__results,.archive-tri-upcoming-item__results,.archive-tri-partner__results,.archive-tri-ondemand-item__results{display:flex;flex-flow:row wrap;margin-left:-10px;margin-right:-10px}@supports (display: grid){.archive-post__results,.archive-tri-case-study__results,.archive-tri-marketplace-item__results,.archive-resource-collection__results,.archive-tri-event__results,.archive-tri-integration__results,.archive-tri-enterprise-app__results,.archive-tri-upcoming-item__results,.archive-tri-partner__results,.archive-tri-ondemand-item__results{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill, minmax(18.75rem, 1fr));margin-left:0;margin-right:0}}.archive-post__results--4-col .archive-card,.archive-tri-case-study__results--4-col .archive-card,.archive-tri-marketplace-item__results--4-col .archive-card,.archive-resource-collection__results--4-col .archive-card,.archive-tri-event__results--4-col .archive-card,.archive-tri-integration__results--4-col .archive-card,.archive-tri-enterprise-app__results--4-col .archive-card,.archive-tri-upcoming-item__results--4-col .archive-card,.archive-tri-partner__results--4-col .archive-card,.archive-tri-ondemand-item__results--4-col .archive-card{flex-basis:25%}@supports (display: grid){.archive-post__results--4-col,.archive-tri-case-study__results--4-col,.archive-tri-marketplace-item__results--4-col,.archive-resource-collection__results--4-col,.archive-tri-event__results--4-col,.archive-tri-integration__results--4-col,.archive-tri-enterprise-app__results--4-col,.archive-tri-upcoming-item__results--4-col,.archive-tri-partner__results--4-col,.archive-tri-ondemand-item__results--4-col{grid-template-columns:repeat(auto-fill, minmax(15.625rem, 1fr))}}.archive-post .archive-card,.archive-tri-case-study .archive-card,.archive-tri-marketplace-item .archive-card,.archive-resource-collection .archive-card,.archive-tri-event .archive-card,.archive-tri-integration .archive-card,.archive-tri-enterprise-app .archive-card,.archive-tri-upcoming-item .archive-card,.archive-tri-partner .archive-card,.archive-tri-ondemand-item .archive-card{flex:0 0 33.33333%}.archive-post .archive-card__inner,.archive-tri-case-study .archive-card__inner,.archive-tri-marketplace-item .archive-card__inner,.archive-resource-collection .archive-card__inner,.archive-tri-event .archive-card__inner,.archive-tri-integration .archive-card__inner,.archive-tri-enterprise-app .archive-card__inner,.archive-tri-upcoming-item .archive-card__inner,.archive-tri-partner .archive-card__inner,.archive-tri-ondemand-item .archive-card__inner{margin:10px}@supports (display: grid){.archive-post .archive-card__inner,.archive-tri-case-study .archive-card__inner,.archive-tri-marketplace-item .archive-card__inner,.archive-resource-collection .archive-card__inner,.archive-tri-event .archive-card__inner,.archive-tri-integration .archive-card__inner,.archive-tri-enterprise-app .archive-card__inner,.archive-tri-upcoming-item .archive-card__inner,.archive-tri-partner .archive-card__inner,.archive-tri-ondemand-item .archive-card__inner{margin:0}}.archive-tri-partner{background-color:#f1f1f1;margin-top:-55px;padding:0px}.choices.is-open[data-type*="select-one"]:after{content:"\F077";display:none;font-family:"Font Awesome 5 Solid"}.choices[data-type*="select-one"] svg{position:absolute;top:50%;right:0;transform:translateY(-50%)}.choices[data-type*="select-one"]:after{border:0;content:"\F078";display:none;font-family:"Font Awesome 5 Solid"}.choices__inner{background:none;border:0;min-height:1.25rem;padding:0 .9375rem 0 0 !important}.choices__inner .choices__item{font-weight:600}.choices__list--dropdown{min-width:12.5rem;white-space:nowrap;width:auto;word-break:normal;z-index:2}.choices__list--dropdown .choices__item{color:#2b2b2b}.choices__list--dropdown .choices__item--selectable{padding-right:.625rem}.choices__list--dropdown .choices__item::after{display:none}