<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testify_testify {}/*! @license
See the license.txt file for licensing information for third-party code that may be used in this file.
Relative to the scripts/ directory, the license.txt file is located at license.txt file .
This file (or the corresponding source JS file) has been modified.
*/
/*
	This file is from the submodule-builder repository.
*/
input.ts-input {
  background: #f1f5f9;
  max-height: 30px;
  border: 0;
  border-radius: 3px;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  color: #4C5866;
  font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  display: block;
  width: 100%;
}

input.ts-input:focus {
  background: #e6ecf2;
}

input.ts-input::-webkit-input-placeholder {
  color: #98a7b8;
}

input.ts-input:-moz-placeholder {
  color: #98a7b8;
}

input.ts-input::-moz-placeholder {
  color: #98a7b8;
}

input.ts-input:-ms-input-placeholder {
  color: #98a7b8;
}

input.ts-input[readonly] {
  background: #ffffff !important;
  border: 1px solid #eaedf0 !important;
  cursor: not-allowed;
}/*! @license
See the license.txt file for licensing information for third-party code that may be used in this file.
Relative to the styles/ directory, the license.txt file is located at license.txt file .
This file (or the corresponding source JS file) has been modified.
*/
/*
	This file is from the submodule-builder repository.
*/

.dstc-settings-position-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 186px;
    border: 2px solid #F1F5F9;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden; }

.dstc-settings-position-hr {
    height: 2px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    -webkit-transition: background-color 200ms ease-in;
    -o-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in; }

.dstc-settings-position-vr {
    height: 2px;
    background-color: transparent;
    position: absolute;
    width: 186px;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    -webkit-transition: background-color 200ms ease-in;
    -o-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in; }

.dstc-settings-position-absolute {
    width: 150px;
    height: 110px; }

.dstc-settings-position-control-guide {
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background: none;
    border: 0;
    position: absolute; }

.dstc-settings-position-control-frame {
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background: none;
    border: 3px solid #E6ECF2;
    position: absolute; }

.dstc-settings-position-control-inner-top {
    width: 100%;
    height: 100%;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: transparent;
    -ms-flex-align: start;
        align-items: flex-start; }

.dstc-settings-position-control-inner-mid {
    width: 100%;
    height: 100%;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: transparent;
    -ms-flex-align: center;
        align-items: center; }

.dstc-settings-position-control-inner-bottom {
    width: 100%;
    height: 100%;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: transparent;
    -ms-flex-align: end;
        align-items: flex-end; }

.dstc-settings-position-button {
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }

.dstc-settings-position-button-active {
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border: 3px solid #2B87DA;
    background-color: rgba(255, 255, 255, 0.5); }

.dstc-settings-position-button-guide {
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border: 3px solid #F1F5F9; }

.dstc-settings-position-button-space {
    width: 20px;
    height: 20px;
    border: none; }

.dstc-settings-position-button:hover {
    border: 3px solid #E6ECF2; }/*! @license
Copyright Braad Martin, used in this project under the GNU General Public License version 3 (see the source alpha-color-picker project for original licensing info); see license.txt for license text.
This file modified by Jonathan Hall; last modified 2020-09-08
*/

/**
 * Alpha Color Picker CSS
 */

.customize-control-alpha-color .wp-picker-container .iris-picker {
	border-bottom:none;
}

.customize-control-alpha-color .wp-picker-container {
	max-width: 257px;
}

.customize-control-alpha-color .wp-picker-open + .wp-picker-input-wrap {
	width: 100%;
}

.customize-control-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
	float: left;
	width: 195px;
}

.customize-control-alpha-color .wp-picker-input-wrap .button {
	margin-left: 0;
	float: right;
}

.wp-picker-container .wp-picker-open ~ .wp-picker-holder .alpha-color-picker-container {
	display: block;
}

.alpha-color-picker-container {
	border: 1px solid #dfdfdf;
	border-top: none;
	display: none;
	background: #FFF;
	padding: 0 11px 10px;
	position: relative;
}

.alpha-color-picker-container .ui-widget-content,
.alpha-color-picker-container .ui-widget-header,
.alpha-color-picker-wrap .ui-state-focus {
	background: transparent;
	border: none;
}

.alpha-color-picker-wrap a.iris-square-value:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.alpha-color-picker-container .ui-slider {
	position: relative;
	z-index: 1;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	width: 88%;
	width: calc( 100% - 28px );
}

.alpha-color-picker-container .ui-slider-handle,
.alpha-color-picker-container .ui-widget-content .ui-state-default {
	color: #777;
	background-color: #FFF;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border: 1px solid #aaa;
	border-radius: 4px;
	margin-top: -2px;
	top: 0;
	height: 26px;
	width: 26px;
	cursor: ew-resize;
	font-size: 0;
	padding: 0;
	line-height: 27px;
	margin-left: -14px;
}

.alpha-color-picker-container .ui-slider-handle.show-opacity {
	font-size: 12px;
}

.alpha-color-picker-container .click-zone {
	width: 14px;
	height: 24px;
	display: block;
	position: absolute;
	left: 10px;
}

.alpha-color-picker-container .max-click-zone {
	right: 10px;
	left: auto;
}

.alpha-color-picker-container .transparency {
	height: 24px;
	width: 100%;
	background-color: #FFF;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOkAAAAYCAYAAAAf+dpfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY5NzJDNTEwNzA3MTFFNEExREREODYzQUFCRDhDREMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY5NzJDNTIwNzA3MTFFNEExREREODYzQUFCRDhDREMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjk3MkM0RjA3MDcxMUU0QTFEREQ4NjNBQUJEOENEQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjk3MkM1MDA3MDcxMUU0QTFEREQ4NjNBQUJEOENEQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PndQ2kgAAAbKSURBVHjarFyLUexI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);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
	        box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
	border-radius: 3px;
	padding: 0;
	margin-top: -24px;
}

@media only screen and (max-width: 782px) {
	.customize-control-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
		width: 184px;
	}
}

