/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./packages/module-library/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** Modules Frontend Style **/
.et_pb_module.dsm_animated_gradient_text {
  background: linear-gradient(-45deg, #cc2b5e, #753a88, #ec008c, #6dd5ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300%;
  color: transparent;
}

@keyframes dsm-animated-gradient-flow {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.dsm-animated-headlines-words-container .dsm-animated-prefix,
.dsm-animated-headlines-words-container .dsm-animated-suffix {
  white-space: pre-wrap;
  display: inline-block;
  line-height: 1em;
}
.dsm-animated-headlines-words-container .dsm-animated-prefix h1 {
  padding-bottom: 0;
}
.dsm-animated-headlines-words-container .dsm-animated-suffix h1 {
  padding-bottom: 0;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper {
  vertical-align: text-bottom;
  display: inline-block;
  position: relative;
  text-align: left;
  font-weight: 700;
  line-height: 1em;
  font-style: italic;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  line-height: 1.4em;
  font-family: inherit;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper b.is-visible {
  position: relative;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper b.is-hidden {
  opacity: 0;
}
.no-js .dsm-animated-headlines-words-container .dsm-animated-words-wrapper b {
  opacity: 0;
}
.no-js .dsm-animated-headlines-words-container .dsm-animated-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 
rotate-1 
-------------------------------- */
.dsm-headline.rotate-1 .dsm-animated-words-wrapper {
  perspective: 300px;
}
.dsm-headline.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.dsm-headline.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  animation: dsm-rotate-1-in 1.2s;
}
.dsm-headline.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  animation: dsm-rotate-1-out 1.2s;
}

@keyframes dsm-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes dsm-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 
type 
-------------------------------- */
.dsm-headline.type .dsm-animated-words-wrapper {
  padding-right: 0.1em;
  overflow: hidden;
  min-height: 1.4em;
}
.dsm-headline.type .dsm-animated-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: var(--dsm-bar-width, 1px);
  background-color: var(--dsm-bar-color);
}
.dsm-headline.type .dsm-animated-words-wrapper.waiting::after {
  animation: dsm-pulse 1s infinite;
}
.dsm-headline.type .dsm-animated-words-wrapper.selected {
  background-color: var(--dsm-text-highlight);
}
.dsm-headline.type .dsm-animated-words-wrapper.selected::after {
  visibility: hidden;
}
.dsm-headline.type .dsm-animated-words-wrapper.selected b {
  color: var(--dsm-text-color);
}
.dsm-headline.type b {
  opacity: 0;
}
.dsm-headline.type b.is-visible {
  opacity: 1;
}
.dsm-headline.type i {
  position: relative;
  opacity: 0;
  display: inline-block;
  font-style: inherit;
}
.dsm-headline.type i.in {
  opacity: 1;
}
.dsm-headline.type i.out {
  opacity: 0;
}

@keyframes dsm-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 
rotate-2 
-------------------------------- */
.dsm-headline.rotate-2 .dsm-animated-words-wrapper {
  perspective: 300px;
}
.dsm-headline.rotate-2 i,
.dsm-headline.rotate-2 em {
  display: inline-block;
  backface-visibility: hidden;
  font-style: inherit;
}
.dsm-headline.rotate-2 b {
  opacity: 0;
}
.dsm-headline.rotate-2 i {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .dsm-headline.rotate-2 i {
  opacity: 1;
}
.dsm-headline.rotate-2 i.in {
  animation: dsm-rotate-2-in 0.4s forwards;
}
.dsm-headline.rotate-2 i.out {
  animation: dsm-rotate-2-out 0.4s forwards;
}
.dsm-headline.rotate-2 em {
  transform: translateZ(20px);
}

.no-csstransitions .dsm-headline.rotate-2 i {
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .dsm-headline.rotate-2 i em {
  transform: scale(1);
}

.no-csstransitions .dsm-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@keyframes dsm-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes dsm-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 
loading-bar 
-------------------------------- */
.dsm-headline.loading-bar span {
  display: inline-block;
}
.dsm-headline.loading-bar .dsm-animated-words-wrapper {
  padding-right: 0.1em;
  overflow: hidden;
}
.dsm-headline.loading-bar .dsm-animated-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: var(--dsm-bar-height);
  width: 0;
  background: var(--dsm-bar-color);
  z-index: 2;
  transition: width 0.3s -0.1s;
}
.dsm-headline.loading-bar .dsm-animated-words-wrapper.is-loading::after {
  width: 100%;
  transition: width 3s;
}
.dsm-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  transition: opacity 0.3s;
}
.dsm-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 
slide 
-------------------------------- */
.dsm-headline.slide span {
  display: inline-block;
}
.dsm-headline.slide .dsm-animated-words-wrapper {
  overflow: hidden;
}
.dsm-headline.slide b {
  opacity: 0;
  top: 0.2em;
}
.dsm-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  animation: dsm-slide-in 0.6s;
}
.dsm-headline.slide b.is-hidden {
  animation: dsm-slide-out 0.6s;
}

@keyframes dsm-slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dsm-slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* -------------------------------- 
clip 
-------------------------------- */
.dsm-headline.clip span {
  display: inline-block;
}
.dsm-headline.clip .dsm-animated-words-wrapper {
  overflow: hidden;
}
.dsm-headline.clip .dsm-animated-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--dsm-bar-width);
  height: 100%;
  background-color: var(--dsm-bar-color);
}
.dsm-headline.clip b {
  opacity: 0;
}
.dsm-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 
zoom 
-------------------------------- */
.dsm-headline.zoom .dsm-animated-words-wrapper {
  perspective: 300px;
}
.dsm-headline.zoom b {
  opacity: 0;
}
.dsm-headline.zoom b.is-visible {
  opacity: 1;
  animation: dsm-zoom-in 0.8s;
}
.dsm-headline.zoom b.is-hidden {
  animation: dsm-zoom-out 0.8s;
}

@keyframes dsm-zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes dsm-zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 
rotate-3 
-------------------------------- */
.dsm-headline.rotate-3 .dsm-animated-words-wrapper {
  perspective: 300px;
}
.dsm-headline.rotate-3 b {
  opacity: 0;
}
.dsm-headline.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.is-visible .dsm-headline.rotate-3 i {
  transform: rotateY(0deg);
}
.dsm-headline.rotate-3 i.in {
  animation: dsm-rotate-3-in 0.6s forwards;
}
.dsm-headline.rotate-3 i.out {
  animation: dsm-rotate-3-out 0.6s forwards;
}

.no-csstransitions .dsm-headline.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .dsm-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@keyframes dsm-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes dsm-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 
scale 
-------------------------------- */
.dsm-headline.scale b {
  opacity: 0;
}
.dsm-headline.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}
.is-visible .dsm-headline.scale i {
  opacity: 1;
}
.dsm-headline.scale i.in {
  animation: dsm-scale-up 0.6s forwards;
}
.dsm-headline.scale i.out {
  animation: dsm-scale-down 0.6s forwards;
}