@media only screen and (max-width: 640px) {
	.customize-control-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
		width: 172px;
		height: 33px;
	}
}
/*! @license
See the license.txt file for licensing information for third-party code that may be used in this file.
See the license.txt file in the root directory for more information and licenses
*/
.testify_carousel {
  /*
    //.dstc-testify-arrows {
    //  display:block;
    //  position: relative;
    //  }

   */
  /* Default Background Values */ }
  .testify_carousel .dstc-testify-swiper-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .testify_carousel .dstc-testify-image-wrapper {
    margin: 0; }
  .testify_carousel .dstc-testify-featured-image {
    display: block;
    position: relative; }
    .testify_carousel .dstc-testify-featured-image img {
      display: block;
      margin: auto; }
  .testify_carousel .star-rating {
    display: inline-block;
    float: none;
    font-family: ETModules;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1; }
    .testify_carousel .star-rating::before {
      content: "\E033\E033\E033\E033\E033"; }
    .testify_carousel .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
      .testify_carousel .star-rating span::before {
        position: absolute;
        content: "\E033\E033\E033\E033\E033";
        top: 0;
        left: 0; }
  .testify_carousel .prev_icon, .testify_carousel .next_icon {
    font-family: ETmodules;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 25px;
    position: relative; }
  .testify_carousel .dstc-testify-arrows.bottom {
    bottom: 0px; }
  .testify_carousel .dstc-testify-arrows.top {
    top: 0; }
  .testify_carousel .dstc-testify-arrows.center {
    top: 50%; }
  .testify_carousel .prev_icon {
    left: 0; }
  .testify_carousel .next_icon {
    right: 0; }
  .testify_carousel .testify-swiper-container &gt; .prev_icon,
  .testify_carousel .testify-swiper-container &gt; .next_icon {
    display: none; }
  .testify_carousel .dstc-testify-divider-wrapper {
    text-align: center; }
    .testify_carousel .dstc-testify-divider-wrapper .dstc-testify-divider {
      display: inline-block;
      width: 100%;
      position: relative; }
      .testify_carousel .dstc-testify-divider-wrapper .dstc-testify-divider:before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0; }
  .testify_carousel .dstc-testify-arrows {
    position: absolute;
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
  .testify_carousel .et_pb_module_inner, .testify_carousel .dstc-testify-swiper-inner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: visible !important; }
  .testify_carousel .swiper-button-disabled {
    opacity: 0.2; }

/* Default padding */
.dstc-testify-title,
.dstc-testify-content,
.dstc-testify-author-wrapper,
.dstc-testify-position-wrapper,
.dstc-testify-image-wrapper,
.dstc-testify-quote-wrapper,
.dstc-testify-rating,
.dstc-testify-swiper-inner,
.swiper-pagination,
.dstc-testify-divider-wrapper {
  padding-bottom: 10px; }

/*  Quote Icons */
@font-face {
  font-family: "Testify-Quotes-Icons";
  src: url(../media/Testify-Quotes-Icons.eot);
  src: url(../media/Testify-Quotes-Icons.eot#iefix) format("embedded-opentype"), url(../media/Testify-Quotes-Icons.ttf) format("truetype"), url(../media/Testify-Quotes-Icons.woff) format("woff"), url(../media/Testify-Quotes-Icons.svg#Testify-Quotes-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.testify_carousel .testify-quote {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Testify-Quotes-Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.testify_carousel .testify-quote-1:before {
  content: "\E900"; }
.testify_carousel .testify-quote-2:before {
  content: "\E901"; }
.testify_carousel .testify-quote-3:before {
  content: "\E902"; }
.testify_carousel .testify-quote-4:before {
  content: "\E903"; }
.testify_carousel .testify-quote-5:before {
  content: "\E904"; }
.testify_carousel .testify-quote-6:before {
  content: "\E905"; }
.testify_carousel .testify-quote-7:before {
  content: "\E906"; }
.testify_carousel .testify-quote-8:before {
  content: "\E907"; }
.testify_carousel .testify-quote-9:before {
  content: "\E908"; }
.testify_carousel .testify-quote-10:before {
  content: "\E909"; }
.testify_carousel .testify-quote-11:before {
  content: "\E90A"; }
.testify_carousel .testify-quote-12:before {
  content: "\E90B"; }
.testify_carousel .testify-quote-13:before {
  content: "\E90C"; }
.testify_carousel .testify-quote-14:before {
  content: "\E90D"; }
.testify_carousel .testify-quote-15:before {
  content: "\E90E"; }
.testify_carousel .testify-quote-16:before {
  content: "\E90F"; }
.testify_carousel .testify-quote-17:before {
  content: "\E910"; }

/*!
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
.testify_carousel .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }
.testify_carousel .swiper-container-vertical &gt; .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }
.testify_carousel .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.testify_carousel .swiper-container-android .swiper-slide, .testify_carousel .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }
.testify_carousel .swiper-container-multirow &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.testify_carousel .swiper-container-multirow-column &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }
.testify_carousel .swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }
.testify_carousel .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
.testify_carousel .swiper-slide-invisible-blank {
  visibility: hidden; }
.testify_carousel .swiper-container-autoheight, .testify_carousel .swiper-container-autoheight .swiper-slide {
  height: auto; }
.testify_carousel .swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }
.testify_carousel .swiper-container-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }
.testify_carousel .swiper-container-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none; }
.testify_carousel .swiper-container-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start; }
.testify_carousel .swiper-container-horizontal.swiper-container-css-mode &gt; .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }
.testify_carousel .swiper-container-vertical.swiper-container-css-mode &gt; .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }
.testify_carousel :root {
  --swiper-navigation-size: 44px ; }
.testify_carousel .swiper-button-next.swiper-button-disabled, .testify_carousel .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }
.testify_carousel .swiper-button-next:after, .testify_carousel .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }
.testify_carousel .swiper-button-prev, .testify_carousel .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
.testify_carousel .swiper-button-prev:after, .testify_carousel .swiper-container-rtl .swiper-button-next:after {
  content: "prev"; }
.testify_carousel .swiper-button-next, .testify_carousel .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
.testify_carousel .swiper-button-next:after, .testify_carousel .swiper-container-rtl .swiper-button-prev:after {
  content: "next"; }
.testify_carousel .swiper-button-next.swiper-button-white, .testify_carousel .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff ; }
.testify_carousel .swiper-button-next.swiper-button-black, .testify_carousel .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000 ; }
.testify_carousel .swiper-button-lock {
  display: none; }
.testify_carousel .swiper-pagination {
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
.testify_carousel .swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }
.testify_carousel .swiper-container-horizontal &gt; .swiper-pagination-bullets, .testify_carousel .swiper-pagination-custom, .testify_carousel .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }
.testify_carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ccc; }
.testify_carousel button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.testify_carousel .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }
.testify_carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
.testify_carousel .swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }
.testify_carousel .swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }
.testify_carousel .swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }
.testify_carousel .swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform; }
.testify_carousel .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }
.testify_carousel .swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
.testify_carousel .swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }
.testify_carousel .swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform; }
.testify_carousel .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
.testify_carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }
.testify_carousel .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }
.testify_carousel .swiper-container-horizontal &gt; .swiper-pagination-progressbar, .testify_carousel .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }
.testify_carousel .swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .testify_carousel .swiper-container-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }
.testify_carousel .swiper-pagination-white {
  --swiper-pagination-color: #fff ; }
.testify_carousel .swiper-pagination-black {
  --swiper-pagination-color: #000 ; }
.testify_carousel .swiper-pagination-lock {
  display: none; }
.testify_carousel .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }
.testify_carousel .swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }
.testify_carousel .swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }
.testify_carousel .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }
.testify_carousel .swiper-scrollbar-cursor-drag {
  cursor: move; }
.testify_carousel .swiper-scrollbar-lock {
  display: none; }
.testify_carousel .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }
.testify_carousel .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ; }
.testify_carousel .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ; }
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.testify_carousel .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }
</pre></body></html>