.no-csstransitions .dsm-headline.scale i {
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .dsm-headline.scale .is-visible i {
  opacity: 1;
}

@keyframes dsm-scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dsm-scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 
push 
-------------------------------- */
.dsm-headline.push b {
  opacity: 0;
}
.dsm-headline.push b.is-visible {
  opacity: 1;
  animation: dsm-push-in 0.6s;
}
.dsm-headline.push b.is-hidden {
  animation: dsm-push-out 0.6s;
}

@keyframes dsm-push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dsm-push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
/**
 * Before/After: layout shell. Image Compare Viewer (`.icv__*`) styles come from vendor CSS.
 */
.dsm_before_after_image {
  overflow: hidden;
}

.dsm-before-after-image-slider-container {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Pre-mount: two images before ICV `mount()` mutates the wrapper. */
.dsm_before_after_image_wrapper:not(.icv) img,
.dsm-before-after-image-slider-container:not(.icv) img {
  max-width: 100%;
  width: 100%;
  display: block;
}

/*
 * Fluid mode: vendor hides `.icv__img` and paints `background-image` on absolute layers at
 * height:100%. With no in-flow content, `.icv` collapses to 0px — looks like “images missing”.
 * A block size here matches typical demos that set an explicit height on the compare root.
 */
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__is--fluid {
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 12.5rem;
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__is--fluid.icv__icv--vertical {
  aspect-ratio: 9/16;
  max-height: min(85vh, 50rem);
}

/*
 * Hover overlay: Image Compare Viewer creates `.icv__imposter` in `_shapeContainer`, then
 * `_getImages()` clears `innerHTML` and only keeps `img`, `video`, `.keep` — the imposter is gone.
 * A ::before overlay (z-index 4, same as vendor imposter) + module styles on `:hover::before`
 * restores the intended tint without blocking drag (`pointer-events: none`).
 */
.dsm_before_after_image .dsm_before_after_image_wrapper.icv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 0.25s ease;
}

/*
 * Label alignment (`label_align`): stored start | center | end.
 * Horizontal compare: cross-axis is vertical (UI: Top / Center / Bottom).
 * Vertical compare: cross-axis is horizontal (UI: Left / Center / Right).
 * Base `.icv__label { transform: ... }` would override vendor hover scale — restore scale in `.on-hover` rules.
 */
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-start .icv__label {
  top: 1rem;
  bottom: auto;
  transform: none;
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-start .icv__label.on-hover {
  transform: scale(0);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-start:hover .icv__label.on-hover {
  transform: scale(1);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-center .icv__label {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-center .icv__label.on-hover {
  transform: translateY(-50%) scale(0);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-center:hover .icv__label.on-hover {
  transform: translateY(-50%) scale(1);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-end .icv__label {
  top: auto;
  bottom: 1rem;
  transform: none;
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-end .icv__label.on-hover {
  transform: scale(0);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-end:hover .icv__label.on-hover {
  transform: scale(1);
}

/* Vertical compare: labels sit on the cross-axis (default vendor: left edge). */
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-start .icv__label {
  left: 1rem;
  right: auto;
  transform: none;
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-start .icv__label.on-hover {
  transform: scale(0);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-start:hover .icv__label.on-hover {
  transform: scale(1);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-center .icv__label {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-center .icv__label.on-hover {
  transform: translateX(-50%) scale(0);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-center:hover .icv__label.on-hover {
  transform: translateX(-50%) scale(1);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-end .icv__label {
  left: auto;
  right: 1rem;
  transform: none;
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-end .icv__label.on-hover {
  transform: scale(0);
}

.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-end:hover .icv__label.on-hover {
  transform: scale(1);
}

.dsm_blob_image_img {
  width: 100%;
  height: 100%;
}

.dsm_blob_image_wrap {
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-style: solid;
  display: block;
}

/*
 * Overlay tint: blend on the <img> breaks in Firefox (opaque fill) when the wrap uses
 * overflow:hidden + border-radius. Use a ::before layer inherited from the wrap background.
 */
.dsm_blob_image_wrap.dsm_blob_image_overlay,
.dsm_blob_image_wrap.dsm_blob_image_gradient_overlay {
  isolation: isolate;
}

.dsm_blob_image_wrap.dsm_blob_image_overlay::before,
.dsm_blob_image_wrap.dsm_blob_image_gradient_overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
  background: inherit;
}

.dsm_blob_image_overlay .dsm_blob_image_img,
.dsm_blob_image_gradient_overlay .dsm_blob_image_img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.dsm_blob_overlay_wrapper {
  position: relative;
  z-index: 2;
  transform: translate(0%, -100%);
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dsm_blob_overlay_text {
  width: 100%;
}

.dsm_blob_title,
.dsm_blob_description {
  text-align: center;
  padding-bottom: 20px;
}

.dsm_blob_title {
  line-height: 1em;
  color: #fff;
}

.dsm_blob_description {
  line-height: 1.7em;
  color: #fff;
}

.dsm_blob_image_content_hover .dsm_blob_overlay_text {
  opacity: 0;
  transition-duration: 200ms;
  transition-property: all;
}

.dsm_blob_image_content_hover:hover .dsm_blob_overlay_text {
  opacity: 1;
}

.dsm_blob_image_button_wrapper {
  text-align: center;
}

.dsm_blob_image_one {
  border-radius: 71% 29% 41% 59%/59% 43% 57% 41%;
}

.dsm_blob_image_two {
  border-radius: 72% 28% 70% 30%/36% 50% 50% 64%;
}

.dsm_blob_image_three {
  border-radius: 40% 60% 27% 73%/60% 75% 25% 40%;
}

.dsm_blob_image_four {
  border-radius: 40% 60% 72% 28%/65% 29% 71% 35%;
}

.dsm_blob_image_five {
  border-radius: 45% 55% 37% 63%/63% 73% 27% 37%;
}

.dsm_blob_image_six {
  border-radius: 47% 53% 47% 53%/38% 75% 25% 62%;
}

.dsm_blob_image_seven {
  border-radius: 50% 50% 42% 58%/38% 68% 32% 62%;
}

.dsm_blob_image_eight {
  border-radius: 31% 69% 57% 43%/27% 48% 52% 73%;
}

.dsm_blob_image_nine {
  border-radius: 46% 54% 17% 83%/30% 24% 76% 70%;
}

.dsm_blob_image_ten {
  border-radius: 72% 28% 83% 17%/46% 28% 72% 54%;
}

.dsm_blob_image_eleven {
  border-radius: 66% 34% 83% 17%/22% 65% 35% 78%;
}

.dsm_blob_image_twelve {
  border-radius: 18% 82% 51% 49%/61% 68% 32% 39%;
}

.dsm_blob_image_thirdteen {
  border-radius: 59% 41% 41% 59%/29% 48% 52% 71%;
}

.dsm_blob_image_fourteen {
  border-radius: 62% 38% 38% 62%/46% 58% 58% 46%;
}

.dsm_blob_image_fifteen {
  border-radius: 44% 56% 52% 48%/72% 22% 26% 74%;
}

.dsm_blob_image_sixteen {
  border-radius: 32% 68% 71% 29%/82% 76% 24% 18%;
}

.dsm_blob_image_seventeen {
  border-radius: 24% 76% 74% 26%/26% 24% 76% 74%;
}

.dsm_blob_image_eighteen {
  border-radius: 8% 92% 55% 45%/16% 22% 84% 78%;
}

.dsm_blob_image .dsm_blob_image_overlay {
  background-color: #7ebec5;
}

.dsm_blob_image .dsm_blob_image_gradient_overlay {
  background: linear-gradient(45deg, #7ebec5 0%, 50%, #7ebec5 100%);
}

.dsm_blob_image .dsm_blob_image_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dsm_blob_image .dsm_blob_image_wrap {
  height: 380px;
}

.dsm_block_reveal_fe_preinit {
  opacity: 0;
}

.dsm_block_text_reveal,
.dsm_block_text_reveal_front,
.dsm_block_image_reveal,
.dsm_block_image_reveal_front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.dsm_block_text_reveal_front,
.dsm_block_image_reveal_front {
  opacity: 0;
}

.dsm_block_text_reveal_content,
.dsm_block_image_reveal_content {
  opacity: 0;
}

.dsm_block_text_reveal_lr .dsm_block_text_reveal,
.dsm_block_image_reveal_lr .dsm_block_image_reveal {
  transform: translateX(-100%);
  animation: dsmBlockRevealLR 0.25s 0s, dsmBlockRevealOutLR 0.5s 0.5s;
  animation-fill-mode: forwards;
}

.dsm_block_text_reveal_rl .dsm_block_text_reveal,
.dsm_block_image_reveal_rl .dsm_block_image_reveal {
  transform: translateX(100%);
  animation: dsmBlockRevealRL 0.25s 0s, dsmBlockRevealOutRL 0.5s 0.5s;
  animation-fill-mode: forwards;
}

.dsm_block_text_reveal_tb .dsm_block_text_reveal,
.dsm_block_image_reveal_tb .dsm_block_image_reveal {
  transform: translateY(-100%);
  animation: dsmBlockRevealTB 0.25s 0s, dsmBlockRevealOutTB 0.5s 0.5s;
  animation-fill-mode: forwards;
}

.dsm_block_text_reveal_bt .dsm_block_text_reveal,
.dsm_block_image_reveal_bt .dsm_block_image_reveal {
  transform: translateY(100%);
  animation: dsmBlockRevealBT 0.25s 0s, dsmBlockRevealOutBT 0.5s 0.5s;
  animation-fill-mode: forwards;
}

@keyframes dsmBlockRevealLR {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dsmBlockRevealOutLR {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes dsmBlockRevealRL {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dsmBlockRevealOutRL {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-101%);
  }
}
@keyframes dsmBlockRevealTB {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dsmBlockRevealOutTB {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes dsmBlockRevealBT {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dsmBlockRevealOutBT {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes dsmFadeInImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dsm_block_reveal_image {
  display: block;
  line-height: 0;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0;
}

.dsm_block_reveal_image .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.dsm_block_reveal_image .et_pb_image_wrap img {
  position: relative;
  z-index: 0;
}

.dsm_block_reveal_image .et_pb_image_wrap .dsm_block_image_reveal {
  z-index: 2;
}

.dsm_block_reveal_image .et_overlay {
  border-width: 0;
}

.dsm_block_reveal_image_icon_empty.et_overlay::before {
  display: none;
}

.dsm_block_reveal_image .dsm_block_reveal_image_overlay_off .et_overlay {
  opacity: 1;
  z-index: 3;
}

.dsm_block_reveal_image:hover .dsm_block_reveal_image_overlay_off .et_overlay {
  opacity: 0;
}

.dsm_block_reveal_image .et_pb_image_wrap img,
.dsm_block_image_reveal_lr img,
.dsm_block_image_reveal_rl img,
.dsm_block_image_reveal_tb img,
.dsm_block_image_reveal_bt img {
  opacity: 0;
  animation: dsmFadeInImg 0.25s linear forwards;
  animation-delay: var(--dsm-br-content-show-delay, 0.5s);
}

.dsm-lightbox-custom {
  max-width: 100% !important;
}

.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,
.dsm-lightbox-custom.mfp-image-holder .mfp-close {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.dsm_block_reveal_image.dsm_br_img_force_fullwidth,
.dsm_block_reveal_image.dsm_br_img_force_fullwidth .et_pb_image_wrap,
.dsm_block_reveal_image.dsm_br_img_force_fullwidth img {
  width: 100%;
  max-width: 100% !important;
}

.dsm_block_reveal_fe_preinit {
  opacity: 0;
}

.dsm_block_text_reveal,
.dsm_block_text_reveal_front,
.dsm_block_image_reveal,
.dsm_block_image_reveal_front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.dsm_block_text_reveal_front,
.dsm_block_image_reveal_front {
  opacity: 0;
}

.dsm_block_text_reveal_content,
.dsm_block_image_reveal_content {
  opacity: 0;
}

.dsm_block_text_reveal_lr .dsm_block_text_reveal,
.dsm_block_image_reveal_lr .dsm_block_image_reveal {
  transform: translateX(-100%);
  animation: dsmBlockRevealLR 0.25s 0s, dsmBlockRevealOutLR 0.5s 0.5s;
  animation-fill-mode: forwards;
}

.dsm_block_text_reveal_rl .dsm_block_text_reveal,
.dsm_block_image_reveal_rl .dsm_block_image_reveal {
  transform: translateX(100%);
  animation: dsmBlockRevealRL 0.25s 0s, dsmBlockRevealOutRL 0.5s 0.5s;
  animation-fill-mode: forwards;
}

.dsm_block_text_reveal_tb .dsm_block_text_reveal,
.dsm_block_image_reveal_tb .dsm_block_image_reveal {
  transform: translateY(-100%);
  animation: dsmBlockRevealTB 0.25s 0s, dsmBlockRevealOutTB 0.5s 0.5s;
  animation-fill-mode: forwards;
}

.dsm_block_text_reveal_bt .dsm_block_text_reveal,
.dsm_block_image_reveal_bt .dsm_block_image_reveal {
  transform: translateY(100%);
  animation: dsmBlockRevealBT 0.25s 0s, dsmBlockRevealOutBT 0.5s 0.5s;
  animation-fill-mode: forwards;
}

@keyframes dsmBlockRevealLR {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dsmBlockRevealOutLR {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes dsmBlockRevealRL {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dsmBlockRevealOutRL {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-101%);
  }
}
@keyframes dsmBlockRevealTB {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dsmBlockRevealOutTB {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes dsmBlockRevealBT {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dsmBlockRevealOutBT {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes dsmFadeInImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dsm_block_reveal_text_header {
  padding-bottom: 0;
}

.dsm_block_reveal_text_wrapper {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  isolation: isolate;
}

.dsm_block_reveal_text_wrapper .dsm_block_reveal_text_header {
  position: relative;
  z-index: 0;
}

.dsm_block_reveal_text_wrapper .dsm_block_text_reveal {
  z-index: 2;
}

.et_pb_module.d5_breadcrumbs_module {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.et_flex_column .et_pb_module.d5_breadcrumbs_module,
.et_pb_column .et_pb_module.d5_breadcrumbs_module {
  align-self: stretch;
}

.dsm_breadcrumbs_wrap {
  display: block;
  max-width: 100%;
  width: 100%;
}

.dsm_breadcrumbs a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
}

.dsm_breadcrumbs li.dsm_breadcrumbs_item a .dsm_home_text {
  color: inherit;
}

.dsm_breadcrumbs {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0 !important;
  width: 100%;
}

.dsm_breadcrumbs .dsm_home_text_wrapper {
  align-items: center;
  display: flex;
}

.dsm_breadcrumbs .dsm_separator_icon {
  color: inherit;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
}

.dsm_breadcrumbs > li, .dsm_breadcrumbs > span {
  align-items: flex-start;
  display: flex;
  margin-left: 10px;
}

.dsm_breadcrumbs > li:first-child {
  margin-left: 0;
}

.dsm_home_icon {
  line-height: 1em;
  margin-right: 5px;
}

.dsm_breadcrumbs > li.dsm_breadcrumbs_separator {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  width: auto;
}

.dsm_breadcrumbs > li.dsm_breadcrumbs_separator .dsm_separator_icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.dsm_breadcrumbs > li.dsm_home_item,
.dsm_breadcrumbs > li.dsm_parent_item {
  align-items: stretch;
  align-self: center;
  cursor: pointer;
}

.dsm_breadcrumbs > li.dsm_home_item > a,
.dsm_breadcrumbs > li.dsm_parent_item > a {
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  min-height: 100%;
  width: 100%;
}

.dsm_breadcrumbs > li.dsm_breadcrumbs_item_current {
  align-items: center;
  align-self: center;
}

.dsm_breadcrumbs .dsm_home_icon {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
}

.dsm_breadcrumbs span.dsm_separator_icon {
  font-size: 18px;
  font-weight: 700;
}

.dsm_breadcrumbs .dsm_breadcrumbs_separator,
.dsm_breadcrumbs .dsm_breadcrumbs_item.dsm_breadcrumbs_item_current,
.dsm_breadcrumbs .dsm_breadcrumbs_item:not(.dsm_breadcrumbs_item_current) {
  margin-bottom: 10px;
}

.dsm-home-icon-empty .dsm_home_icon::before {
  color: inherit !important;
  content: "\e009";
  font-family: "ETmodules" !important;
  font-weight: 400;
}

.dsm-seprator-icon-empty .dsm_separator_icon::before {
  color: inherit !important;
  content: "5";
  font-family: "ETmodules" !important;
  font-weight: 400;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.dsm-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-grow:active,
.dsm-grow:focus,
.dsm-grow:hover {
  transform: scale(1.1);
}

.dsm-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-shrink:active,
.dsm-shrink:focus,
.dsm-shrink:hover {
  transform: scale(0.9);
}
@keyframes dsm-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.dsm-pulse {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse:active,
.dsm-pulse:focus,
.dsm-pulse:hover {
  animation-name: dsm-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.dsm-pulse-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse-grow:active,
.dsm-pulse-grow:focus,
.dsm-pulse-grow:hover {
  animation-name: dsm-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.dsm-pulse-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse-shrink:active,
.dsm-pulse-shrink:focus,
.dsm-pulse-shrink:hover {
  animation-name: dsm-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-push {
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.dsm-push {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-push:active,
.dsm-push:focus,
.dsm-push:hover {
  animation-name: dsm-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes dsm-pop {
  50% {
    transform: scale(1.2);
  }
}
.dsm-pop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pop:active,
.dsm-pop:focus,
.dsm-pop:hover {
  animation-name: dsm-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-bounce-in {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}

.dsm-bounce-in:active,
.dsm-bounce-in:focus,
.dsm-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-bounce-out {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}

.dsm-bounce-out:active,
.dsm-bounce-out:focus,
.dsm-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-rotate {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-rotate:active,
.dsm-rotate:focus,
.dsm-rotate:hover {
  transform: rotate(4deg);
}

.dsm-grow-rotate {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-grow-rotate:active,
.dsm-grow-rotate:focus,
.dsm-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}

.dsm-float {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-float:active,
.dsm-float:focus,
.dsm-float:hover {
  transform: translateY(-8px);
}

.dsm-sink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sink:active,
.dsm-sink:focus,
.dsm-sink:hover {
  transform: translateY(8px);
}
@keyframes dsm-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(-8px);
  }
}
@keyframes dsm-bob-float {
  to {
    transform: translateY(-8px);
  }
}
.dsm-bob {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-bob:active,
.dsm-bob:focus,
.dsm-bob:hover {
  animation-name: dsm-bob-float, dsm-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(8px);
  }
}
@keyframes dsm-hang-sink {
  to {
    transform: translateY(8px);
  }
}
.dsm-hang {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-hang:active,
.dsm-hang:focus,
.dsm-hang:hover {
  animation-name: dsm-hang-sink, dsm-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.dsm-skew {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-skew:active,
.dsm-skew:focus,
.dsm-skew:hover {
  transform: skew(-10deg);
}

.dsm-skew-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.dsm-skew-forward:active,
.dsm-skew-forward:focus,
.dsm-skew-forward:hover {
  transform: skew(-10deg);
}

.dsm-skew-backward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.dsm-skew-backward:active,
.dsm-skew-backward:focus,
.dsm-skew-backward:hover {
  transform: skew(10deg);
}
@keyframes dsm-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.dsm-wobble-vertical {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-vertical:active,
.dsm-wobble-vertical:focus,
.dsm-wobble-vertical:hover {
  animation-name: dsm-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.dsm-wobble-horizontal {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-horizontal:active,
.dsm-wobble-horizontal:focus,
.dsm-wobble-horizontal:hover {
  animation-name: dsm-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  to {
    transform: translate(0);
  }
}
.dsm-wobble-to-bottom-right {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-to-bottom-right:active,
.dsm-wobble-to-bottom-right:focus,
.dsm-wobble-to-bottom-right:hover {
  animation-name: dsm-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0);
  }
}
.dsm-wobble-to-top-right {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-to-top-right:active,
.dsm-wobble-to-top-right:focus,
.dsm-wobble-to-top-right:hover {
  animation-name: dsm-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-top {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transform-origin: 0 100%;
}

.dsm-wobble-top:active,
.dsm-wobble-top:focus,
.dsm-wobble-top:hover {
  animation-name: dsm-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-bottom {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transform-origin: 100% 0;
}

.dsm-wobble-bottom:active,
.dsm-wobble-bottom:focus,
.dsm-wobble-bottom:hover {
  animation-name: dsm-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-skew {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-skew:active,
.dsm-wobble-skew:focus,
.dsm-wobble-skew:hover {
  animation-name: dsm-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.dsm-buzz {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-buzz:active,
.dsm-buzz:focus,
.dsm-buzz:hover {
  animation-name: dsm-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.dsm-buzz-out {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-buzz-out:active,
.dsm-buzz-out:focus,
.dsm-buzz-out:hover {
  animation-name: dsm-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-forward:active,
.dsm-forward:focus,
.dsm-forward:hover {
  transform: translateX(8px);
}

.dsm-backward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-backward:active,
.dsm-backward:focus,
.dsm-backward:hover {
  transform: translateX(-8px);
}

.dsm-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.dsm-fade:active,
.dsm-fade:focus,
.dsm-fade:hover {
  background-color: #2098d1;
  color: #fff;
}
@keyframes dsm-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.dsm-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}

.dsm-back-pulse:active,
.dsm-back-pulse:focus,
.dsm-back-pulse:hover {
  animation-name: dsm-back-pulse;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: #fff;
}

.dsm-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-right,
.dsm-sweep-to-right:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-right:active,
.dsm-sweep-to-right:focus,
.dsm-sweep-to-right:hover {
  color: #fff;
}

.dsm-sweep-to-right:active:before,
.dsm-sweep-to-right:focus:before,
.dsm-sweep-to-right:hover:before {
  transform: scaleX(1);
}

.dsm-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-left,
.dsm-sweep-to-left:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-left:active,
.dsm-sweep-to-left:focus,
.dsm-sweep-to-left:hover {
  color: #fff;
}

.dsm-sweep-to-left:active:before,
.dsm-sweep-to-left:focus:before,
.dsm-sweep-to-left:hover:before {
  transform: scaleX(1);
}

.dsm-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-bottom,
.dsm-sweep-to-bottom:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-bottom:active,
.dsm-sweep-to-bottom:focus,
.dsm-sweep-to-bottom:hover {
  color: #fff;
}

.dsm-sweep-to-bottom:active:before,
.dsm-sweep-to-bottom:focus:before,
.dsm-sweep-to-bottom:hover:before {
  transform: scaleY(1);
}

.dsm-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-top,
.dsm-sweep-to-top:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-top:active,
.dsm-sweep-to-top:focus,
.dsm-sweep-to-top:hover {
  color: #fff;
}

.dsm-sweep-to-top:active:before,
.dsm-sweep-to-top:focus:before,
.dsm-sweep-to-top:hover:before {
  transform: scaleY(1);
}

.dsm-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-right,
.dsm-bounce-to-right:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-right:active,
.dsm-bounce-to-right:focus,
.dsm-bounce-to-right:hover {
  color: #fff;
}

.dsm-bounce-to-right:active:before,
.dsm-bounce-to-right:focus:before,
.dsm-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-left,
.dsm-bounce-to-left:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-left:active,
.dsm-bounce-to-left:focus,
.dsm-bounce-to-left:hover {
  color: #fff;
}

.dsm-bounce-to-left:active:before,
.dsm-bounce-to-left:focus:before,
.dsm-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-bottom,
.dsm-bounce-to-bottom:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-bottom:active,
.dsm-bounce-to-bottom:focus,
.dsm-bounce-to-bottom:hover {
  color: #fff;
}

.dsm-bounce-to-bottom:active:before,
.dsm-bounce-to-bottom:focus:before,
.dsm-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-top,
.dsm-bounce-to-top:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-top:active,
.dsm-bounce-to-top:focus,
.dsm-bounce-to-top:hover {
  color: #fff;
}

.dsm-bounce-to-top:active:before,
.dsm-bounce-to-top:focus:before,
.dsm-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
}

.dsm-radial-out,
.dsm-radial-out:before {
  transition-duration: 0.3s;
}

.dsm-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-radial-out:active,
.dsm-radial-out:focus,
.dsm-radial-out:hover {
  color: #fff;
}

.dsm-radial-out:active:before,
.dsm-radial-out:focus:before,
.dsm-radial-out:hover:before {
  transform: scale(2);
}

.dsm-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
}

.dsm-radial-in,
.dsm-radial-in:before {
  transition-duration: 0.3s;
}

.dsm-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-radial-in:active,
.dsm-radial-in:focus,
.dsm-radial-in:hover {
  color: #fff;
}

.dsm-radial-in:active:before,
.dsm-radial-in:focus:before,
.dsm-radial-in:hover:before {
  transform: scale(0);
}

.dsm-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
}

.dsm-rectangle-in,
.dsm-rectangle-in:before {
  transition-duration: 0.3s;
}

.dsm-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-rectangle-in:active,
.dsm-rectangle-in:focus,
.dsm-rectangle-in:hover {
  color: #fff;
}

.dsm-rectangle-in:active:before,
.dsm-rectangle-in:focus:before,
.dsm-rectangle-in:hover:before {
  transform: scale(0);
}

.dsm-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
}

.dsm-rectangle-out,
.dsm-rectangle-out:before {
  transition-duration: 0.3s;
}

.dsm-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scale(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-rectangle-out:active,
.dsm-rectangle-out:focus,
.dsm-rectangle-out:hover {
  color: #fff;
}

.dsm-rectangle-out:active:before,
.dsm-rectangle-out:focus:before,
.dsm-rectangle-out:hover:before {
  transform: scale(1);
}

.dsm-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-in-horizontal:active,
.dsm-shutter-in-horizontal:focus,
.dsm-shutter-in-horizontal:hover {
  color: #fff;
}

.dsm-shutter-in-horizontal:active:before,
.dsm-shutter-in-horizontal:focus:before,
.dsm-shutter-in-horizontal:hover:before {
  transform: scaleX(0);
}

.dsm-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-out-horizontal:active,
.dsm-shutter-out-horizontal:focus,
.dsm-shutter-out-horizontal:hover {
  color: #fff;
}

.dsm-shutter-out-horizontal:active:before,
.dsm-shutter-out-horizontal:focus:before,
.dsm-shutter-out-horizontal:hover:before {
  transform: scaleX(1);
}

.dsm-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-in-vertical:active,
.dsm-shutter-in-vertical:focus,
.dsm-shutter-in-vertical:hover {
  color: #fff;
}

.dsm-shutter-in-vertical:active:before,
.dsm-shutter-in-vertical:focus:before,
.dsm-shutter-in-vertical:hover:before {
  transform: scaleY(0);
}

.dsm-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-out-vertical:active,
.dsm-shutter-out-vertical:focus,
.dsm-shutter-out-vertical:hover {
  color: #fff;
}

.dsm-shutter-out-vertical:active:before,
.dsm-shutter-out-vertical:focus:before,
.dsm-shutter-out-vertical:hover:before {
  transform: scaleY(1);
}

.dsm-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.dsm-border-fade:active,
.dsm-border-fade:focus,
.dsm-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}

.dsm-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.dsm-hollow:active,
.dsm-hollow:focus,
.dsm-hollow:hover {
  background: none;
}

.dsm-trim {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-trim:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.dsm-trim:active:before,
.dsm-trim:focus:before,
.dsm-trim:hover:before {
  opacity: 1;
}
@keyframes dsm-ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.dsm-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-ripple-out:before {
  content: "";
  position: absolute;
  border: 6px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}

.dsm-ripple-out:active:before,
.dsm-ripple-out:focus:before,
.dsm-ripple-out:hover:before {
  animation-name: dsm-ripple-out;
}
@keyframes dsm-ripple-in {
  to {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.dsm-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-ripple-in:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}

.dsm-ripple-in:active:before,
.dsm-ripple-in:focus:before,
.dsm-ripple-in:hover:before {
  animation-name: dsm-ripple-in;
}

.dsm-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-outline-out:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.dsm-outline-out:active:before,
.dsm-outline-out:focus:before,
.dsm-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.dsm-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.dsm-outline-in:active:before,
.dsm-outline-in:focus:before,
.dsm-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.dsm-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: border-radius;
}

.dsm-round-corners:active,
.dsm-round-corners:focus,
.dsm-round-corners:hover {
  border-radius: 1em;
}

.dsm-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-left:active:before,
.dsm-underline-from-left:focus:before,
.dsm-underline-from-left:hover:before {
  right: 0;
}

.dsm-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-center:active:before,
.dsm-underline-from-center:focus:before,
.dsm-underline-from-center:hover:before {
  left: 0;
  right: 0;
}

.dsm-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-right:active:before,
.dsm-underline-from-right:focus:before,
.dsm-underline-from-right:hover:before {
  left: 0;
}

.dsm-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-left:active:before,
.dsm-overline-from-left:focus:before,
.dsm-overline-from-left:hover:before {
  right: 0;
}

.dsm-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-center:active:before,
.dsm-overline-from-center:focus:before,
.dsm-overline-from-center:hover:before {
  left: 0;
  right: 0;
}

.dsm-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-right:active:before,
.dsm-overline-from-right:focus:before,
.dsm-overline-from-right:hover:before {
  left: 0;
}

.dsm-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0 solid #2098d1;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

.dsm-reveal:active:before,
.dsm-reveal:focus:before,
.dsm-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px;
}

.dsm-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-reveal:active:before,
.dsm-underline-reveal:focus:before,
.dsm-underline-reveal:hover:before {
  transform: translateY(0);
}

.dsm-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-reveal:active:before,
.dsm-overline-reveal:focus:before,
.dsm-overline-reveal:hover:before {
  transform: translateY(0);
}

.dsm-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-glow:active,
.dsm-glow:focus,
.dsm-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.dsm-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-shadow:active,
.dsm-shadow:focus,
.dsm-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.dsm-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}

.dsm-grow-shadow:active,
.dsm-grow-shadow:focus,
.dsm-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

.dsm-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-box-shadow-outset:active,
.dsm-box-shadow-outset:focus,
.dsm-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.dsm-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.dsm-box-shadow-inset:active,
.dsm-box-shadow-inset:focus,
.dsm-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.dsm-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: transform;
}

.dsm-float-shadow,
.dsm-float-shadow:before {
  transition-duration: 0.3s;
}

.dsm-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-property: transform, opacity;
}

.dsm-float-shadow:active,
.dsm-float-shadow:focus,
.dsm-float-shadow:hover {
  transform: translateY(-5px);
}

.dsm-float-shadow:active:before,
.dsm-float-shadow:focus:before,
.dsm-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

.dsm-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-shadow-radial:after,
.dsm-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.dsm-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}

.dsm-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}

.dsm-shadow-radial:active:after,
.dsm-shadow-radial:active:before,
.dsm-shadow-radial:focus:after,
.dsm-shadow-radial:focus:before,
.dsm-shadow-radial:hover:after,
.dsm-shadow-radial:hover:before {
  opacity: 1;
}

.dsm-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 0 10px 10px;
}

.dsm-bubble-top:active:before,
.dsm-bubble-top:focus:before,
.dsm-bubble-top:hover:before {
  transform: translateY(-10px);
}

.dsm-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-color: transparent transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}

.dsm-bubble-right:active:before,
.dsm-bubble-right:focus:before,
.dsm-bubble-right:hover:before {
  transform: translateX(10px);
}

.dsm-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-color: #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.dsm-bubble-bottom:active:before,
.dsm-bubble-bottom:focus:before,
.dsm-bubble-bottom:hover:before {
  transform: translateY(10px);
}

.dsm-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-color: transparent #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}

.dsm-bubble-left:active:before,
.dsm-bubble-left:focus:before,
.dsm-bubble-left:hover:before {
  transform: translateX(-10px);
}

.dsm-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-top,
.dsm-bubble-float-top:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 0 10px 10px;
}

.dsm-bubble-float-top:active,
.dsm-bubble-float-top:focus,
.dsm-bubble-float-top:hover {
  transform: translateY(10px);
}

.dsm-bubble-float-top:active:before,
.dsm-bubble-float-top:focus:before,
.dsm-bubble-float-top:hover:before {
  transform: translateY(-10px);
}

.dsm-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-right,
.dsm-bubble-float-right:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-color: transparent transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}

.dsm-bubble-float-right:active,
.dsm-bubble-float-right:focus,
.dsm-bubble-float-right:hover {
  transform: translateX(-10px);
}

.dsm-bubble-float-right:active:before,
.dsm-bubble-float-right:focus:before,
.dsm-bubble-float-right:hover:before {
  transform: translateX(10px);
}

.dsm-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-bottom,
.dsm-bubble-float-bottom:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-color: #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.dsm-bubble-float-bottom:active,
.dsm-bubble-float-bottom:focus,
.dsm-bubble-float-bottom:hover {
  transform: translateY(-10px);
}

.dsm-bubble-float-bottom:active:before,
.dsm-bubble-float-bottom:focus:before,
.dsm-bubble-float-bottom:hover:before {
  transform: translateY(10px);
}

.dsm-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-left,
.dsm-bubble-float-left:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-color: transparent #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}

.dsm-bubble-float-left:active,
.dsm-bubble-float-left:focus,
.dsm-bubble-float-left:hover {
  transform: translateX(10px);
}

.dsm-bubble-float-left:active:before,
.dsm-bubble-float-left:focus:before,
.dsm-bubble-float-left:hover:before {
  transform: translateX(-10px);
}

.dsm-icon-back {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
}

.dsm-icon-back,
.dsm-icon-back:before,
.dsm-icon-back:after {
  transition-duration: 0.1s;
}

.dsm-icon-back:before,
.dsm-icon-back:after {
  position: absolute;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-back:active:before,
.dsm-icon-back:focus:before,
.dsm-icon-back:hover:before,
.dsm-icon-back:active:after,
.dsm-icon-back:focus:after,
.dsm-icon-back:hover:after {
  transform: translateX(-4px);
}

.dsm-icon-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-forward,
.dsm-icon-forward:before,
.dsm-icon-forward:after {
  transition-duration: 0.1s;
}

.dsm-icon-forward:before,
.dsm-icon-forward:after {
  position: absolute;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-forward:active:before,
.dsm-icon-forward:focus:before,
.dsm-icon-forward:hover:before,
.dsm-icon-forward:active:after,
.dsm-icon-forward:focus:after,
.dsm-icon-forward:hover:after {
  transform: translateX(4px);
}
@keyframes dsm-icon-down {
  0%, 50%, to {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(6px);
  }
}
.dsm-icon-down {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-down:before,
.dsm-icon-down:after {
  transform: translateZ(0);
}

.dsm-icon-down:active:before,
.dsm-icon-down:focus:before,
.dsm-icon-down:hover:before,
.dsm-icon-down:active:after,
.dsm-icon-down:focus:after,
.dsm-icon-down:hover:after {
  animation-name: dsm-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
@keyframes dsm-icon-up {
  0%, 50%, to {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-6px);
  }
}
.dsm-icon-up {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-up:before,
.dsm-icon-up:after {
  transform: translateZ(0);
}

.dsm-icon-up:active:before,
.dsm-icon-up:focus:before,
.dsm-icon-up:hover:before,
.dsm-icon-up:active:after,
.dsm-icon-up:focus:after,
.dsm-icon-up:hover:after {
  animation-name: dsm-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

.dsm-icon-spin {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-spin:before,
.dsm-icon-spin:after {
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

.dsm-icon-spin:active:before,
.dsm-icon-spin:focus:before,
.dsm-icon-spin:hover:before,
.dsm-icon-spin:active:after,
.dsm-icon-spin:focus:after,
.dsm-icon-spin:hover:after {
  transform: rotate(1turn);
}
@keyframes dsm-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%, to {
    opacity: 1;
  }
}
.dsm-icon-drop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-drop:before,
.dsm-icon-drop:after {
  transform: translateZ(0);
}

.dsm-icon-drop:active:before,
.dsm-icon-drop:focus:before,
.dsm-icon-drop:hover:before,
.dsm-icon-drop:active:after,
.dsm-icon-drop:focus:after,
.dsm-icon-drop:hover:after {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: dsm-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}

.dsm-icon-fade:active:before,
.dsm-icon-fade:focus:before,
.dsm-icon-fade:hover:before {
  color: #0f9e5e;
}
@keyframes dsm-icon-float-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-1em);
  }
}
.dsm-icon-float-away {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-float-away:before,
.dsm-icon-float-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.dsm-icon-float-away:active:before,
.dsm-icon-float-away:focus:before,
.dsm-icon-float-away:hover:before,
.dsm-icon-float-away:active:after,
.dsm-icon-float-away:focus:after,
.dsm-icon-float-away:hover:after {
  animation-name: dsm-icon-float-away;
  animation-timing-function: ease-out;
}
@keyframes dsm-icon-sink-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(1em);
  }
}
.dsm-icon-sink-away {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-sink-away:after,
.dsm-icon-sink-away:before {
  transform: translateZ(0);
}

.dsm-icon-sink-away:before,
.dsm-icon-sink-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.dsm-icon-sink-away:active:before,
.dsm-icon-sink-away:focus:before,
.dsm-icon-sink-away:hover:before,
.dsm-icon-sink-away:active:after,
.dsm-icon-sink-away:focus:after,
.dsm-icon-sink-away:hover:after {
  animation-name: dsm-icon-sink-away;
  animation-timing-function: ease-out;
}

.dsm-icon-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-grow,
.dsm-icon-grow:before,
.dsm-icon-grow:after {
  transition-duration: 0.3s;
}

.dsm-icon-grow:before,
.dsm-icon-grow:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-grow:active:before,
.dsm-icon-grow:focus:before,
.dsm-icon-grow:hover:before,
.dsm-icon-grow:active:after,
.dsm-icon-grow:focus:after,
.dsm-icon-grow:hover:after {
  transform: scale(1.3) translateZ(0);
}

.dsm-icon-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-shrink,
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
  transition-duration: 0.3s;
}

.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-shrink:active:before,
.dsm-icon-shrink:focus:before,
.dsm-icon-shrink:hover:before,
.dsm-icon-shrink:active:after,
.dsm-icon-shrink:focus:after,
.dsm-icon-shrink:hover:after {
  transform: scale(0.8);
}
@keyframes dsm-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}
.dsm-icon-pulse {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-pulse:before,
.dsm-icon-pulse:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse:active:before,
.dsm-icon-pulse:focus:before,
.dsm-icon-pulse:hover:before,
.dsm-icon-pulse:active:after,
.dsm-icon-pulse:focus:after,
.dsm-icon-pulse:hover:after {
  animation-name: dsm-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}
.dsm-icon-pulse-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-icon-pulse-grow:before,
.dsm-icon-pulse-grow:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse-grow:active:before,
.dsm-icon-pulse-grow:focus:before,
.dsm-icon-pulse-grow:hover:before,
.dsm-icon-pulse-grow:active:after,
.dsm-icon-pulse-grow:focus:after,
.dsm-icon-pulse-grow:hover:after {
  animation-name: dsm-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
.dsm-icon-pulse-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-pulse-shrink:before,
.dsm-icon-pulse-shrink:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse-shrink:active:before,
.dsm-icon-pulse-shrink:focus:before,
.dsm-icon-pulse-shrink:hover:before,
.dsm-icon-pulse-shrink:active:after,
.dsm-icon-pulse-shrink:focus:after,
.dsm-icon-pulse-shrink:hover:after {
  animation-name: dsm-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-icon-push {
  50% {
    transform: scale(0.5);
  }
}
.dsm-icon-push {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-push,
.dsm-icon-push:before,
.dsm-icon-push:after {
  transition-duration: 0.3s;
}

.dsm-icon-push:before,
.dsm-icon-push:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-push:active:before,
.dsm-icon-push:focus:before,
.dsm-icon-push:hover:before,
.dsm-icon-push:active:after,
.dsm-icon-push:focus:after,
.dsm-icon-push:hover:after {
  animation-name: dsm-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-pop {
  50% {
    transform: scale(1.5);
  }
}
.dsm-icon-pop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-icon-pop,
.dsm-icon-pop:before,
.dsm-icon-pop:after {
  transition-duration: 0.3s;
}

.dsm-icon-pop:before,
.dsm-icon-pop:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-pop:active:before,
.dsm-icon-pop:focus:before,
.dsm-icon-pop:hover:before,
.dsm-icon-pop:active:after,
.dsm-icon-pop:focus:after,
.dsm-icon-pop:hover:after {
  animation-name: dsm-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-icon-bounce {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-bounce,
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
  transition-duration: 0.3s;
}

.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-bounce:active:before,
.dsm-icon-bounce:focus:before,
.dsm-icon-bounce:hover:before,
.dsm-icon-bounce:active:after,
.dsm-icon-bounce:focus:after,
.dsm-icon-bounce:hover:after {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-rotate,
.dsm-icon-rotate:before {
  transition-duration: 0.3s;
}

.dsm-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-rotate:active:before,
.dsm-icon-rotate:focus:before,
.dsm-icon-rotate:hover:before {
  transform: rotate(20deg);
}

.dsm-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-grow-rotate,
.dsm-icon-grow-rotate:before {
  transition-duration: 0.3s;
}

.dsm-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-grow-rotate:active:before,
.dsm-icon-grow-rotate:focus:before,
.dsm-icon-grow-rotate:hover:before {
  transform: scale(1.5) rotate(12deg);
}

.dsm-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-float,
.dsm-icon-float:before {
  transition-duration: 0.3s;
}

.dsm-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-float:active:before,
.dsm-icon-float:focus:before,
.dsm-icon-float:hover:before {
  transform: translateY(-4px);
}

.dsm-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-sink,
.dsm-icon-sink:before {
  transition-duration: 0.3s;
}

.dsm-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-sink:active:before,
.dsm-icon-sink:focus:before,
.dsm-icon-sink:hover:before {
  transform: translateY(4px);
}
@keyframes dsm-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes dsm-icon-bob-float {
  to {
    transform: translateY(-6px);
  }
}
.dsm-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-bob:active:before,
.dsm-icon-bob:focus:before,
.dsm-icon-bob:hover:before {
  animation-name: dsm-icon-bob-float, dsm-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes dsm-icon-hang-sink {
  to {
    transform: translateY(6px);
  }
}
.dsm-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-hang:active:before,
.dsm-icon-hang:focus:before,
.dsm-icon-hang:hover:before {
  animation-name: dsm-icon-hang-sink, dsm-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.dsm-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-wobble-horizontal:active:before,
.dsm-icon-wobble-horizontal:focus:before,
.dsm-icon-wobble-horizontal:hover:before {
  animation-name: dsm-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.dsm-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-wobble-vertical:active:before,
.dsm-icon-wobble-vertical:focus:before,
.dsm-icon-wobble-vertical:hover:before {
  animation-name: dsm-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.dsm-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-buzz:active:before,
.dsm-icon-buzz:focus:before,
.dsm-icon-buzz:hover:before {
  animation-name: dsm-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.dsm-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-buzz-out:active:before,
.dsm-icon-buzz-out:focus:before,
.dsm-icon-buzz-out:hover:before {
  animation-name: dsm-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-top-left:active:before,
.dsm-curl-top-left:focus:before,
.dsm-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-top-right:active:before,
.dsm-curl-top-right:focus:before,
.dsm-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-bottom-right:active:before,
.dsm-curl-bottom-right:focus:before,
.dsm-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-bottom-left:active:before,
.dsm-curl-bottom-left:focus:before,
.dsm-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}

.et_pb_button_module_wrappers a,
.et_pb_button_module_wrappers span {
  display: inline-block;
}

.dsm_button_one,
.dsm_button_two {
  display: inline-block;
}

.dsm_button .et_pb_button::after {
  right: 15px !important;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.dsm-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-grow:active,
.dsm-grow:focus,
.dsm-grow:hover {
  transform: scale(1.1);
}

.dsm-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-shrink:active,
.dsm-shrink:focus,
.dsm-shrink:hover {
  transform: scale(0.9);
}
@keyframes dsm-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.dsm-pulse {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse:active,
.dsm-pulse:focus,
.dsm-pulse:hover {
  animation-name: dsm-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.dsm-pulse-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse-grow:active,
.dsm-pulse-grow:focus,
.dsm-pulse-grow:hover {
  animation-name: dsm-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.dsm-pulse-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse-shrink:active,
.dsm-pulse-shrink:focus,
.dsm-pulse-shrink:hover {
  animation-name: dsm-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-push {
  from {
    transform: perspective(1px) translateZ(0) scale(1);
  }
  50% {
    transform: perspective(1px) translateZ(0) scale(0.8);
  }
  to {
    transform: perspective(1px) translateZ(0) scale(1);
  }
}
.dsm-push {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-push:active,
.dsm-push:focus,
.dsm-push:hover {
  animation-name: dsm-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes dsm-pop {
  from {
    transform: perspective(1px) translateZ(0) scale(1);
  }
  50% {
    transform: perspective(1px) translateZ(0) scale(1.2);
  }
  to {
    transform: perspective(1px) translateZ(0) scale(1);
  }
}
.dsm-pop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pop:active,
.dsm-pop:focus,
.dsm-pop:hover {
  animation-name: dsm-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-bounce-in {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}

.dsm-bounce-in:active,
.dsm-bounce-in:focus,
.dsm-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-bounce-out {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}

.dsm-bounce-out:active,
.dsm-bounce-out:focus,
.dsm-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-rotate {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-rotate:active,
.dsm-rotate:focus,
.dsm-rotate:hover {
  transform: rotate(4deg);
}

.dsm-grow-rotate {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-grow-rotate:active,
.dsm-grow-rotate:focus,
.dsm-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}

.dsm-float {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-float:active,
.dsm-float:focus,
.dsm-float:hover {
  transform: translateY(-8px);
}

.dsm-sink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sink:active,
.dsm-sink:focus,
.dsm-sink:hover {
  transform: translateY(8px);
}
@keyframes dsm-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(-8px);
  }
}
@keyframes dsm-bob-float {
  to {
    transform: translateY(-8px);
  }
}
.dsm-bob {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-bob:active,
.dsm-bob:focus,
.dsm-bob:hover {
  animation-name: dsm-bob-float, dsm-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(8px);
  }
}
@keyframes dsm-hang-sink {
  to {
    transform: translateY(8px);
  }
}
.dsm-hang {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-hang:active,
.dsm-hang:focus,
.dsm-hang:hover {
  animation-name: dsm-hang-sink, dsm-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.dsm-skew {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-skew:active,
.dsm-skew:focus,
.dsm-skew:hover {
  transform: skew(-10deg);
}

.dsm-skew-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.dsm-skew-forward:active,
.dsm-skew-forward:focus,
.dsm-skew-forward:hover {
  transform: skew(-10deg);
}

.dsm-skew-backward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.dsm-skew-backward:active,
.dsm-skew-backward:focus,
.dsm-skew-backward:hover {
  transform: skew(10deg);
}
@keyframes dsm-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.dsm-wobble-vertical {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-vertical:active,
.dsm-wobble-vertical:focus,
.dsm-wobble-vertical:hover {
  animation-name: dsm-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.dsm-wobble-horizontal {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-horizontal:active,
.dsm-wobble-horizontal:focus,
.dsm-wobble-horizontal:hover {
  animation-name: dsm-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  to {
    transform: translate(0);
  }
}
.dsm-wobble-to-bottom-right {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-to-bottom-right:active,
.dsm-wobble-to-bottom-right:focus,
.dsm-wobble-to-bottom-right:hover {
  animation-name: dsm-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0);
  }
}
.dsm-wobble-to-top-right {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-to-top-right:active,
.dsm-wobble-to-top-right:focus,
.dsm-wobble-to-top-right:hover {
  animation-name: dsm-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-top {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transform-origin: 0 100%;
}

.dsm-wobble-top:active,
.dsm-wobble-top:focus,
.dsm-wobble-top:hover {
  animation-name: dsm-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-bottom {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transform-origin: 100% 0;
}

.dsm-wobble-bottom:active,
.dsm-wobble-bottom:focus,
.dsm-wobble-bottom:hover {
  animation-name: dsm-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-skew {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-skew:active,
.dsm-wobble-skew:focus,
.dsm-wobble-skew:hover {
  animation-name: dsm-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.dsm-buzz {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-buzz:active,
.dsm-buzz:focus,
.dsm-buzz:hover {
  animation-name: dsm-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.dsm-buzz-out {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-buzz-out:active,
.dsm-buzz-out:focus,
.dsm-buzz-out:hover {
  animation-name: dsm-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-forward:active,
.dsm-forward:focus,
.dsm-forward:hover {
  transform: translateX(8px);
}

.dsm-backward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-backward:active,
.dsm-backward:focus,
.dsm-backward:hover {
  transform: translateX(-8px);
}

.dsm-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.dsm-fade:active,
.dsm-fade:focus,
.dsm-fade:hover {
  background-color: #2098d1;
  color: #fff;
}
@keyframes dsm-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.dsm-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}

.dsm-back-pulse:active,
.dsm-back-pulse:focus,
.dsm-back-pulse:hover {
  animation-name: dsm-back-pulse;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: #fff;
}

.dsm-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-right,
.dsm-sweep-to-right:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-right:active,
.dsm-sweep-to-right:focus,
.dsm-sweep-to-right:hover {
  color: #fff;
}

.dsm-sweep-to-right:active:before,
.dsm-sweep-to-right:focus:before,
.dsm-sweep-to-right:hover:before {
  transform: scaleX(1);
}

.dsm-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-left,
.dsm-sweep-to-left:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-left:active,
.dsm-sweep-to-left:focus,
.dsm-sweep-to-left:hover {
  color: #fff;
}

.dsm-sweep-to-left:active:before,
.dsm-sweep-to-left:focus:before,
.dsm-sweep-to-left:hover:before {
  transform: scaleX(1);
}

.dsm-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-bottom,
.dsm-sweep-to-bottom:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-bottom:active,
.dsm-sweep-to-bottom:focus,
.dsm-sweep-to-bottom:hover {
  color: #fff;
}

.dsm-sweep-to-bottom:active:before,
.dsm-sweep-to-bottom:focus:before,
.dsm-sweep-to-bottom:hover:before {
  transform: scaleY(1);
}

.dsm-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-top,
.dsm-sweep-to-top:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-top:active,
.dsm-sweep-to-top:focus,
.dsm-sweep-to-top:hover {
  color: #fff;
}

.dsm-sweep-to-top:active:before,
.dsm-sweep-to-top:focus:before,
.dsm-sweep-to-top:hover:before {
  transform: scaleY(1);
}

.dsm-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-right,
.dsm-bounce-to-right:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-right:active,
.dsm-bounce-to-right:focus,
.dsm-bounce-to-right:hover {
  color: #fff;
}

.dsm-bounce-to-right:active:before,
.dsm-bounce-to-right:focus:before,
.dsm-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-left,
.dsm-bounce-to-left:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-left:active,
.dsm-bounce-to-left:focus,
.dsm-bounce-to-left:hover {
  color: #fff;
}

.dsm-bounce-to-left:active:before,
.dsm-bounce-to-left:focus:before,
.dsm-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-bottom,
.dsm-bounce-to-bottom:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-bottom:active,
.dsm-bounce-to-bottom:focus,
.dsm-bounce-to-bottom:hover {
  color: #fff;
}

.dsm-bounce-to-bottom:active:before,
.dsm-bounce-to-bottom:focus:before,
.dsm-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-top,
.dsm-bounce-to-top:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-top:active,
.dsm-bounce-to-top:focus,
.dsm-bounce-to-top:hover {
  color: #fff;
}

.dsm-bounce-to-top:active:before,
.dsm-bounce-to-top:focus:before,
.dsm-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
}

.dsm-radial-out,
.dsm-radial-out:before {
  transition-duration: 0.3s;
}

.dsm-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-radial-out:active,
.dsm-radial-out:focus,
.dsm-radial-out:hover {
  color: #fff;
}

.dsm-radial-out:active:before,
.dsm-radial-out:focus:before,
.dsm-radial-out:hover:before {
  transform: scale(2);
}

.dsm-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
}

.dsm-radial-in,
.dsm-radial-in:before {
  transition-duration: 0.3s;
}

.dsm-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-radial-in:active,
.dsm-radial-in:focus,
.dsm-radial-in:hover {
  color: #fff;
}

.dsm-radial-in:active:before,
.dsm-radial-in:focus:before,
.dsm-radial-in:hover:before {
  transform: scale(0);
}

.dsm-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
}

.dsm-rectangle-in,
.dsm-rectangle-in:before {
  transition-duration: 0.3s;
}

.dsm-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-rectangle-in:active,
.dsm-rectangle-in:focus,
.dsm-rectangle-in:hover {
  color: #fff;
}

.dsm-rectangle-in:active:before,
.dsm-rectangle-in:focus:before,
.dsm-rectangle-in:hover:before {
  transform: scale(0);
}

.dsm-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
}

.dsm-rectangle-out,
.dsm-rectangle-out:before {
  transition-duration: 0.3s;
}

.dsm-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scale(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-rectangle-out:active,
.dsm-rectangle-out:focus,
.dsm-rectangle-out:hover {
  color: #fff;
}

.dsm-rectangle-out:active:before,
.dsm-rectangle-out:focus:before,
.dsm-rectangle-out:hover:before {
  transform: scale(1);
}

.dsm-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-in-horizontal:active,
.dsm-shutter-in-horizontal:focus,
.dsm-shutter-in-horizontal:hover {
  color: #fff;
}

.dsm-shutter-in-horizontal:active:before,
.dsm-shutter-in-horizontal:focus:before,
.dsm-shutter-in-horizontal:hover:before {
  transform: scaleX(0);
}

.dsm-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-out-horizontal:active,
.dsm-shutter-out-horizontal:focus,
.dsm-shutter-out-horizontal:hover {
  color: #fff;
}

.dsm-shutter-out-horizontal:active:before,
.dsm-shutter-out-horizontal:focus:before,
.dsm-shutter-out-horizontal:hover:before {
  transform: scaleX(1);
}

.dsm-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-in-vertical:active,
.dsm-shutter-in-vertical:focus,
.dsm-shutter-in-vertical:hover {
  color: #fff;
}

.dsm-shutter-in-vertical:active:before,
.dsm-shutter-in-vertical:focus:before,
.dsm-shutter-in-vertical:hover:before {
  transform: scaleY(0);
}

.dsm-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-out-vertical:active,
.dsm-shutter-out-vertical:focus,
.dsm-shutter-out-vertical:hover {
  color: #fff;
}

.dsm-shutter-out-vertical:active:before,
.dsm-shutter-out-vertical:focus:before,
.dsm-shutter-out-vertical:hover:before {
  transform: scaleY(1);
}

.dsm-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.dsm-border-fade:active,
.dsm-border-fade:focus,
.dsm-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}

.dsm-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.dsm-hollow:active,
.dsm-hollow:focus,
.dsm-hollow:hover {
  background: none;
}

.dsm-trim {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-trim:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.dsm-trim:active:before,
.dsm-trim:focus:before,
.dsm-trim:hover:before {
  opacity: 1;
}
@keyframes dsm-ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.dsm-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-ripple-out:before {
  content: "";
  position: absolute;
  border: 6px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}

.dsm-ripple-out:active:before,
.dsm-ripple-out:focus:before,
.dsm-ripple-out:hover:before {
  animation-name: dsm-ripple-out;
}
@keyframes dsm-ripple-in {
  to {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.dsm-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-ripple-in:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}

.dsm-ripple-in:active:before,
.dsm-ripple-in:focus:before,
.dsm-ripple-in:hover:before {
  animation-name: dsm-ripple-in;
}

.dsm-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-outline-out:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.dsm-outline-out:active:before,
.dsm-outline-out:focus:before,
.dsm-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.dsm-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.dsm-outline-in:active:before,
.dsm-outline-in:focus:before,
.dsm-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.dsm-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: border-radius;
}

.dsm-round-corners:active,
.dsm-round-corners:focus,
.dsm-round-corners:hover {
  border-radius: 1em;
}

.dsm-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-left:active:before,
.dsm-underline-from-left:focus:before,
.dsm-underline-from-left:hover:before {
  right: 0;
}

.dsm-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-center:active:before,
.dsm-underline-from-center:focus:before,
.dsm-underline-from-center:hover:before {
  left: 0;
  right: 0;
}

.dsm-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-right:active:before,
.dsm-underline-from-right:focus:before,
.dsm-underline-from-right:hover:before {
  left: 0;
}

.dsm-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-left:active:before,
.dsm-overline-from-left:focus:before,
.dsm-overline-from-left:hover:before {
  right: 0;
}

.dsm-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-center:active:before,
.dsm-overline-from-center:focus:before,
.dsm-overline-from-center:hover:before {
  left: 0;
  right: 0;
}

.dsm-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-right:active:before,
.dsm-overline-from-right:focus:before,
.dsm-overline-from-right:hover:before {
  left: 0;
}

.dsm-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0 solid #2098d1;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

.dsm-reveal:active:before,
.dsm-reveal:focus:before,
.dsm-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px;
}

.dsm-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-reveal:active:before,
.dsm-underline-reveal:focus:before,
.dsm-underline-reveal:hover:before {
  transform: translateY(0);
}

.dsm-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-reveal:active:before,
.dsm-overline-reveal:focus:before,
.dsm-overline-reveal:hover:before {
  transform: translateY(0);
}

.dsm-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-glow:active,
.dsm-glow:focus,
.dsm-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.dsm-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-shadow:active,
.dsm-shadow:focus,
.dsm-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.dsm-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}

.dsm-grow-shadow:active,
.dsm-grow-shadow:focus,
.dsm-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

.dsm-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-box-shadow-outset:active,
.dsm-box-shadow-outset:focus,
.dsm-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.dsm-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.dsm-box-shadow-inset:active,
.dsm-box-shadow-inset:focus,
.dsm-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.dsm-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: transform;
}

.dsm-float-shadow,
.dsm-float-shadow:before {
  transition-duration: 0.3s;
}

.dsm-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-property: transform, opacity;
}

.dsm-float-shadow:active,
.dsm-float-shadow:focus,
.dsm-float-shadow:hover {
  transform: translateY(-5px);
}

.dsm-float-shadow:active:before,
.dsm-float-shadow:focus:before,
.dsm-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

.dsm-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-shadow-radial:after,
.dsm-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.dsm-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}

.dsm-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}

.dsm-shadow-radial:active:after,
.dsm-shadow-radial:active:before,
.dsm-shadow-radial:focus:after,
.dsm-shadow-radial:focus:before,
.dsm-shadow-radial:hover:after,
.dsm-shadow-radial:hover:before {
  opacity: 1;
}

.dsm-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 0 10px 10px;
}

.dsm-bubble-top:active:before,
.dsm-bubble-top:focus:before,
.dsm-bubble-top:hover:before {
  transform: translateY(-10px);
}

.dsm-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-color: transparent transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}

.dsm-bubble-right:active:before,
.dsm-bubble-right:focus:before,
.dsm-bubble-right:hover:before {
  transform: translateX(10px);
}

.dsm-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-color: #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.dsm-bubble-bottom:active:before,
.dsm-bubble-bottom:focus:before,
.dsm-bubble-bottom:hover:before {
  transform: translateY(10px);
}

.dsm-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-color: transparent #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}

.dsm-bubble-left:active:before,
.dsm-bubble-left:focus:before,
.dsm-bubble-left:hover:before {
  transform: translateX(-10px);
}

.dsm-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-top,
.dsm-bubble-float-top:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 0 10px 10px;
}

.dsm-bubble-float-top:active,
.dsm-bubble-float-top:focus,
.dsm-bubble-float-top:hover {
  transform: translateY(10px);
}

.dsm-bubble-float-top:active:before,
.dsm-bubble-float-top:focus:before,
.dsm-bubble-float-top:hover:before {
  transform: translateY(-10px);
}

.dsm-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-right,
.dsm-bubble-float-right:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-color: transparent transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}

.dsm-bubble-float-right:active,
.dsm-bubble-float-right:focus,
.dsm-bubble-float-right:hover {
  transform: translateX(-10px);
}

.dsm-bubble-float-right:active:before,
.dsm-bubble-float-right:focus:before,
.dsm-bubble-float-right:hover:before {
  transform: translateX(10px);
}

.dsm-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-bottom,
.dsm-bubble-float-bottom:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-color: #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.dsm-bubble-float-bottom:active,
.dsm-bubble-float-bottom:focus,
.dsm-bubble-float-bottom:hover {
  transform: translateY(-10px);
}

.dsm-bubble-float-bottom:active:before,
.dsm-bubble-float-bottom:focus:before,
.dsm-bubble-float-bottom:hover:before {
  transform: translateY(10px);
}

.dsm-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-left,
.dsm-bubble-float-left:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-color: transparent #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}

.dsm-bubble-float-left:active,
.dsm-bubble-float-left:focus,
.dsm-bubble-float-left:hover {
  transform: translateX(10px);
}

.dsm-bubble-float-left:active:before,
.dsm-bubble-float-left:focus:before,
.dsm-bubble-float-left:hover:before {
  transform: translateX(-10px);
}

.dsm-icon-back {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
}

.dsm-icon-back,
.dsm-icon-back:before,
.dsm-icon-back:after {
  transition-duration: 0.1s;
}

.dsm-icon-back:before,
.dsm-icon-back:after {
  position: absolute;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-back:active:before,
.dsm-icon-back:focus:before,
.dsm-icon-back:hover:before,
.dsm-icon-back:active:after,
.dsm-icon-back:focus:after,
.dsm-icon-back:hover:after {
  transform: translateX(-4px);
}

.dsm-icon-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-forward,
.dsm-icon-forward:before,
.dsm-icon-forward:after {
  transition-duration: 0.1s;
}

.dsm-icon-forward:before,
.dsm-icon-forward:after {
  position: absolute;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-forward:active:before,
.dsm-icon-forward:focus:before,
.dsm-icon-forward:hover:before,
.dsm-icon-forward:active:after,
.dsm-icon-forward:focus:after,
.dsm-icon-forward:hover:after {
  transform: translateX(4px);
}
@keyframes dsm-icon-down {
  0%, 50%, to {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(6px);
  }
}
.dsm-icon-down {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-down:before,
.dsm-icon-down:after {
  transform: translateZ(0);
}

.dsm-icon-down:active:before,
.dsm-icon-down:focus:before,
.dsm-icon-down:hover:before,
.dsm-icon-down:active:after,
.dsm-icon-down:focus:after,
.dsm-icon-down:hover:after {
  animation-name: dsm-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
@keyframes dsm-icon-up {
  0%, 50%, to {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-6px);
  }
}
.dsm-icon-up {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-up:before,
.dsm-icon-up:after {
  transform: translateZ(0);
}

.dsm-icon-up:active:before,
.dsm-icon-up:focus:before,
.dsm-icon-up:hover:before,
.dsm-icon-up:active:after,
.dsm-icon-up:focus:after,
.dsm-icon-up:hover:after {
  animation-name: dsm-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

.dsm-icon-spin {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-spin:before,
.dsm-icon-spin:after {
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

.dsm-icon-spin:active:before,
.dsm-icon-spin:focus:before,
.dsm-icon-spin:hover:before,
.dsm-icon-spin:active:after,
.dsm-icon-spin:focus:after,
.dsm-icon-spin:hover:after {
  transform: rotate(1turn);
}
@keyframes dsm-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%, to {
    opacity: 1;
  }
}
.dsm-icon-drop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-drop:before,
.dsm-icon-drop:after {
  transform: translateZ(0);
}

.dsm-icon-drop:active:before,
.dsm-icon-drop:focus:before,
.dsm-icon-drop:hover:before,
.dsm-icon-drop:active:after,
.dsm-icon-drop:focus:after,
.dsm-icon-drop:hover:after {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: dsm-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}

.dsm-icon-fade:active:before,
.dsm-icon-fade:focus:before,
.dsm-icon-fade:hover:before {
  color: #0f9e5e;
}
@keyframes dsm-icon-float-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-1em);
  }
}
.dsm-icon-float-away {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-float-away:before,
.dsm-icon-float-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.dsm-icon-float-away:active:before,
.dsm-icon-float-away:focus:before,
.dsm-icon-float-away:hover:before,
.dsm-icon-float-away:active:after,
.dsm-icon-float-away:focus:after,
.dsm-icon-float-away:hover:after {
  animation-name: dsm-icon-float-away;
  animation-timing-function: ease-out;
}
@keyframes dsm-icon-sink-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(1em);
  }
}
.dsm-icon-sink-away {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-sink-away:after,
.dsm-icon-sink-away:before {
  transform: translateZ(0);
}

.dsm-icon-sink-away:before,
.dsm-icon-sink-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.dsm-icon-sink-away:active:before,
.dsm-icon-sink-away:focus:before,
.dsm-icon-sink-away:hover:before,
.dsm-icon-sink-away:active:after,
.dsm-icon-sink-away:focus:after,
.dsm-icon-sink-away:hover:after {
  animation-name: dsm-icon-sink-away;
  animation-timing-function: ease-out;
}

.dsm-icon-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-grow,
.dsm-icon-grow:before,
.dsm-icon-grow:after {
  transition-duration: 0.3s;
}

.dsm-icon-grow:before,
.dsm-icon-grow:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-grow:active:before,
.dsm-icon-grow:focus:before,
.dsm-icon-grow:hover:before,
.dsm-icon-grow:active:after,
.dsm-icon-grow:focus:after,
.dsm-icon-grow:hover:after {
  transform: scale(1.3) translateZ(0);
}

.dsm-icon-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-shrink,
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
  transition-duration: 0.3s;
}

.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-shrink:active:before,
.dsm-icon-shrink:focus:before,
.dsm-icon-shrink:hover:before,
.dsm-icon-shrink:active:after,
.dsm-icon-shrink:focus:after,
.dsm-icon-shrink:hover:after {
  transform: scale(0.8);
}
@keyframes dsm-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}
.dsm-icon-pulse {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-pulse:before,
.dsm-icon-pulse:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse:active:before,
.dsm-icon-pulse:focus:before,
.dsm-icon-pulse:hover:before,
.dsm-icon-pulse:active:after,
.dsm-icon-pulse:focus:after,
.dsm-icon-pulse:hover:after {
  animation-name: dsm-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}
.dsm-icon-pulse-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-icon-pulse-grow:before,
.dsm-icon-pulse-grow:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse-grow:active:before,
.dsm-icon-pulse-grow:focus:before,
.dsm-icon-pulse-grow:hover:before,
.dsm-icon-pulse-grow:active:after,
.dsm-icon-pulse-grow:focus:after,
.dsm-icon-pulse-grow:hover:after {
  animation-name: dsm-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
.dsm-icon-pulse-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-pulse-shrink:before,
.dsm-icon-pulse-shrink:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse-shrink:active:before,
.dsm-icon-pulse-shrink:focus:before,
.dsm-icon-pulse-shrink:hover:before,
.dsm-icon-pulse-shrink:active:after,
.dsm-icon-pulse-shrink:focus:after,
.dsm-icon-pulse-shrink:hover:after {
  animation-name: dsm-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-icon-push {
  50% {
    transform: scale(0.5);
  }
}
.dsm-icon-push {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-push,
.dsm-icon-push:before,
.dsm-icon-push:after {
  transition-duration: 0.3s;
}

.dsm-icon-push:before,
.dsm-icon-push:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-push:active:before,
.dsm-icon-push:focus:before,
.dsm-icon-push:hover:before,
.dsm-icon-push:active:after,
.dsm-icon-push:focus:after,
.dsm-icon-push:hover:after {
  animation-name: dsm-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-pop {
  50% {
    transform: scale(1.5);
  }
}
.dsm-icon-pop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-icon-pop,
.dsm-icon-pop:before,
.dsm-icon-pop:after {
  transition-duration: 0.3s;
}

.dsm-icon-pop:before,
.dsm-icon-pop:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-pop:active:before,
.dsm-icon-pop:focus:before,
.dsm-icon-pop:hover:before,
.dsm-icon-pop:active:after,
.dsm-icon-pop:focus:after,
.dsm-icon-pop:hover:after {
  animation-name: dsm-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-icon-bounce {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-bounce,
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
  transition-duration: 0.3s;
}

.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-bounce:active:before,
.dsm-icon-bounce:focus:before,
.dsm-icon-bounce:hover:before,
.dsm-icon-bounce:active:after,
.dsm-icon-bounce:focus:after,
.dsm-icon-bounce:hover:after {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-rotate,
.dsm-icon-rotate:before {
  transition-duration: 0.3s;
}

.dsm-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-rotate:active:before,
.dsm-icon-rotate:focus:before,
.dsm-icon-rotate:hover:before {
  transform: rotate(20deg);
}

.dsm-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-grow-rotate,
.dsm-icon-grow-rotate:before {
  transition-duration: 0.3s;
}

.dsm-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-grow-rotate:active:before,
.dsm-icon-grow-rotate:focus:before,
.dsm-icon-grow-rotate:hover:before {
  transform: scale(1.5) rotate(12deg);
}

.dsm-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-float,
.dsm-icon-float:before {
  transition-duration: 0.3s;
}

.dsm-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-float:active:before,
.dsm-icon-float:focus:before,
.dsm-icon-float:hover:before {
  transform: translateY(-4px);
}

.dsm-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-sink,
.dsm-icon-sink:before {
  transition-duration: 0.3s;
}

.dsm-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-sink:active:before,
.dsm-icon-sink:focus:before,
.dsm-icon-sink:hover:before {
  transform: translateY(4px);
}
@keyframes dsm-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes dsm-icon-bob-float {
  to {
    transform: translateY(-6px);
  }
}
.dsm-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-bob:active:before,
.dsm-icon-bob:focus:before,
.dsm-icon-bob:hover:before {
  animation-name: dsm-icon-bob-float, dsm-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes dsm-icon-hang-sink {
  to {
    transform: translateY(6px);
  }
}
.dsm-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-hang:active:before,
.dsm-icon-hang:focus:before,
.dsm-icon-hang:hover:before {
  animation-name: dsm-icon-hang-sink, dsm-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.dsm-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-wobble-horizontal:active:before,
.dsm-icon-wobble-horizontal:focus:before,
.dsm-icon-wobble-horizontal:hover:before {
  animation-name: dsm-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.dsm-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-wobble-vertical:active:before,
.dsm-icon-wobble-vertical:focus:before,
.dsm-icon-wobble-vertical:hover:before {
  animation-name: dsm-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.dsm-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-buzz:active:before,
.dsm-icon-buzz:focus:before,
.dsm-icon-buzz:hover:before {
  animation-name: dsm-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.dsm-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-buzz-out:active:before,
.dsm-icon-buzz-out:focus:before,
.dsm-icon-buzz-out:hover:before {
  animation-name: dsm-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-top-left:active:before,
.dsm-curl-top-left:focus:before,
.dsm-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-top-right:active:before,
.dsm-curl-top-right:focus:before,
.dsm-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-bottom-right:active:before,
.dsm-curl-bottom-right:focus:before,
.dsm-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-bottom-left:active:before,
.dsm-curl-bottom-left:focus:before,
.dsm-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}

/***************** Tooltip CSS ***************/
.dsm-tooltip {
  display: inline-flex;
}

div[data-dsm-tooltip] {
  overflow: visible;
}

.dsm-tooltip[data-dsm-tooltip] {
  position: relative;
  cursor: pointer;
}

.dsm-tooltip[data-dsm-tooltip]:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: 12px;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  content: attr(data-dsm-tooltip);
  text-align: center;
  position: absolute;
  white-space: nowrap;
  line-height: 1.7em;
  z-index: 12;
}

.dsm-tooltip[data-dsm-tooltip]:before {
  background: transparent;
  border: 6px solid transparent;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 12;
}

.dsm-tooltip[data-dsm-tooltip]:hover:before,
.dsm-tooltip[data-dsm-tooltip]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-visible]:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-visible]:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

.dsm-tooltip[data-dsm-tooltip].font-awesome:after {
  font-family: FontAwesome;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-break]:after {
  white-space: pre;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-blunt]:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-blunt]:after {
  transition: none;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 12px;
  transform: translate(-50%, 0);
  /*
     -webkit-transform-origin: top;
     -moz-transform-origin: top;
     -ms-transform-origin: top;
     transform-origin: top;*/
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:before {
  bottom: 100%;
  left: 50%;
  border-top-color: rgba(17, 17, 17, 0.9);
  transform: translate(-50%, 0);
  /*
     -webkit-transform-origin: top;
     -moz-transform-origin: top;
     -ms-transform-origin: top;
     transform-origin: top;*/
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top].dsm-tooltip-fade-in-direction:after {
  transform: translate(-50%, 20px);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top][data-dsm-tooltip-visible]:after {
  transform: translate(-50%, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top][data-dsm-tooltip-visible]:before {
  transform: translate(-50%, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  transform: translate(0, 10px);
  transform-origin: top;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  transform: translate(0, 10px);
  transform-origin: top;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left][data-dsm-tooltip-visible]:after {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left][data-dsm-tooltip-visible]:before {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  transform: translate(0, 10px);
  transform-origin: top;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  transform: translate(0, 10px);
  transform-origin: top;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right][data-dsm-tooltip-visible]:after {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right][data-dsm-tooltip-visible]:before {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:after {
  left: 50%;
  margin-top: 12px;
  top: 100%;
  transform: translate(-50%, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:before {
  border-bottom-color: rgba(17, 17, 17, 0.9);
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom].dsm-tooltip-fade-in-direction:after {
  transform: translate(-50%, -20px);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom][data-dsm-tooltip-visible]:after {
  transform: translate(-50%, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom][data-dsm-tooltip-visible]:before {
  transform: translate(-50%, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  transform: translate(0, -10px);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817, 17, 17, 0.9%29%22%20transform%3D%22rotate%28180 18 6%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  transform: translate(0, -10px);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left][data-dsm-tooltip-visible]:after {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left][data-dsm-tooltip-visible]:before {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  transform: translate(0, -10px);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817, 17, 17, 0.9%29%22%20transform%3D%22rotate%28180 18 6%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  transform: translate(0, -10px);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right][data-dsm-tooltip-visible]:after {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right][data-dsm-tooltip-visible]:before {
  transform: translate(0, 0);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:after {
  margin-right: 12px;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:before {
  border-left-color: rgba(17, 17, 17, 0.9);
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left].dsm-tooltip-fade-in-direction:after {
  transform: translate(20px, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left][data-dsm-tooltip-visible]:after {
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left][data-dsm-tooltip-visible]:before {
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:after {
  left: 100%;
  margin-left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:before {
  border-right-color: rgba(17, 17, 17, 0.9);
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right].dsm-tooltip-fade-in-direction:after {
  transform: translate(-20px, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right][data-dsm-tooltip-visible]:after {
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right][data-dsm-tooltip-visible]:before {
  transform: translate(0, -50%);
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=small]:after {
  white-space: nowrap;
  padding: 0.2rem 0.4rem;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=regular]:after {
  white-space: nowrap;
  padding: 0.3rem 0.6rem;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=large]:after {
  white-space: nowrap;
  padding: 0.4rem 0.8rem;
}

.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=xlarge]:after {
  white-space: nowrap;
  width: 380px;
}

.dsm_button .dsm-button-separator-text {
  margin-left: 10px;
  margin-right: 10px;
}

.dsm_button .et_pb_button_two {
  margin-left: 20px;
}

.dsm_business_hours_child {
  margin-bottom: 0px !important;
}

.dsm_business_hours_child > div,
.dsm_business_hours_item_wrapper,
.dsm-business-hours-header,
.dsm-business-hours-description {
  display: flex;
  align-items: center;
}

.dsm_business_hours_item_wrapper {
  flex-wrap: wrap;
  flex-grow: 1;
}

.dsm-business-hours-header {
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
}

.dsm-business-hours-title {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
  color: #333;
}

.dsm-business-hours-separator {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: none;
  border-bottom-width: 2px;
  height: 0;
}

.dsm-business-hours-description {
  flex-basis: 100%;
}

.dsm-business-hours-price {
  font-size: 14px;
}

.dsm-business-hours-image {
  max-width: 50%;
  flex-shrink: 0;
  margin-right: 25px;
  line-height: 0;
}

.et_pb_column .dsm_business_hours_child.et_pb_module {
  margin-bottom: 0 !important;
}

.dsm_business_hours .dsm-business-hours-separator {
  border-bottom-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #333333;
  margin-left: 10px;
  margin-right: 10px;
}

.dsm_business_hours .dsm_business_hours_child {
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.dsm_card {
  overflow: hidden;
}
.dsm_card.dsm-link {
  cursor: pointer;
}

.dsm_card .et_pb_module_inner {
  width: 100%;
}

.et_pb_equal_columns .dsm_card {
  display: flex;
  height: 100%;
}

.et_pb_equal_columns .dsm_card_vb_outer_wrapper {
  height: 100%;
  display: flex;
}

.et_pb_equal_columns .dsm_card.dsm_card_image_as_background .dsm_card_wrapper {
  display: flex;
  height: calc(100% - 240px);
  flex-direction: column;
  justify-content: center;
}

.dsm_card_layout_inline,
.dsm_card_layout_inline .et_pb_module_inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.dsm_card_layout_inline .dsm_card_image_wrapper {
  flex: 0 0 50%;
}

.dsm_card .dsm_card_wrapper {
  padding: 20px;
}

.dsm_card_icon {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}

.dsm_card_icon_wrap {
  display: block;
  margin: auto;
  overflow: visible;
}

.dsm_card_image_wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  line-height: 0;
  border-style: solid;
  border-width: 0;
  justify-content: flex-start;
  display: flex;
}

.dsm_card_badge_text {
  position: absolute;
  padding: 7px 15px;
  max-width: 100%;
  border-radius: 50px;
  background-color: #fff;
  font-size: 12px;
  border-style: solid;
  border-width: 0;
  line-height: 1em;
  z-index: 3;
}

.dsm_badge_icon_wrap {
  padding-right: 5px;
  font-size: 12px;
}

.dsm_card_badge_top_right .dsm_card_badge_text {
  top: 1rem;
  right: 1rem;
}

.dsm_card_badge_top_left .dsm_card_badge_text {
  top: 1rem;
  left: 1rem;
}

.dsm_card_badge_top_center .dsm_card_badge_text {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.dsm_card_badge_bottom_right .dsm_card_badge_text {
  bottom: 1rem;
  right: 1rem;
}

.dsm_card_badge_bottom_left .dsm_card_badge_text {
  bottom: 1rem;
  left: 1rem;
}

.dsm_card_badge_bottom_center .dsm_card_badge_text {
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.dsm_card_badge_center .dsm_card_badge_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dsm_card_badge_center_left {
  display: flex;
  justify-content: left;
  align-items: center;
}

.dsm_card_badge_center_left .dsm_card_badge_text {
  left: 1rem;
}

.dsm_card_badge_center_right {
  display: flex;
  justify-content: right;
  align-items: center;
}

.dsm_card_badge_center_right .dsm_card_badge_text {
  right: 1rem;
}

.dsm_card_image_background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.dsm_card_img {
  display: block;
  align-self: center;
}

.dsm_card_image_stretch {
  width: 100%;
}

.dsm_card .et_pb_button {
  display: inline-block;
  margin-top: 10px;
}

/*Overlay*/
.dsm_card .et_overlay {
  border-width: 0;
}

.dsm_card_image_wrapper .dsm-card-icon-empty.et_overlay:before {
  display: none;
}

.dsm-card-overlay-on:hover .et_overlay {
  opacity: 1;
  z-index: 1 !important;
}

.dsm_card.dsm-card-overlay-off .et_overlay {
  opacity: 1 !important;
}

.dsm_card_image_wrapper .et_overlay {
  display: flex;
}

.dsm_card_image_wrapper .et_overlay:before {
  /*
     top: 0;*/
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dsm_card_image_wrapper .et_overlay {
  position: absolute;
  top: 0;
  left: auto;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  box-sizing: border-box;
  backface-visibility: hidden;
}

/*Animation*/
.dsm_card_image_animation .dsm_card_image_wrapper {
  overflow: hidden;
}

.dsm_card_image_animation_zoom_in:hover .dsm_card_image_background {
  transform: scale(1.5);
}

.dsm_card_image_animation_zoom_out .dsm_card_image_background {
  transform: scale(1.5);
}

.dsm_card_image_animation_zoom_out:hover .dsm_card_image_background {
  transform: scale(1);
}

.dsm_card_image_animation_zoom_in_n_rotate:hover .dsm_card_image_background {
  transform: scale(1.5) rotate(25deg);
}

.dsm_card_image_animation_zoom_out_n_rotate .dsm_card_image_background {
  transform: scale(1.5) rotate(25deg);
}

.dsm_card_image_animation_zoom_out_n_rotate:hover .dsm_card_image_background {
  transform: scale(1) rotate(0);
}

@media only screen and (max-width: 980px) {
  .dsm_card_tablet_layout_stacked .et_pb_module_inner,
  .dsm_card_layout_inline.dsm_card_tablet_layout_stacked .et_pb_module_inner {
    display: initial;
  }
  .dsm_card_tablet_layout_inline .et_pb_module_inner {
    display: flex;
  }
  .dsm_card_tablet_layout_inline .dsm_card_image_wrapper {
    order: 0;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dsm_card_phone_layout_stacked .et_pb_module_inner,
  .dsm_card_layout_inline.dsm_card_phone_layout_stacked .et_pb_module_inner {
    display: initial;
  }
  .dsm_card_phone_layout_inline .et_pb_module_inner {
    display: flex;
  }
  .dsm_card_phone_layout_inline .dsm_card_image_wrapper {
    order: 0;
    flex: 0 0 50%;
  }
}
.dsm_card .dsm_card_image_background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dsm_card .et-pb-icon {
  font-size: 96px;
}

.dsm_card .et_overlay::before {
  font-size: 32px;
}

.dsm_card.dsm_card_layout_inline .dsm_card_image_wrapper {
  flex: 0 0 50%;
}

.dsm-toggle label {
  cursor: pointer;
}

.dsm-toggle {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.dsm-toggle-left {
  margin-right: 2%;
}

.dsm-toggle-left,
.dsm-toggle-right {
  cursor: pointer;
}

.dsm-toggle-head-one {
  margin: 0;
  padding: 0;
}

.dsm-toggle-btn {
  align-items: center;
}

.dsm-switch-label {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 2.3em;
  vertical-align: middle;
}

.dsm-switch-label .dsm-toggle-switch {
  display: none;
}

.dsm-switch-inner {
  border-radius: 1.5em;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.dsm-switch-inner:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 1.8em;
  width: 1.8em;
  left: 0.25em;
  bottom: 0.25em;
  transition: 0.4s;
}

.dsm-toggle-right {
  margin-left: 2%;
}

.dsm-toggle-head-two {
  margin: 0;
  padding: 0;
}

.dsm-toggle-switch:checked + .dsm-switch-inner:before {
  transform: translateX(2.1em);
}

.dsm-content-toggle-body .et-waypoint:not(.et_pb_counters) {
  opacity: 1 !important;
}

.dsm-content-force-fullwidth .et_pb_section > .et_pb_row {
  width: 100%;
}

.dsm-content-toggle-front,
.dsm-content-toggle-back {
  margin-top: 25px;
  border-style: solid;
}

.dsm_content_toggle .dsm-toggle-btn {
  font-size: 15px;
}

.dsm_content_toggle .dsm-content-toggle-front,
.dsm_content_toggle .dsm-content-toggle-back {
  margin-top: 25px;
}

.dsm_content_toggle .dsm-toggle {
  justify-content: center;
}

.dsm_content_toggle .dsm-switch-inner {
  background-color: #d3d3d3;
}

.dsm_content_toggle .dsm-toggle-switch:checked + .dsm-switch-inner {
  background-color: #2ecc71;
}

.dsm_content_toggle .dsm-switch-inner::before {
  background-color: #ffffff;
}

.dsm_content_timeline .dsm-content-timeline-content-wrapper,
.dsm_content_timeline .dsm-content-timeline-content-wrapper::before {
  background-color: #f6f6f6;
}

.dsm_content_timeline .dsm-content-timeline-middle-circle {
  background-color: #4161d4;
  transition: background-color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dsm_content_timeline .dsm-content-timeline-middle-circle.dsm-timeline-pointer-active {
  background-color: #7cda24;
}

.dsm_content_timeline .dsm-content-timeline-middle-circle .dsm-icon {
  color: #ffffff;
  font-size: 20px;
  transition: color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dsm_content_timeline .dsm-content-timeline-middle-line {
  background-color: #4161d4;
}

.dsm_content_timeline .dsm-content-timeline-middle .dsm-content-timeline-tree-animation {
  background-color: #e09900;
}

.dsm_content_timeline .dsm-content-timeline-middle-line,
.dsm_content_timeline .dsm-content-timeline-middle .dsm-content-timeline-tree-animation {
  width: 3px;
}

.dsm_content_timeline .dsm-icon-wrapper .dsm-icon {
  color: #000000;
  font-size: 32px;
}

.dsm_content_timeline .dsm-image-wrapper .dsm-image {
  max-width: 100%;
}

.dsm_content_timeline .dsm-content-timeline-content-wrapper {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.dsm_content_timeline .dsm-content-timeline-middle-circle.dsm-timeline-pointer-active .dsm-icon {
  color: #000000;
}

/** Card item icon css **/
/**
 * D4 parity — `divi-4/includes/modules/ContentTimeLineChild/style.css` (general timeline item).
 * Keeps card spacing and pseudo background behavior aligned with Divi 4.
 */
.dsm-content-timeline-content-wrapper,
.dsm-content-timeline-content-wrapper::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 60px;
  width: 100%;
  will-change: transform;
  overflow: visible !important;
}

/* Avoid competing layer hints on the inner card when the item wrapper animates transform. */
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-content-wrapper {
  will-change: auto;
}

.dsm-content-timeline-items-wrapper .dsm-icon-wrapper {
  line-height: 1;
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-image {
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-icon {
  margin-bottom: 10px;
}

.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-timeline-content .et_pb_button {
  display: inline-block;
  margin-top: 15px;
}

.dsm-content-timeline-items-wrapper .dsm-icon,
.dsm-content-timeline-items-wrapper .dsm-pointer-icon {
  font-family: ETmodules, sans-serif;
  line-height: 1;
  font-size: 20px;
  font-style: normal;
  direction: ltr;
}

.dsm-content-timeline-items-wrapper .et_pb_module {
  margin-bottom: 0 !important;
}

.dsm-content-timeline-content-wrapper .dsm-description {
  margin-bottom: 15px;
}

.dsm-content-timeline-items-wrapper .dsm-image {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.dsm-content-timeline-items-wrapper .dsm-icon {
  display: inline-block;
  line-height: 1em;
}

.dsm-content-timeline-items-wrapper {
  --spacing: 20px;
  display: grid;
  -moz-column-gap: var(--spacing);
       column-gap: var(--spacing);
  grid-template-columns: 1fr 8px 1fr;
}

.dsm-content-timeline-items-wrapper.right:not(.dsm-no-opposite-text) {
  --spacing: 20px;
  display: grid;
  -moz-column-gap: var(--spacing);
       column-gap: var(--spacing);
  grid-template-columns: 1fr 8px calc(10% - 8px);
}

.dsm-content-timeline-items-wrapper.right.dsm-no-opposite-text {
  --spacing: 20px;
  display: grid;
  -moz-column-gap: var(--spacing);
       column-gap: var(--spacing);
  grid-template-columns: 1fr 8px 0px;
}

.dsm-content-timeline-items-wrapper.left:not(.dsm-no-opposite-text) {
  --spacing: 20px;
  display: grid;
  -moz-column-gap: var(--spacing);
       column-gap: var(--spacing);
  grid-template-columns: calc(10% - 8px) 8px 1fr;
  grid-auto-flow: dense;
}

.dsm-content-timeline-items-wrapper.left.dsm-no-opposite-text {
  --spacing: 20px;
  display: grid;
  -moz-column-gap: var(--spacing);
       column-gap: var(--spacing);
  grid-template-columns: 0px 17px 1fr;
  grid-auto-flow: dense;
}

.dsm-content-timeline-items-wrapper.left .dsm_content_timeline_child {
  grid-column: 3;
  grid-row: calc(var(--item-index) + 1);
}

.dsm-content-timeline-items-wrapper.left .dsm-content-timeline-middle {
  grid-column: 2;
  grid-row: calc(var(--item-index) + 1);
}

.dsm-content-timeline-items-wrapper.left .dsm-content-timeline-opposite {
  grid-column: 1;
  grid-row: calc(var(--item-index) + 1);
}

.dsm-content-timeline-items-wrapper > .dsm_content_timeline_child:not(.dsm-last) {
  margin-bottom: var(--spacing);
}

.dsm_content_timeline_child {
  box-sizing: border-box;
}

.dsm-content-timeline-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.dsm-last-middle .dsm-content-timeline-tree-animation {
  display: none;
}

.dsm-content-timeline-middle .dsm-content-timeline-tree-animation {
  width: calc(100% + 2px);
  height: var(--tree-filled, 0%);
  z-index: 1;
  background-color: red;
  position: absolute;
  top: 0;
  will-change: height;
}

.dsm-content-timeline-items-wrapper.dsm-init .dsm-content-timeline-tree-animation {
  transition: height var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dsm-content-timeline-middle-circle {
  width: var(--pointer-size, 20px);
  height: var(--pointer-size, 20px);
  border-radius: 100%;
  z-index: 2;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dsm-content-timeline-middle-circle.dsm-timeline-pointer-active {
  background-color: green;
}

.dsm-content-timeline-middle-line {
  height: 100%;
}

.dsm_content_timeline .dsm-content-timeline-middle.dsm-last-middle .dsm-content-timeline-middle-line {
  background-color: transparent !important;
  width: 0px !important;
}

/* Center layout styles */
.dsm-content-timeline-items-wrapper.center {
  --spacing: 20px;
  display: grid;
  -moz-column-gap: var(--spacing);
       column-gap: var(--spacing);
  grid-template-columns: 1fr 8px 1fr;
}

.dsm-content-timeline-items-wrapper.center > .dsm-content-timeline-opposite:nth-child(odd) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.dsm-content-timeline-items-wrapper.center > .dsm-content-timeline-opposite:nth-child(even) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Even items (0, 2, 4...) go to the right */
.dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n),
.dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n-1) {
  grid-column: 3;
  grid-row: calc(var(--item-index) + 1);
}

.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+2),
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+1) {
  grid-column: 2;
  grid-row: calc(var(--item-index) + 1);
}

.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-opposite:nth-child(6n+3),
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-opposite:nth-child(6n+2) {
  grid-column: 1;
  grid-row: calc(var(--item-index) + 1);
}

/* Odd items (1, 3, 5...) go to the left */
.dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n+3),
.dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n+4) {
  grid-column: 1;
  grid-row: calc(var(--item-index) + 1);
}

.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+5),
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+4) {
  grid-column: 2;
  grid-row: calc(var(--item-index) + 1);
}

@container dsm-items-wrapper style(--direction: left) {
  .dsm-content-timeline-items-wrapper {
    background-color: red;
  }
}
/**** Arrow Style CSS ***/
.dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper {
  position: relative;
}

/**** Arrow Left Style CSS ***/
.dsm-show-arrow .dsm-content-timeline-items-wrapper.left .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 100%;
  left: auto;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 15px;
  height: 20px;
}

/**** Arrow Center Style CSS ***/
.dsm-show-arrow .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child.dsm-content-timeline-item:nth-child(odd) .dsm-content-timeline-content-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 100%;
  left: auto;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 15px;
  height: 20px;
}

.dsm-show-arrow .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child.dsm-content-timeline-item:nth-child(even) .dsm-content-timeline-content-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 15px;
  height: 20px;
}

/**** Arrow Right Style CSS ***/
.dsm-show-arrow .dsm-content-timeline-items-wrapper.right .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 15px;
  height: 20px;
  overflow: visible !important;
}

/**image icon placement css **/
.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper {
  display: flex;
}

.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-image,
.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-icon {
  width: 100px;
  margin-right: 10px;
}

@media (max-width: 980px) and (min-width: 600px) {
  .dsm-image-icon_placement-tablet-top .dsm-content-timeline-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
  .dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper {
    display: flex !important;
  }
  .dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-image,
  .dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-icon {
    width: 100px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 599px) {
  .dsm-image-icon_placement-mobile-top .dsm-content-timeline-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
  .dsm-image-icon_placement-mobile-left .dsm-content-timeline-content-wrapper {
    display: flex !important;
  }
  .dsm-image-icon_placement-mobile-left .dsm-content-timeline-content-wrapper .dsm-image,
  .dsm-image-icon_placement-mobile-left .dsm-content-timeline-content-wrapper .dsm-icon {
    width: 50px !important;
    margin-right: 10px !important;
  }
}
/* D4 parity: full-width cards on small screens (ContentTimeLineChild/style.css) */
@media (max-width: 767px) {
  .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
    width: 100% !important;
  }
}
/* Scroll-triggered item reveal (parent: data-item-scroll-animation="on") */
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] {
  /*
   * Transition must apply to BOTH pending and in-view — if transition lives only on
   * `.pending`, removing that class drops the transition property and the reveal is instant.
   */
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-in-view,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-in-view {
  transition: opacity var(--item-scroll-duration, 600ms) cubic-bezier(0.22, 1, 0.36, 1), transform var(--item-scroll-duration, 600ms) cubic-bezier(0.22, 1, 0.36, 1);
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] {
  /* !important + translate3d(0) end-state so Divi/module styles do not flatten motion. */
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending[data-dsm-scroll-dir=left],
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending[data-dsm-scroll-dir=left] {
  opacity: 0 !important;
  transform: translate3d(-28px, 0, 0) !important;
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending[data-dsm-scroll-dir=right],
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending[data-dsm-scroll-dir=right] {
  opacity: 0 !important;
  transform: translate3d(28px, 0, 0) !important;
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending[data-dsm-scroll-dir=fade],
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending[data-dsm-scroll-dir=fade] {
  opacity: 0 !important;
  transform: translate3d(0, 0, 0) !important;
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-in-view,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-in-view {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (prefers-reduced-motion: reduce) {
  .dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending,
  .dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-in-view,
  .dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending,
  .dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-in-view {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    transition: none !important;
  }
  /* Tree fill animation: show completed state without scroll-driven updates */
  .dsm-content-timeline-items-wrapper .dsm-content-timeline-tree-animation {
    --tree-filled: 100%;
  }
}
/* Keyboard focus: links and buttons inside timeline cards */
.dsm-content-timeline-items-wrapper .dsm-timeline-content a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (max-width: 1026px) {
  .dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper {
    display: flex;
  }
  .dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-image,
  .dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-icon {
    width: 100px;
    margin-right: 10px;
  }
}
@media (max-width: 908px) {
  .dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper {
    display: flex;
  }
  .dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-image,
  .dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-icon {
    width: 100px;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .dsm-image-icon_placement-phone-top .dsm-content-timeline-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
  .dsm-image-icon_placement-phone-left .dsm-content-timeline-content-wrapper {
    display: flex !important;
  }
  .dsm-image-icon_placement-phone-left .dsm-content-timeline-content-wrapper .dsm-image,
  .dsm-image-icon_placement-phone-left .dsm-content-timeline-content-wrapper .dsm-icon {
    width: 100px !important;
    margin-right: 10px !important;
  }
}
.dsm_dual_heading .dsm-dual-heading-main {
  font-size: 26px;
  line-height: 1em;
}

.dsm-dual-heading-parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column {
  flex-direction: column;
  align-items: stretch;
}

.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column.dsm-dual-heading-parts-column-cross-start {
  align-items: flex-start;
}

.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column.dsm-dual-heading-parts-column-cross-center {
  align-items: center;
}

.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column.dsm-dual-heading-parts-column-cross-end {
  align-items: flex-end;
}

.dsm-dual-heading-parts > .dsm-dual-heading-before,
.dsm-dual-heading-parts > .dsm-dual-heading-middle,
.dsm-dual-heading-parts > .dsm-dual-heading-after {
  border-style: solid;
  border-color: #333333;
  display: inline-block;
  min-width: 0;
  vertical-align: middle;
  white-space: pre-wrap;
}

.dsm-dual-heading-parts > span > span {
  display: contents;
}

.dsm-dual-heading-parts > .dsm-dual-heading-before.dsm-before-display-block,
.dsm-dual-heading-parts > .dsm-dual-heading-middle.dsm-middle-display-block,
.dsm-dual-heading-parts > .dsm-dual-heading-after.dsm-after-display-block {
  flex: 1 1 100%;
  min-width: 100%;
}

.dsm_dual_heading .dsm-dual-heading-before {
  line-height: 1em;
}

.dsm_dual_heading .dsm-dual-heading-middle {
  line-height: 1em;
}

.dsm_dual_heading .dsm-dual-heading-after {
  line-height: 1em;
}

.dsm_embed_google_map iframe {
  display: block; /* inline iframe baseline gap under the map */
  width: 100%;
}

.dsm-faq-container .dsm-faq-item-wrapper {
  border: 1px solid #d9d9d9;
  padding: 20px;
  transition: all 0.2s ease;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
  opacity: 0;
  position: absolute;
  line-height: 1em;
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon {
  opacity: 1;
  position: relative;
  line-height: 1em;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
  opacity: 1;
  position: relative;
  line-height: 1em;
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon {
  opacity: 0;
  position: absolute;
  line-height: 1em;
}

.dsm-faq-container.dsm-front .dsm-faq-item-wrapper {
  overflow: hidden;
}

.dsm-faq-container .dsm-faq-item-wrapper {
  align-self: flex-start;
}

.dsm-faq-container .dsm-faq-title {
  padding-bottom: 0px !important;
  margin-left: 10px;
}

.dsm-faq-container.dsm-icon-placement-right .dsm-faq-title {
  margin-left: 0;
}

.dsm-faq-container.dsm-icon-placement-right .dsm-faq-item-wrapper.dsm-faq-item-has-toggle-images .dsm-faq-title {
  margin-left: 10px;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_image,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_image {
  display: none;
}

.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_image,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_image {
  display: block;
  line-height: 1em;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-inner-wrapper {
  display: flex;
  align-items: center;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon {
  flex-shrink: 0;
}

.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
  justify-content: space-between;
}

/***** Animate Icon CSS ********/
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
  transform: rotate(-90deg);
  transition: 0.3s;
  display: block;
}

.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon {
  transform: rotate(0deg);
}

.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon {
  transform: rotate(90deg);
}

.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_close_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
  transform: rotate(0deg);
  transition: 0.3s;
  display: block;
}

.dsm_faq .dsm-faq-item-wrapper:not(:last-child) {
  margin-bottom: 10px;
}

.dsm_faq .dsm-faq-item-wrapper.dsm-faq-item-active {
  background: #ffffff;
}

.dsm_faq .dsm-faq-item-wrapper:not(.dsm-faq-item-active) {
  background: #f4f4f4;
}

.dsm_faq .dsm-faq-item-wrapper .dsm_open_image,
.dsm_faq .dsm-faq-item-wrapper .dsm_close_image {
  width: 32px;
  height: 32px;
}

.dsm_faq .dsm-faq-item-wrapper .dsm_open_icon,
.dsm_faq .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
  font-size: 22px;
}

.dsm_faq .dsm-faq-item-wrapper .dsm_close_icon,
.dsm_faq .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
  font-size: 22px;
}

/******** Default Icon CSS ************/
.dsm-open-font-icon-empty .dsm-title-wrapper .dsm_open_icon::before {
  font-family: ETmodules !important;
  font-weight: 400;
  content: "K";
}

.dsm-close-font-icon-empty .dsm-title-wrapper .dsm_close_icon::before {
  font-family: ETmodules !important;
  font-weight: 400;
  content: "L";
}

.dsm-facebook-embed {
  text-align: left;
}

.dsm_facebook_feed.et_pb_text_align_center .et_pb_module_inner {
  text-align: center;
}

.dsm_facebook_feed.et_pb_text_align_center .dsm-facebook-feed {
  display: inline-block;
}

.dsm_facebook_feed.et_pb_text_align_right .et_pb_module_inner {
  text-align: right;
}

.dsm_facebook_feed.et_pb_text_align_right .dsm-facebook-feed {
  display: inline-block;
}

.dsm_facebook_feed.et_pb_text_align_left .et_pb_module_inner {
  text-align: left;
}

.dsm_facebook_feed.et_pb_text_align_justified .et_pb_module_inner {
  text-align: justify;
}

.dsm_facebook_feed.et_pb_text_align_justified .dsm-facebook-feed {
  display: inline-block;
}

.dsm_floating_multi_images {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  will-change: opacity, transform;
  width: 100%;
}
.dsm_floating_multi_images .dsm_floating_multi_images_container {
  height: 100%;
  position: relative;
}
.dsm_floating_multi_images .dsm_floating_multi_images_container.dsm_floating_effect_up_down .dsm_floating_multi_images_child {
  animation-name: dsm-float-up-down !important;
}
.dsm_floating_multi_images .dsm_floating_multi_images_container.dsm_floating_effect_left_right .dsm_floating_multi_images_child {
  animation-name: dsm-float-left-right !important;
}

.dsm_floating_multi_images .et_pb_module_inner {
  height: 100%;
}

.dsm_floating_multi_images .dsm_floating_multi_images_container .dsm_floating_multi_images_child {
  animation-duration: 5000ms;
}

.dsm_floating_multi_images_child {
  position: absolute !important;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
  will-change: transform;
  transition: 0.3s;
  animation-direction: alternate !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
}

.dsm_floating_multi_images_child a {
  line-height: 0;
  display: inline-block;
}

.dsm_floating_multi_images_child img {
  border-style: solid;
  border-color: #333333;
}

.dsm_floating_multi_images_child {
  max-width: 50%;
  animation-duration: 5000ms;
}

.dsm_floating_multi_images_child:nth-child(1) {
  animation-delay: -3000ms;
}

.dsm_floating_multi_images_child:nth-child(2) {
  animation-delay: -5000ms;
}

.dsm_floating_multi_images_child:nth-child(3) {
  animation-delay: -7000ms;
}

.dsm_floating_multi_images_child:nth-child(4) {
  animation-delay: -9000ms;
}

.dsm_floating_multi_images_child:nth-child(5) {
  animation-delay: -11000ms;
}

.dsm_floating_multi_images_child:nth-child(6) {
  animation-delay: -13000ms;
}

.dsm_floating_multi_images_child:nth-child(7) {
  animation-delay: -15000ms;
}

.dsm_floating_multi_images_child:nth-child(8) {
  animation-delay: -17000ms;
}

.dsm_floating_multi_images_child:nth-child(9) {
  animation-delay: -19000ms;
}

.dsm_floating_multi_images_child:nth-child(10) {
  animation-delay: -21000ms;
}
@keyframes dsm-float-up-down {
  0% {
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
  }
  100% {
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
  }
}
@keyframes dsm-float-left-right {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
  }
  50% {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
  }
  100% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
  }
}
.dsm_floating_multi_images .dsm_floating_multi_images_container {
  height: 360px;
}

.dsm_floating_multi_images_child {
  max-width: 50%;
}

.dsm_glitch_text.dsm-link, .dsm_glitch_text.et_clickable {
  cursor: pointer;
}
.dsm_glitch_text.dsm-link .et_pb_module_inner, .dsm_glitch_text.et_clickable .et_pb_module_inner {
  cursor: pointer;
}

.dsm-glitch-text {
  position: relative;
}

.dsm-glitch-text:before,
.dsm-glitch-text:after {
  content: attr(data-dsm-glitch-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dsm-glitch-effect-type-one:after {
  left: 2px;
  text-shadow: -1px 0 red;
  animation: dsm-glitch-anim-one-1 2s infinite linear alternate-reverse;
}

.dsm-glitch-effect-type-one:before {
  left: -2px;
  text-shadow: 2px 0 blue;
  animation: dsm-glitch-anim-one-2 3s infinite linear alternate-reverse;
}

.dsm-glitch-effect-type-two::after {
  left: 2px;
  text-shadow: -1px 0 purple;
  animation: dsm-glitch-anim-one-1 2s infinite linear alternate-reverse;
}

.dsm-glitch-effect-type-two::before {
  left: -2px;
  text-shadow: 2px 0 green;
  animation: dsm-glitch-anim-two-2 3s infinite linear alternate-reverse;
}

.dsm-glitch-effect-type-three:before {
  animation: dsm-glitch-anim-three-1 2.5s infinite;
  color: inherit;
  z-index: 1;
}

.dsm-glitch-effect-type-three > span {
  display: block;
  animation: dsm-glitch-anim-three-2 2.5s infinite;
  color: red;
  z-index: -1;
}

.dsm-glitch-effect-type-three:after {
  color: blue;
  animation: dsm-glitch-anim-three-3 2.5s infinite;
  z-index: -1;
}

/* Glitch Four — channel drift (translate + clip slices, chromatic offsets). */
.dsm-glitch-effect-type-four::after {
  left: 3px;
  text-shadow: -2px 0 red;
  animation: dsm-glitch-anim-four-after 1.85s infinite steps(2, end);
}

.dsm-glitch-effect-type-four::before {
  left: -3px;
  text-shadow: 2px 0 cyan;
  animation: dsm-glitch-anim-four-before 2.1s infinite steps(3, end);
}

/* Glitch Five — harsh digital flicker (fast stepped clip + opacity). */
.dsm-glitch-effect-type-five::after {
  left: 2px;
  text-shadow: -1px 0 magenta;
  animation: dsm-glitch-anim-five-after 0.42s infinite steps(1, end);
}

.dsm-glitch-effect-type-five::before {
  left: -2px;
  text-shadow: 1px 0 lime;
  animation: dsm-glitch-anim-five-before 0.38s infinite steps(1, end);
}

/* Glitch Six — triple echo (skew + offset layers; uses inner span like type three). */
.dsm-glitch-effect-type-six:before {
  animation: dsm-glitch-anim-six-base 2.2s infinite;
  color: inherit;
  z-index: 1;
}

.dsm-glitch-effect-type-six > span {
  display: block;
  animation: dsm-glitch-anim-six-mid 2.2s infinite;
  color: red;
  z-index: -1;
}

.dsm-glitch-effect-type-six:after {
  color: blue;
  animation: dsm-glitch-anim-six-after 2.2s infinite;
  z-index: -1;
}

@keyframes dsm-glitch-anim-one-1 {
  0% {
    clip-path: inset(82% 0 13% 0);
  }
  5.8823529412% {
    clip-path: inset(17% 0 48% 0);
  }
  11.7647058824% {
    clip-path: inset(11% 0 88% 0);
  }
  17.6470588235% {
    clip-path: inset(2% 0 11% 0);
  }
  23.5294117647% {
    clip-path: inset(48% 0 3% 0);
  }
  29.4117647059% {
    clip-path: inset(34% 0 61% 0);
  }
  35.2941176471% {
    clip-path: inset(10% 0 83% 0);
  }
  41.1764705882% {
    clip-path: inset(83% 0 1% 0);
  }
  47.0588235294% {
    clip-path: inset(36% 0 4% 0);
  }
  52.9411764706% {
    clip-path: inset(52% 0 16% 0);
  }
  58.8235294118% {
    clip-path: inset(86% 0 4% 0);
  }
  64.7058823529% {
    clip-path: inset(49% 0 7% 0);
  }
  70.5882352941% {
    clip-path: inset(35% 0 53% 0);
  }
  76.4705882353% {
    clip-path: inset(3% 0 19% 0);
  }
  82.3529411765% {
    clip-path: inset(28% 0 40% 0);
  }
  88.2352941176% {
    clip-path: inset(62% 0 3% 0);
  }
  94.1176470588% {
    clip-path: inset(42% 0 28% 0);
  }
  100% {
    clip-path: inset(17% 0 20% 0);
  }
}
@keyframes dsm-glitch-anim-one-2 {
  0% {
    clip-path: inset(72% 0 6% 0);
  }
  5.8823529412% {
    clip-path: inset(2% 0 87% 0);
  }
  11.7647058824% {
    clip-path: inset(52% 0 49% 0);
  }
  17.6470588235% {
    clip-path: inset(9% 0 10% 0);
  }
  23.5294117647% {
    clip-path: inset(12% 0 65% 0);
  }
  29.4117647059% {
    clip-path: inset(48% 0 45% 0);
  }
  35.2941176471% {
    clip-path: inset(14% 0 41% 0);
  }
  41.1764705882% {
    clip-path: inset(55% 0 4% 0);
  }
  47.0588235294% {
    clip-path: inset(10% 0 3% 0);
  }
  52.9411764706% {
    clip-path: inset(14% 0 45% 0);
  }
  58.8235294118% {
    clip-path: inset(54% 0 18% 0);
  }
  64.7058823529% {
    clip-path: inset(93% 0 7% 0);
  }
  70.5882352941% {
    clip-path: inset(89% 0 12% 0);
  }
  76.4705882353% {
    clip-path: inset(83% 0 17% 0);
  }
  82.3529411765% {
    clip-path: inset(55% 0 13% 0);
  }
  88.2352941176% {
    clip-path: inset(66% 0 5% 0);
  }
  94.1176470588% {
    clip-path: inset(40% 0 49% 0);
  }
  100% {
    clip-path: inset(16% 0 42% 0);
  }
}
@keyframes dsm-glitch-anim-two-1 {
  0% {
    clip-path: inset(4% 0 27% 0);
  }
  10% {
    clip-path: inset(15% 0 57% 0);
  }
  20% {
    clip-path: inset(79% 0 14% 0);
  }
  30% {
    clip-path: inset(9% 0 43% 0);
  }
  40% {
    clip-path: inset(47% 0 44% 0);
  }
  50% {
    clip-path: inset(63% 0 26% 0);
  }
  60% {
    clip-path: inset(44% 0 47% 0);
  }
  70% {
    clip-path: inset(71% 0 22% 0);
  }
  80% {
    clip-path: inset(48% 0 36% 0);
  }
  90% {
    clip-path: inset(4% 0 24% 0);
  }
  100% {
    clip-path: inset(72% 0 12% 0);
  }
}
@keyframes dsm-glitch-anim-two-2 {
  0% {
    clip-path: inset(24% 0 29% 0);
  }
  10% {
    clip-path: inset(54% 0 21% 0);
  }
  20% {
    clip-path: inset(28% 0 28% 0);
  }
  30% {
    clip-path: inset(27% 0 47% 0);
  }
  40% {
    clip-path: inset(13% 0 55% 0);
  }
  50% {
    clip-path: inset(9% 0 37% 0);
  }
  60% {
    clip-path: inset(22% 0 73% 0);
  }
  70% {
    clip-path: inset(4% 0 94% 0);
  }
  80% {
    clip-path: inset(98% 0 1% 0);
  }
  90% {
    clip-path: inset(74% 0 26% 0);
  }
  100% {
    clip-path: inset(54% 0 10% 0);
  }
}
@keyframes dsm-glitch-anim-three-1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes dsm-glitch-anim-three-2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}
@keyframes dsm-glitch-anim-three-3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}
@keyframes dsm-glitch-anim-four-after {
  0% {
    clip-path: inset(5% 0 78% 0);
    transform: translate(0, 0) skewX(0deg);
  }
  16.66% {
    clip-path: inset(72% 0 8% 0);
    transform: translate(-5px, 1px) skewX(-1.2deg);
  }
  33.33% {
    clip-path: inset(38% 0 48% 0);
    transform: translate(4px, -2px) skewX(0.8deg);
  }
  50% {
    clip-path: inset(12% 0 62% 0);
    transform: translate(-3px, 2px) skewX(0deg);
  }
  66.66% {
    clip-path: inset(58% 0 28% 0);
    transform: translate(5px, 0) skewX(1deg);
  }
  83.33% {
    clip-path: inset(22% 0 45% 0);
    transform: translate(-2px, -3px) skewX(-0.6deg);
  }
  100% {
    clip-path: inset(65% 0 15% 0);
    transform: translate(0, 0) skewX(0deg);
  }
}
@keyframes dsm-glitch-anim-four-before {
  0% {
    clip-path: inset(60% 0 18% 0);
    transform: translate(0, 0) skewX(0deg);
  }
  20% {
    clip-path: inset(8% 0 75% 0);
    transform: translate(4px, 2px) skewX(1deg);
  }
  40% {
    clip-path: inset(44% 0 36% 0);
    transform: translate(-6px, -1px) skewX(-0.9deg);
  }
  60% {
    clip-path: inset(28% 0 55% 0);
    transform: translate(3px, 3px) skewX(0deg);
  }
  80% {
    clip-path: inset(80% 0 5% 0);
    transform: translate(-4px, -2px) skewX(0.5deg);
  }
  100% {
    clip-path: inset(15% 0 70% 0);
    transform: translate(0, 0) skewX(0deg);
  }
}
@keyframes dsm-glitch-anim-five-after {
  0% {
    clip-path: inset(0 0 92% 0);
    opacity: 1;
    transform: translate(0, 0);
  }
  12.5% {
    clip-path: inset(88% 0 0 0);
    opacity: 0.72;
    transform: translate(-3px, 0);
  }
  25% {
    clip-path: inset(40% 0 45% 0);
    opacity: 1;
    transform: translate(2px, 1px);
  }
  37.5% {
    clip-path: inset(0 0 55% 0);
    opacity: 0.65;
    transform: translate(-1px, -2px);
  }
  50% {
    clip-path: inset(70% 0 10% 0);
    opacity: 1;
    transform: translate(4px, 0);
  }
  62.5% {
    clip-path: inset(20% 0 65% 0);
    opacity: 0.78;
    transform: translate(-5px, 2px);
  }
  75% {
    clip-path: inset(55% 0 30% 0);
    opacity: 1;
    transform: translate(1px, -1px);
  }
  87.5% {
    clip-path: inset(5% 0 80% 0);
    opacity: 0.7;
    transform: translate(-2px, 3px);
  }
  100% {
    clip-path: inset(48% 0 38% 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes dsm-glitch-anim-five-before {
  0% {
    clip-path: inset(75% 0 10% 0);
    opacity: 0.88;
    transform: translate(0, 0);
  }
  14.28% {
    clip-path: inset(10% 0 78% 0);
    opacity: 1;
    transform: translate(3px, -2px);
  }
  28.56% {
    clip-path: inset(50% 0 38% 0);
    opacity: 0.62;
    transform: translate(-4px, 1px);
  }
  42.84% {
    clip-path: inset(0 0 68% 0);
    opacity: 1;
    transform: translate(2px, 2px);
  }
  57.12% {
    clip-path: inset(62% 0 22% 0);
    opacity: 0.74;
    transform: translate(-3px, -3px);
  }
  71.4% {
    clip-path: inset(32% 0 50% 0);
    opacity: 1;
    transform: translate(5px, 0);
  }
  85.68% {
    clip-path: inset(18% 0 72% 0);
    opacity: 0.68;
    transform: translate(-1px, 2px);
  }
  100% {
    clip-path: inset(85% 0 5% 0);
    opacity: 0.9;
    transform: translate(0, 0);
  }
}
@keyframes dsm-glitch-anim-six-base {
  0% {
    transform: none;
    opacity: 1;
  }
  8% {
    transform: skew(-1.2deg, 0.4deg) scale(1.01);
    opacity: 0.82;
  }
  12% {
    transform: none;
    opacity: 1;
  }
  38% {
    transform: skew(0.9deg, -0.6deg);
    opacity: 0.9;
  }
  42% {
    transform: none;
    opacity: 1;
  }
  58% {
    transform: skew(-0.5deg, 0.9deg) translate(-1px, 0);
    opacity: 0.85;
  }
  64% {
    transform: none;
    opacity: 1;
  }
  80% {
    transform: skew(1deg, 0.2deg) scale(1.015);
    opacity: 0.88;
  }
  86% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes dsm-glitch-anim-six-mid {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  10% {
    transform: translate(-6px, 2px) scale(1.03);
    opacity: 0.55;
  }
  15% {
    transform: none;
    opacity: 0.35;
  }
  35% {
    transform: translate(4px, -4px) scale(0.98);
    opacity: 0.5;
  }
  40% {
    transform: none;
    opacity: 0.35;
  }
  55% {
    transform: translate(-3px, -5px) scale(1.02);
    opacity: 0.48;
  }
  60% {
    transform: none;
    opacity: 0.35;
  }
  78% {
    transform: translate(5px, 3px) scale(1.01);
    opacity: 0.52;
  }
  84% {
    transform: none;
    opacity: 0.35;
  }
  100% {
    transform: none;
    opacity: 0.35;
  }
}
@keyframes dsm-glitch-anim-six-after {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  12% {
    transform: translate(6px, -2px) scale(1.04);
    opacity: 0.52;
  }
  18% {
    transform: none;
    opacity: 0.35;
  }
  40% {
    transform: translate(-4px, 4px) scale(0.97);
    opacity: 0.5;
  }
  46% {
    transform: none;
    opacity: 0.35;
  }
  62% {
    transform: translate(4px, 5px) scale(1.02);
    opacity: 0.48;
  }
  68% {
    transform: none;
    opacity: 0.35;
  }
  88% {
    transform: translate(-5px, -3px) scale(1.03);
    opacity: 0.54;
  }
  94% {
    transform: none;
    opacity: 0.35;
  }
  100% {
    transform: none;
    opacity: 0.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dsm-glitch-text::before,
  .dsm-glitch-text::after,
  .dsm-glitch-effect-type-three > span,
  .dsm-glitch-effect-type-six > span {
    animation: none !important;
  }
}
.dsm-gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dsm-icon-divider-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-align-left .dsm-icon-divider-before {
  display: none;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-align-right .dsm-icon-divider-after {
  display: none;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-vertical-position-flex-start {
  align-items: flex-start;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-vertical-position-center {
  align-items: center;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-vertical-position-flex-end {
  align-items: flex-end;
}
.dsm-icon-divider-wrapper .dsm-icon-divider-image {
  overflow: hidden;
  line-height: 0em !important;
  max-width: 100%;
}
.dsm-icon-divider-wrapper .dsm-icon-divider-image.dsm-image {
  line-height: 0em !important;
}
.dsm-icon-divider-wrapper .dsm-divider {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  border-top: 1px solid #7ebec5;
  align-items: center;
}

.dsm_icon_divider .dsm-divider {
  border-top-color: #7ebec5;
  border-top-width: 1px;
  border-top-style: solid;
}

.dsm_icon_divider .dsm-icon-divider-image,
.dsm_icon_divider .dsm-icon-divider-image-wrap {
  max-width: 50%;
}

.dsm_icon_divider .dsm-icon-divider-wrapper {
  gap: 10px;
}

.dsm_icon_divider .et-pb-icon {
  max-width: 100%;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img {
  width: 100%;
  display: block;
}

@supports (display: grid) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden;
  }
  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
  }
  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
  }
  .splitting .cell-inner {
    background: inherit;
    position: absolute;
    visibility: visible;
    /* Size to fit the whole container size */
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    /* Position properly */
    left: calc(-100% * var(--col-index));
    top: calc(-100% * var(--row-index));
  }
  /* Helper variables for advanced effects */
  .splitting .cell {
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);
    /* Offset from center, positive & negative */
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));
    /* Absolute distance from center, only positive */
    --distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
    /* Absolute distance from center, only positive */
    --distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y));
  }
}
.dsm_image_hover_reveal {
  line-height: 0;
}

.dsm_image_hover_reveal .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.vert-slide-down:hover .cell {
  transform: translateY(100%);
}

.vert-slide-up:hover .cell {
  transform: translateY(-100%);
}

.horiz-slide-right:hover .cell {
  transform: translateX(100%);
}

.horiz-slide-left:hover .cell {
  transform: translateX(-100%);
}

.dsm_image_hover_reveal .dsm-image-reveal .splitting {
  height: 260px;
}

.dsm_image_hover_reveal .dsm-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dsm_image_hover_reveal .dsm-image-reveal-back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
}

.dsm_image_hover_reveal .splitting .cell,
.dsm_image_hover_reveal .splitting .cell__inner,
.dsm_image_hover_reveal .splitting img, .dsm_image_hover_reveal .dsm-image-reveal-back {
  transition: transform var(--dsm-ihr-duration, 1s) var(--dsm-ihr-ease, cubic-bezier(0.63, 0.01, 0.07, 0.99)), opacity var(--dsm-ihr-duration, 1s) linear;
  transition-delay: calc(var(--dsm-ihr-stagger, 100ms) * (var(--cell-total) - var(--cell-index)));
}

.dsm_image_hover_reveal .splitting img, .dsm_image_hover_reveal .dsm-image-reveal-back {
  transform: scale(var(--dsm-ihr-scale-start, 0.8));
  transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}

.dsm_image_hover_reveal:hover .splitting .cell,
.dsm_image_hover_reveal:hover .splitting .cell__inner {
  transition-delay: calc(var(--dsm-ihr-stagger, 100ms) * var(--cell-index));
}

.dsm_image_hover_reveal:hover .splitting img, .dsm_image_hover_reveal:hover .dsm-image-reveal-back {
  opacity: 1;
  transform: scale(var(--dsm-ihr-scale-end, 1));
  transition-delay: calc(var(--dsm-ihr-stagger, 100ms) * var(--cell-total));
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.dsm_image_text_reveal .et_pb_image_wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.dsm_image_text_reveal {
  position: relative;
  display: block;
  overflow: hidden;
}

.dsm-image-wrapper {
  text-align: left;
}

/* Transform is driven by GSAP only (multi-direction wipe). */
.dsm-image-reveal-overlay {
  background-color: #1fe0ba;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 1;
}

.dsm-image-wrapper[data-reveal-trigger=click] {
  cursor: pointer;
}

a.dsm-image-reveal-link {
  display: inline-block;
  max-width: 100%;
}

.dsm-image-reveal-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 7px;
}

.dsm_image_text_reveal.et_pb_text_align_left .dsm-image-reveal-text {
  text-align: left;
}

.dsm_image_text_reveal.et_pb_text_align_center .dsm-image-reveal-text {
  text-align: center;
}

.dsm_image_text_reveal.et_pb_text_align_right .dsm-image-reveal-text {
  text-align: right;
}

.dsm_image_text_reveal.et_pb_text_align_justify .dsm-image-reveal-text {
  text-align: justify;
}

.dsm-image-reveal-text {
  width: 100%;
  visibility: hidden;
}

.dsm_image_text_reveal {
  line-height: 0;
}

.dsm_image_text_reveal .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.dsm_image_text_reveal img {
  position: relative;
}

.dsm_image_text_reveal .dsm-image-reveal-text .char {
  position: relative;
  visibility: hidden;
  display: inline-block;
  white-space: pre-wrap;
}

/* VB: builder chrome often blocks real `:hover` on the module; JS toggles `.dsm-image-reveal-hover`. */
.dsm_image_text_reveal:hover .dsm-image-reveal-text .char,
.dsm_image_text_reveal.dsm-image-reveal-hover .dsm-image-reveal-text .char {
  visibility: visible;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
  	(var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

html.et_fb_preview_active--responsive_preview .dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
  text-align: center;
}

.dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/*** Text Align CSS ****/
.dsm-image-reveal-text.et_pb_text_align_left {
  text-align: left;
}

.dsm-image-reveal-text.et_pb_text_align_center {
  text-align: center;
}

.dsm-image-reveal-text.et_pb_text_align_right {
  text-align: right;
}

/*
 * Hide unrevealed copy on the real front end only. The VB canvas loads this same sheet
 * (`style-modules-frontend-styles.css`); `data-dsm-vb-canvas` is set on the React edit root
 * so hover / Splitting / Animate.css can run without waiting for `.dsm-image-revealed`.
 */
.dsm_image_text_reveal:not(.dsm-image-revealed):not([data-dsm-vb-canvas="1"]) .dsm-image-reveal-text {
  display: none;
}

/* Once revealed, show the heading wrapper (chars override visibility per letter). */
.dsm_image_text_reveal.dsm-image-revealed .dsm-image-reveal-text {
  visibility: visible;
}

.dsm_image_text_reveal .dsm-image-reveal-text {
  text-align: center;
}

.dsm_image_hotspots .et_pb_module_inner .dsm_image_hotspots_wrap,
.dsm_image_hotspots_img_wrap {
  position: relative;
  line-height: 0;
}

.dsm_image_hotspots {
  overflow: hidden;
}

.dsm_image_hotspots_img_wrap img {
  width: 100%;
}

.dsm_image_hotspots_child {
  position: absolute !important;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.dsm_image_hotspots_child .dsm_image_hotspot_tooltip {
  display: none;
}

.dsm_image_hotspots_child .dsm_image_hotspots_wrapper {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  min-width: 14px;
  min-height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 0px;
  padding: 8px;
  border-radius: 50px;
  background-size: cover;
}

.dsm_image_hotspot_img {
  border-style: solid;
}

.dsm_image_hotspots_text {
  display: inline-block;
}

.dsm_image_hotspots_icon,
.dsm_image_hotspots_text {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.et-pb-icon.dsm_image_hotspots_icon {
  font-size: 14px;
}

.dsm_image_tooltip_title {
  padding-bottom: 0;
  line-height: 1;
  color: #fff;
}

.dsm_image_hotspot_tooltip_wrapper {
  pointer-events: auto !important;
  line-height: 1.4em;
  word-wrap: break-word;
  color: #fff;
  font-size: 13px;
  overflow: visible !important;
}

.dsm_image_hotspot_tooltip_wrapper .tippy-content {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-radius: 3px;
  max-width: 180px;
}

.dsm_image_hotspot_tooltip_wrapper .tippy-tooltip {
  border-radius: 3px;
}

.dsm_image_hotspot_tooltip_wrapper.tippy-tooltip ul {
  padding: 0 0 10px 1em;
  line-height: 26px;
  list-style-type: disc;
}

.dsm_image_hotspot_tooltip_wrapper.tippy-tooltip ol {
  padding: 0 0 10px 0;
  line-height: 26px;
  list-style-position: inside;
  list-style-type: decimal;
}

.tippy-popper .tippy-box.tippy-tooltip {
  text-align: center;
}

.dsm_image_hotspot_tooltip_wrapper .et_pb_button_wrapper {
  margin-top: 15px;
}

.dsm_image_hotspot_pulse:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transform: scale(1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  pointer-events: none;
  animation: pulse-grow 1.5s ease-in-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border-style: solid;
  border-width: 0px;
}

@keyframes pulse-grow {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/* scale animation*/
.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

/* shift away animation*/
.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  transform: translateY(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  transform: translateX(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  transform: translateX(-10px);
}

/* shift away animation*/
/* shift toward animation*/
.tippy-box[data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
  transform: translateY(-10px);
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
  transform: translateY(10px);
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
  transform: translateX(-10px);
}

.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
  transform: translateX(10px);
}

/* perspective animation*/
.tippy-box[data-animation=perspective][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
  transform: perspective(700px) translateY(8px) rotateX(60deg);
}

.tippy-box[data-animation=perspective][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
  transform: perspective(700px) translateY(-8px) rotateX(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
  transform: perspective(700px) translateX(8px) rotateY(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
  transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
  transform: perspective(700px) translateX(-8px) rotateY(60deg);
}

.tippy-box[data-animation=perspective][data-state=hidden] {
  opacity: 0;
}

.dsm_image_hotspots .dsm_image_hotspots_wrapper .dsm_image_hotspots_icon::before {
  color: #fff;
  font-size: 14px;
}

.dsm_image_hotspots .dsm_image_hotspots_child {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.dsm_image_hotspots_child {
  background-color: #7ebec5;
  max-width: 100%;
  left: 40%;
  top: 40%;
}

.dsm_image_hotspots_child .dsm_image_hotspot_pulse:before {
  background-color: #7ebec5;
}

/******* Default CSS Icon *************/
.dsm_image_hotspots_icon, .dsm_image_hotspots_icon::before {
  font-family: ETmodules !important;
  font-weight: 400;
  content: "L";
}

.dsm_icon_list .dsm_icon_list_items,
#left-area ul.dsm_icon_list_items,
.comment-content ul.dsm_icon_list_items,
.entry-content ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items,
body.et-pb-preview #main-content .container ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items {
  list-style-type: none;
  margin: 0;
  line-height: 26px;
}

.dsm_icon_list_child {
  margin-bottom: 0px;
}

.dsm_icon_list_items {
  padding: 0px !important;
}

.dsm_icon_list .dsm_icon_list_items.dsm_icon_list_layout_horizontal .dsm_icon_list_child {
  display: inline-flex;
}

.dsm_icon_list .dsm_icon_list_child,
.dsm_icon_list .dsm_icon_list_child a,
.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_tooltip {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}

.dsm_icon_list_text {
  line-height: 1.7em;
}

.dsm_icon_list .dsm_icon_list_ltr_direction .dsm_icon_list_child .dsm_icon_list_text {
  padding-left: 5px;
}

.dsm_icon_list .dsm_icon_list_rtl_direction .dsm_icon_list_child .dsm_icon_list_text {
  padding-right: 5px;
}

.dsm_icon_list .dsm_icon_list_wrapper {
  flex-shrink: 0;
  line-height: 0;
}

.dsm_icon_list .dsm_icon_list_icon {
  display: inline-block;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  border-style: solid;
  border-color: #333333;
  flex-shrink: 0;
  /* Same as D4 IconList/style.css — overflow:hidden clips rounded ET icon circles in Firefox. */
}

.dsm_icon_list .dsm_icon_list_image {
  border-style: solid;
  border-color: #333333;
  display: inline-block;
  flex-shrink: 0;
}

.dsm_icon_list .dsm_icon_list_image img {
  width: 24px;
}

.dsm_icon_list_tooltip:hover {
  cursor: pointer;
}

.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper {
  pointer-events: auto !important;
  line-height: 1.4em;
  word-wrap: break-word;
  color: #fff;
  font-size: 13px;
  overflow: visible !important;
}

.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper .tippy-arrow::after {
  content: "";
  position: absolute;
  top: -6px;
  transform: translateZ(-1px);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.dsm_icon_list .dsm_icon_list_direction_left .dsm_icon_list_text {
  padding-left: 5px;
}

.dsm_icon_list .dsm_icon_list_direction_right .dsm_icon_list_text {
  padding-right: 5px;
}

.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_icon {
  color: #7ebec5;
  padding: 0px;
  font-size: 14px;
}

.dsm_icon_list_items .dsm_icon_list_child {
  justify-content: flex-start;
}

.dsm_icon_list .dsm_icon_list_child {
  align-items: center;
}

.dsm_icon_list .dsm_icon_list_image img {
  width: 24px;
}

.dsm_icon_list .dsm_icon_list_items,
#left-area ul.dsm_icon_list_items,
.comment-content ul.dsm_icon_list_items,
.entry-content ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items,
body.et-pb-preview #main-content .container ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items {
  list-style-type: none;
  margin: 0;
  line-height: 26px;
}

.dsm_icon_list .dsm_icon_list_items.dsm_icon_list_layout_horizontal .dsm_icon_list_child {
  display: inline-flex;
}

.dsm_icon_list .dsm_icon_list_child,
.dsm_icon_list .dsm_icon_list_child a,
.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_tooltip,
.dsm_icon_list .dsm_icon_list_child {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 0px !important;
  position: relative;
}

.dsm_icon_list_text {
  line-height: 1.7em;
}

.dsm_icon_list .dsm_icon_list_ltr_direction .dsm_icon_list_child .dsm_icon_list_text {
  padding-left: 5px;
}

.dsm_icon_list .dsm_icon_list_rtl_direction .dsm_icon_list_child .dsm_icon_list_text {
  padding-right: 5px;
}

.dsm_icon_list .dsm_icon_list_child {
  border-style: solid;
  border-color: #333333;
}

.dsm_icon_list .dsm_icon_list_wrapper {
  flex-shrink: 0;
  line-height: 0;
}

.dsm_icon_list .dsm_icon_list_icon {
  display: inline-block;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  border-style: solid;
  border-color: #333333;
  flex-shrink: 0;
}

.dsm_icon_list .dsm_icon_list_image {
  border-style: solid;
  border-color: #333333;
  display: inline-block;
  flex-shrink: 0;
}

.dsm_icon_list .dsm_icon_list_image img {
  width: 24px;
}

.dsm_icon_list_tooltip:hover {
  cursor: pointer;
}

.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper {
  pointer-events: auto !important;
  line-height: 1.4em;
  word-wrap: break-word;
  color: #fff;
  font-size: 13px;
  overflow: visible !important;
}

.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper .tippy-arrow::after {
  content: "";
  position: absolute;
  top: -6px;
  transform: translateZ(-1px);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.dsm_icon_list_tooltip .tooltip-content {
  display: none;
}

.dsm_image_accordion_wrapper {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}

.dsm_image_accordion_child {
  position: relative;
  flex: 1;
  text-align: center;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0 !important;
  transition-duration: 480ms;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content .dsm_image_accordion_image_icon_wrapper {
  margin-bottom: 15px;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content .dsm_image_accordion_image_icon_wrapper img {
  width: 100px;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content .dsm_image_accordion_image_icon_wrapper .et-pb-icon {
  font-size: 40px;
}

.dsm_image_accordion_click_item .dsm_image_accordion_child {
  cursor: pointer;
}

.dsm_image_accordion_child.dsm_image_accordion_active_item {
  flex: 5;
}

.dsm_image_accordion .dsm_image_accordion_child .dsm_image_accordion_child_content {
  opacity: 0;
  position: relative;
  transition-duration: 380ms;
  transition-property: all;
}

.dsm_image_accordion .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
  opacity: 1 !important;
  transition-duration: 300ms;
  transition-delay: 380ms;
  transition-property: all;
}

.dsm_image_accordion_horizontal_left .dsm_image_accordion_child_content {
  text-align: left;
}

.dsm_image_accordion_horizontal_center .dsm_image_accordion_child_content {
  text-align: center;
}

.dsm_image_accordion_horizontal_right .dsm_image_accordion_child_content {
  text-align: right;
}

.dsm_image_accordion_vertical_top .dsm_image_accordion_child_content {
  justify-content: flex-start;
}

.dsm_image_accordion_vertical_center .dsm_image_accordion_child_content {
  justify-content: center;
}

.dsm_image_accordion_vertical_bottom .dsm_image_accordion_child_content {
  justify-content: flex-end;
}

.dsm_image_accordion_child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

/**** Content Animation CSS *****/
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
  opacity: 0;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
  opacity: 1;
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
  opacity: 0;
  transform: scale(0.5);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
  opacity: 1;
  transform: scale(1);
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
  opacity: 0;
  transform: translateY(18%);
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
  opacity: 1;
  transform: translateY(0);
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
  opacity: 0;
  transform: translateX(-18%);
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
  opacity: 1;
  transform: translateY(0);
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
  opacity: 0;
  transform: translateY(-18%);
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
  opacity: 1;
  transform: translateY(0);
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
  opacity: 0;
  transform: translateX(18%);
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
  opacity: 1;
  transform: translateY(0);
}

/*Sequence On*/
.dsm_image_accordion_image_icon_wrapper,
.dsm_image_accordion_title,
.dsm_image_accordion_description,
.dsm_image_accordion_button_wrapper {
  transition: all 0.3s ease-in-out;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
  opacity: 0;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
  opacity: 1;
  transition-delay: 0.2s;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
  opacity: 0;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
  opacity: 1;
  transition-delay: 0.4s;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
  opacity: 0;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
  opacity: 1;
  transition-delay: 0.6s;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
  opacity: 0;
}

.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
  opacity: 1;
  transition-delay: 0.8s;
}

/*Zoom In*/
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
  opacity: 0;
  transform: scale(0.5);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
  transition-delay: 0.2s;
  opacity: 1;
  transform: scale(1);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
  opacity: 0;
  transform: scale(0.5);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
  transition-delay: 0.4s;
  opacity: 1;
  transform: scale(1);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
  opacity: 0;
  transform: scale(0.5);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
  transition-delay: 0.6s;
  opacity: 1;
  transform: scale(1);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
  opacity: 0;
  transform: scale(0.5);
}

.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
  transition-delay: 0.8s;
  opacity: 1;
  transform: scale(1);
}

/*Push Up*/
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
  opacity: 0;
  transform: translateY(18%);
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
  opacity: 0;
  transform: translateY(18%);
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
  opacity: 0;
  transform: translateY(18%);
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
  opacity: 0;
  transform: translateY(18%);
}

.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

/*Push Right*/
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
  opacity: 0;
  transform: translateX(-18%);
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
  opacity: 0;
  transform: translateX(-18%);
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
  opacity: 0;
  transform: translateX(-18%);
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
  opacity: 0;
  transform: translateX(-18%);
}

.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}

/*Push Down*/
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
  opacity: 0;
  transform: translateY(-18%);
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
  opacity: 0;
  transform: translateY(-18%);
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
  opacity: 0;
  transform: translateY(-18%);
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
  opacity: 0;
  transform: translateY(-18%);
}

.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

/*Push Left*/
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
  opacity: 0;
  transform: translateX(18%);
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
  opacity: 0;
  transform: translateX(18%);
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
  opacity: 0;
  transform: translateX(18%);
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
  opacity: 0;
  transform: translateX(18%);
}

.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}

/*default style*/
.dsm_image_accordion .dsm_image_accordion_title,
.dsm_image_accordion .dsm_image_accordion_description {
  color: #ffffff;
}

.dsm_image_accordion .dsm_image_accordion_wrapper {
  flex-direction: row;
  height: 380px;
}

.dsm_image_accordion_child {
  margin-bottom: 0px !important;
}

.dsm_image_accordion_child .dsm_image_accordion_description {
  margin-bottom: 20px;
}

.dsm_image_accordion_child .et_pb_module_inner {
  height: 100%;
}

/*
 * Swiper 12+ core CSS targets `.swiper` for overflow clipping. Our markup still
 * uses `swiper-container` (D4 / Swiper 4 era). Legacy `divi-4/public/css/swiper.css`
 * added `.dsm_image_carousel .swiper-container { overflow: hidden; width: 100%; }`.
 * Without this, slides/images extend past the module on the frontend.
 */
.dsm_image_carousel .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

/*
 * Firefox: flatten wrapper stacking for typical slides (fixes z-index glitches).
 * 3D effects need preserve-3d — flat breaks Swiper’s transform math.
 * Legacy Swiper 4 used .swiper-container-cube; Swiper 12+ uses .swiper.swiper-cube on
 * the root — our markup is still .swiper-container, so :not(.swiper-container-cube)
 * no longer excludes cube. Use data-effect (mirrors PHP / edit.js) + old class.
 */
@-moz-document url-prefix() {
  .dsm_image_carousel .swiper-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
    transform-style: flat !important;
  }
  /*
   * Must match or exceed the flat rule’s specificity (0,5,0): two :not() on the
   * wrapper’s parent beat a lone [data-effect]. Cube skips the flat rule via
   * .swiper-cube; coverflow/flip do not, so they need this bump or Firefox stays flat.
   */
  .dsm_image_carousel .swiper-container.dsm_image_carousel_container[data-effect=coverflow] .swiper-wrapper,
  .dsm_image_carousel .swiper-container.dsm_image_carousel_container[data-effect=flip] .swiper-wrapper,
  .dsm_image_carousel .swiper-container.dsm_image_carousel_container[data-effect=cube] .swiper-wrapper {
    transform-style: preserve-3d !important;
  }
}
.dsm_image_carousel .dsm_image_carousel_container:not(.dsm_image_carousel_slideshow) {
  margin-bottom: 60px;
}

/*
 * Swiper 12+ navigation (swiper-bundle.css) positions arrows with
 * left/right: var(--swiper-navigation-sides-offset, 4px) and sibling selectors
 * (.swiper-horizontal ~ .swiper-button-prev). That often loads after our rules and wins
 * the cascade. Drive offsets via these variables so Swiper’s declarations stay correct.
 */
.dsm_image_carousel {
  --swiper-navigation-size: 40px;
}

.dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_outside {
  --swiper-navigation-sides-offset: -40px;
}

.dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_inside {
  --swiper-navigation-sides-offset: 0px;
}

.dsm_image_carousel.dsm_image_carousel_vertical.dsm_image_carousel_arrow_outside {
  --swiper-navigation-sides-offset: -40px;
}

.dsm_image_carousel.dsm_image_carousel_vertical.dsm_image_carousel_arrow_inside {
  --swiper-navigation-sides-offset: 0px;
}

.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-prev,
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-next {
  transform: rotate(90deg);
}

.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-next {
  top: auto !important;
}

.dsm_image_carousel .swiper-button-prev,
.dsm_image_carousel .swiper-button-next {
  height: 40px;
  width: 40px;
  background-image: none;
  background-size: initial;
  display: flex;
  align-items: center;
  margin-top: -30px;
  border-style: solid;
}

/* Horizontal left/right come from --swiper-navigation-sides-offset (see block above). */
.dsm_image_carousel_vertical.dsm_image_carousel_arrow_inside .swiper-button-prev {
  top: 0px;
}

.dsm_image_carousel_vertical.dsm_image_carousel_arrow_inside .swiper-button-next {
  bottom: 0px;
}

.dsm_image_carousel_vertical.dsm_image_carousel_arrow_outside .swiper-button-prev {
  top: -40px;
}

.dsm_image_carousel_vertical.dsm_image_carousel_arrow_outside .swiper-button-next {
  bottom: -40px;
}

.dsm_image_carousel .swiper-button-prev:after,
.dsm_image_carousel .swiper-button-next:after {
  display: none;
}

/* Swiper 12+ ships SVG navigation icons; we use Divi/ET font icons via :before. */
.dsm_image_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_image_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_image_carousel .swiper-button-prev svg,
.dsm_image_carousel .swiper-button-next svg {
  display: none;
}

.dsm_image_carousel_vertical .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.dsm_image_carousel_pagi_placement_right .swiper-pagination {
  left: auto !important;
}

.dsm_image_carousel_pagi_placement_left .swiper-pagination {
  right: auto !important;
}

/*
 * Horizontal bullet row: Swiper uses bottom: var(--swiper-pagination-bottom, 8px).
 * Default offset lives on the module so it doesn’t fight dots_horizontal_placement from CommonStyle.
 */
.dsm_image_carousel.dsm_image_carousel_horizontal {
  --swiper-pagination-bottom: -30px;
}

/*
 * Pagination is a sibling of `.dsm_image_carousel_container`, not a child — do not require
 * `.swiper-container-horizontal` / `.swiper-horizontal` as an ancestor (Swiper 12+ uses the latter).
 */
.dsm_image_carousel .swiper-pagination-bullets,
.dsm_image_carousel .swiper-pagination-custom,
.dsm_image_carousel .swiper-pagination-fraction {
  left: 0;
  width: 100%;
}

.dsm_image_carousel .swiper-pagination-bullets {
  left: 0;
  width: 100%;
}

.dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet,
.et-db #et-boc .et-l .dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.dsm_image_carousel_pagination_outside .dsm_image_carousel_container {
  padding-bottom: 30px;
}

.dsm_image_carousel_pagination_outside .swiper-pagination-bullets,
.dsm_image_carousel_pagination_outside .swiper-pagination-custom,
.dsm_image_carousel_pagination_outside .swiper-pagination-fraction {
  bottom: 0;
}

.dsm_image_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.75);
}

.dsm_image_carousel .dsm_image_carousel_container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.dsm_image_carousel .swiper-slide img {
  width: auto;
  border-style: solid;
}

.dsm_image_carousel.dsm_image_carousel_vertical .swiper-slide img {
  width: 100%;
  height: 100%;
}

/* SVG in custom-link slides only: fills the width-100% anchor when intrinsic sizing is unusable.
 * Raster JPEG/PNG/WebP keep `.swiper-slide img { width:auto }` + srcset/sizes. */
.dsm_image_carousel .swiper-slide .dsm_image_carousel_link img:is([src$=".svg" i],
[src*=".svg?" i],
[src*=".svg#" i],
[src^="data:image/svg+xml" i]) {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.dsm_image_carousel.dsm_image_carousel_vertical .swiper-slide .dsm_image_carousel_link img:is([src$=".svg" i],
[src*=".svg?" i],
[src*=".svg#" i],
[src^="data:image/svg+xml" i]) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dsm_image_carousel .dsm_image_carousel_item a {
  width: 100%;
  display: inline-block;
}

.dsm_image_carousel_infinite_scroll .swiper-wrapper {
  transition-timing-function: linear !important;
}

.dsm_image_carousel_infinite_scroll:hover .swiper-wrapper {
  transition-timing-function: linear !important;
}

.dsm_image_carousel_infinite_scroll .swiper-pagination {
  display: none;
}

/*Thumbs*/
.swiper.dsm_image_gallery_thumbs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.dsm_image_gallery_thumbs .swiper-slide .dsm_image_carousel_thumbs_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 21/9;
}

.dsm_image_gallery_thumbs .swiper-slide .dsm_image_carousel_thumbs_image[data-dsm-lazy-bg] {
  background-color: rgba(0, 0, 0, 0.04);
}

.dsm_image_carousel_slideshow {
  width: 100%;
}

.dsm_image_carousel_slideshow .dsm_image_carousel_item .dsm_image_carousel_slideshow_bg {
  height: 450px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-style: solid;
  transition: 0.2s all ease-in-out;
}

.dsm_image_carousel_slideshow .dsm_image_carousel_item .dsm_image_carousel_slideshow_bg[data-dsm-lazy-bg] {
  background-color: rgba(0, 0, 0, 0.04);
}

.dsm_image_gallery_thumbs {
  box-sizing: border-box;
  padding-top: 10px !important;
}

.dsm_image_gallery_thumbs .swiper-slide {
  cursor: pointer;
  height: 100%;
  opacity: 0.4;
}

.dsm_image_gallery_thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.dsm_image_gallery_thumbs .dsm_image_carousel_thumbs_image {
  border-style: solid;
  transition: 0.2s all ease-in-out;
}

@media only screen and (max-width: 768px) {
  .dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_outside {
    --swiper-navigation-sides-offset: -36px;
  }
  .dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_outside.dsm_image_carousel_arrow_mobile_inside {
    --swiper-navigation-sides-offset: 0px;
  }
  .dsm_image_carousel .swiper-button-prev:before,
  .dsm_image_carousel .swiper-container-rtl .swiper-button-next:before,
  .dsm_image_carousel .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    font-size: 36px;
  }
  .dsm_image_carousel .swiper-button-prev,
  .dsm_image_carousel .swiper-button-next {
    height: 36px;
    width: 36px;
  }
  .dsm_image_carousel {
    --swiper-navigation-size: 36px;
  }
}
.dsm_image_carousel .swiper-wrapper {
  align-items: center;
}

.dsm_image_carousel .swiper-button-prev,
.dsm_image_carousel .swiper-button-next {
  font-size: 40px;
  color: #666;
}

.dsm_image_carousel.dsm_image_carousel_vertical .swiper-pagination {
  top: 50%;
}

.dsm_image_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.75);
}

.dsm_image_carousel .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.2);
}

.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-prev,
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-next {
  left: 50%;
}

/*
 * Swiper 12+ core CSS targets `.swiper` for overflow clipping. Our markup still
 * uses `swiper-container` (D4 / Swiper 4 era). Ensure clipping so slides do not
 * extend past the module on the frontend.
 */
.dsm_card_carousel .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

/*
 * Firefox: flatten wrapper stacking for typical slides (fixes z-index glitches).
 * 3D effects need preserve-3d — flat breaks Swiper’s transform math.
 * Use data-effect (mirrors PHP / edit.js) + legacy cube class when present.
 */
@-moz-document url-prefix() {
  .dsm_card_carousel .swiper-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
    transform-style: flat !important;
  }
  .dsm_card_carousel .swiper-container.dsm_card_carousel_container[data-effect=coverflow] .swiper-wrapper,
  .dsm_card_carousel .swiper-container.dsm_card_carousel_container[data-effect=flip] .swiper-wrapper,
  .dsm_card_carousel .swiper-container.dsm_card_carousel_container[data-effect=cube] .swiper-wrapper {
    transform-style: preserve-3d !important;
  }
}
/*
 * D4 CardCarousel.php: prev/next outside offset = -(arrow_size + 20) px — same as hit area
 * (arrowNextPrevWidthHeightCss). Swiper bundle expects these names for nav placement.
 * Sides offset is derived from size so changing arrow size keeps outside alignment.
 */
.dsm_card_carousel {
  margin-bottom: 60px;
  /* Fallback before inline var (default arrow 40px → touch 60px). */
  --swiper-navigation-size: 60px;
}

/* Custom arrow position sets this var from module styles; do not override with calc(). */
.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside:not(.dsm_card_carousel_use_arrow_custom_position) {
  --swiper-navigation-sides-offset: calc(-1 * var(--swiper-navigation-size));
}

.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_inside {
  --swiper-navigation-sides-offset: 0px;
}

.dsm_card_carousel .dsm_card_carousel_arrow {
  border-style: solid;
}

.dsm_card_carousel .et_pb_button {
  display: inline-block;
}

.swiper-flip .dsm_card_carousel_child.swiper-slide {
  backface-visibility: hidden;
}

.dsm_card_carousel_slider_vertical.et_pb_module .dsm_card_carousel_arrow {
  width: 40px !important;
  height: 40px !important;
  transform: rotate(90deg);
}

/*
 * Vertical prev/next use top/bottom (not --swiper-navigation-sides-offset).
 * Do not use !important here — module CommonStyle must control
 * top_navi_ver_position / bottom_navi_ver_position (matches dsm/image-carousel).
 */
.dsm_card_carousel_arrow_inside.dsm_card_carousel_slider_vertical .swiper-button-prev {
  top: 0px;
  margin-top: 0px;
}

.dsm_card_carousel_arrow_inside.dsm_card_carousel_slider_vertical .swiper-button-next {
  bottom: 0%;
  top: auto;
}

.dsm_card_carousel_arrow_outside.dsm_card_carousel_slider_vertical .swiper-button-prev {
  top: -45px;
}

.dsm_card_carousel_arrow_outside.dsm_card_carousel_slider_vertical .swiper-button-next {
  bottom: -45px;
  top: auto;
}

.dsm_card_carousel .swiper-button-prev,
.dsm_card_carousel .swiper-button-next {
  background-image: none;
  background-size: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(-0.5 * var(--swiper-navigation-size, 60px));
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
  /* Default arrow color/size on the button so ::before inherits (matches dsm/image-carousel; module arrow_color targets these selectors). */
  color: #666666;
  font-size: 40px;
}

/* Swiper adds .swiper-button-disabled when loop is off; match bundle default so our cursor/color rules do not hide the disabled state. */
.dsm_card_carousel .swiper-button-prev.swiper-button-disabled,
.dsm_card_carousel .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.35;
  pointer-events: none;
}

/*
 * Swiper 12+ default navigation uses ::after + optional SVG children. We render ET/Divi
 * icons on ::before (same pattern as dsm/image-carousel) so arrows are not doubled.
 */
.dsm_card_carousel .swiper-button-prev::after,
.dsm_card_carousel .swiper-button-next::after {
  display: none;
}

.dsm_card_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_card_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_card_carousel .swiper-button-prev svg,
.dsm_card_carousel .swiper-button-next svg {
  display: none;
}

/* Horizontal: vertical slider uses top/bottom rules above, not these insets. */
.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset);
}

.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside .swiper-button-next {
  right: var(--swiper-navigation-sides-offset);
}

.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_inside .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset) !important;
}

.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_inside .swiper-button-next {
  right: var(--swiper-navigation-sides-offset) !important;
}

.dsm_card_carousel img.swiper-lazy {
  opacity: 1;
}

/*equal height*/
.dsm_card_carousel_equal_height .dsm_card_carousel_wrapper .dsm_card_carousel_child:not(.dsm_card_carousel_child_vb_outer_wrapper),
.dsm_card_carousel_equal_height .dsm_card_carousel_wrapper .swiper-slide:not(.dsm_card_carousel_child_vb_outer_wrapper),
.et_pb_equal_columns .dsm_card_carousel_wrapper .dsm_card_carousel_child:not(.dsm_card_carousel_child_vb_outer_wrapper),
.et_pb_equal_columns .dsm_card_carousel_wrapper .swiper-slide:not(.dsm_card_carousel_child_vb_outer_wrapper) {
  height: auto !important;
}

.dsm_card_carousel_equal_height .swiper-slide > div:first-of-type,
.dsm_card_carousel_equal_height .dsm_card_carousel_child_vb_outer_wrapper,
.dsm_card_carousel_equal_height .dsm_card_carousel_child_vb_outer_wrapper > div:first-of-type,
.et_pb_equal_columns .dsm_card_carousel_child_vb_outer_wrapper,
.et_pb_equal_columns .dsm_card_carousel_child_vb_outer_wrapper > div:first-of-type {
  height: 100%;
}

.dsm-card-button-alignment .dsm_card_carousel_child > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dsm-card-button-alignment .dsm_card_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* D4 uses .et_pb_button_wrapper; D5 PHP/VB use .et_pb_button_module_wrapper */
.dsm-card-button-alignment-bottom .et_pb_button_module_wrapper,
.dsm-card-button-alignment-bottom .et_pb_button_wrapper {
  margin-top: auto !important;
}

.dsm-card-button-alignment-top .et_pb_button_module_wrapper,
.dsm-card-button-alignment-top .et_pb_button_wrapper {
  margin-bottom: auto;
}

.dsm-card-button-alignment-center .et_pb_button_module_wrapper,
.dsm-card-button-alignment-center .et_pb_button_wrapper {
  margin-bottom: auto;
  margin-top: auto !important;
}

.dsm_card_carousel_badge_hover .dsm_card_carousel_child .dsm_card_carousel_child_badge_text {
  opacity: 0;
}

.dsm_card_carousel_badge_hover .dsm_card_carousel_child:hover .dsm_card_carousel_child_badge_text {
  opacity: 1;
}

/*
 * Design → Card border/radius: styles target the slide root (see module.json `card`).
 * Clip children here — clipping on .et_pb_module_inner alone often fails when that
 * inner is a flex item (min-height:auto) or with image zoom transforms; the slide
 * root establishes a reliable overflow + radius box.
 */
.dsm_card_carousel .swiper-slide.dsm_card_carousel_child {
  overflow: hidden;
}

/* Flex children need min-height:0 for overflow clipping inside the slide */
.dsm_card_carousel .swiper-slide.dsm_card_carousel_child .et_pb_module_inner {
  min-height: 0;
}

/*layout*/
.dsm_card_carousel_layout_inline .dsm_card_carousel_child,
.dsm_card_carousel_layout_inline .dsm_card_carousel_child .et_pb_module_inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.dsm-card-button-alignment.dsm_card_carousel_layout_inline .dsm_card_carousel_child > div {
  flex-direction: initial;
}

.dsm-card-button-alignment.dsm_card_carousel_layout_inline .dsm_card_wrapper {
  height: 100%;
}

.dsm_card_carousel_layout_inline .dsm_card_carousel_child_image_wrapper {
  order: 0;
  flex: 0 0 50%;
  overflow: hidden;
}

.dsm_card_carousel_child_image_wrapper .dsm_card_carousel_child_image_background {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}

/*pagination*/
.dsm_card_carousel .swiper-container-horizontal .swiper-pagination-bullets,
.dsm_card_carousel .swiper-pagination-custom,
.dsm_card_carousel .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.dsm_card_carousel.dsm_card_carousel_slider_horizontal .swiper-pagination-bullets {
  bottom: -30px;
  left: 0;
  width: 100%;
  opacity: 1 !important;
}

.dsm_card_carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.dsm_card_carousel_pagination_outside .dsm_card_carousel_container {
  padding-bottom: 30px;
}

.dsm_card_carousel_pagination_outside .swiper-container-horizontal .swiper-pagination-bullets,
.dsm_card_carousel_pagination_outside .swiper-pagination-custom,
.dsm_card_carousel_pagination_outside .swiper-pagination-fraction {
  bottom: 0;
}

.dsm_card_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.75);
}

.dsm_card_carousel_slider_vertical.dsm_pagi_placement_left .dsm_card_carousel_pagination {
  display: flex;
  flex-direction: column;
  gap: 8px;
  right: auto;
  width: auto !important;
}

.dsm_card_carousel_slider_vertical.dsm_pagi_placement_right .dsm_card_carousel_pagination {
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: auto;
  width: auto !important;
}

/*lightbox*/
.dsm-image-lightbox,
.dsm-video-lightbox,
.dsm-card-image-lightbox,
.dsm-card-video-lightbox {
  cursor: pointer;
}

/*Badge*/
.dsm_card_carousel_badge_hover .dsm_card_carousel_child .dsm_card_carousel_child_badge_text {
  opacity: 0;
  transition: opacity 300ms;
}

.dsm_card_carousel_badge_hover .dsm_card_carousel_child:hover .dsm_card_carousel_child_badge_text {
  opacity: 1;
}

@media only screen and (max-width: 980px) {
  .dsm_card_carousel_layout_tablet_stacked .dsm_card_carousel_child > div:first-of-type {
    display: initial;
  }
  .dsm_card_carousel_layout_tablet_inline .dsm_card_carousel_child > div:first-of-type {
    display: flex;
  }
  .dsm_card_carousel_layout_tablet_inline .dsm_card_carousel_child_image_wrapper {
    order: 0;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dsm_card_carousel_layout_phone_stacked .dsm_card_carousel_child > div:first-of-type {
    display: initial;
  }
  .dsm_card_carousel_layout_phone_inline .dsm_card_carousel_child > div:first-of-type {
    display: flex;
  }
  .dsm_card_carousel_layout_phone_inline .dsm_card_carousel_child_image_wrapper {
    order: 0;
    flex: 0 0 50%;
  }
  .dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside {
    --swiper-navigation-sides-offset: 0px;
  }
  .dsm_card_carousel .swiper-button-prev,
  .dsm_card_carousel .swiper-button-next {
    font-size: 36px;
  }
}
.dsm_card_carousel .dsm_card_carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.75);
}

.dsm_card_carousel .dsm_card_carousel_pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.2);
}

.dsm_card_carousel.dsm_card_carousel_slider_vertical.dsm_pagi_placement_right .swiper-pagination-bullets {
  right: -30px;
}

.dsm_card_carousel.dsm_card_carousel_slider_vertical.dsm_pagi_placement_left .swiper-pagination-bullets {
  left: -30px;
}

.dsm_card_carousel.dsm_card_carousel_slider_horizontal .dsm_card_carousel_pagination.swiper-pagination-bullets {
  bottom: -30px;
}

.dsm_card_carousel.dsm_card_carousel_slider_vertical .swiper-pagination-bullets {
  top: 50%;
}

.dsm_card_carousel .dsm_card_carousel_child_img,
.dsm_card_carousel .dsm_card_carousel_child_image_wrapper img {
  max-width: 100%;
}

.dsm_card_carousel .dsm_card_carousel_child_image_wrapper {
  display: flex;
  justify-content: center;
}

/******** Arrow Style CSS (ETmodules on ::before; ::after hidden above) *************/
.dsm_card_carousel .swiper-button-prev::before {
  font-family: ETmodules !important;
  font-weight: 400;
  content: "4";
}

.dsm_card_carousel .swiper-button-next::before {
  font-family: ETmodules !important;
  font-weight: 400;
  content: "5";
}

.swiper-container.dsm_card_carousel_wrapper {
  overflow: hidden;
}

.dsm_card_carousel_child_badge_text {
  position: absolute;
  padding: 7px 15px;
  max-width: 100%;
  border-radius: 50px;
  background-color: #fff;
  font-size: 12px;
  border-style: solid;
  border-width: 0;
  line-height: 1em;
  z-index: 3;
}

.dsm_card_carousel_child_badge_top_right .dsm_card_carousel_child_badge_text {
  top: 1rem;
  right: 1rem;
}

.dsm_card_carousel_child_badge_top_left .dsm_card_carousel_child_badge_text {
  top: 1rem;
  left: 1rem;
}

.dsm_card_carousel_child_badge_top_center .dsm_card_carousel_child_badge_text {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.dsm_card_carousel_child_badge_bottom_right .dsm_card_carousel_child_badge_text {
  bottom: 1rem;
  right: 1rem;
}

.dsm_card_carousel_child_badge_bottom_left .dsm_card_carousel_child_badge_text {
  bottom: 1rem;
  left: 1rem;
}

.dsm_card_carousel_child_badge_bottom_center .dsm_card_carousel_child_badge_text {
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.dsm_card_carousel_child_badge_center .dsm_card_carousel_child_badge_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dsm_card_carousel_child_badge_center_left {
  display: flex;
  justify-content: left;
  align-items: center;
}

.dsm_card_carousel_child_badge_center_left .dsm_card_carousel_child_badge_text {
  left: 1rem;
}

.dsm_card_carousel_child_badge_center_right {
  display: flex;
  justify-content: right;
  align-items: center;
}

.dsm_card_carousel_child_badge_center_right .dsm_card_carousel_child_badge_text {
  right: 1rem;
}

/*Overlay*/
.dsm_card_carousel_child .et_overlay {
  border-width: 0;
}

.dsm_card_carousel_child_image_wrapper .dsm-card-icon-empty.et_overlay:before {
  display: none;
}

.dsm-card-overlay-off .et_overlay {
  opacity: 1;
  z-index: 0;
}

.dsm-card-overlay-off:hover .et_overlay {
  opacity: 0;
}

.dsm_card_carousel_child_image_wrapper .et_overlay {
  display: flex;
}

.dsm_card_carousel_child_image_wrapper .et_overlay:before {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/*Animation*/
/* Animation classes live on .dsm_card_carousel_child (module root), like D4 — not on the figure. */
.dsm_card_carousel_child_image_animation .dsm_card_carousel_child_image_wrapper {
  overflow: hidden;
}

.dsm_card_carousel_child_image_animation_zoom_in:hover .dsm_card_carousel_child_image_background {
  transform: scale(1.5);
}

.dsm_card_carousel_child_image_animation_zoom_out .dsm_card_carousel_child_image_background {
  transform: scale(1.5);
}

.dsm_card_carousel_child_image_animation_zoom_out:hover .dsm_card_carousel_child_image_background {
  transform: scale(1);
}

.dsm_card_carousel_child_image_animation_zoom_in_n_rotate:hover .dsm_card_carousel_child_image_background {
  transform: scale(1.5) rotate(25deg);
}

.dsm_card_carousel_child_image_animation_zoom_out_n_rotate .dsm_card_carousel_child_image_background {
  transform: scale(1.5) rotate(25deg);
}

.dsm_card_carousel_child_image_animation_zoom_out_n_rotate:hover .dsm_card_carousel_child_image_background {
  transform: scale(1) rotate(0);
}

/* Smooth Scrolling */
.dsm_card_carousel_infinite_scroll .swiper-wrapper {
  transition-timing-function: linear !important;
}

.dsm_card_carousel_infinite_scroll:hover .swiper-wrapper {
  transition-timing-function: linear !important;
}

.dsm_card_carousel_infinite_scroll .swiper-pagination {
  display: none;
}

.dsm_card_carousel .dsm_card_carousel_child_image_wrapper {
  position: relative;
}

.dsm_card_carousel_child_img {
  display: block;
}

.dsm_card_carousel_image_stretch {
  width: 100%;
}

.dsm_card_carousel .dsm_card_carousel_child_image_wrapper .et_overlay.et_pb_inline_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 99 !important;
  background: transparent !important;
}

.dsm_card_carousel .dsm_card_carousel_child .dsm_card_carousel_child_image_wrapper .et_overlay.dsm_show_hover_overlay {
  opacity: 0;
}

.dsm_card_carousel .dsm_card_carousel_child:hover .dsm_card_carousel_child_image_wrapper .et_overlay.dsm_show_hover_overlay {
  opacity: 1;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.dsm-circle-info-container {
  margin: auto;
  position: relative;
  width: var(--main-circle-size, 500px);
  height: var(--main-circle-size, 500px);
}

.dsm-circle-info-container.dsm-circle-info-size-auto {
  max-width: 100%;
  box-sizing: border-box;
}

.dsm-circle-info-container .dsm-circle-info-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.dsm_content_icon {
  display: inline-block;
  line-height: 1em;
}

.dsm_icon {
  line-height: 1em;
}

.dsm-circle-info-container .dsm-circle-info-content .dsm-circle-info-content-wrapper {
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 80%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  position: absolute !important;
  transform: translate(-50%, -50%);
}

.dsm-circle-info-container .dsm-circle-info-content .dsm-circle-info-content-wrapper.dsm-circle-info-item-active {
  opacity: 1;
  visibility: visible;
}

.dsm-circle-info-button {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 99;
}

.dsm-circle-info-button-wrapper {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-style: solid;
}

.dsm-circle-info-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dsm_circle_info_image {
  max-width: 30%;
  border-style: solid;
}

.dsm-circle-info-container .dsm-circle-info-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dsm-circle-info-container .dsm-circle-info-content-wrapper .et_pb_button_wrapper {
  margin-top: 15px;
}

.dsm-circle-info-item-inner-wrapper {
  position: absolute;
  z-index: 99;
}

.dsm_circle_info_child.et_pb_module {
  min-height: 0px !important;
}

.dsm_circle_info .dsm-circle-info-button-wrapper {
  width: 80px;
  height: 80px;
  background: #444444;
  color: #ffffff;
}

.dsm_circle_info .dsm-circle-info-content-wrapper {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.dsm_circle_info .dsm_content_icon,
.dsm_circle_info .dsm_icon {
  font-size: 16px;
}

.dsm_circle_info .dsm-circle-info-button-wrapper .dsm-circle-info-inner img {
  max-width: 30%;
}

.dsm_circle_info .dsm-image img {
  width: 30%;
}

.dsm_circle_info .dsm-circle-info-container {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-width: 6px;
  border-color: #333;
  border-style: solid;
}

.dsm_circle_info .dsm-circle-info-content-wrapper,
.dsm_circle_info .dsm-circle-info-button-wrapper span {
  text-align: center;
}

.dsm_circle_info .dsm-circle-info-container button.dsm-circle-info-button-wrapper {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font: inherit;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
}

.dsm_circle_info .dsm-circle-info-container button.dsm-circle-info-button-wrapper:focus {
  outline: none;
}

.dsm_circle_info .dsm-circle-info-container button.dsm-circle-info-button-wrapper:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .dsm-circle-info-container.dsm_animate .dsm-circle-info-button,
  .dsm-circle-info-container.dsm_animate .dsm-circle-info-button .dsm-circle-info-item-inner-wrapper {
    transition-duration: 0.01ms !important;
  }
  .dsm-circle-info-content-inner-wrapper.animated {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.dsm_circle_info_child {
  background-color: #7ebec5;
}

/*
 * Swiper 12+ core CSS targets `.swiper` for overflow. Markup uses `swiper-container` (D4 era).
 */
.dsm_post_carousel .swiper-container.dsm-post-carousel-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

/*
 * Firefox: flatten wrapper stacking for typical slides (fixes z-index glitches).
 * 3D effects need preserve-3d.
 */
@-moz-document url-prefix() {
  .dsm_post_carousel .swiper-container.dsm-post-carousel-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
    transform-style: flat !important;
  }
  .dsm_post_carousel .swiper-container.dsm-post-carousel-container[data-effect=coverflow] .swiper-wrapper,
  .dsm_post_carousel .swiper-container.dsm-post-carousel-container[data-effect=flip] .swiper-wrapper,
  .dsm_post_carousel .swiper-container.dsm-post-carousel-container[data-effect=cube] .swiper-wrapper {
    transform-style: preserve-3d !important;
  }
}
/* Swiper 12 nav bundle reads these (aligned with dsm/card-carousel). */
.dsm_post_carousel {
  margin-bottom: 60px;
  --swiper-navigation-size: 60px;
}

/*swiper cube fix visibility*/
.dsm-post-carousel .swiper-container-cube .swiper-slide:not(.swiper-slide-active) {
  z-index: 0;
}

.dsm_post_carousel.dsm-post-item-equal-height .dsm-post-carousel-item {
  height: auto;
}

.dsm-post-carousel-item {
  border: 0 solid;
}

.dsm-bottom-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 10px;
}

.dsm-bottom-meta img {
  width: 60px;
  height: auto;
}

.dsm-bottom-meta .dsm-bottom-meta-image {
  margin-right: 10px;
  line-height: 0;
}

.dsm-bottom-meta-right {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.dsm-entry-title {
  font-size: 18px;
  line-height: 1.3em;
}

.dsm_post_carousel .dsm-entry-image {
  position: relative;
  overflow: hidden;
}

.dsm_post_carousel .swiper-pagination {
  text-align: center;
  width: 100%;
}

.dsm_post_carousel .swiper-pagination .swiper-pagination-bullets {
  bottom: -40px;
  left: 0;
  width: 100%;
}

.dsm_post_carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
}

.dsm_post_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.dsm_post_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.dsm_post_carousel .swiper-button-next,
.dsm_post_carousel .swiper-button-prev {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--swiper-navigation-size, 60px);
  height: var(--swiper-navigation-size, 60px);
  font-size: var(--swiper-navigation-size, 60px);
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

/*
 * Swiper 12+ default navigation uses ::after + optional SVG children. We render ET/Divi
 * icons on ::before (same pattern as dsm/card-carousel + dsm/image-carousel) so arrows are not doubled.
 */
.dsm_post_carousel .swiper-button-prev::after,
.dsm_post_carousel .swiper-button-next::after {
  display: none;
}

.dsm_post_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_post_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_post_carousel .swiper-button-prev svg,
.dsm_post_carousel .swiper-button-next svg {
  display: none;
}

.dsm_post_carousel .swiper-button-prev {
  left: -50px;
}

.dsm_post_carousel .swiper-button-next {
  right: -50px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: pointer;
  pointer-events: all;
}

/*
 * Read-more: parent spans the slide so margin-auto on the inner wrapper can center/right/left
 * the block. Without width: fit-content, .et_pb_button_module_wrapper is block-level and fills
 * 100% — margin-left/right: auto then does not move the visible button.
 */
.dsm-post-carousel .dsm-readmore-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.dsm-post-carousel .dsm-readmore-wrap .et_pb_button_module_wrapper {
  width: fit-content;
  width: -moz-fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.dsm-readmore-btn {
  display: inline-block;
}

.dsm-post-carousel .dsm-post-carousel-item {
  overflow: hidden;
}

/****** Vertical Pagination CSS *******/
.swiper-pagination.swiper-pagination-vertical {
  transform: translateY(-50%) !important;
  bottom: auto;
  width: auto !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

/****** Vertical Navigation CSS *******/
.dsm-post-carousel-slider-vertical .swiper-button-prev::before {
  transform: rotate(90deg);
}

.dsm-post-carousel-slider-vertical .swiper-button-next {
  top: auto;
}

.dsm-post-carousel-slider-vertical .swiper-button-next::before {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .dsm_post_carousel .swiper-button-prev {
    left: -25px;
  }
  .dsm_post_carousel .swiper-button-next {
    right: -25px;
  }
}
.dsm_post_carousel .dsm-entry-title a {
  font-size: 18px;
  line-height: 1.3em;
}

.dsm_post_carousel .dsm-post-carousel-wrapper .dsm-post-carousel-item {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dsm_post_carousel .swiper-pagination.swiper-pagination-vertical {
  right: -40px;
  left: auto;
}

/*
 * Thumbnail tile: flex centers shrink-wrapped link (contain). Cover: link stretches to tile.
 * Overlay lives on `a::before` so contain mode matches the picture, not letterboxing.
 */
.dsm_post_carousel .dsm-entry-image .dsm-entry-thumbnail {
  position: relative;
  overflow: hidden;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a {
  display: flex;
  flex: 1 1 0;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  height: 100%;
  position: relative;
  z-index: 0;
}

.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a img {
  display: block;
}

.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 0;
}

.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a img {
  display: block;
}

.dsm_post_carousel.dsm-overlay-enabled .dsm-entry-image .dsm-entry-thumbnail > a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dsm_post_carousel.dsm-overlay-enabled .dsm-entry-thumbnail > a:hover::before {
  opacity: 1;
}

.dsm_post_carousel .dsm-post-carousel-item {
  background: #ffffff;
}

/*
 * Swiper 12+ core CSS targets `.swiper` for overflow. Markup uses `swiper-container` (D4 era).
 */
.dsm_blog_carousel .swiper-container.dsm-blog-carousel-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

/*
 * Firefox: flatten wrapper stacking for typical slides (fixes z-index glitches).
 * 3D effects need preserve-3d — flat breaks Swiper’s transform math.
 * Same pattern as dsm/card-carousel: broad `swiper-container` selector for `flat`,
 * then `data-effect` + `dsm-blog-carousel-container` for coverflow / flip / cube.
 */
@-moz-document url-prefix() {
  .dsm_blog_carousel .swiper-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
    transform-style: flat !important;
  }
  .dsm_blog_carousel .swiper-container.dsm-blog-carousel-container[data-effect=coverflow] .swiper-wrapper,
  .dsm_blog_carousel .swiper-container.dsm-blog-carousel-container[data-effect=flip] .swiper-wrapper,
  .dsm_blog_carousel .swiper-container.dsm-blog-carousel-container[data-effect=cube] .swiper-wrapper {
    transform-style: preserve-3d !important;
  }
}
/* Swiper 12 nav bundle reads these (aligned with dsm/card-carousel). */
.dsm_blog_carousel {
  margin-bottom: 60px;
  --swiper-navigation-size: 60px;
}

/* Flip: hide back face in 3D (matches dsm/card-carousel `.swiper-flip` rule). */
.dsm_blog_carousel .swiper-flip .dsm-blog-carousel-item.swiper-slide {
  backface-visibility: hidden;
}

/*
 * Swiper cube: keep non-active slides behind the active face (stacking / visibility).
 * Scope under module root; `.swiper-container-cube` and `.swiper-cube` (Swiper 9+).
 */
.dsm_blog_carousel .swiper-container-cube .swiper-slide:not(.swiper-slide-active),
.dsm_blog_carousel .swiper-container.swiper-cube .swiper-slide:not(.swiper-slide-active) {
  z-index: 0;
}

.dsm_blog_carousel.dsm-post-item-equal-height .dsm-blog-carousel-item {
  height: auto;
}

.dsm-blog-carousel-item {
  border: 0 solid;
}

.dsm-bottom-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 10px;
}

.dsm-bottom-meta img {
  width: 60px;
  height: auto;
}

.dsm-bottom-meta .dsm-bottom-meta-image {
  margin-right: 10px;
  line-height: 0;
}

.dsm-bottom-meta-right {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.dsm-entry-title {
  font-size: 18px;
  line-height: 1.3em;
}

.dsm_blog_carousel .dsm-entry-image {
  position: relative;
  overflow: hidden;
}

.dsm_blog_carousel .swiper-pagination {
  text-align: center;
  width: 100%;
}

.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullets {
  bottom: -40px;
  left: 0;
  width: 100%;
}

.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
}

.dsm_blog_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.dsm_blog_carousel .swiper-button-next,
.dsm_blog_carousel .swiper-button-prev {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--swiper-navigation-size, 60px);
  height: var(--swiper-navigation-size, 60px);
  font-size: var(--swiper-navigation-size, 60px);
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

/*
 * Swiper 12+ default navigation uses ::after + optional SVG children. We render ET/Divi
 * icons on ::before (same pattern as dsm/card-carousel + dsm/image-carousel) so arrows are not doubled.
 */
.dsm_blog_carousel .swiper-button-prev::after,
.dsm_blog_carousel .swiper-button-next::after {
  display: none;
}

.dsm_blog_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_blog_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_blog_carousel .swiper-button-prev svg,
.dsm_blog_carousel .swiper-button-next svg {
  display: none;
}

.dsm_blog_carousel .swiper-button-prev {
  left: -50px;
}

.dsm_blog_carousel .swiper-button-next {
  right: -50px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: pointer;
  pointer-events: all;
}

/*
 * Read-more: parent spans the slide so margin-auto on the inner wrapper can center/right/left
 * the block. Without width: fit-content, .et_pb_button_module_wrapper is block-level and fills
 * 100% — margin-left/right: auto then does not move the visible button.
 */
.dsm-blog-carousel .dsm-readmore-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.dsm-blog-carousel .dsm-readmore-wrap .et_pb_button_module_wrapper {
  width: fit-content;
  width: -moz-fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.dsm-readmore-btn {
  display: inline-block;
}

.dsm-blog-carousel .dsm-blog-carousel-item {
  overflow: hidden;
}

/****** Vertical Pagination CSS *******/
.swiper-pagination.swiper-pagination-vertical {
  transform: translateY(-50%) !important;
  bottom: auto;
  width: auto !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

/****** Vertical Navigation CSS *******/
.dsm-blog-carousel-slider-vertical .swiper-button-prev::before {
  transform: rotate(90deg);
}

.dsm-blog-carousel-slider-vertical .swiper-button-next {
  top: auto;
}

.dsm-blog-carousel-slider-vertical .swiper-button-next::before {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .dsm_blog_carousel .swiper-button-prev {
    left: -25px;
  }
  .dsm_blog_carousel .swiper-button-next {
    right: -25px;
  }
}
.dsm_blog_carousel .dsm-entry-title a {
  font-size: 18px;
  line-height: 1.3em;
}

.dsm_blog_carousel .dsm-blog-carousel-wrapper .dsm-blog-carousel-item {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dsm_blog_carousel .swiper-pagination.swiper-pagination-vertical {
  right: -40px;
  left: auto;
}

/*
 * Thumbnail tile: flex centers shrink-wrapped link (contain). Cover: link stretches to tile.
 * Overlay lives on `a::before` so contain mode matches the picture, not letterboxing.
 */
.dsm_blog_carousel .dsm-entry-image .dsm-entry-thumbnail {
  position: relative;
  overflow: hidden;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a {
  display: flex;
  flex: 1 1 0;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  height: 100%;
  position: relative;
  z-index: 0;
}

.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a img {
  display: block;
}

.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 0;
}

.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a img {
  display: block;
}

.dsm_blog_carousel.dsm-overlay-enabled .dsm-entry-image .dsm-entry-thumbnail > a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dsm_blog_carousel.dsm-overlay-enabled .dsm-entry-thumbnail > a:hover::before {
  opacity: 1;
}

.dsm_blog_carousel .dsm-blog-carousel-item {
  background: #ffffff;
}

.dsm_masonry_gallery,
.dsm_masonry_gallery .grid-item {
  border-style: solid;
  line-height: 0;
}

.dsm_masonry_gallery .grid-item a {
  display: inline-block;
  line-height: 0;
}

.dsm_masonry_gallery .grid-item a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.dsm_masonry_gallery .grid-item img {
  display: block;
  max-width: 100%;
}

.dsm_masonry_gallery .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
  line-height: 0;
  overflow: hidden;
}

.dsm_masonry_gallery_svg img {
  width: 100%;
}

.dsm_masonry_gallery .dsm-overlay::before,
.et-db #et-boc .et-l .dsm_masonry_gallery .dsm-overlay::before {
  content: none;
}

.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-inner {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dsm_masonry_gallery .grid-item .dsm-overlay,
.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item .dsm-overlay {
  border: 0;
  transition: all 0.4s;
}

.dsm_masonry_gallery .grid-item a,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-title,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc {
  color: #ffffff;
}

.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption {
  line-height: 1.7em;
  padding: 0;
}

.dsm_masonry_gallery .grid-item:hover .dsm-overlay,
.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item:hover .dsm-overlay {
  opacity: 1;
  z-index: 1;
}

.dsm_masonry_zoom_hover .grid-item:hover img {
  transition: transform 0.4s ease-in-out;
  transform: scale(1.2);
}

.dsm_masonry_zoom_hover .grid-item img {
  transition: transform 0.4s ease-in-out;
}

.dsm_masonry_gallery .et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.dsm_masonry_gallery .et_overlay::before {
  color: #2ea3f2;
  content: "\e050";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  transition: all 0.4s;
}

.mfp-wrap .mfp-container button:hover {
  background: transparent !important;
}

.mfp-wrap .mfp-arrow:active {
  position: absolute;
  top: 50%;
}

.mfp-wrap .mfp-close:active {
  position: absolute;
  top: -10px;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade .mfp-wrap .mfp-content {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-bg {
  z-index: 1000000;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1000001;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.55;
  filter: alpha(opacity=55);
  top: 50%;
  margin: -32px 0 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow-left {
  left: 10px;
}

.mfp-arrow-right {
  right: 10px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-arrow {
  background: none !important;
  margin-top: -32px !important;
  line-height: 1em !important;
}

.mfp-arrow,
.mfp-arrow:after {
  width: 48px !important;
  height: 48px !important;
}

.mfp-arrow:after {
  margin: 0 !important;
  top: 0 !important;
  border: none !important;
}

.mfp-arrow-left {
  left: 0 !important;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border: none;
  font-size: 64px;
  color: #fff;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  content: "4";
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  content: "5";
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  font-size: 64px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 200;
  top: -10px;
  opacity: 0.2;
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
  opacity: 1;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Video iframe markup puts .mfp-close inside .mfp-iframe-scaler (see dsm-video-popup).
   Holder rules use width:100% for closes on .mfp-content; here that spans the scaler. */
.mfp-iframe-scaler.dsm-video-popup {
  overflow: visible;
  position: relative;
}
.mfp-iframe-scaler.dsm-video-popup .mfp-close {
  width: 44px !important;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
  margin: 0;
  text-align: center !important;
  right: 0 !important;
  left: auto !important;
  top: -44px;
  z-index: 2;
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-inner-container {
  overflow: visible !important;
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-inner-item {
  overflow: hidden;
}

/* Row of tabs: <li> is block by default; flex on the list keeps tabs horizontal (D4 had inline-block on <li>). */
/* justify-content comes from Design → Filter tabs → Alignment (module-styles / PHP). */
.dsm-filterable-gallery-container .dsm-filterable-category-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 23px 0 !important;
}

/* Buttons: strip UA border/focus chrome; keep chip look (matches .dsm_filterable_gallery below). */
.dsm-filterable-gallery-container .dsm-filterable-category-container .dsm-filterable-gallery-filter-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f4f4f4;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  /* Do not use `font` shorthand — it overrides Divi typography rules on the same element. */
  margin: 0;
  max-width: 100%;
  padding: 5px 15px;
  text-align: inherit;
}

.dsm-filterable-gallery-container .dsm-filterable-category-container .dsm-filterable-gallery-filter-item.dsm-active-filter {
  background-color: #444444;
  color: #ffffff;
}

.dsm-filterable-category-container .dsm-filterable-gallery-filter-item:focus-visible,
.dsm-filterable-gallery-container .dsm-gallery-number-pagination:focus-visible,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-image-wrapper {
  line-height: 0;
  overflow: hidden;
}

.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container {
  margin-top: 30px;
}

.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container .dsm-gallery-number-pagination,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container .dsm-gallery-loadmore-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #dddddd;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  /* Do not set `color: inherit` — it overrides Divi font color on pagination / load-more. */
  cursor: pointer;
  /* Do not use `font` shorthand — it overrides Divi pagination / load-more typography. */
  margin: 0;
  min-width: 0;
  padding: 5px 15px;
  text-align: inherit;
}

.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container .dsm-gallery-number-pagination.dsm-active-pagination-item {
  background-color: #f4f4f4;
}

.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-loadmore-container,
.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-number-pagination[data-pagination=next] {
  display: none;
}

.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-next-dot {
  display: none;
}

.dsm-filterable-gallery-container[data-hasprevpage=false] .dsm-gallery-number-pagination[data-pagination=prev] {
  display: none;
}

.dsm-filterable-gallery-container[data-hasprevpage=false] .dsm-gallery-previous-dot {
  display: none;
}

.dsm-gallery-previous-dot,
.dsm-gallery-next-dot {
  letter-spacing: 2px;
  font-weight: 900;
  font-size: medium;
  margin-left: 8px;
  margin-right: 8px;
}

.dsm-filterable-gallery-container {
  position: relative;
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-item img {
  height: 100%;
  width: 100%;
}

.dsm-filterable-gallery-container .dsm-gallery-loadmore-container {
  display: flex;
  flex-direction: row;
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item,
.dsm-filterable-gallery-container .dsm-filterable-gallery-filter-item,
.dsm-filterable-gallery-container .dsm-gallery-number-pagination,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container .dsm-gallery-loadmore-button {
  transition: all 0.2s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item,
  .dsm-filterable-gallery-container .dsm-filterable-gallery-filter-item,
  .dsm-filterable-gallery-container .dsm-gallery-number-pagination,
  .dsm-filterable-gallery-container .dsm-gallery-loadmore-container .dsm-gallery-loadmore-button,
  .dsm-image-hover .dsm-filterable-gallery-item img {
    transition: none;
  }
}
.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container {
  /*
   display: flex;
   flex-direction: row;
   gap: 5px;
   flex-wrap: wrap;*/
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.dsm-filterable-gallery-item {
  overflow: hidden;
}

.dsm-image-hover .dsm-filterable-gallery-item:hover img {
  transition: transform 0.4s ease-in-out;
  transform: scale(1.2);
}

.dsm-image-hover .dsm-filterable-gallery-item img {
  transition: transform 0.4s ease-in-out;
}

/********** Overlay Layout Css **********/
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item {
  position: relative;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item {
  transition: all 0.2s ease-out;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-image-wrapper {
  line-height: 0em;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-content-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}

.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-container .dsm-filterable-gallery-image-wrapper::before {
  transform: scale(0.8);
}
.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-container .dsm-filterable-gallery-content-wrapper {
  transform: scale(0.8);
}

.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-content-wrapper {
  transform: scale(1);
}
.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-image-wrapper::before {
  transform: scale(1);
}

.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-item {
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 180px;
}

.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-image-wrapper::before,
.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-content-wrapper {
  transition: 500ms;
}

.dsm-filterable-gallery-container .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-image-wrapper::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.dsm_filterable_gallery .dsm-gallery-number-pagination-container {
  justify-content: center;
}

.dsm_filterable_gallery .dsm-gallery-loadmore-container {
  justify-content: center;
}

.dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item {
  background-color: #f4f4f4;
}

.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-content-wrapper {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

/**
 * Flipbox: layout, effects, icon placement, text alignment (FE + VB).
 * Compiled to `assets/css/flipbox.css` for conditional enqueue; also imported by `style.scss` / `vb.scss`.
 */
.et-db #et-boc .dsm_flipbox_child.et_pb_module,
.et-db #et-boc .et-l #et-fb-app .dsm_flipbox_child.et_pb_module,
.dsm_flipbox_child.et_pb_module.et_pb_section_parallax {
  position: absolute !important;
  height: 100%;
}

/*iOS bug*/
.safari .dsm_flipbox,
.ios .dsm_flipbox {
  -webkit-transform: translate3d(0, 0, 0);
}

/* Safari Flickering bug*/
.uiwebview .dsm_flipbox_child .et_pb_section_video_bg,
.safari .dsm_flipbox_child .et_pb_section_video_bg {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

/*New divi icon update*/
.dsm_flipbox_child .et_pb_button[data-icon]:not([data-icon=""]):after {
  content: attr(data-icon);
}

/*divi new update align text*/
.et_pb_text_align_left {
  text-align: left;
}

.et_pb_text_align_center {
  text-align: center;
}

.et_pb_text_align_right {
  text-align: right;
}

.et_pb_text_align_justified {
  text-align: justify;
}

.dsm-flipbox {
  position: relative;
  perspective: 1000px;
}

/* Keyboard focus when click + whole (tabindex on inner shell). */
.dsm-flipbox[tabindex="0"]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.dsm_flipbox_child.et_pb_module {
  margin-bottom: 0 !important;
}

.dsm-flipbox-3d .dsm_flipbox_child .et_pb_module_inner {
  transform: translateZ(90px) scale(0.91);
}

.dsm-flipbox-3d .dsm_flipbox_face_inner {
  transform: translateZ(90px) scale(0.91);
}

.dsm-flipbox.dsm-flipbox-3d .dsm_flipbox_child {
  overflow: initial;
}

.dsm-flipbox.dsm-flipbox-3d {
  transform-style: preserve-3d;
}

.et-db #et-boc .dsm-flipbox-3d .dsm_flipbox_face_inner {
  transform: translateZ(90px) scale(0.91);
}

.dsm_flipbox_child .et_pb_module_inner,
.et-db #et-boc .dsm_flipbox_child > div,
.dsm_flipbox_face_inner {
  width: 100%;
  backface-visibility: hidden;
}

.dsm_flipbox_child {
  display: flex;
  flex-direction: row;
  position: absolute !important;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  border-style: solid;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Text vertical alignment (D4: align-items on %%order_class%%; one flex child is .dsm_flipbox_face_inner). */
.dsm_flipbox_child.dsm_flipbox_content_vertical_top {
  align-items: flex-start;
}

.dsm_flipbox_child.dsm_flipbox_content_vertical_center {
  align-items: center;
}

.dsm_flipbox_child.dsm_flipbox_content_vertical_bottom {
  align-items: flex-end;
}

.dsm_flipbox_child .et_pb_button {
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.dsm_flipbox_child.et_hover_enabled {
  transition: transform 0.6s ease-in-out;
}

/*Fade*/
.dsm-flipbox-fade .dsm_flipbox_child {
  transition: opacity 0.6s ease-in-out;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:first-child,
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-fade .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2) {
  opacity: 1;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-fade .dsm_flipbox_child:first-child {
  opacity: 0;
}

.dsm-subtitle {
  display: block;
}

/*Zoom In*/
.dsm-flipbox-zoom-in .dsm_flipbox_child {
  transition: all 0.6s ease-in-out;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2) {
  opacity: 0;
  transform: scale(0.8);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}

/*Zoom Out*/
.dsm_flipbox .dsm-flipbox-zoom .dsm_flipbox_child {
  transition: all 0.6s ease-in-out;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child {
  opacity: 0;
  transform: scale(0.8);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2) {
  opacity: 0;
  transform: scale(0.8);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2) {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

/*Zoom Out Up*/
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-up .dsm_flipbox_child:first-child {
  animation: dsm-animation-zoom-out-up 0.6s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2) {
  opacity: 0;
  transform: scale(0.8);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
@keyframes dsm-animation-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0;
  }
}
/*Zoom Out Down*/
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-down .dsm_flipbox_child:first-child {
  animation: dsm-animation-zoom-out-down 0.6s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2) {
  opacity: 0;
  transform: scale(0.8);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
@keyframes dsm-animation-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0;
  }
}
/*Zoom Out Right*/
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-right .dsm_flipbox_child:first-child {
  animation: dsm-animation-zoom-out-right 0.6s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2) {
  opacity: 0;
  transform: scale(0.8);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox:hover .dsm_flipbox_clicked.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
@keyframes dsm-animation-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0;
  }
}
/*Zoom Out Left*/
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-left .dsm_flipbox_child:first-child {
  animation: dsm-animation-zoom-out-left 0.6s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2) {
  opacity: 0;
  transform: scale(0.8);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
@keyframes dsm-animation-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0;
  }
}
/*Slide*/
.dsm_flipbox [class^=dsm-flipbox-slide-],
.dsm_flipbox [class*=" dsm-flipbox-slide-"] {
  overflow: hidden;
}

.dsm_flipbox:hover [class^=dsm-flipbox-slide-].dsm_flipbox_hover .dsm_flipbox_child:nth-child(2),
.dsm_flipbox:hover [class*=" dsm-flipbox-slide-"].dsm_flipbox_hover .dsm_flipbox_child:nth-child(2),
.dsm_flipbox [class^=dsm-flipbox-slide-].dsm_flipbox_clicked .dsm_flipbox_child:nth-child(2),
.dsm_flipbox [class*=" dsm-flipbox-slide-"].dsm_flipbox_clicked .dsm_flipbox_child:nth-child(2) {
  transform: translate(0, 0);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-up .dsm_flipbox_child:nth-child(2) {
  transform: translateY(100%);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-down .dsm_flipbox_child:nth-child(2) {
  transform: translateY(-100%);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-left .dsm_flipbox_child:nth-child(2) {
  transform: translateX(100%);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-right .dsm_flipbox_child:nth-child(2) {
  transform: translateX(-100%);
}

/*Icon*/
.dsm_flipbox_child .dsm_flipbox_child_image_wrap {
  display: block;
  margin: auto;
}

.dsm_flipbox_child_image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

/*
 * Icon placement: layout lives on .dsm_flipbox_face_inner (image + wrapper; D4: image before wrapper).
 * Selectors use .dsm_flipbox_icon_position_* on ancestor .dsm_flipbox_child.
 */
.dsm_flipbox_face_inner {
  display: flex;
  box-sizing: border-box;
}

.dsm_flipbox_icon_position_top .dsm_flipbox_face_inner {
  flex-direction: column;
  align-items: center;
}

.dsm_flipbox_icon_position_top .dsm_flipbox_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.dsm_flipbox_icon_position_left .dsm_flipbox_face_inner {
  flex-direction: row;
  align-items: flex-start;
}

.dsm_flipbox_icon_position_right .dsm_flipbox_face_inner {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.dsm_flipbox_icon_position_left .dsm_flipbox_child_image,
.dsm_flipbox_icon_position_right .dsm_flipbox_child_image {
  display: block;
  width: 32px;
  max-width: 32px;
  margin-bottom: 0;
  line-height: 0;
  flex-shrink: 0;
}

.dsm_flipbox_icon_position_left .dsm_flipbox_wrapper {
  padding-left: 15px;
}

.dsm_flipbox_icon_position_right .dsm_flipbox_wrapper {
  padding-right: 15px;
}

.dsm_flipbox_icon_position_left .dsm_flipbox_wrapper,
.dsm_flipbox_icon_position_right .dsm_flipbox_wrapper {
  flex: 1;
  min-width: 0;
}

/*Hover*/
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-right .dsm_flipbox_child:first-child {
  z-index: 1;
  transform: rotateX(0deg) rotateY(0deg);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-right .dsm_flipbox_child:first-child {
  transform: rotateX(0deg) rotateY(180deg);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(0deg) rotateY(-180deg);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(0deg) rotateY(0deg);
}

/*Left*/
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-left .dsm_flipbox_child:first-child {
  z-index: 1;
  transform: rotateX(0deg) rotateY(0deg);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-left .dsm_flipbox_child:first-child {
  transform: rotateX(0deg) rotateY(-180deg);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(0deg) rotateY(180deg);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(0deg) rotateY(0deg);
}

/*Up*/
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-up .dsm_flipbox_child:first-child {
  z-index: 1;
  transform: rotateX(0deg) rotateY(0deg);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-up .dsm_flipbox_child:first-child {
  transform: rotateX(180deg) rotateY(0);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(-180deg) rotateY(0);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(0deg) rotateY(0deg);
}

/*Down*/
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-down .dsm_flipbox_child:first-child {
  z-index: 1;
  transform: rotateX(0deg) rotateY(0deg);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-down .dsm_flipbox_child:first-child {
  transform: rotateX(-180deg) rotateY(0);
}

.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(180deg) rotateY(0);
}

.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2) {
  transform: rotateX(0deg) rotateY(0deg);
}

/*
 * Content → Settings → Automatic: content-driven height. PHP strips `module.decoration.sizing` height for this mode
 * so Design → Sizing does not fix `.dsm-flipbox` height. Grid stacks both faces in one cell; `position: relative`
 * overrides the default absolute faces so the row grows with the taller face.
 */
.et-db #et-boc .et_pb_module.dsm_flipbox .dsm-flipbox.dsm-flipbox--auto-height,
.et_pb_module.dsm_flipbox .dsm-flipbox.dsm-flipbox--auto-height,
.dsm-flipbox.dsm-flipbox--auto-height {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, auto);
  height: auto !important;
  min-height: 0;
  align-content: start;
}

.et-db #et-boc .dsm-flipbox.dsm-flipbox--auto-height > .dsm_flipbox_child.et_pb_module,
.et-db #et-boc .et-l #et-fb-app .dsm-flipbox.dsm-flipbox--auto-height > .dsm_flipbox_child.et_pb_module,
.dsm-flipbox.dsm-flipbox--auto-height > .dsm_flipbox_child {
  position: relative !important;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto !important;
  min-height: 0;
}

/* Matches D4 MaskText/style.css — image reveal via background-clip (set in FE/VB via module styles). */
.et_pb_module.dsm_mask_text .dsm-mask-text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: transparent;
}

ul.dsm-menu,
ul.dsm-menu .sub-menu {
  list-style-type: disc;
  list-style-position: inside;
}

.dsm-menu a {
  transition: all 0.4s ease-in-out;
}

/* Keyboard focus: visible ring (complements underline animations on :focus-visible). */
.dsm-menu-container .dsm-menu a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .dsm-menu a,
  .dsm-menu-animation li a::after,
  .dsm-menu-submenu-collapse .menu-item-has-children > .sub-menu {
    transition: none !important;
  }
}
.et_pb_bg_layout_dark ul.dsm-menu li a {
  color: #fff;
}

#left-area ul.dsm-menu,
.comment-content ul.dsm-menu,
.entry-content ul.dsm-menu,
.et-l--body ul.dsm-menu,
.et-l--footer ul.dsm-menu,
.et-l--header ul.dsm-menu,
body.et-pb-preview #main-content .container ul.dsm-menu {
  padding-left: 0;
}

ul.dsm-menu .menu-item-has-children {
  position: relative;
}

ul.dsm-menu .menu-item-has-children .sub-menu {
  padding-bottom: 0;
  padding-left: 20px;
}

/*
 * Underline lives on the anchor `::after`, not the inner `span`.
 * Some themes / walkers ignore wp_nav_menu link_before/link_after, so markup may be `<a>Label</a>` only.
 */
.dsm-menu-animation li a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-bottom: 2px;
}

.dsm-menu-animation-left-right li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.dsm-menu-animation-left-right li a:hover::after,
.dsm-menu-animation-left-right li a:focus-visible::after {
  visibility: visible;
  width: 100%;
}

.dsm-menu-animation-right-left li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
  left: auto;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.dsm-menu-animation-right-left li a:hover::after,
.dsm-menu-animation-right-left li a:focus-visible::after {
  visibility: visible;
  width: 100%;
}

.dsm-menu-animation-center-out li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}

.dsm-menu-animation-center-out li a:hover::after,
.dsm-menu-animation-center-out li a:focus-visible::after {
  visibility: visible;
  transform: scaleX(1);
}

/* Submenu collapse: open state driven by `.dsm-submenu-active` (vanilla JS, no jQuery slide). */
.dsm-menu-submenu-collapse .menu-item-has-children > .sub-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease-out, opacity 0.2s ease-out;
}

.dsm-menu-submenu-collapse .menu-item-has-children.dsm-submenu-active > .sub-menu {
  max-height: min(2000px, 100vh);
  opacity: 1;
}

.dsm-menu-submenu-collapse .menu-item-has-children .et-pb-icon {
  font-size: 16px;
  line-height: 1em;
}

.dsm-menu-submenu-collapse .menu-item-has-children > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}

.dsm_menu .dsm-menu-title {
  padding-bottom: 10px;
}

.dsm_menu ul.dsm-menu {
  padding-left: 0px;
}

.dsm_menu ul.dsm-menu,
.dsm_menu ul.dsm-menu .sub-menu {
  list-style-type: disc;
  list-style-position: inside;
}

.dsm-menu .menu-item-has-children .sub-menu {
  padding-left: 20px;
}

.dsm-menu-submenu-collapse .menu-item-has-children .et-pb-icon {
  margin-left: 7px;
  font-size: 16px;
}

.mfp-wrap .mfp-container button:hover {
  background: transparent !important;
}

.mfp-wrap .mfp-arrow:active {
  position: absolute;
  top: 50%;
}

.mfp-wrap .mfp-close:active {
  position: absolute;
  top: -10px;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade .mfp-wrap .mfp-content {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-bg {
  z-index: 1000000;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1000001;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.55;
  filter: alpha(opacity=55);
  top: 50%;
  margin: -32px 0 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow-left {
  left: 10px;
}

.mfp-arrow-right {
  right: 10px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-arrow {
  background: none !important;
  margin-top: -32px !important;
  line-height: 1em !important;
}

.mfp-arrow,
.mfp-arrow:after {
  width: 48px !important;
  height: 48px !important;
}

.mfp-arrow:after {
  margin: 0 !important;
  top: 0 !important;
  border: none !important;
}

.mfp-arrow-left {
  left: 0 !important;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border: none;
  font-size: 64px;
  color: #fff;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  content: "4";
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  content: "5";
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  font-size: 64px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 200;
  top: -10px;
  opacity: 0.2;
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
  opacity: 1;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Video iframe markup puts .mfp-close inside .mfp-iframe-scaler (see dsm-video-popup).
   Holder rules use width:100% for closes on .mfp-content; here that spans the scaler. */
.mfp-iframe-scaler.dsm-video-popup {
  overflow: visible;
  position: relative;
}
.mfp-iframe-scaler.dsm-video-popup .mfp-close {
  width: 44px !important;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
  margin: 0;
  text-align: center !important;
  right: 0 !important;
  left: auto !important;
  top: -44px;
  z-index: 2;
}

.dsm_perspective_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}

.dsm_perspective_image .dsm-perspective-image-wrapper {
  transform: perspective(1000px);
}

.dsm_perspective_image .et_overlay {
  border-width: 0;
}

.dsm-perspective-image-icon-empty.et_overlay:before {
  display: none;
}

.dsm_perspective_image .dsm-perspective-image-overlay-off .et_overlay {
  opacity: 1;
  z-index: 3;
}

.dsm_perspective_image:hover .dsm-perspective-image-overlay-off .et_overlay {
  opacity: 0;
}

.dsm_perspective_image:hover .et_pb_has_overlay:not(.dsm-perspective-image-overlay-off) .et_overlay {
  opacity: 1;
  z-index: 1;
}

.et_pb_has_overlay .et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.dsm_perspective_image img {
  position: relative;
}

.dsm_perspective_image .dsm-force-fullwidth .et_pb_image_wrap {
  width: 100%;
}

.dsm_perspective_image .et_pb_image_wrap {
  overflow: hidden;
}

.dsm-lightbox-custom {
  max-width: 100%;
}

.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,
.dsm-lightbox-custom.mfp-image-holder .mfp-close {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.dsm_perspective_image .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.dsm_perspective_image .dsm-perspective-image-wrapper .et_pb_inline_icon::after {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dsm-force-fullwidth .et_pb_image_wrap img {
  width: 100%;
}

/*** Lightbox Animation CSS ******/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.dsm_price_list_child > div,
.dsm_pricelist_item_wrapper,
.dsm-pricelist-header,
.dsm-pricelist-description {
  display: flex;
  align-items: flex-start;
}

.dsm_price_list_child {
  display: flex;
}

.dsm_pricelist .et_pb_module.dsm_price_list_child {
  margin-bottom: 0;
}

.dsm_pricelist_item_wrapper {
  flex-wrap: wrap;
  flex-grow: 1;
}

.dsm_price_list_child:not(:last-child) {
  margin-bottom: 25px;
}

.dsm-pricelist-header {
  align-items: center;
  flex-basis: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
}

.dsm-pricelist-title {
  padding-bottom: 0;
  font-size: 26px;
  color: #333;
}

.dsm-pricelist-separator {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  height: 0;
}

.dsm-pricelist-description {
  flex-basis: 100%;
  flex-flow: row wrap;
  text-align: left;
}

.dsm-pricelist-price {
  font-size: 18px;
}

.dsm-pricelist-image {
  max-width: 50%;
  flex-shrink: 0;
  margin-right: 25px;
  line-height: 0;
}

.dsm-pricelist-image img {
  border-style: solid;
  border-color: #333333;
}

.dsm_price_list_child .et_pb_module_inner {
  width: 100%;
}

.dsm_price_list .dsm-pricelist-image {
  max-width: 50%;
  margin-right: 25px;
}

.dsm_price_list .dsm-pricelist-separator {
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #333333;
  margin-left: 10px;
  margin-right: 10px;
}

.dsm_price_list_child .dsm-pricelist-image {
  max-width: 50%;
  margin-right: 25px;
}

.dsm_progress_bar.et_pb_module {
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0;
}

:is(html.admin-bar, body.et_fixed_nav, html.dsm-has-progress-bar) .dsm_progress_bar.et_pb_module:is([style*="position:fixed"],
[style*="position: fixed"],
[style*="position:sticky"],
[style*="position: sticky"]) {
  top: var(--dsm-progress-bar-fixed-offset, var(--wp-admin--admin-bar--height, 0px)) !important;
}

.dsm_progress_bar .et_pb_module_inner {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
}

.dsm_progress_bar .dsm-progress-bar-container {
  box-sizing: border-box;
}

.dsm_progress_bar .dsm-progress-bar-container.dsm-progress-bar-tracker-horizontal {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-inline-start: calc(50% - 50vw);
}

.dsm_progress_bar .dsm-progress-bar-tracker-horizontal {
  display: flex;
  width: 100%;
  height: 20px;
  align-items: center;
  background: #eeeeee;
}

.dsm_progress_bar .dsm-progress-bar-tracker-horizontal .dsm-current-progress {
  height: 100%;
  align-items: center;
  position: relative;
  display: flex;
  width: 0%;
  min-width: 0;
  flex: 0 0 auto;
  transition: 0.3s ease;
}

.dsm_progress_bar .dsm-progress-bar-tracker-horizontal .dsm-current-progress-percentage {
  inset-inline-end: 0.5em;
  inset-inline-start: auto;
  position: absolute;
}

/***for circle css******/
.circle {
  fill: transparent;
  transform-origin: 0px 0px;
}

.current-progress {
  fill: transparent;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  display: block;
}

.dsm_progress_bar .dsm-progress-bar-container.dsm-progress-bar-tracker-circular {
  width: auto;
  max-width: 100%;
  margin-inline-start: 0;
}

.dsm-progress-bar-tracker-circular .dsm-progressbar-circular {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-inline-start: 0;
  margin-inline-end: auto;
}
.dsm-progress-bar-tracker-circular .dsm-progressbar-circular .dsm-current-progress-percentage {
  position: absolute;
}
.dsm-progress-bar-tracker-circular svg {
  position: absolute;
}

.dsm_progress_bar .dsm-progress-bar-tracker-circular .dsm-progressbar-circular .current-progress {
  stroke: #7ebec5;
  stroke-width: 4px;
}

.dsm_progress_bar .dsm-progress-bar-tracker-circular .dsm-progressbar-circular .circle {
  stroke: #eeeeee;
  stroke-width: 4px;
}

.dsm_progress_bar .dsm-current-progress {
  background-color: #7ebec5;
}

.dsm_progress_bar .dsm-progress-bar-container.dsm-progress-bar-tracker-horizontal {
  height: 20px;
}

.dsm-progress-bar-container.dsm-progress-bar-tracker-circular .dsm-progressbar-circular .circle {
  stroke: var(--circle-tracker-color, #eeeeee);
  stroke-width: var(--circle-tracker-width, 4px);
}
.dsm-progress-bar-container.dsm-progress-bar-tracker-circular .dsm-progressbar-circular .current-progress {
  stroke: var(--circle-indicator-color, #7ebec5);
  stroke-width: var(--circle-indicator-width, 4px);
}

.mfp-wrap .mfp-container button:hover {
  background: transparent !important;
}

.mfp-wrap .mfp-arrow:active {
  position: absolute;
  top: 50%;
}

.mfp-wrap .mfp-close:active {
  position: absolute;
  top: -10px;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade .mfp-wrap .mfp-content {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-bg {
  z-index: 1000000;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1000001;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.55;
  filter: alpha(opacity=55);
  top: 50%;
  margin: -32px 0 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow-left {
  left: 10px;
}

.mfp-arrow-right {
  right: 10px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-arrow {
  background: none !important;
  margin-top: -32px !important;
  line-height: 1em !important;
}

.mfp-arrow,
.mfp-arrow:after {
  width: 48px !important;
  height: 48px !important;
}

.mfp-arrow:after {
  margin: 0 !important;
  top: 0 !important;
  border: none !important;
}

.mfp-arrow-left {
  left: 0 !important;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border: none;
  font-size: 64px;
  color: #fff;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  content: "4";
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  content: "5";
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  font-size: 64px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 200;
  top: -10px;
  opacity: 0.2;
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
  opacity: 1;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Video iframe markup puts .mfp-close inside .mfp-iframe-scaler (see dsm-video-popup).
   Holder rules use width:100% for closes on .mfp-content; here that spans the scaler. */
.mfp-iframe-scaler.dsm-video-popup {
  overflow: visible;
  position: relative;
}
.mfp-iframe-scaler.dsm-video-popup .mfp-close {
  width: 44px !important;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
  margin: 0;
  text-align: center !important;
  right: 0 !important;
  left: auto !important;
  top: -44px;
  z-index: 2;
}

.dsm_random_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  overflow: hidden;
}

.dsm_random_image .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.dsm_random_image .et_overlay {
  border-width: 0;
}

.dsm_random_image .et_pb_has_overlay.dsm_random_image_overlay_off .et_overlay {
  z-index: 0;
  opacity: 1;
}

.dsm_random_image .et_pb_has_overlay.dsm_random_image_overlay_off:hover .et_overlay {
  opacity: 0;
}

.dsm-image-lightbox {
  display: block;
  position: relative;
}

.dsm_random_image .dsm_random_image_svg.et_pb_image_wrap {
  display: block;
}

.dsm_random_image .et_overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
}

.dsm_random_image:hover .et_pb_has_overlay .et_overlay {
  opacity: 1 !important;
  z-index: 1;
}

.dsm_readmore .dsm_button_wrapper {
  margin-top: 20px;
}

.dsm_readmore .dsm_button_wrapper .dsm-readmore-button {
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  font-size: 16px;
}

.dsm-readmore-wrapper.dsm-readmore-shadow:not(.dsm-expanded)::after {
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  content: "";
  position: absolute;
  pointer-events: none;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-image: linear-gradient(to top, #fff 10%, rgba(0, 0, 0, 0) 100%);
}

/***Visual builder Css*****/
.dsm_readmore {
  row-gap: 0px !important;
}
.dsm_readmore > .et-vb-module-options {
  background: #B00BEA !important;
  border: 2px solid #B00BEA !important;
  right: 45% !important;
}
.dsm_readmore .et-vb-add-module {
  background: #B00BEA !important;
}
.dsm_readmore > .et-vb-module-highlight {
  border: 1px solid #B00BEA;
}
.dsm_readmore .dsm-readmore-button {
  cursor: pointer;
}

/*************/
.dsm_readmore .dsm-readmore-wrapper.dsm-readmore-shadow {
  position: relative;
}

/*** Default Icon CSS ****/
.et_pb_module .dsm-readmore-button::after {
  font-family: "ETmodules" !important;
  font-weight: 400;
  content: "3";
  cursor: pointer;
  vertical-align: top;
  opacity: 1 !important;
  right: 5px;
  font-size: 24px;
}

.et_pb_module .dsm-readmore-button.dsm-btn-open::after {
  font-family: "ETmodules" !important;
  font-weight: 400;
  content: "2";
  cursor: pointer;
  vertical-align: top;
  opacity: 1 !important;
  right: 5px;
  font-size: 24px;
}

.dsm_readmore .dsm_button_wrapper .dsm-readmore-button:hover {
  padding: 10px 30px 10px 15px;
}

.dsm_scroll_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  overflow: hidden;
}

.dsm-scroll-image-wrapper {
  position: relative;
  height: 320px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
}

.dsm_scroll_image img {
  width: 100%;
}

.dsm_scroll_image a,
.dsm_scroll_image .et_pb_image_wrap,
.dsm_scroll_image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: all 10s;
  -webkit-transition: all 10s;
}

.dsm_scroll_image .et_overlay {
  border-width: 0;
}

.dsm-scroll-image-icon-empty.et_overlay:before {
  display: none;
}

.dsm_scroll_image .dsm-scroll-image-overlay-off .et_overlay {
  opacity: 1;
  z-index: 3;
}

.dsm_scroll_image:hover .dsm-scroll-image-overlay-off .et_overlay,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-image-overlay-off .et_overlay {
  opacity: 0;
}

.dsm_scroll_image .dsm-scroll-image-overlay-on .et_overlay {
  opacity: 0;
}

.dsm_scroll_image:hover .dsm-scroll-image-overlay-on .et_overlay,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-image-overlay-on .et_overlay {
  opacity: 1;
  z-index: 1;
}

.dsm_scroll_image .dsm-scroll-direction-vertical img {
  transform: translateY(0);
  width: 100%;
  max-width: 100%;
}

.dsm_scroll_image:hover .dsm-scroll-direction-vertical img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-vertical:not(.dsm-scroll-reverse-direction) img {
  transform: translateY(-100%);
  margin-top: 320px;
}

.dsm_scroll_image .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img {
  transform: translateY(-100%);
  margin-top: 320px;
}

.dsm_scroll_image:hover .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img {
  transform: translateY(0);
  margin-top: initial;
}

.dsm_scroll_image .dsm-scroll-direction-horizontal .et_pb_image_wrap {
  height: 100%;
}

.dsm_scroll_image .dsm-scroll-direction-horizontal img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.dsm_scroll_image:hover .dsm-scroll-direction-horizontal:not(.dsm-scroll-reverse-direction) img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-horizontal:not(.dsm-scroll-reverse-direction) img {
  -o-object-position: right center;
     object-position: right center;
}

.dsm_scroll_image .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img {
  -o-object-position: right center;
     object-position: right center;
}

.dsm_scroll_image:hover .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img {
  -o-object-position: left center;
     object-position: left center;
}

.dsm-lightbox-custom {
  max-width: 100%;
}

.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,
.dsm-lightbox-custom.mfp-image-holder .mfp-close {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.dsm_scroll_image .et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.dsm_scroll_image .et_overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.dsm_scroll_image.dsm_scroll_image img {
  transition: all 10s;
}

.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-static img {
  transition: none !important;
  transform: none !important;
  margin: 0 !important;
}

.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-static.dsm-scroll-direction-horizontal img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (prefers-reduced-motion: reduce) {
  .dsm_scroll_image .dsm-scroll-image-wrapper img {
    transition: none !important;
    transform: none !important;
    margin: 0 !important;
  }
  .dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-direction-horizontal img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.dsm_shapes {
  display: inline-block;
}

.dsm_shapes_wrapper {
  display: block;
  line-height: 0;
  overflow: visible;
}

.dsm_shapes_wrapper .dsm_shapes_svg {
  display: block;
  width: 100%;
  height: 100%;
}

.dsm_shuffle_letters.dsm-link, .dsm_shuffle_letters.et_clickable {
  cursor: pointer;
}
.dsm_shuffle_letters.dsm-link .et_pb_module_inner, .dsm_shuffle_letters.et_clickable .et_pb_module_inner {
  cursor: pointer;
}

.dsm-shuffle-text,
.dsm-before-shuffle-text,
.dsm-after-shuffle-text {
  display: inline-block;
}

.dsm-text-newline {
  width: 100%;
}

.dsm_shuffle_letters .et_pb_module_header {
  font-size: 30px;
  line-height: 1em;
}

.dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper {
  cursor: pointer;
  word-spacing: initial;
  transition-duration: 0.2s;
  transition-property: all;
  display: flex;
  align-items: center;
}

.dsm-social-share-buttons-container {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.dsm-social-share-buttons-container .dsm_social_share_buttons_child {
  margin-bottom: 0px !important;
}

.dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper:hover {
  filter: saturate(1.5) brightness(1.2);
}

.dsm_custom_image_icon {
  max-width: 18px;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-social-share-button-inner-wrapper,
.dsm-social-share-buttons-container.dsm-flat .dsm-social-share-button-inner-wrapper {
  color: #fff;
}

.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
  color: #fff;
}

.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text,
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {
  color: #000000;
}

.dsm-social-share-buttons-container .dsm-social-button-wrapper .dsm-social-share-button-icon {
  line-height: 1;
}

/******when a user select gradient skin  & flat skin ********/
.dsm-social-share-buttons-container.dsm-gradient .dsm-facebook,
.dsm-social-share-buttons-container.dsm-flat .dsm-facebook {
  background: #3b5998;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-twitter,
.dsm-social-share-buttons-container.dsm-flat .dsm-twitter {
  background: #1da1f2;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-linkedin,
.dsm-social-share-buttons-container.dsm-flat .dsm-linkedin {
  background: #0077b5;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-pinterest,
.dsm-social-share-buttons-container.dsm-flat .dsm-pinterest {
  background: #bd081c;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-reddit,
.dsm-social-share-buttons-container.dsm-flat .dsm-reddit {
  background: #ff4500;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-vk,
.dsm-social-share-buttons-container.dsm-flat .dsm-vk {
  background: #45668e;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-tumbler,
.dsm-social-share-buttons-container.dsm-flat .dsm-tumbler {
  background: #35465c;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-digg,
.dsm-social-share-buttons-container.dsm-flat .dsm-digg {
  background: #005be2;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-skype,
.dsm-social-share-buttons-container.dsm-flat .dsm-skype {
  background: #00aff0;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-stumbleupon,
.dsm-social-share-buttons-container.dsm-flat .dsm-stumbleupon {
  background: #eb4924;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-mix,
.dsm-social-share-buttons-container.dsm-flat .dsm-mix {
  background: #f3782b;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-telegram,
.dsm-social-share-buttons-container.dsm-flat .dsm-telegram {
  background: #2ca5e0;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-xing,
.dsm-social-share-buttons-container.dsm-flat .dsm-xing {
  background: #026466;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-whatsapp,
.dsm-social-share-buttons-container.dsm-flat .dsm-whatsapp {
  background: #25d366;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-email,
.dsm-social-share-buttons-container.dsm-flat .dsm-email {
  background: #ea4335;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-print,
.dsm-social-share-buttons-container.dsm-flat .dsm-print {
  background: #aaa;
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-pocket,
.dsm-social-share-buttons-container.dsm-flat .dsm-pocket {
  background: #ef3f56;
}

/****** when a user select minimal skin  ********/
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-facebook .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-facebook .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-facebook {
  background: #3b5998;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-twitter .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-twitter .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-twitter {
  background: #1da1f2;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-linkedin .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-linkedin .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-linkedin {
  background: #0077b5;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-pinterest .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pinterest .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-pinterest {
  background: #bd081c;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-reddit .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-reddit .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-reddit {
  background: #ff4500;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-vk .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-vk .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-vk {
  background: #45668e;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-tumbler .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-tumbler .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-tumbler {
  background: #35465c;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-digg .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-digg .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-digg {
  background: #005be2;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-skype .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-skype .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-skype {
  background: #00aff0;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-stumbleupon .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-stumbleupon .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-stumbleupon {
  background: #eb4924;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-mix .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-mix .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-mix {
  background: #f3782b;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-telegram .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-telegram .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-telegram {
  background: #2ca5e0;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-xing .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-xing .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-xing {
  background: #026466;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-whatsapp .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-whatsapp .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-whatsapp {
  background: #25d366;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-email .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-email .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-email {
  background: #ea4335;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-print .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-print .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-print {
  background: #aaa;
}

.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-pocket .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pocket .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-pocket {
  background: #ef3f56;
}

/****** when a user select boxed icon skin ********/
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-facebook,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-facebook,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-facebook .dsm-social-share-button-text {
  color: #3b5998;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-facebook {
  background: #3b5998;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-twitter,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-twitter,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-twitter .dsm-social-share-button-text {
  color: #1da1f2;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-twitter {
  background: #1da1f2;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-linkedin,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-linkedin,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-linkedin .dsm-social-share-button-text {
  color: #0077b5;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-linkedin {
  background: #0077b5;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pinterest,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pinterest,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pinterest .dsm-social-share-button-text {
  color: #bd081c;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-pinterest {
  background: #bd081c;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-reddit,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-reddit,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-reddit .dsm-social-share-button-text {
  color: #ff4500;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-reddit {
  background: #ff4500;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-vk,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-vk,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-vk .dsm-social-share-button-text {
  color: #45668e;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-vk {
  background: #45668e;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-tumbler,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-tumbler,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-tumbler .dsm-social-share-button-text {
  color: #35465c;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-tumbler {
  background: #35465c;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-digg,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-digg,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-digg .dsm-social-share-button-text {
  color: #005be2;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-digg {
  background: #005be2;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-skype,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-skype,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-skype .dsm-social-share-button-text {
  color: #00aff0;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-skype {
  background: #00aff0;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-stumbleupon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-stumbleupon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-stumbleupon .dsm-social-share-button-text {
  color: #eb4924;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-stumbleupon {
  background: #eb4924;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-mix,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-mix,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-mix .dsm-social-share-button-text {
  color: #f3782b;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-mix {
  background: #f3782b;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-telegram,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-telegram,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-telegram .dsm-social-share-button-text {
  color: #2ca5e0;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-telegram {
  background: #2ca5e0;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-xing,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-xing,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-xing .dsm-social-share-button-text {
  color: #026466;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-xing {
  background: #026466;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-whatsapp,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-whatsapp,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-whatsapp .dsm-social-share-button-text {
  color: #25d366;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-whatsapp {
  background: #25d366;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-email,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-email,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-email .dsm-social-share-button-text {
  color: #ea4335;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-email {
  background: #ea4335;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-print,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-print,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-print .dsm-social-share-button-text {
  color: #aaa;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-print {
  background: #aaa;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pocket,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pocket,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pocket .dsm-social-share-button-text {
  color: #ef3f56;
}

.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-pocket {
  background: #ef3f56;
}

/****** when a user select framed skin ********/
.dsm-social-share-buttons-container.dsm-framed .dsm-facebook {
  color: #3b5998;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-twitter {
  color: #1da1f2;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-linkedin {
  color: #0077b5;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-pinterest {
  color: #bd081c;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-reddit {
  color: #ff4500;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-vk {
  color: #45668e;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-tumbler {
  color: #35465c;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-digg {
  color: #005be2;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-skype {
  color: #00aff0;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-stumbleupon {
  color: #eb4924;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-mix {
  color: #f3782b;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-telegram {
  color: #2ca5e0;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-xing {
  color: #026466;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-whatsapp {
  color: #25d366;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-email {
  color: #ea4335;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-print {
  color: #aaa;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-pocket {
  color: #ef3f56;
}

.dsm-social-share-button-column-auto .dsm-social-share-buttons-container {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.dsm-social-share-button-column-auto .dsm-social-share-button-wrapper {
  display: inline-flex;
  margin-bottom: 10px;
  word-break: break-word;
}

.dsm-social-share-button-column-one .dsm-social-share-buttons-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.dsm-social-share-button-column-two .dsm-social-share-buttons-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dsm-social-share-button-column-three .dsm-social-share-buttons-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dsm-social-share-button-column-four .dsm-social-share-buttons-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dsm-social-share-button-column-five .dsm-social-share-buttons-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.dsm-social-share-button-column-six .dsm-social-share-buttons-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.dsm-social-share-buttons-container.dsm-gradient .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text, .dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text, .dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {
  padding-left: 15px;
  padding-right: 15px;
}
.dsm-social-share-buttons-container.dsm-flat .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text, .dsm-social-share-buttons-container.dsm-framed .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {
  padding-right: 15px;
}

.dsm-social-share-buttons-container.dsm-gradient:not(.dsm-text) .dsm-social-share-button-text {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  height: 100%;
  display: flex;
  align-items: center;
}

.dsm-social-share-button-shape-rounded .dsm-social-share-button-inner-wrapper {
  border-radius: 5px;
}

.dsm-social-share-button-shape-circle .dsm-social-share-button-inner-wrapper {
  border-radius: 100px;
}

.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-icon {
  height: 100% !important;
}
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-icon {
  height: 100% !important;
}

.dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsm-social-share-button-shape-rounded .dsm-minimal .dsm-social-share-button-icon {
  border-radius: 5px;
}

.dsm-social-share-button-shape-circle .dsm-minimal .dsm-social-share-button-icon {
  border-radius: 100px;
}

.dsm-social-share-buttons-container.dsm-framed .dsm-social-share-button-inner-wrapper {
  border-style: solid;
  border-width: 2px;
}
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper {
  border-style: solid;
  border-width: 2px;
}

/**/
.dsm_social_share_buttons .dsm-social-share-button-icon .dsm_icon {
  font-size: 28px;
}

.dsm_social_share_buttons .dsm-social-share-button-wrapper .dsm-social-share-button-inner-wrapper {
  height: 45px;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.dsm-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-grow:active,
.dsm-grow:focus,
.dsm-grow:hover {
  transform: scale(1.1);
}

.dsm-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-shrink:active,
.dsm-shrink:focus,
.dsm-shrink:hover {
  transform: scale(0.9);
}
@keyframes dsm-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.dsm-pulse {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse:active,
.dsm-pulse:focus,
.dsm-pulse:hover {
  animation-name: dsm-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.dsm-pulse-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse-grow:active,
.dsm-pulse-grow:focus,
.dsm-pulse-grow:hover {
  animation-name: dsm-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.dsm-pulse-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pulse-shrink:active,
.dsm-pulse-shrink:focus,
.dsm-pulse-shrink:hover {
  animation-name: dsm-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-push {
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.dsm-push {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-push:active,
.dsm-push:focus,
.dsm-push:hover {
  animation-name: dsm-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes dsm-pop {
  50% {
    transform: scale(1.2);
  }
}
.dsm-pop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-pop:active,
.dsm-pop:focus,
.dsm-pop:hover {
  animation-name: dsm-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-bounce-in {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}

.dsm-bounce-in:active,
.dsm-bounce-in:focus,
.dsm-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-bounce-out {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}

.dsm-bounce-out:active,
.dsm-bounce-out:focus,
.dsm-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-rotate {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-rotate:active,
.dsm-rotate:focus,
.dsm-rotate:hover {
  transform: rotate(4deg);
}

.dsm-grow-rotate {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-grow-rotate:active,
.dsm-grow-rotate:focus,
.dsm-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}

.dsm-float {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-float:active,
.dsm-float:focus,
.dsm-float:hover {
  transform: translateY(-8px);
}

.dsm-sink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sink:active,
.dsm-sink:focus,
.dsm-sink:hover {
  transform: translateY(8px);
}
@keyframes dsm-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(-8px);
  }
}
@keyframes dsm-bob-float {
  to {
    transform: translateY(-8px);
  }
}
.dsm-bob {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-bob:active,
.dsm-bob:focus,
.dsm-bob:hover {
  animation-name: dsm-bob-float, dsm-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  to {
    transform: translateY(8px);
  }
}
@keyframes dsm-hang-sink {
  to {
    transform: translateY(8px);
  }
}
.dsm-hang {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-hang:active,
.dsm-hang:focus,
.dsm-hang:hover {
  animation-name: dsm-hang-sink, dsm-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.dsm-skew {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-skew:active,
.dsm-skew:focus,
.dsm-skew:hover {
  transform: skew(-10deg);
}

.dsm-skew-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.dsm-skew-forward:active,
.dsm-skew-forward:focus,
.dsm-skew-forward:hover {
  transform: skew(-10deg);
}

.dsm-skew-backward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.dsm-skew-backward:active,
.dsm-skew-backward:focus,
.dsm-skew-backward:hover {
  transform: skew(10deg);
}
@keyframes dsm-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.dsm-wobble-vertical {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-vertical:active,
.dsm-wobble-vertical:focus,
.dsm-wobble-vertical:hover {
  animation-name: dsm-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.dsm-wobble-horizontal {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-horizontal:active,
.dsm-wobble-horizontal:focus,
.dsm-wobble-horizontal:hover {
  animation-name: dsm-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  to {
    transform: translate(0);
  }
}
.dsm-wobble-to-bottom-right {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-to-bottom-right:active,
.dsm-wobble-to-bottom-right:focus,
.dsm-wobble-to-bottom-right:hover {
  animation-name: dsm-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0);
  }
}
.dsm-wobble-to-top-right {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-to-top-right:active,
.dsm-wobble-to-top-right:focus,
.dsm-wobble-to-top-right:hover {
  animation-name: dsm-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-top {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transform-origin: 0 100%;
}

.dsm-wobble-top:active,
.dsm-wobble-top:focus,
.dsm-wobble-top:hover {
  animation-name: dsm-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-bottom {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transform-origin: 100% 0;
}

.dsm-wobble-bottom:active,
.dsm-wobble-bottom:focus,
.dsm-wobble-bottom:hover {
  animation-name: dsm-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
.dsm-wobble-skew {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-wobble-skew:active,
.dsm-wobble-skew:focus,
.dsm-wobble-skew:hover {
  animation-name: dsm-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.dsm-buzz {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-buzz:active,
.dsm-buzz:focus,
.dsm-buzz:hover {
  animation-name: dsm-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.dsm-buzz-out {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.dsm-buzz-out:active,
.dsm-buzz-out:focus,
.dsm-buzz-out:hover {
  animation-name: dsm-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-forward:active,
.dsm-forward:focus,
.dsm-forward:hover {
  transform: translateX(8px);
}

.dsm-backward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-backward:active,
.dsm-backward:focus,
.dsm-backward:hover {
  transform: translateX(-8px);
}

.dsm-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.dsm-fade:active,
.dsm-fade:focus,
.dsm-fade:hover {
  background-color: #2098d1;
  color: #fff;
}
@keyframes dsm-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.dsm-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}

.dsm-back-pulse:active,
.dsm-back-pulse:focus,
.dsm-back-pulse:hover {
  animation-name: dsm-back-pulse;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: #fff;
}

.dsm-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-right,
.dsm-sweep-to-right:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-right:active,
.dsm-sweep-to-right:focus,
.dsm-sweep-to-right:hover {
  color: #fff;
}

.dsm-sweep-to-right:active:before,
.dsm-sweep-to-right:focus:before,
.dsm-sweep-to-right:hover:before {
  transform: scaleX(1);
}

.dsm-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-left,
.dsm-sweep-to-left:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-left:active,
.dsm-sweep-to-left:focus,
.dsm-sweep-to-left:hover {
  color: #fff;
}

.dsm-sweep-to-left:active:before,
.dsm-sweep-to-left:focus:before,
.dsm-sweep-to-left:hover:before {
  transform: scaleX(1);
}

.dsm-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-bottom,
.dsm-sweep-to-bottom:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-bottom:active,
.dsm-sweep-to-bottom:focus,
.dsm-sweep-to-bottom:hover {
  color: #fff;
}

.dsm-sweep-to-bottom:active:before,
.dsm-sweep-to-bottom:focus:before,
.dsm-sweep-to-bottom:hover:before {
  transform: scaleY(1);
}

.dsm-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-sweep-to-top,
.dsm-sweep-to-top:before {
  transition-duration: 0.3s;
}

.dsm-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-sweep-to-top:active,
.dsm-sweep-to-top:focus,
.dsm-sweep-to-top:hover {
  color: #fff;
}

.dsm-sweep-to-top:active:before,
.dsm-sweep-to-top:focus:before,
.dsm-sweep-to-top:hover:before {
  transform: scaleY(1);
}

.dsm-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-right,
.dsm-bounce-to-right:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-right:active,
.dsm-bounce-to-right:focus,
.dsm-bounce-to-right:hover {
  color: #fff;
}

.dsm-bounce-to-right:active:before,
.dsm-bounce-to-right:focus:before,
.dsm-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-left,
.dsm-bounce-to-left:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-left:active,
.dsm-bounce-to-left:focus,
.dsm-bounce-to-left:hover {
  color: #fff;
}

.dsm-bounce-to-left:active:before,
.dsm-bounce-to-left:focus:before,
.dsm-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-bottom,
.dsm-bounce-to-bottom:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-bottom:active,
.dsm-bounce-to-bottom:focus,
.dsm-bounce-to-bottom:hover {
  color: #fff;
}

.dsm-bounce-to-bottom:active:before,
.dsm-bounce-to-bottom:focus:before,
.dsm-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
}

.dsm-bounce-to-top,
.dsm-bounce-to-top:before {
  transition-duration: 0.5s;
}

.dsm-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-bounce-to-top:active,
.dsm-bounce-to-top:focus,
.dsm-bounce-to-top:hover {
  color: #fff;
}

.dsm-bounce-to-top:active:before,
.dsm-bounce-to-top:focus:before,
.dsm-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
}

.dsm-radial-out,
.dsm-radial-out:before {
  transition-duration: 0.3s;
}

.dsm-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-radial-out:active,
.dsm-radial-out:focus,
.dsm-radial-out:hover {
  color: #fff;
}

.dsm-radial-out:active:before,
.dsm-radial-out:focus:before,
.dsm-radial-out:hover:before {
  transform: scale(2);
}

.dsm-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
}

.dsm-radial-in,
.dsm-radial-in:before {
  transition-duration: 0.3s;
}

.dsm-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-radial-in:active,
.dsm-radial-in:focus,
.dsm-radial-in:hover {
  color: #fff;
}

.dsm-radial-in:active:before,
.dsm-radial-in:focus:before,
.dsm-radial-in:hover:before {
  transform: scale(0);
}

.dsm-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
}

.dsm-rectangle-in,
.dsm-rectangle-in:before {
  transition-duration: 0.3s;
}

.dsm-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-rectangle-in:active,
.dsm-rectangle-in:focus,
.dsm-rectangle-in:hover {
  color: #fff;
}

.dsm-rectangle-in:active:before,
.dsm-rectangle-in:focus:before,
.dsm-rectangle-in:hover:before {
  transform: scale(0);
}

.dsm-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
}

.dsm-rectangle-out,
.dsm-rectangle-out:before {
  transition-duration: 0.3s;
}

.dsm-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scale(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-rectangle-out:active,
.dsm-rectangle-out:focus,
.dsm-rectangle-out:hover {
  color: #fff;
}

.dsm-rectangle-out:active:before,
.dsm-rectangle-out:focus:before,
.dsm-rectangle-out:hover:before {
  transform: scale(1);
}

.dsm-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-in-horizontal:active,
.dsm-shutter-in-horizontal:focus,
.dsm-shutter-in-horizontal:hover {
  color: #fff;
}

.dsm-shutter-in-horizontal:active:before,
.dsm-shutter-in-horizontal:focus:before,
.dsm-shutter-in-horizontal:hover:before {
  transform: scaleX(0);
}

.dsm-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-out-horizontal:active,
.dsm-shutter-out-horizontal:focus,
.dsm-shutter-out-horizontal:hover {
  color: #fff;
}

.dsm-shutter-out-horizontal:active:before,
.dsm-shutter-out-horizontal:focus:before,
.dsm-shutter-out-horizontal:hover:before {
  transform: scaleX(1);
}

.dsm-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-in-vertical:active,
.dsm-shutter-in-vertical:focus,
.dsm-shutter-in-vertical:hover {
  color: #fff;
}

.dsm-shutter-in-vertical:active:before,
.dsm-shutter-in-vertical:focus:before,
.dsm-shutter-in-vertical:hover:before {
  transform: scaleY(0);
}

.dsm-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.dsm-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-shutter-out-vertical:active,
.dsm-shutter-out-vertical:focus,
.dsm-shutter-out-vertical:hover {
  color: #fff;
}

.dsm-shutter-out-vertical:active:before,
.dsm-shutter-out-vertical:focus:before,
.dsm-shutter-out-vertical:hover:before {
  transform: scaleY(1);
}

.dsm-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.dsm-border-fade:active,
.dsm-border-fade:focus,
.dsm-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}

.dsm-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.dsm-hollow:active,
.dsm-hollow:focus,
.dsm-hollow:hover {
  background: none;
}

.dsm-trim {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-trim:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.dsm-trim:active:before,
.dsm-trim:focus:before,
.dsm-trim:hover:before {
  opacity: 1;
}
@keyframes dsm-ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.dsm-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-ripple-out:before {
  content: "";
  position: absolute;
  border: 6px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}

.dsm-ripple-out:active:before,
.dsm-ripple-out:focus:before,
.dsm-ripple-out:hover:before {
  animation-name: dsm-ripple-out;
}
@keyframes dsm-ripple-in {
  to {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.dsm-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-ripple-in:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}

.dsm-ripple-in:active:before,
.dsm-ripple-in:focus:before,
.dsm-ripple-in:hover:before {
  animation-name: dsm-ripple-in;
}

.dsm-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-outline-out:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.dsm-outline-out:active:before,
.dsm-outline-out:focus:before,
.dsm-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.dsm-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.dsm-outline-in:active:before,
.dsm-outline-in:focus:before,
.dsm-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.dsm-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: border-radius;
}

.dsm-round-corners:active,
.dsm-round-corners:focus,
.dsm-round-corners:hover {
  border-radius: 1em;
}

.dsm-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-left:active:before,
.dsm-underline-from-left:focus:before,
.dsm-underline-from-left:hover:before {
  right: 0;
}

.dsm-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-center:active:before,
.dsm-underline-from-center:focus:before,
.dsm-underline-from-center:hover:before {
  left: 0;
  right: 0;
}

.dsm-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-from-right:active:before,
.dsm-underline-from-right:focus:before,
.dsm-underline-from-right:hover:before {
  left: 0;
}

.dsm-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-left:active:before,
.dsm-overline-from-left:focus:before,
.dsm-overline-from-left:hover:before {
  right: 0;
}

.dsm-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-center:active:before,
.dsm-overline-from-center:focus:before,
.dsm-overline-from-center:hover:before {
  left: 0;
  right: 0;
}

.dsm-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-from-right:active:before,
.dsm-overline-from-right:focus:before,
.dsm-overline-from-right:hover:before {
  left: 0;
}

.dsm-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0 solid #2098d1;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

.dsm-reveal:active:before,
.dsm-reveal:focus:before,
.dsm-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px;
}

.dsm-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-underline-reveal:active:before,
.dsm-underline-reveal:focus:before,
.dsm-underline-reveal:hover:before {
  transform: translateY(0);
}

.dsm-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.dsm-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dsm-overline-reveal:active:before,
.dsm-overline-reveal:focus:before,
.dsm-overline-reveal:hover:before {
  transform: translateY(0);
}

.dsm-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-glow:active,
.dsm-glow:focus,
.dsm-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.dsm-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-shadow:active,
.dsm-shadow:focus,
.dsm-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.dsm-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}

.dsm-grow-shadow:active,
.dsm-grow-shadow:focus,
.dsm-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

.dsm-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.dsm-box-shadow-outset:active,
.dsm-box-shadow-outset:focus,
.dsm-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.dsm-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.dsm-box-shadow-inset:active,
.dsm-box-shadow-inset:focus,
.dsm-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.dsm-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: transform;
}

.dsm-float-shadow,
.dsm-float-shadow:before {
  transition-duration: 0.3s;
}

.dsm-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-property: transform, opacity;
}

.dsm-float-shadow:active,
.dsm-float-shadow:focus,
.dsm-float-shadow:hover {
  transform: translateY(-5px);
}

.dsm-float-shadow:active:before,
.dsm-float-shadow:focus:before,
.dsm-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

.dsm-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-shadow-radial:after,
.dsm-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.dsm-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}

.dsm-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}

.dsm-shadow-radial:active:after,
.dsm-shadow-radial:active:before,
.dsm-shadow-radial:focus:after,
.dsm-shadow-radial:focus:before,
.dsm-shadow-radial:hover:after,
.dsm-shadow-radial:hover:before {
  opacity: 1;
}

.dsm-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 0 10px 10px;
}

.dsm-bubble-top:active:before,
.dsm-bubble-top:focus:before,
.dsm-bubble-top:hover:before {
  transform: translateY(-10px);
}

.dsm-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-color: transparent transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}

.dsm-bubble-right:active:before,
.dsm-bubble-right:focus:before,
.dsm-bubble-right:hover:before {
  transform: translateX(10px);
}

.dsm-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-color: #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.dsm-bubble-bottom:active:before,
.dsm-bubble-bottom:focus:before,
.dsm-bubble-bottom:hover:before {
  transform: translateY(10px);
}

.dsm-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-color: transparent #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}

.dsm-bubble-left:active:before,
.dsm-bubble-left:focus:before,
.dsm-bubble-left:hover:before {
  transform: translateX(-10px);
}

.dsm-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-top,
.dsm-bubble-float-top:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-color: transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 0 10px 10px;
}

.dsm-bubble-float-top:active,
.dsm-bubble-float-top:focus,
.dsm-bubble-float-top:hover {
  transform: translateY(10px);
}

.dsm-bubble-float-top:active:before,
.dsm-bubble-float-top:focus:before,
.dsm-bubble-float-top:hover:before {
  transform: translateY(-10px);
}

.dsm-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-right,
.dsm-bubble-float-right:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-color: transparent transparent transparent #e1e1e1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}

.dsm-bubble-float-right:active,
.dsm-bubble-float-right:focus,
.dsm-bubble-float-right:hover {
  transform: translateX(-10px);
}

.dsm-bubble-float-right:active:before,
.dsm-bubble-float-right:focus:before,
.dsm-bubble-float-right:hover:before {
  transform: translateX(10px);
}

.dsm-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-bottom,
.dsm-bubble-float-bottom:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-color: #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

.dsm-bubble-float-bottom:active,
.dsm-bubble-float-bottom:focus,
.dsm-bubble-float-bottom:hover {
  transform: translateY(-10px);
}

.dsm-bubble-float-bottom:active:before,
.dsm-bubble-float-bottom:focus:before,
.dsm-bubble-float-bottom:hover:before {
  transform: translateY(10px);
}

.dsm-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-bubble-float-left,
.dsm-bubble-float-left:before {
  transition-duration: 0.3s;
  transition-property: transform;
}

.dsm-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-color: transparent #e1e1e1 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}

.dsm-bubble-float-left:active,
.dsm-bubble-float-left:focus,
.dsm-bubble-float-left:hover {
  transform: translateX(10px);
}

.dsm-bubble-float-left:active:before,
.dsm-bubble-float-left:focus:before,
.dsm-bubble-float-left:hover:before {
  transform: translateX(-10px);
}

.dsm-icon-back {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
}

.dsm-icon-back,
.dsm-icon-back:before,
.dsm-icon-back:after {
  transition-duration: 0.1s;
}

.dsm-icon-back:before,
.dsm-icon-back:after {
  position: absolute;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-back:active:before,
.dsm-icon-back:focus:before,
.dsm-icon-back:hover:before,
.dsm-icon-back:active:after,
.dsm-icon-back:focus:after,
.dsm-icon-back:hover:after {
  transform: translateX(-4px);
}

.dsm-icon-forward {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-forward,
.dsm-icon-forward:before,
.dsm-icon-forward:after {
  transition-duration: 0.1s;
}

.dsm-icon-forward:before,
.dsm-icon-forward:after {
  position: absolute;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-forward:active:before,
.dsm-icon-forward:focus:before,
.dsm-icon-forward:hover:before,
.dsm-icon-forward:active:after,
.dsm-icon-forward:focus:after,
.dsm-icon-forward:hover:after {
  transform: translateX(4px);
}
@keyframes dsm-icon-down {
  0%, 50%, to {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(6px);
  }
}
.dsm-icon-down {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-down:before,
.dsm-icon-down:after {
  transform: translateZ(0);
}

.dsm-icon-down:active:before,
.dsm-icon-down:focus:before,
.dsm-icon-down:hover:before,
.dsm-icon-down:active:after,
.dsm-icon-down:focus:after,
.dsm-icon-down:hover:after {
  animation-name: dsm-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
@keyframes dsm-icon-up {
  0%, 50%, to {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-6px);
  }
}
.dsm-icon-up {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-up:before,
.dsm-icon-up:after {
  transform: translateZ(0);
}

.dsm-icon-up:active:before,
.dsm-icon-up:focus:before,
.dsm-icon-up:hover:before,
.dsm-icon-up:active:after,
.dsm-icon-up:focus:after,
.dsm-icon-up:hover:after {
  animation-name: dsm-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

.dsm-icon-spin {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-spin:before,
.dsm-icon-spin:after {
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

.dsm-icon-spin:active:before,
.dsm-icon-spin:focus:before,
.dsm-icon-spin:hover:before,
.dsm-icon-spin:active:after,
.dsm-icon-spin:focus:after,
.dsm-icon-spin:hover:after {
  transform: rotate(1turn);
}
@keyframes dsm-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%, to {
    opacity: 1;
  }
}
.dsm-icon-drop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-drop:before,
.dsm-icon-drop:after {
  transform: translateZ(0);
}

.dsm-icon-drop:active:before,
.dsm-icon-drop:focus:before,
.dsm-icon-drop:hover:before,
.dsm-icon-drop:active:after,
.dsm-icon-drop:focus:after,
.dsm-icon-drop:hover:after {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: dsm-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dsm-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}

.dsm-icon-fade:active:before,
.dsm-icon-fade:focus:before,
.dsm-icon-fade:hover:before {
  color: #0f9e5e;
}
@keyframes dsm-icon-float-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-1em);
  }
}
.dsm-icon-float-away {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-float-away:before,
.dsm-icon-float-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.dsm-icon-float-away:active:before,
.dsm-icon-float-away:focus:before,
.dsm-icon-float-away:hover:before,
.dsm-icon-float-away:active:after,
.dsm-icon-float-away:focus:after,
.dsm-icon-float-away:hover:after {
  animation-name: dsm-icon-float-away;
  animation-timing-function: ease-out;
}
@keyframes dsm-icon-sink-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(1em);
  }
}
.dsm-icon-sink-away {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-sink-away:after,
.dsm-icon-sink-away:before {
  transform: translateZ(0);
}

.dsm-icon-sink-away:before,
.dsm-icon-sink-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.dsm-icon-sink-away:active:before,
.dsm-icon-sink-away:focus:before,
.dsm-icon-sink-away:hover:before,
.dsm-icon-sink-away:active:after,
.dsm-icon-sink-away:focus:after,
.dsm-icon-sink-away:hover:after {
  animation-name: dsm-icon-sink-away;
  animation-timing-function: ease-out;
}

.dsm-icon-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-grow,
.dsm-icon-grow:before,
.dsm-icon-grow:after {
  transition-duration: 0.3s;
}

.dsm-icon-grow:before,
.dsm-icon-grow:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-grow:active:before,
.dsm-icon-grow:focus:before,
.dsm-icon-grow:hover:before,
.dsm-icon-grow:active:after,
.dsm-icon-grow:focus:after,
.dsm-icon-grow:hover:after {
  transform: scale(1.3) translateZ(0);
}

.dsm-icon-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-shrink,
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
  transition-duration: 0.3s;
}

.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-shrink:active:before,
.dsm-icon-shrink:focus:before,
.dsm-icon-shrink:hover:before,
.dsm-icon-shrink:active:after,
.dsm-icon-shrink:focus:after,
.dsm-icon-shrink:hover:after {
  transform: scale(0.8);
}
@keyframes dsm-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}
.dsm-icon-pulse {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-pulse:before,
.dsm-icon-pulse:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse:active:before,
.dsm-icon-pulse:focus:before,
.dsm-icon-pulse:hover:before,
.dsm-icon-pulse:active:after,
.dsm-icon-pulse:focus:after,
.dsm-icon-pulse:hover:after {
  animation-name: dsm-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}
.dsm-icon-pulse-grow {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-icon-pulse-grow:before,
.dsm-icon-pulse-grow:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse-grow:active:before,
.dsm-icon-pulse-grow:focus:before,
.dsm-icon-pulse-grow:hover:before,
.dsm-icon-pulse-grow:active:after,
.dsm-icon-pulse-grow:focus:after,
.dsm-icon-pulse-grow:hover:after {
  animation-name: dsm-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
.dsm-icon-pulse-shrink {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-pulse-shrink:before,
.dsm-icon-pulse-shrink:after {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.dsm-icon-pulse-shrink:active:before,
.dsm-icon-pulse-shrink:focus:before,
.dsm-icon-pulse-shrink:hover:before,
.dsm-icon-pulse-shrink:active:after,
.dsm-icon-pulse-shrink:focus:after,
.dsm-icon-pulse-shrink:hover:after {
  animation-name: dsm-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes dsm-icon-push {
  50% {
    transform: scale(0.5);
  }
}
.dsm-icon-push {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-push,
.dsm-icon-push:before,
.dsm-icon-push:after {
  transition-duration: 0.3s;
}

.dsm-icon-push:before,
.dsm-icon-push:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-push:active:before,
.dsm-icon-push:focus:before,
.dsm-icon-push:hover:before,
.dsm-icon-push:active:after,
.dsm-icon-push:focus:after,
.dsm-icon-push:hover:after {
  animation-name: dsm-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-pop {
  50% {
    transform: scale(1.5);
  }
}
.dsm-icon-pop {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-icon-pop,
.dsm-icon-pop:before,
.dsm-icon-pop:after {
  transition-duration: 0.3s;
}

.dsm-icon-pop:before,
.dsm-icon-pop:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-pop:active:before,
.dsm-icon-pop:focus:before,
.dsm-icon-pop:hover:before,
.dsm-icon-pop:active:after,
.dsm-icon-pop:focus:after,
.dsm-icon-pop:hover:after {
  animation-name: dsm-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-icon-bounce {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-bounce,
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
  transition-duration: 0.3s;
}

.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-bounce:active:before,
.dsm-icon-bounce:focus:before,
.dsm-icon-bounce:hover:before,
.dsm-icon-bounce:active:after,
.dsm-icon-bounce:focus:after,
.dsm-icon-bounce:hover:after {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dsm-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-rotate,
.dsm-icon-rotate:before {
  transition-duration: 0.3s;
}

.dsm-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-rotate:active:before,
.dsm-icon-rotate:focus:before,
.dsm-icon-rotate:hover:before {
  transform: rotate(20deg);
}

.dsm-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-grow-rotate,
.dsm-icon-grow-rotate:before {
  transition-duration: 0.3s;
}

.dsm-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-grow-rotate:active:before,
.dsm-icon-grow-rotate:focus:before,
.dsm-icon-grow-rotate:hover:before {
  transform: scale(1.5) rotate(12deg);
}

.dsm-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-float,
.dsm-icon-float:before {
  transition-duration: 0.3s;
}

.dsm-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-float:active:before,
.dsm-icon-float:focus:before,
.dsm-icon-float:hover:before {
  transform: translateY(-4px);
}

.dsm-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.dsm-icon-sink,
.dsm-icon-sink:before {
  transition-duration: 0.3s;
}

.dsm-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.dsm-icon-sink:active:before,
.dsm-icon-sink:focus:before,
.dsm-icon-sink:hover:before {
  transform: translateY(4px);
}
@keyframes dsm-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes dsm-icon-bob-float {
  to {
    transform: translateY(-6px);
  }
}
.dsm-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-bob:active:before,
.dsm-icon-bob:focus:before,
.dsm-icon-bob:hover:before {
  animation-name: dsm-icon-bob-float, dsm-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes dsm-icon-hang-sink {
  to {
    transform: translateY(6px);
  }
}
.dsm-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-hang:active:before,
.dsm-icon-hang:focus:before,
.dsm-icon-hang:hover:before {
  animation-name: dsm-icon-hang-sink, dsm-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes dsm-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
.dsm-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-wobble-horizontal:active:before,
.dsm-icon-wobble-horizontal:focus:before,
.dsm-icon-wobble-horizontal:hover:before {
  animation-name: dsm-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
.dsm-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-wobble-vertical:active:before,
.dsm-icon-wobble-vertical:focus:before,
.dsm-icon-wobble-vertical:hover:before {
  animation-name: dsm-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dsm-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.dsm-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-buzz:active:before,
.dsm-icon-buzz:focus:before,
.dsm-icon-buzz:hover:before {
  animation-name: dsm-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dsm-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.dsm-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.dsm-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.dsm-icon-buzz-out:active:before,
.dsm-icon-buzz-out:focus:before,
.dsm-icon-buzz-out:hover:before {
  animation-name: dsm-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.dsm-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-top-left:active:before,
.dsm-curl-top-left:focus:before,
.dsm-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-top-right:active:before,
.dsm-curl-top-right:focus:before,
.dsm-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-bottom-right:active:before,
.dsm-curl-bottom-right:focus:before,
.dsm-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

.dsm-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

.dsm-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.dsm-curl-bottom-left:active:before,
.dsm-curl-bottom-left:focus:before,
.dsm-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}

.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-reddit .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-facebook .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-twitter .dsm_icon {
  font-family: ETmodules !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-linkedin .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-pinterest .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-tumbler .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-vk .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-digg .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-skype .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-stumbleupon .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-mix .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-telegram .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-pocket .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-xing .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-whatsapp .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-email .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-print .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 900 !important;
}

.dsm_star_rating {
  color: #f0ad4e;
  display: block;
  line-height: 1;
  max-width: 100%;
  width: 100%;
}

.dsm_star_rating .et_pb_module_inner {
  width: 100%;
}

.dsm_star_rating .dsm-star-rating-wrapper {
  display: block;
  width: 100%;
}

/* Inline: flex row so title + stars stay on one line (D5 heading styles often win over inline-block). */
.dsm_star_rating.dsm-star-display-type-inline-block .dsm-star-rating-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

/*
 * Stars: mask + background-color: currentColor (SVG bg images ignore CSS `color`).
 * Same shape both layers — ::after dimmer, ::before clip-path for partials.
 */
.dsm_star_rating .dsm-star-rating i {
  display: block;
  flex-shrink: 0;
  position: relative;
  font-style: normal !important;
  cursor: default;
  box-sizing: border-box;
  overflow: hidden;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  white-space: nowrap;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dsm_star_rating .dsm-star-rating i::before,
.dsm_star_rating .dsm-star-rating i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27white%27 d=%27M50%205%20L61%2038%20L97%2038%20L68%2059%20L79%2095%20L50%2073%20L21%2095%20L32%2059%20L3%2038%20L39%2038%20Z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27white%27 d=%27M50%205%20L61%2038%20L97%2038%20L68%2059%20L79%2095%20L50%2073%20L21%2095%20L32%2059%20L3%2038%20L39%2038%20Z%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 1em 1em;
  mask-size: 1em 1em;
}

.dsm_star_rating .dsm-star-rating i::before {
  z-index: 1;
  opacity: 1;
  clip-path: none;
}

.dsm_star_rating .dsm-star-rating i::after {
  z-index: 0;
  opacity: 0.4;
}

.dsm_star_rating .dsm-star-rating i.dsm-star-full::after {
  content: none;
}

.dsm_star_rating .dsm-star-rating i.dsm-star-empty::before {
  content: none;
}

/* inset(0 R 0 0): hide R from the right → show (100 − R)% from the left. */
.dsm_star_rating .dsm-star-rating i.dsm-star-1::before {
  clip-path: inset(0 90% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-2::before {
  clip-path: inset(0 80% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-3::before {
  clip-path: inset(0 70% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-4::before {
  clip-path: inset(0 60% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-5::before {
  clip-path: inset(0 50% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-6::before {
  clip-path: inset(0 40% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-7::before {
  clip-path: inset(0 30% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-8::before {
  clip-path: inset(0 20% 0 0);
}

.dsm_star_rating .dsm-star-rating i.dsm-star-9::before {
  clip-path: inset(0 10% 0 0);
}

.dsm-star-display-type-inline-block .dsm-star-rating-title {
  display: inline-block;
}

.dsm-star-display-type-inline-block .dsm-star-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.dsm-star-display-type-block .dsm-star-rating-title {
  display: block;
}

.dsm-star-display-type-block .dsm-star-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.dsm-star-display-type-inline-block.dsm-star-title-position-left .dsm-star-rating-title {
  margin-right: 7px;
}

.dsm-star-display-type-inline-block.dsm-star-title-position-right .dsm-star-rating-title {
  margin-left: 7px;
}

.dsm-star-rating-title {
  padding: 0;
}

.dsm-star-rating-text {
  color: #333;
  line-height: 1;
  align-self: center;
}

/* Breathing room before “( 5 / 5 )”; stars stay flush to each other. */
.dsm_star_rating .dsm-star-rating > .dsm-star-rating-text {
  margin-left: 0.35em;
}

.dsm_star_rating .dsm-star-rating {
  font-size: 14px;
  line-height: 1;
}

.dsm_star_rating .dsm-star-rating i:not(:last-of-type) {
  margin-right: 0px;
}

.dsm_star_rating .dsm-star-rating,
.dsm_star_rating .dsm-star-rating i::before,
.dsm_star_rating .dsm-star-rating i::after {
  color: #f0ad4e;
}

.dsm_stacking_card_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dsm_stacking_card_wrapper .dsm-button-wrapper {
  margin-top: 20px;
}
.dsm_stacking_card_wrapper .dsm_icon {
  display: block;
  margin-bottom: 10px;
}
.dsm_stacking_card_wrapper .dsm_icon::before {
  line-height: 1em;
}
.dsm_stacking_card_wrapper .et_pb_button {
  display: inline-block;
}
.dsm_stacking_card_wrapper .dsm_content_wrapper {
  flex: 1;
}

/*** Frontend CSS *****/
/* Base layout for stacking card scroll container */
.dsm_stacking_card_container {
  position: relative;
  width: 100%;
  min-height: 100vh; /* needed so ScrollTrigger pinning gets a proper height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Make sure each individual card takes full size */
.dsm_stacking_card_container .dsm_stacking_card_child {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.dsm_stacking_card .dsm_stacking_card_child {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #f6f6f6;
}

.dsm_stacking_card .dsm_stacking_card_child .dsm_icon::before {
  color: #000000;
  font-size: 32px;
}

.dsm-step-flow-container .dsm-steps-image-icon-wrapper {
  display: inline-block;
  position: relative;
}

.dsm-step-flow-container .dsm_icon {
  line-height: 1em;
  display: inline-block;
  overflow: visible !important;
}

.dsm-step-flow-container .dsm-step-badge {
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1em;
}

.dsm-step-flow-container .dsm_dir_icon {
  position: absolute;
  display: inline-block;
  top: 49%;
  left: calc(100% + 20px);
}
.dsm-step-flow-container .dsm-dir-image {
  position: absolute;
  display: inline-block;
  top: 49%;
  left: calc(100% + 20px);
}
.dsm-step-flow-container .dsm-step-arrow {
  position: absolute;
  display: inline-block;
  top: 49%;
  left: calc(100% + 20px);
  width: 100px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 2px;
}
.dsm-step-flow-container .dsm-step-arrow::before {
  content: "";
  top: -3px;
  right: 5px;
  width: 12px;
  height: 12px;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  border-top-width: 2px;
  border-right-width: 2px;
}
.dsm-step-flow-container .dsm-step-arrow.dsm-dir-type-default {
  overflow: visible !important;
}
.dsm-step-flow-container .dsm-content {
  margin-bottom: 20px;
}
.dsm-step-flow-container .dsm-step-badge {
  position: absolute;
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-top_left {
  left: 5px;
  top: 5px;
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-top_center {
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-top_right {
  right: 5px;
  top: 5px;
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-center_left {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-center_right {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-bottom_left {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-bottom_center {
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-bottom_right {
  right: 5px;
  bottom: 5px;
}
.dsm-step-flow-container .dsm-steps-image-icon-wrapper {
  line-height: 0px;
}

.dsm_step_flow .dsm-title {
  font-size: 18px;
}

/* Divi 4: `dsm_image_width` on `.dsm-image-wrap` only; wrapper stays shrink-to-fit (icon rows). */
.dsm_step_flow .dsm-steps-image-icon-wrapper .dsm-image-wrap {
  display: inline-block;
}

.dsm_step_flow .dsm-steps-image-icon-wrapper .dsm-dir-image {
  width: 100%;
}

.dsm_step_flow .dsm-steps-image-icon-wrapper .dsm_dir_icon {
  font-size: 56px;
  color: #dddddd;
}

.dsm_step_flow .dsm-step-arrow {
  border-style: solid;
}

.dsm_step_flow .dsm-steps-image-icon-wrapper .dsm-step-arrow {
  width: 100px;
}

.dsm_step_flow .dsm-step-flow-container {
  text-align: center;
}

.dsm_step_flow .dsm_icon {
  font-size: 96px;
}

.dsm_svg_animation {
  text-align: center;
}
.dsm_svg_animation .dsm-svg-animation-container svg * {
  stroke: #000000;
  fill: none !important;
}
.dsm_svg_animation .dsm-svg-animation-container[data-use_trigger=on][data-trigger_type=dsm_viewport] svg {
  visibility: hidden;
}
.dsm_svg_animation .dsm-svg-animation-container[data-use_trigger=on][data-trigger_type=dsm_viewport] svg.dsm-svg-visible {
  visibility: visible;
}
.dsm_svg_animation .dsm-svg-animation-container svg.dsm-svg-visible {
  visibility: visible;
}

.et_pb_module nav.dsm-toc-root {
  width: 100%;
}

.et_pb_module nav.dsm-toc-root a.dsm-toc-link {
  transition: color 160ms ease, background-color 160ms ease;
}

.et_pb_module nav.dsm-toc-root a.dsm-toc-link:not(.is-active-link):hover {
  text-decoration: underline;
}

/* Sticky wraps the TOC block; sticky offset comes from `--dsm-toc-sticky-top` via JS. */
.dsm-toc-shell.dsm-toc--sticky {
  align-self: flex-start;
  box-sizing: border-box;
  max-height: calc(100vh - var(--dsm-toc-sticky-top, 16px));
  overflow: auto;
  position: sticky;
  top: var(--dsm-toc-sticky-top, 16px);
  z-index: 9;
}

.dsm-toc-mobile-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  display: none;
  gap: 6px;
  margin: 0 0 12px;
  padding: 10px 12px;
  text-align: left;
  width: 100%;
}

.dsm-toc-shell.dsm-toc--mobile-toggle {
  display: flex;
  flex-direction: column;
}
.dsm-toc-shell.dsm-toc--mobile-toggle .dsm-toc-mobile-toggle {
  display: inline-flex;
}

@media (max-width: 767px) {
  .dsm-toc-shell.dsm-toc--mobile-toggle:not(.dsm-toc-shell--expanded) .dsm-toc-heading-row:not(.dsm-toc-heading-row--hide) {
    display: none;
  }
  .dsm-toc-shell.dsm-toc--mobile-toggle:not(.dsm-toc-shell--expanded) .dsm-toc-scroll-area {
    display: none;
  }
}
@media (min-width: 768px) {
  .dsm-toc-shell.dsm-toc--mobile-toggle .dsm-toc-mobile-toggle {
    display: none;
  }
  .dsm-toc-shell.dsm-toc--mobile-toggle .dsm-toc-heading-row:not(.dsm-toc-heading-row--hide),
  .dsm-toc-shell.dsm-toc--mobile-toggle .dsm-toc-scroll-area {
    display: block;
  }
}
.dsm-toc-toggle-icon svg {
  display: block;
}

.dsm-toc-heading-row.dsm-toc-heading-row--hide {
  display: none;
  margin: 0;
}

.dsm-toc-heading {
  margin: 0 0 12px;
}

.dsm-toc-heading .et_pb_module_header:last-child {
  margin-bottom: 0;
}

.dsm-toc-scroll-area {
  overflow: visible;
  position: relative;
}

.dsm-toc-scroll-area.dsm-toc-scroll-area--empty {
  min-height: 0;
  overflow: visible;
}

.dsm-toc-empty {
  display: none;
  font-size: 0.9em;
  margin: 0;
  opacity: 0.75;
  padding: 4px 0;
}

.dsm-toc-scroll-area.dsm-toc-scroll-area--empty .dsm-toc-empty {
  display: block;
}

.dsm-toc-vb-sample {
  opacity: 0.55;
  padding-bottom: 4px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.et_pb_module .dsm-toc-shell .dsm-toc-list-host:not(:empty) ~ .dsm-toc-vb-sample {
  display: none;
}

/*
 * Scoped list resets: Divi/editor rules such as `#left-area ul`,
 * `.entry-content ul`, `.et-l--body ul` attach to `ul`/`ol` via ID/classes and
 * outrank a lone `.dsm-toc-list` (0,x,0 vs 1,x,1). Anchor under `nav` + shell.
 */
nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered:not(.dsm-toc-list--nested),
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered:not(.dsm-toc-list--nested) {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered:not(.dsm-toc-list--nested),
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered:not(.dsm-toc-list--nested) {
  counter-reset: dsm-toc !important;
  list-style-position: outside !important;
  list-style-type: decimal !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 1.35em !important;
}

nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ul.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--unordered,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ul.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--unordered {
  list-style: none !important;
  margin-block: 0.35em 0 !important;
  margin-inline: 0 !important;
  padding-block: 0 !important;
  padding-inline: 0 0 !important;
  padding-inline-start: 0.95em !important;
}

nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ol.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--ordered,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ol.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--ordered {
  counter-reset: dsm-toc !important;
  list-style-position: outside !important;
  list-style-type: decimal !important;
  margin-block: 0.35em 0 !important;
  margin-inline: 0 !important;
  padding-block: 0 !important;
  padding-inline: 0 0 !important;
  padding-inline-start: 0.95em !important;
}

.dsm-toc-item {
  margin-bottom: 0;
  padding: 0;
}

nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered > li.dsm-toc-item,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered > li.dsm-toc-item {
  background: transparent !important;
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered > li.dsm-toc-item,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered > li.dsm-toc-item {
  background: transparent !important;
  list-style-position: outside !important;
  list-style-type: decimal !important;
  margin: 0 !important;
  padding: 0 !important;
}

.et_pb_module .dsm-toc-shell .dsm-toc-link {
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline-block;
  line-height: 1.4;
  padding: 6px 0;
  word-break: break-word;
}

.et_pb_module .dsm-toc-shell .dsm-toc-link.is-active-link {
  font-weight: 700;
  position: relative;
}

.et_pb_module .dsm-toc-shell .dsm-toc-item.is-active-li {
  position: relative;
}

nav.dsm-toc-root .dsm-toc-shell .dsm-toc-list :is(ul, ol)[hidden],
.et_pb_module nav.dsm-toc-root .dsm-toc-shell .dsm-toc-list :is(ul, ol)[hidden] {
  display: none !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.dsm-advanced-tabs-container .dsm_advanced_tabs_child.et_pb_module {
  margin-bottom: 0px !important;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.dsm-advanced-tabs-container.dsm-tabs-horizontal {
  display: flex;
  flex-direction: column;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab {
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.dsm-advanced-tabs-container.dsm-tabs-horizontal .dsm-advanced-tabs-wrapper .dsm-tab {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-image {
  line-height: 0;
  overflow: hidden !important;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm_icon {
  display: block;
  line-height: 1.3em;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-icon-wrapper .dsm_icon::before,
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-active-icon-wrapper .dsm-active-icon::before,
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-icon-wrapper .dsm_icon::before,
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-active-icon-wrapper .dsm-active-icon::before,
.dsm_advanced_tabs .dsm-content-wrapper .dsm-icon .dsm_content_icon::before {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content {
  padding-bottom: 15px;
}

.dsm_advanced_tabs .dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
  display: none;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper.dsm-active {
  display: flex;
}

.dsm-tab-active-state:not(dsm-active) > div:nth-child(2),
.dsm-tab-active-state.dsm-active > div:first-child {
  display: none;
}

.dsm-tab-active-state.dsm-active > div:nth-child(2) {
  display: block;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content-wrapper,
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content {
  width: 100%;
}

/***** Show Active tab Arrow CSS **********/
/** Top Arrow CSS **/
.dsm-show-arrow-active-top .dsm-tabs-horizontal .dsm-tab.dsm-active {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.dsm-show-arrow-active-top .dsm-tabs-horizontal .dsm-tab::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  z-index: -1;
  clip-path: polygon(50% 58%, 0 0, 100% 0);
  top: 50%;
  opacity: 0;
}

.dsm-show-arrow-active-top .dsm-tabs-horizontal .dsm-tab.dsm-active::before {
  content: "";
  background: inherit;
  position: absolute;
  top: 100%;
  opacity: 1;
  transition-property: top;
  transition-duration: 0.3s;
  clip-path: polygon(50% 58%, 0 0, 100% 0);
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/** Bottom Arrow CSS **/
.dsm-show-arrow-active-bottom .dsm-tabs-horizontal .dsm-tab.dsm-active {
  position: relative;
  overflow: visible;
}

.dsm-show-arrow-active-bottom .dsm-tabs-horizontal .dsm-tab::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: inherit;
  z-index: 1;
  clip-path: polygon(54% 0, 6% 59%, 100% 61%);
  opacity: 0;
}

.dsm-show-arrow-active-bottom .dsm-tabs-horizontal .dsm-tab.dsm-active::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: inherit;
  z-index: 1;
  transition-property: top;
  transition-duration: 0.4s;
  clip-path: polygon(54% 0, 6% 59%, 100% 61%);
  opacity: 1;
}

/** Left Arrow CSS **/
.dsm-show-arrow.dsm-vertical-tabs-position-left .dsm-tab.dsm-active {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.dsm-show-arrow.dsm-vertical-tabs-position-left .dsm-tab::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 20px;
  height: 20px;
  background: inherit;
  clip-path: polygon(0 0, 0 100%, 100% 47%);
  opacity: 0;
}

.dsm-show-arrow.dsm-vertical-tabs-position-left .dsm-tab.dsm-active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 20px;
  height: 20px;
  transition-property: right;
  transition-duration: 0.4s;
  background: inherit;
  clip-path: polygon(0 0, 0 100%, 100% 47%);
  opacity: 1;
}

/** Right Arrow CSS **/
.dsm-show-arrow.dsm-vertical-tabs-position-right .dsm-tab.dsm-active {
  position: relative;
  overflow: visible;
}

.dsm-show-arrow.dsm-vertical-tabs-position-right .dsm-tab::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
  background: inherit;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  opacity: 0;
}

.dsm-show-arrow.dsm-vertical-tabs-position-right .dsm-tab.dsm-active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 20px;
  height: 20px;
  transition-property: left;
  transition-duration: 0.3s;
  background: inherit;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  opacity: 1;
}

/** Vertical Tabs Styling CSS ***/
.dsm-advanced-tabs-container.dsm-tabs-vertical {
  display: flex;
}

.dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  align-items: stretch;
}

.dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper .dsm-tab {
  flex: 0 0 auto;
  min-height: 0;
}

.dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-content-wrapper {
  width: 100%;
}

/** Columns Tab CSS **/
.dsm-advanced-tabs-container.dsm-tabs-column {
  display: flex;
}

.dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
}

.dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper,
.dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-content-wrapper {
  width: 50%;
}

@media (min-width: 981px) {
  .dsm-vertical-tabs-position-right .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
    order: 1;
  }
  .dsm-column-tabs-position-left .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
    margin-right: 30px;
  }
  .dsm-column-tabs-position-right .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
    order: 1;
    margin-left: 30px;
  }
}
.dsm-advanced-tabs-container .dsm-tab.dsm-active:has(.dsm-image.dsm-image-active) .dsm-image:not(.dsm-image-active) {
  display: none;
}

.dsm-advanced-tabs-container .dsm-tab:not(.dsm-active) .dsm-image.dsm-image-active {
  display: none;
}

.dsm-advanced-tabs-container .dsm-tab.dsm-active:has(> .dsm-active-icon-wrapper) > .dsm-icon-wrapper:not(.dsm-active-icon-wrapper) {
  display: none;
}

.dsm-advanced-tabs-container .dsm-tab:not(.dsm-active) > .dsm-active-icon-wrapper:not(.dsm-icon-wrapper) {
  display: none;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content-wrapper {
  display: flex;
  align-items: center;
}

.dsm_advanced_tabs_child {
  margin-bottom: 0px !important;
  min-height: 0px !important;
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content-wrapper .dsm-icon {
  width: 100%;
}

.dsm_advanced_tabs .dsm-tab .dsm-title,
.dsm_advanced_tabs .dsm-tab .dsm-title a,
.dsm_advanced_tabs .dsm-tab .dsm-tab-subtitle,
.dsm_advanced_tabs .dsm-tab .dsm-tab-subtitle a {
  text-align: center;
}

.dsm_advanced_tabs .dsm-inner-content .dsm-title {
  font-weight: 400;
  font-size: 24px;
}

.dsm_advanced_tabs .dsm-content-wrapper .dsm-icon,
.dsm_advanced_tabs .dsm-content-wrapper .dsm-image img {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-tab {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.dsm_advanced_tabs .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
  border-width: 2px;
  border-color: #d9d9d9;
  border-style: solid;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.dsm_advanced_tabs .dsm-tab {
  background: #f4f4f4;
}

.dsm_advanced_tabs .dsm-tab.dsm-active {
  background: #ffffff;
}

.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-image {
  width: 40px;
}

.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-icon-wrapper .dsm_icon,
.dsm_advanced_tabs .dsm-content-wrapper .dsm-icon {
  font-size: 32px;
  color: #000000;
}

.dsm_advanced_tabs .dsm-content-wrapper,
.dsm_advanced_tabs .dsm-tab .dsm-image img {
  background-color: #ffffff;
}

@media (max-width: 980px) {
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical,
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column {
    flex-direction: column;
  }
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper,
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    grid-template-columns: none;
  }
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-content-wrapper,
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-content-wrapper {
    width: 100% !important;
  }
  .dsm_advanced_tabs.dsm-column-tabs-position-left .dsm-advanced-tabs-wrapper {
    margin-right: 0;
  }
  .dsm_advanced_tabs.dsm-column-tabs-position-right .dsm-advanced-tabs-wrapper {
    margin-left: 0;
  }
  .dsm_advanced_tabs.dsm-mobile-tablet-vertical-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
    order: 1;
  }
  .dsm_advanced_tabs.dsm-mobile-tablet-column-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
    order: 1;
  }
}
@media (max-width: 767px) {
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical,
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column {
    flex-direction: column;
  }
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper,
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    grid-template-columns: none;
  }
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-content-wrapper,
  .dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-content-wrapper {
    width: 100% !important;
  }
  .dsm_advanced_tabs.dsm-column-tabs-position-left .dsm-advanced-tabs-wrapper {
    margin-right: 0;
  }
  .dsm_advanced_tabs.dsm-column-tabs-position-right .dsm-advanced-tabs-wrapper {
    margin-left: 0;
  }
  .dsm_advanced_tabs.dsm-mobile-tablet-vertical-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
    order: 1;
  }
  .dsm_advanced_tabs.dsm-mobile-tablet-column-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
    order: 1;
  }
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm_advanced_tabs_child .dsm-inner-content .dsm-title {
  font-size: 24px;
}

.dsm_text_badges.dsm-link, .dsm_text_badges.et_clickable {
  cursor: pointer;
}
.dsm_text_badges.dsm-link .et_pb_module_inner, .dsm_text_badges.et_clickable .et_pb_module_inner {
  cursor: pointer;
}

.dsm-text-badges {
  display: inline-block !important;
  gap: 10px;
  align-items: center;
}
.dsm-text-badges .dsm-text-badges-main {
  padding-bottom: 0px !important;
  display: inline-block;
}
.dsm-text-badges .dsm-badges {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-style: solid;
  border-color: #333;
  color: #ffffff;
}

.dsm-text-badges.et_pb_module_header {
  font-size: 20px;
}

.dsm_text_badges .dsm-badges {
  background-color: #7ebec5;
  margin-left: 7px;
}

.dsm_text_divider .dsm-text-divider-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.dsm-text-divider-vertical-align-flex-start {
  align-items: flex-start !important;
}

.dsm-text-divider-vertical-align-center {
  align-items: center !important;
}

.dsm-text-divider-vertical-align-flex-end {
  align-items: flex-end !important;
}

.dsm-text-divider-before,
.dsm-text-divider-after {
  font-size: 0;
  line-height: 0;
  flex-grow: 1;
  border-top-width: 1px;
  border-top-style: solid;
}

.dsm-text-divider-header {
  padding-bottom: 0;
  flex-shrink: 1;
  margin: 0;
}

.dsm-text-divider-align-left .dsm-text-divider-before {
  display: none;
}

.dsm-text-divider-align-right .dsm-text-divider-after {
  display: none;
}

.dsm_text_divider .dsm-divider {
  border-top-width: 1px;
  border-top-style: solid;
}

.dsm-text-notation-before.display-type-inline-block,
.dsm-text-notation-middle.display-type-inline-block,
.dsm-text-notation-after.display-type-inline-block {
  display: inline-block;
}

.dsm-text-notation-before.display-type-inline,
.dsm-text-notation-middle.display-type-inline,
.dsm-text-notation-after.display-type-inline {
  display: inline;
}

.dsm-text-notation-before.display-type-block {
  display: block;
}

.dsm-text-notation-middle.display-type-block {
  display: block;
}

.dsm-text-notation-after.display-type-block {
  display: block;
}

.dsm-text-notation-before,
.dsm-text-notation-after,
.dsm-text-notation-middle {
  white-space: pre;
}

.dsm-text-notation-before {
  line-height: 1em;
}

.dsm-text-notation-middle {
  line-height: 1em;
}

.dsm-text-notation-after {
  line-height: 1em;
}

.dsm-text-path-container.dsm-rtl text {
  direction: rtl;
}

.dsm-text-path-container svg text {
  direction: ltr;
}

.dsm-text-path-container svg path {
  fill: transparent;
  stroke: transparent;
}

.dsm-text-path-container svg {
  max-width: 100%;
  height: auto;
  overflow: visible;
  fill: var(--text-color) !important;
}

.dsm_text_path .dsm-text-path-container {
  text-align: center;
}

.dsm_text_path .dsm-text-path-container svg {
  width: 500px;
  transform: rotate(0deg);
  word-spacing: 0px;
}

.dsm-text-path-container path {
  stroke: var(--text-path-color) !important;
  stroke-width: var(--text-path-width);
}

.dsm-rotate-word {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.dsm-rotate-text > .animated {
  display: inline-block;
  visibility: visible;
}

.dsm-rotate-text-main {
  position: relative;
  padding: 0;
  margin: 0;
  transform: translate(0, 0);
  line-height: 1em;
}

.dsm-rotate-text-main > .dsm-rotate-text-before,
.dsm-rotate-text-main > .dsm-rotate-text,
.dsm-rotate-text-main > .dsm-rotate-text-after {
  border-style: solid;
  border-color: #333;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: pre-wrap;
  line-height: 1em;
}

/*** Display CSS ******/
.dsm-rotate-text-main .dsm-rotate-text-before.dsm-before-display-block {
  display: block;
}

.dsm-rotate-text-before.dsm-before-display-inline {
  display: inline;
}

.dsm-rotate-text-before.dsm-before-display-inline_flex {
  display: inline-flex;
}

.dsm-rotate-text.dsm-rotator-display-block {
  display: block;
}

.dsm-rotate-text.dsm-rotator-display-inline {
  display: inline;
}

.dsm-rotate-text.dsm-rotator-display-inline_flex {
  display: inline-flex;
}

.dsm-rotate-text-after.dsm-after-display-block {
  display: block;
}

.dsm-rotate-text-after.dsm-after-display-inline {
  display: inline;
}

.dsm-rotate-text-after.dsm-after-display-inline_flex {
  display: inline-flex;
}

.dsm-typing-effect.et_pb_module_header {
  display: block;
}

.dsm-before-typing-effect,
.dsm-after-typing-effect {
  white-space: pre-wrap !important;
}

.dsm_typing_effect .dsm-before-typing-effect,
.dsm_typing_effect .dsm-after-typing-effect {
  display: inline-block;
}

.dsm-tilt-image-wrapper {
  line-height: 0em !important;
}

.dsm_parallax_tilt.dsm-tilt-image-wrapper.dsm_parallax_tilt,
.dsm_parallax_tilt.dsm-tilt-image-wrapper .et_pb_image_wrap {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.dsm_parallax_tilt.dsm-tilt-image-wrapper .et_pb_image_wrap {
  display: inline-block;
}

.dsm_tilt_image .et_pb_text_align_left {
  text-align: left;
}

.dsm_tilt_image .et_pb_text_align_center {
  text-align: center;
}

.dsm_tilt_image .et_pb_text_align_right {
  text-align: right;
}

.dsm_tilt_image .et_pb_text_align_justified {
  text-align: justify;
}

.dsm_tilt_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}

.dsm_tilt_image.dsm_tilt_force_fullwidth {
  max-width: 100% !important;
}

.dsm_tilt_image.dsm_tilt_force_fullwidth .et_pb_image_wrap,
.dsm_tilt_image.dsm_tilt_force_fullwidth img {
  width: 100%;
}

.dsm_tilt_image .dsm-tilt-image-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.dsm_tilt_image a.et_pb_lightbox_image {
  color: inherit;
  text-decoration: none;
}
.dsm_tilt_image a.et_pb_lightbox_image:hover, .dsm_tilt_image a.et_pb_lightbox_image:focus, .dsm_tilt_image a.et_pb_lightbox_image:active, .dsm_tilt_image a.et_pb_lightbox_image:visited {
  color: inherit;
  text-decoration: none;
}
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_title,
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_content {
  color: inherit;
}
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_title a,
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_content a {
  color: inherit;
  text-decoration: underline;
}

.dsm_image_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  border-style: solid;
}

.dsm_overlay_on_hover .dsm_tilt_overlay {
  opacity: 0;
}

.dsm_overlay_on_hover:hover .dsm_tilt_overlay {
  opacity: 1;
}

.dsm_tilt_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  transform: translateZ(100px) !important;
}

.dsm_tilt_overlay_wrapper {
  width: 100%;
  padding: 20px;
}

.dsm_tilt_overlay .et-pb-icon {
  margin-bottom: 15px;
}

.dsm_tilt_overlay_content {
  line-height: 1;
}

.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title {
  position: relative;
}

.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:before,
.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:before {
  content: attr(data-overlay-title-hover);
}

.dsm_tilt_overlay_title_hover_on:hover .dsm_tilt_overlay_title > span {
  opacity: 0;
}

.dsm_tilt_overlay_title_hover_on:hover .dsm_tilt_overlay_title:before {
  opacity: 1;
}

.dsm_contact_form_7 label {
  display: block;
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-file {
  width: 100%;
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea {
  height: 240px;
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  color: #2ea3f2;
}

.dsm_contact_form_7 input.text,
.dsm_contact_form_7 input.title,
.dsm_contact_form_7 input[type=email],
.dsm_contact_form_7 input[type=url],
.dsm_contact_form_7 input[type=password],
.dsm_contact_form_7 input[type=tel],
.dsm_contact_form_7 input[type=text],
.dsm_contact_form_7 input[type=number],
.dsm_contact_form_7 input[type=date],
.dsm_contact_form_7 select,
.dsm_contact_form_7 textarea {
  width: 100%;
  padding: 16px;
  border-width: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
  -webkit-appearance: none;
  overflow: hidden;
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-select {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px 16px 10px;
  border: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-style: solid;
}

/* Chevron for native-styled selects (Divi contact form pattern); wrapper from dsm_cf7_select_form_tag_handler. */
.dsm_contact_form_7 .wpcf7-form-control-wrap.dsm-contact-form-7-select,
.dsm_contact_form_7 .wpcf7-form-control-wrap:has(> select.wpcf7-select) {
  position: relative;
  display: block;
}

.dsm_contact_form_7 .wpcf7-form-control-wrap.dsm-contact-form-7-select::after,
.dsm_contact_form_7 .wpcf7-form-control-wrap:has(> select.wpcf7-select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid transparent;
  border-top-color: #666;
  transform: translateY(-50%);
  pointer-events: none;
}

.dsm_contact_form_7 .wpcf7-not-valid-tip,
.dsm_contact_form_7 .wpcf7-validation-errors {
  border-style: solid;
}

.dsm_contact_form_7 div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.dsm_contact_form_7 .dsm-contact-form-wrapper .wpcf7-response-output {
  display: block !important;
}

.dsm-custom-submit {
  color: #2ea3f2;
  cursor: pointer;
}

.dsm_contact_form_7 .wpcf7 .invalid .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7 .unaccepted .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7-response-output.wpcf7-validation-errors {
  border: 2px solid #ffb900;
}

.dsm_contact_form_7 .wpcf7 .sent .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
.dsm_contact_form_7 .wpcf7 .sent .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #7cda24;
}

.dsm_contact_form_7 .wpcf7 form .wpcf7-response-output:not(.wpcf7-validation-errors):not(.wpcf7-mail-sent-ok) {
  border: 0px solid transparent !important;
}

.dsm_contact_form_7 .wpcf7-spinner {
  position: absolute;
}
