@-webkit-keyframes slide-wobble {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }

  25% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slide-wobble {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }

  25% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

.tve-custom-menu-inside {
  z-index: 8;
}

.thrv_widget_menu {
  position: relative;
  z-index: 10;
}

.thrv_widget_menu .fixed-menu-item {
  position: fixed !important;
}

.thrv_widget_menu.thrv_wrapper {
  overflow: visible !important;
}

.thrv_widget_menu li li .tve-item-dropdown-trigger {
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
}

.thrv_widget_menu ul ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
}

.thrv_widget_menu .tve_w_menu .sub-menu {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.thrv_widget_menu .tve_w_menu .sub-menu {
  visibility: hidden;
  display: none;
}

.thrv_widget_menu.tve-active-disabled .tve-state-active {
  cursor: default !important;
}

.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-active-disabled .menu-item-has-children {
  cursor: pointer;
}

.tve-item-dropdown-trigger {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve-item-dropdown-trigger svg {
  width: 1em;
  height: 1em;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
  fill: currentColor;
}

.tve-item-dropdown-trigger:not(:empty) {
  margin-left: 8px;
}

.tve-m-trigger {
  display: none;
  -webkit-tap-highlight-color: transparent;
}

.tve-m-trigger:focus,
.tve-m-trigger:active {
  outline: none;
}

.tve-m-trigger .thrv_icon {
  margin: 0 auto !important;
  padding: 0.3em !important;
  font-size: 33px;
  width: 33px;
  height: 33px;
}

.tve-m-trigger.tve-triggered-icon .tcb-icon-open,
.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-close {
  display: none;
}

.thrv_widget_menu.thrv_wrapper {
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] {
  background: none !important;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .thrive-shortcode-html {
  position: relative;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-item-dropdown-trigger {
  position: absolute;
  top: 0;
  right: 0.8rem;
  bottom: 0;
  height: 100% !important;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .expand-children>a>.tve-item-dropdown-trigger {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .m-icon {
  margin-left: -1em;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li {
  background-color: inherit;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu ul {
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls) {
  padding: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):focus,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):active {
  outline: none;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls) a {
  padding: 10px 2em;
}

.tve_editor_page .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu {
  outline: 1px solid #2ecc71;
  margin: 0px -1px !important;
  width: calc(100% + 2px) !important;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu {
  background-color: #fff;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu .sub-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu li li {
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu {
  background-color: #1e1e1f;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li .sub-menu li {
  background-color: #29292a;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li>a {
  color: #fff;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu {
  height: auto;
  max-height: 0;
  opacity: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  -webkit-transition:
    max-height 0.1s ease,
    opacity 0.1s ease;
  -o-transition:
    max-height 0.1s ease,
    opacity 0.1s ease;
  transition:
    max-height 0.1s ease,
    opacity 0.1s ease;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu.tve-m-expanded {
  opacity: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  top: 100%;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger {
  position: relative;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .thrv_icon {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .tcb-icon-close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-close {
  opacity: 1;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-open {
  opacity: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu {
  top: 0;
  display: block;
  height: 100vh;
  width: 80vw !important;
  padding: 60px;
  position: fixed;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
  overflow-y: auto;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar {
  width: 14px;
  height: 8px;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-track,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-track,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-track {
  background: transparent;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-thumb,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-thumb,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-thumb {
  height: 23px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:
    inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,
.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,
.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu {
  top: 32px;
  height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {

  .admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,
  .admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,
  .admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,
.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,
.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close {
  top: 32px;
}

@media screen and (max-width: 782px) {

  .admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,
  .admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,
  .admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close {
    top: 46px;
  }
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-triggered-icon .tcb-icon-open,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-triggered-icon .tcb-icon-open,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-triggered-icon .tcb-icon-open {
  display: block;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp-third"] .tcb-icon-close,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp-third"] .tcb-icon-close,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp-third"] .tcb-icon-close {
  color: #fff;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp"],
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp"],
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp"] {
  background-color: #fff;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,
.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded {
  background: #393939;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu {
  left: -100%;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded {
  left: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close {
  left: 80vw;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu {
  left: -100%;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded {
  width: 100vw !important;
  left: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger.tve-triggered-icon .tcb-icon-close {
  left: 100%;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu {
  left: calc(100% + 4px);
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded {
  left: 20vw;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close {
  left: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close {
  left: 20vw;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu {
  background-color: #39a3d1;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu li>a {
  color: #fff;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children {
  overflow: visible;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children>.sub-menu {
  visibility: visible;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul {
  position: relative;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul ul {
  top: 0;
  left: 0;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul li {
  position: relative;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical .tcb-menu-logo-wrap {
  display: none !important;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover,
.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children {
  overflow: visible;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover>.sub-menu,
.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover .tcb-mega-drop-inner>ul,
.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children>.sub-menu,
.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children .tcb-mega-drop-inner>ul {
  visibility: visible;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu>li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu>li a:focus {
  outline: none;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a:not(.tcb-logo) {
  font-size: 16px;
  line-height: 2em;
  color: inherit !important;
  text-decoration: inherit !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: initial;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li {
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li a:hover {
  background-color: transparent;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .tve-dropdown-icon-down {
  display: none;
}

.thrv_widget_menu.thrv_wrapper li.c-brackets>a:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets>a:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_widget_menu.thrv_wrapper li.c-brackets:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_widget_menu.thrv_wrapper li.c-brackets>a:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets>a:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim:after {
  background: none;
  font-size: 1em;
  height: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex !important;
  position: absolute;
  width: 0.3em;
}

.thrv_widget_menu.thrv_wrapper li.c-brackets>a:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim:before {
  content: "[";
  left: -0.5em;
  -webkit-transform: translateX(1.25em);
  -ms-transform: translateX(1.25em);
  transform: translateX(1.25em);
}

.thrv_widget_menu.thrv_wrapper li.c-brackets>a:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim:after {
  content: "]";
  right: -0.5em;
  left: auto;
  -webkit-transform: translateX(-1.25em);
  -ms-transform: translateX(-1.25em);
  transform: translateX(-1.25em);
}

.thrv_widget_menu.thrv_wrapper li.c-brackets:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-brackets.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.thrv_widget_menu.thrv_wrapper li.c-underline>a:before,
.thrv_widget_menu.thrv_wrapper li.c-underline>a:after,
.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_widget_menu.thrv_wrapper li.c-underline:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-underline:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_widget_menu.thrv_wrapper li.c-underline>a:after,
.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  height: 2px;
  width: 40%;
  top: 105%;
  left: 50%;
}

.thrv_widget_menu.thrv_wrapper li.c-underline:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
  height: 1px;
}

.thrv_widget_menu.thrv_wrapper li.c-underline:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-underline.tve-state-hover .tve-hover-anim:before {
  display: none;
}

.thrv_widget_menu.thrv_wrapper li.c-double>a:before,
.thrv_widget_menu.thrv_wrapper li.c-double>a:after,
.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_widget_menu.thrv_wrapper li.c-double:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-double:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_widget_menu.thrv_wrapper li.c-double>a:before,
.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim:before {
  display: block !important;
  -webkit-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
  top: 4px !important;
}

@media (min-width: 2600px) {

  .thrv_widget_menu.thrv_wrapper li.c-double>a:before,
  .thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim:before {
    top: 3px !important;
  }
}

.thrv_widget_menu.thrv_wrapper li.c-double>a:after,
.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim:after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  top: calc(100% - 6px);
}

.thrv_widget_menu.thrv_wrapper li.c-double:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-double:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-double.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.thrv_widget_menu.thrv_wrapper li.c-thick>a:before,
.thrv_widget_menu.thrv_wrapper li.c-thick>a:after,
.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_widget_menu.thrv_wrapper li.c-thick:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-thick:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_widget_menu.thrv_wrapper li.c-thick>a:after,
.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  width: 50%;
  top: 105%;
  left: 50%;
}

.thrv_widget_menu.thrv_wrapper li.c-thick:hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim:after,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover>a:after,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
  height: 4px;
}

.thrv_widget_menu.thrv_wrapper li.c-thick:hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim:before,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover>a:before,
.thrv_widget_menu.thrv_wrapper li.c-thick.tve-state-hover .tve-hover-anim:before {
  display: none;
}

.thrv_widget_menu.thrv_wrapper .tve_w_menu .tve-disabled-text-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1em;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  margin-right: 8px;
  margin-bottom: 2px;
}

.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon svg {
  width: 100%;
  height: 100%;
  line-height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical {
  width: 100%;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical ul {
  width: 100%;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li {
  display: block;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical>li ul {
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li.expand-children>ul {
  display: block;
  visibility: visible;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li.expand-children>ul {
  display: block;
}

div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal>li:first-child {
  margin-left: 0 !important;
}

div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal>li:last-child {
  margin-right: 0 !important;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li>a .tve-item-dropdown-trigger svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children>a {
  padding: 2px 1.5em 2px 15px;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children>a .tve-item-dropdown-trigger {
  right: 0.25em;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li>ul {
  float: left;
  -webkit-transition:
    max-height 0s,
    opacity 0.2s ease;
  -o-transition:
    max-height 0s,
    opacity 0.2s ease;
  transition:
    max-height 0s,
    opacity 0.2s ease;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover>ul {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover>ul>li {
  max-height: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul>li ul {
  max-height: 0;
  display: initial !important;
  visibility: hidden;
  opacity: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul>li.expand-children>ul {
  visibility: visible;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul>li:hover>ul>li,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul>li.expand-children>ul>li {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul>li ul {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li ul {
  float: left;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li:not(.expand-children):hover>ul>li {
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul {
  display: initial !important;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul>li {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul>li.expand-children>ul {
  width: 100%;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul>li ul {
  width: 0;
  -webkit-transition: width 0.35s ease-in-out;
  -o-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul>li ul li {
  height: 40px;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li:hover>ul>li,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li.expand-children>ul>li {
  opacity: 1;
  height: 40px;
  overflow: visible;
  visibility: visible;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul>li {
  -webkit-transition:
    all 0.2s ease,
    opacity 0s ease;
  -o-transition:
    all 0.2s ease,
    opacity 0s ease;
  transition:
    all 0.2s ease,
    opacity 0s ease;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul>li>ul>li ul {
  -webkit-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li ul {
  float: left;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li:not(.expand-children):hover>ul>li {
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul {
  display: initial !important;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul>li {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul>li.expand-children>ul {
  width: 100%;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul>li ul {
  width: 0;
  -webkit-transition: width 0.35s ease-in-out;
  -o-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul>li ul li {
  height: 40px;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li:hover>ul>li,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li.expand-children>ul>li {
  opacity: 1;
  height: 40px;
  overflow: visible;
  visibility: visible;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul>li {
  -webkit-transition:
    all 0.15s linear,
    opacity 0s linear;
  -o-transition:
    all 0.15s linear,
    opacity 0s linear;
  transition:
    all 0.15s linear,
    opacity 0s linear;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul>li>ul>li ul {
  -webkit-transition: width 0.25s linear;
  -o-transition: width 0.25s linear;
  transition: width 0.25s linear;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li:not(.expand-children)>.sub-menu {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li:after {
  content: "";
  display: table;
  clear: both;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li>ul:hover {
  max-height: 0;
  visibility: hidden;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li.expand-children>ul {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  visibility: visible;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical ul .tve-item-dropdown-trigger {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical li,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical li {
  position: relative;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_),
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul:not(#_) {
  position: absolute;
  left: unset;
  right: 100%;
  top: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_) {
  left: 100% !important;
  right: unset;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger:not(:empty) {
  margin: 0 0 0 8px;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty) {
  margin: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger:not(:empty) {
  margin: 0 0 0 8px;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty) {
  margin: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li ul {
  float: left;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li:not(.expand-children):hover>ul {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul>li>ul {
  max-height: 0;
  display: initial !important;
  visibility: hidden;
  opacity: 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul>li.expand-children>ul {
  visibility: visible;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul>li ul {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition:
    0.35s,
    color 0.35s ease;
  -o-transition:
    0.35s,
    color 0.35s ease;
  transition:
    0.35s,
    color 0.35s ease;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul>li ul ul {
  -webkit-transform: perspective(1600px) rotate3d(0, 1, 0, -90deg);
  transform: perspective(1600px) rotate3d(0, 1, 0, -90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal>li.expand-children>ul {
  -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
  transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal>li:hover>ul>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal>li:hover>ul>li.expand-children>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal>li.expand-children>ul>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal>li.expand-children>ul>li.expand-children>ul {
  -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
  transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical>li ul ul {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li.expand-children>ul {
  -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
  transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal>li>ul {
  display: block;
  visibility: hidden;
  top: -100000px;
}

.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal>li:hover>ul,
.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal>li.expand-children>ul {
  top: 100%;
  visibility: visible;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical {
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical li {
  margin: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu>li {
  margin: 0 15px;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu>li ul {
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu>li>a {
  font-weight: 600;
}

.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu .sub-menu li {
  font-weight: normal;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu>li:hover>a,
.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu>li.tve-state-hover>a {
  color: #39a3d1;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li a {
  color: #666;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li:hover>a,
.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li.tve-state-hover>a {
  color: #363636;
  text-decoration: none !important;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu>li:hover,
.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu>li.tve-state-hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu>li {
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu>li a {
  background-color: inherit;
  padding: 6px 10px;
  z-index: 20;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu>li a {
  color: #666;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu>li:hover>a {
  color: #39a3d1;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu>li {
  margin: 0;
  border-right: none;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu>li:not(:last-of-type) {
  border-right: 1px solid #d9d9d9;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu>li a {
  color: #333;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover,
.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li.tve-state-hover {
  background-color: #39a3d1;
  color: #fff !important;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover a,
.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li.tve-state-hover a {
  color: inherit !important;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #39a3d1;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li {
  background-color: #39a3d1;
  color: #fff !important;
}

.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li:hover {
  color: #e0eef6 !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu {
  background-color: #3c3d40;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu>li a {
  color: #fff !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li {
  background-color: #1e1e1f !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li:hover>a {
  color: #fff;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li a {
  color: #afafaf;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close {
  color: #fff;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close svg {
  color: inherit;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"].tve-mobile-dropdown .tcb-icon-close {
  color: #111;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li a {
  color: #afafaf !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu>li:hover>a,
.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu>li.tve-state-hover>a {
  color: #39a3d1 !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li:hover>a,
.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li.tve-state-hover>a {
  color: #fff !important;
  text-decoration: underline !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu>li:hover,
.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu>li.tve-state-hover {
  background-color: #1e1e1f;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu>li {
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu>li a {
  background-color: inherit;
  padding: 2px 10px;
  z-index: 9;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li a {
  color: #afafaf !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li:hover>a {
  color: #39a3d1 !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu>li {
  margin: 0 !important;
  border-right: none;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu>li:not(:last-of-type) {
  border-right: 1px solid #d9d9d9;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu>li:hover,
.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu>li.tve-state-hover {
  background-color: #39a3d1;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu>li {
  background-color: #39a3d1 !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu>li:hover {
  background-color: #39a3d1;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu>li:hover>a {
  color: #fff !important;
}

.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu>li>a {
  color: #e0eef6 !important;
}

.tve_w_menu ul {
  left: 100%;
  top: 0;
}

.tve_w_menu>li>ul {
  top: 100%;
  left: 0;
}

@media (min-width: 1024px) {

  .thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu {
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    z-index: 9 !important;
    position: absolute;
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap {
    display: none !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger {
    display: block;
    width: 100%;
    color: #333 !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo {
    display: block;
    -webkit-box-ordinal-group: NaN;
    -webkit-order: var(--tcb-logo-split-order, 1);
    -ms-flex-order: var(--tcb-logo-split-order, 1);
    order: var(--tcb-logo-split-order, 1);
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html:after,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html:after {
    display: none;
  }

  .thrv_widget_menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve_w_menu,
  .mega-menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve_w_menu {
    visibility: hidden;
  }
}

.thrv_widget_menu [data-item-display-desktop="icon"]>a>.m-icon,
.thrv_widget_menu [data-item-display-desktop="icon"]>.m-icon,
.thrv_widget_menu [data-item-display-desktop="icon"] .tcb-mm-text .m-icon,
.thrv_widget_menu [data-item-display-desktop="icon"]>a>.tcb-mm-text .m-icon {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 0px !important;
}

.thrv_widget_menu [data-item-display-desktop="icon"]>a>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="icon"]>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="icon"]>a>.tcb-mm-image,
.thrv_widget_menu [data-item-display-desktop="icon"]>.tcb-mm-image {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="icon"]>a>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="icon"]>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="icon"]>.tcb-mm-text>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="icon"]>a>.tcb-mm-text>.tve-disabled-text-inner {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="icon-text"]>a>.m-icon,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>.m-icon,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>.tcb-mm-text .m-icon,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>a>.tcb-mm-text .m-icon {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.thrv_widget_menu [data-item-display-desktop="icon-text"]>a>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>a>.tcb-mm-image,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>.tcb-mm-image {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="icon-text"]>a>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>.tcb-mm-text>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="icon-text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
  display: inline-block !important;
}

.thrv_widget_menu [data-item-display-desktop="text"]>a>.m-icon,
.thrv_widget_menu [data-item-display-desktop="text"]>.m-icon,
.thrv_widget_menu [data-item-display-desktop="text"]>.tcb-mm-text .m-icon,
.thrv_widget_menu [data-item-display-desktop="text"]>a>.tcb-mm-text .m-icon {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="text"]>a>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="text"]>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="text"]>a>.tcb-mm-image,
.thrv_widget_menu [data-item-display-desktop="text"]>.tcb-mm-image {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="text"]>a>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="text"]>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="text"]>.tcb-mm-text>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
  display: inline-block !important;
}

.thrv_widget_menu [data-item-display-desktop="image"]>a>.m-icon,
.thrv_widget_menu [data-item-display-desktop="image"]>.m-icon,
.thrv_widget_menu [data-item-display-desktop="image"]>.tcb-mm-text .m-icon,
.thrv_widget_menu [data-item-display-desktop="image"]>a>.tcb-mm-text .m-icon {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="image"]>.tcb-mm-text,
.thrv_widget_menu [data-item-display-desktop="image"]>a>.tcb-mm-text {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.thrv_widget_menu [data-item-display-desktop="image"]>a>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="image"]>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="image"]>a>.tcb-mm-image,
.thrv_widget_menu [data-item-display-desktop="image"]>.tcb-mm-image {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.thrv_widget_menu [data-item-display-desktop="image"]>a>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="image"]>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="image"]>.tcb-mm-text>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="image"]>a>.tcb-mm-text>.tve-disabled-text-inner {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="image-text"]>a>.m-icon,
.thrv_widget_menu [data-item-display-desktop="image-text"]>.m-icon,
.thrv_widget_menu [data-item-display-desktop="image-text"]>.tcb-mm-text .m-icon,
.thrv_widget_menu [data-item-display-desktop="image-text"]>a>.tcb-mm-text .m-icon {
  display: none !important;
}

.thrv_widget_menu [data-item-display-desktop="image-text"]>a>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="image-text"]>.tcb-menu-item-image,
.thrv_widget_menu [data-item-display-desktop="image-text"]>a>.tcb-mm-image,
.thrv_widget_menu [data-item-display-desktop="image-text"]>.tcb-mm-image {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.thrv_widget_menu [data-item-display-desktop="image-text"]>a>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="image-text"]>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="image-text"]>.tcb-mm-text>.tve-disabled-text-inner,
.thrv_widget_menu [data-item-display-desktop="image-text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
  display: inline-block !important;
}

body.logged-in .thrv_widget_menu .tcb-menu-display-desktop-logged-out {
  display: none !important;
}

body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-desktop-logged-in {
  display: none !important;
}

:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-desktop-always {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 1023px) {

  .thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu {
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    z-index: 9 !important;
    position: absolute;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap {
    display: none !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve-m-trigger,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger {
    display: block;
    width: 100%;
    color: #333 !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo {
    display: block;
    -webkit-box-ordinal-group: NaN;
    -webkit-order: var(--tcb-logo-split-order, 1);
    -ms-flex-order: var(--tcb-logo-split-order, 1);
    order: var(--tcb-logo-split-order, 1);
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html ul,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html:after,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html:after {
    display: none;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"].tve-mobile-dropdown .tve_w_menu,
  .mega-menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve_w_menu {
    visibility: hidden;
  }

  .thrv_widget_menu[data-tve-switch-icon*="tablet"]:not(.tve-custom-menu-switch-icon-tablet) ul,
  .mega-menu[data-tve-switch-icon*="desktop"]:not(.tve-custom-menu-switch-icon-tablet) ul {
    padding: 0 !important;
  }
}

@media (max-width: 1023px) {

  .thrv_widget_menu [data-item-display-tablet="icon"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="icon"]>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="icon"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-tablet="icon"]>a>.tcb-mm-text .m-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-tablet="icon"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="icon"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="icon"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-tablet="icon"]>.tcb-mm-image {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="icon"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="icon"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="icon"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="icon"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="icon-text"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>a>.tcb-mm-text .m-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-tablet="icon-text"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>.tcb-mm-image {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="icon-text"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="icon-text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: inline-block !important;
  }

  .thrv_widget_menu [data-item-display-tablet="text"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="text"]>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="text"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-tablet="text"]>a>.tcb-mm-text .m-icon {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="text"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="text"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="text"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-tablet="text"]>.tcb-mm-image {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="text"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="text"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="text"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: inline-block !important;
  }

  .thrv_widget_menu [data-item-display-tablet="image"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="image"]>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="image"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-tablet="image"]>a>.tcb-mm-text .m-icon {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="image"]>.tcb-mm-text,
  .thrv_widget_menu [data-item-display-tablet="image"]>a>.tcb-mm-text {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .thrv_widget_menu [data-item-display-tablet="image"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="image"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="image"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-tablet="image"]>.tcb-mm-image {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-tablet="image"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="image"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="image"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="image"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>.m-icon,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.tcb-mm-text .m-icon {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>.tcb-mm-image {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: inline-block !important;
  }

  body.logged-in .thrv_widget_menu .tcb-menu-display-tablet-logged-out {
    display: none !important;
  }

  body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-tablet-logged-in {
    display: none !important;
  }

  :not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-tablet-always {
    display: block !important;
  }
}

@media (max-width: 767px) {

  .thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu {
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    z-index: 9 !important;
    position: absolute;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap {
    display: none !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve-m-trigger,
  .mega-menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger {
    display: block;
    width: 100%;
    color: #333 !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo {
    display: block;
    -webkit-box-ordinal-group: NaN;
    -webkit-order: var(--tcb-logo-split-order, 1);
    -ms-flex-order: var(--tcb-logo-split-order, 1);
    order: var(--tcb-logo-split-order, 1);
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html ul,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html:after,
  .mega-menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html:after {
    display: none;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"].tve-mobile-dropdown .tve_w_menu,
  .mega-menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve_w_menu {
    visibility: hidden;
  }

  .thrv_widget_menu[data-tve-switch-icon*="mobile"]:not(.tve-custom-menu-switch-icon-mobile) ul,
  .mega-menu[data-tve-switch-icon*="desktop"]:not(.tve-custom-menu-switch-icon-mobile) ul {
    padding: 0 !important;
  }

  .thrv_widget_menu [data-item-display-mobile="icon"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="icon"]>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="icon"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-mobile="icon"]>a>.tcb-mm-text .m-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-mobile="icon"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="icon"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="icon"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-mobile="icon"]>.tcb-mm-image {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="icon"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="icon"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="icon"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="icon"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="icon-text"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>a>.tcb-mm-text .m-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-mobile="icon-text"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>.tcb-mm-image {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="icon-text"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="icon-text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: inline-block !important;
  }

  .thrv_widget_menu [data-item-display-mobile="text"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="text"]>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="text"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-mobile="text"]>a>.tcb-mm-text .m-icon {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="text"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="text"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="text"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-mobile="text"]>.tcb-mm-image {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="text"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="text"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="text"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: inline-block !important;
  }

  .thrv_widget_menu [data-item-display-mobile="image"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="image"]>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="image"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-mobile="image"]>a>.tcb-mm-text .m-icon {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="image"]>.tcb-mm-text,
  .thrv_widget_menu [data-item-display-mobile="image"]>a>.tcb-mm-text {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .thrv_widget_menu [data-item-display-mobile="image"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="image"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="image"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-mobile="image"]>.tcb-mm-image {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-mobile="image"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="image"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="image"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="image"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>.m-icon,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>.tcb-mm-text .m-icon,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.tcb-mm-text .m-icon {
    display: none !important;
  }

  .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>.tcb-menu-item-image,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.tcb-mm-image,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>.tcb-mm-image {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>.tcb-mm-text>.tve-disabled-text-inner,
  .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.tcb-mm-text>.tve-disabled-text-inner {
    display: inline-block !important;
  }

  body.logged-in .thrv_widget_menu .tcb-menu-display-mobile-logged-out {
    display: none !important;
  }

  body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-mobile-logged-in {
    display: none !important;
  }

  :not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-mobile-always {
    display: block !important;
  }
}

.tcb-mega-empty {
  display: none;
}

.tve-regular.tcb-mega-std .tcb-mega-empty {
  display: list-item;
  opacity: 0;
  visibility: hidden;
}

.tve-regular.tcb-mega-std:not(#speec) li.lvl-0 {
  margin: 0;
}

.tve-regular.tcb-mega-std:not(#speec) li>a {
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.tve-regular.tcb-mega-std:not(#speec) li {
  position: static;
}

.tve-regular.tcb-mega-std:not(#speec) ul ul {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.tve-regular.tcb-mega-std:not(#speec) ul ul ul {
  display: block;
}

.tve-regular.tcb-mega-std:not(#speec) ul ul ul ul {
  display: none;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner li {
  cursor: default;
  overflow: initial;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner li>a {
  padding: 4px 5px;
  line-height: 1.2em;
  font-size: 15px;
  margin: 0;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner li>a:hover,
.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner li>a.tve-state-hover {
  background: #f2f2f2;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -10px;
  margin-left: -30px;
  left: 0;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner>ul>li {
  margin-top: 10px;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: calc(25% - 30px);
  width: calc(25% - 30px);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-mega-drop-inner>ul>li>a {
  padding: 8px 5px;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-mm-container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tve-regular.tcb-mega-std:not(#speec) .tcb-menu-item-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve-regular.tcb-mega-std .tcb-mega-drop-inner {
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px;
  margin: 0 auto;
}

.tve-regular.tcb-mega-std .tcb-mega-drop-inner>ul>li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve-regular.tcb-mega-std .tcb-mega-drop-inner>ul>li>a {
  font-weight: bold;
  border-top: 1px solid #dedede;
}

.tve-regular.tcb-mega-std .tcb-mega-drop-inner>ul>li>a .tve-disabled-text-inner {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.tve-regular.tcb-mega-std li:hover {
  z-index: 10;
}

.tve-regular.tcb-mega-std li li .tve-item-dropdown-trigger {
  display: none !important;
}

.tve-regular.tcb-mega-std .tcb-mega-drop {
  position: absolute;
  left: -9999em;
  top: 100%;
  right: auto;
  z-index: 1;
  width: 100%;
}

.tve-regular.tcb-mega-std li:hover .tcb-mega-drop,
.tve-regular.tcb-mega-std li.expand-children .tcb-mega-drop {
  left: 0;
  right: 0;
}

.tve-regular.tcb-mega-std.da-fade .tcb-mega-drop {
  opacity: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  -o-transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.tve-regular.tcb-mega-std.da-fade li:hover .tcb-mega-drop,
.tve-regular.tcb-mega-std.da-fade li.expand-children .tcb-mega-drop {
  visibility: visible;
  opacity: 1;
}

.tve-regular.tcb-mega-std.da-slide1 .tcb-mega-drop {
  left: -15px;
  right: -15px;
  top: calc(100% - 1px);
  width: calc(100% + 30px);
  visibility: hidden;
  overflow: hidden;
}

.tve-regular.tcb-mega-std.da-slide1 .tcb-mega-drop-inner {
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  -o-transition:
    transform 0.2s,
    opacity 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s,
    -webkit-transform 0.2s;
  visibility: visible;
  opacity: 0;
  margin: 1px 15px 15px;
}

.tve-regular.tcb-mega-std.da-slide1 li:hover .tcb-mega-drop,
.tve-regular.tcb-mega-std.da-slide1 li.expand-children .tcb-mega-drop {
  left: -15px;
  right: -15px;
  visibility: visible;
}

.tve-regular.tcb-mega-std.da-slide1 li:hover .tcb-mega-drop-inner,
.tve-regular.tcb-mega-std.da-slide1 li.expand-children .tcb-mega-drop-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.tve-regular.tcb-mega-std.da-slide2 .tcb-mega-drop {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  left: 0;
  right: 0;
}

.tve-regular.tcb-mega-std.da-slide2 li:hover .tcb-mega-drop,
.tve-regular.tcb-mega-std.da-slide2 li.expand-children .tcb-mega-drop {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.tve-regular.tcb-mega-std.da-fold .tcb-mega-drop {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  -o-transition:
    transform 0.35s,
    opacity 0.35s;
  transition:
    transform 0.35s,
    opacity 0.35s;
  transition:
    transform 0.35s,
    opacity 0.35s,
    -webkit-transform 0.35s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

@-moz-document url-prefix() {
  .tve-regular.tcb-mega-std.da-fold .tcb-mega-drop {
    visibility: hidden;
  }
}

.tve-regular.tcb-mega-std.da-fold li:hover .tcb-mega-drop,
.tve-regular.tcb-mega-std.da-fold li.expand-children .tcb-mega-drop {
  opacity: 1;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  transform: perspective(400) rotate3d(0, 0, 0, 0);
}

@-moz-document url-prefix() {

  .tve-regular.tcb-mega-std.da-fold li:hover .tcb-mega-drop,
  .tve-regular.tcb-mega-std.da-fold li.expand-children .tcb-mega-drop {
    visibility: visible;
  }
}

.tve-regular.tcb-mega-std .thrv_text_element {
  margin: 0 0 8px;
  padding: 0 5px;
  font-size: 15px;
}

.tve-regular.tcb-mega-std .thrv_text_element:not(#inc) p,
.tve-regular.tcb-mega-std .thrv_text_element:not(#inc) a {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.tve-regular.tcb-mega-std .tcb-mm-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.tve_editor_page .tve-regular.tcb-mega-std .tcb-mm-image.tcb-elem-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  cursor: default;
}

.tve_editor_page .tve-regular.tcb-mega-std .tcb-mm-image.tcb-elem-placeholder .with-icon {
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}

.tve_editor_page .tve-regular.tcb-mega-std .tcb-mm-image.tcb-elem-placeholder .tcb-icon {
  font-size: 18px;
  display: block;
}

.tve_editor_page .tve-regular.tcb-mega-std .tcb--row .tcb-icon,
.tve_editor_page .tve-regular.tcb-mega-std .tcb--row-reverse .tcb-icon {
  margin-right: 0;
}

.tve_editor_page .tve-regular.tcb-mega-std .tcb--row .tcb-placeholder-text,
.tve_editor_page .tve-regular.tcb-mega-std .tcb--row-reverse .tcb-placeholder-text {
  display: none;
}

.tve_editor_page .tve-regular.tcb-mega-std .tcb-placeholder-text {
  font-size: 14px;
}

.tve-regular.tcb-mega-std .tcb-mm-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 45px;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--row .tcb-mm-image {
  margin-right: 8px;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--row-reverse .tcb-mm-image {
  margin-left: 8px;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--column .tcb-mm-image {
  margin-bottom: 10px;
  -webkit-flex-basis: initial !important;
  -ms-flex-preferred-size: initial !important;
  flex-basis: initial !important;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.tve-regular.tcb-mega-std .tcb-mm-container.tcb--column-reverse .tcb-mm-image {
  margin-top: 10px;
  -webkit-flex-basis: initial !important;
  -ms-flex-preferred-size: initial !important;
  flex-basis: initial !important;
}

.tve-regular.tcb-mega-std .tcb--row .tcb-mm-image,
.tve-regular.tcb-mega-std .tcb--row-reverse .tcb-mm-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  width: auto !important;
}

.tve-regular.tcb-mega-std .tcb--column .tcb-mm-image,
.tve-regular.tcb-mega-std .tcb--column-reverse .tcb-mm-image {
  height: 60px;
}

.tve-regular.tcb-mega-std .tcb--column .tcb-mm-text,
.tve-regular.tcb-mega-std .tcb--column-reverse .tcb-mm-text {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.thrv_widget_menu .tcb-mm-image,
.thrv_widget_menu .tcb-menu-item-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 45px;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row,
.thrv_widget_menu .tcb--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .tcb-menu-item-image,
.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .m-icon,
.thrv_widget_menu .tcb--row .tcb-menu-item-image,
.thrv_widget_menu .tcb--row .m-icon {
  margin-right: 8px;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse,
.thrv_widget_menu .tcb--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-menu-item-image,
.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-mm-image .m-icon,
.thrv_widget_menu .tcb--row-reverse .tcb-menu-item-image,
.thrv_widget_menu .tcb--row-reverse .tcb-mm-image .m-icon {
  margin-left: 8px;
}

.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-menu-item-image,
.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .m-icon {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-left: 8px;
  margin-right: 0 !important;
}

.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container,
.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .tcb-mm-image,
.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .tcb-mm-image {
  margin-left: 8px;
}

.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .m-icon,
.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .m-icon {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column,
.thrv_widget_menu .tcb--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-menu-item-image,
.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-image,
.thrv_widget_menu .tcb--column .tcb-menu-item-image,
.thrv_widget_menu .tcb--column .tcb-mm-image {
  -webkit-flex-basis: auto !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  margin-bottom: 10px;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-text,
.thrv_widget_menu .tcb--column .tcb-mm-text {
  -webkit-flex-basis: auto !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .m-icon,
.thrv_widget_menu .tcb--column .m-icon {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tve-item-dropdown-trigger,
.thrv_widget_menu .tcb--column .tve-item-dropdown-trigger {
  position: absolute;
  bottom: 0.5em;
  right: 0px;
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .tcb-menu-img-hamburger .tcb--row-reverse .tcb-mm-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .tcb-menu-img-hamburger .tcb--column-reverse .tcb-mm-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .tcb-menu-img-hamburger .tcb--column .tcb-mm-text {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-flex-basis: auto !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .tcb-menu-img-hamburger .tcb--column>.tcb-mm-image:not(.tcb-elem-placeholder),
[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .tcb-menu-img-hamburger .tcb--column-reverse>.tcb-mm-image:not(.tcb-elem-placeholder) {
  width: 100%;
}

.tcb-menu-img-hamburger .tcb--column-reverse,
.tcb--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tcb-menu-img-hamburger .tcb--column-reverse .tcb-menu-item-image,
.tcb-menu-img-hamburger .tcb--column-reverse .tcb-mm-image,
.tcb--column-reverse .tcb-menu-item-image,
.tcb--column-reverse .tcb-mm-image {
  -webkit-flex-basis: auto !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  margin-top: 10px;
}

.tcb-menu-img-hamburger .tcb--column-reverse .m-icon,
.tcb--column-reverse .m-icon {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.tcb--row .tcb-menu-item-image,
.tcb--row-reverse .tcb-menu-item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  width: auto;
}

.tcb-menu-img-hamburger .tcb--column .tcb-mm-text,
.tcb-menu-img-hamburger .tcb--column-reverse .tcb-mm-text {
  -webkit-flex-basis: auto !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.tcb-menu-img-hamburger .tcb-mm-container .tcb-mm-image:not(.tcb-elem-placeholder) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tve-regular.tcb-mega-std li li .tve-disabled-text-inner {
  padding-right: 0px !important;
}

.tve-regular .menu-item-has-children>.tcb--column .tve-item-dropdown-trigger,
.tve-regular .menu-item-has-children>.tcb--column-reverse .tve-item-dropdown-trigger {
  position: absolute;
  right: 0px;
}

.tve-regular .menu-item-has-children>.tcb--column .tve-disabled-text-inner,
.tve-regular .menu-item-has-children>.tcb--column-reverse .tve-disabled-text-inner {
  padding-right: 1.5em;
}

.tve-regular .menu-item-has-children>.tcb--column .tve-item-dropdown-trigger {
  bottom: calc(var(--tve-line-height, 2em) / 2 - 0.5em);
}

.tve-regular .menu-item-has-children>.tcb--column-reverse .tve-item-dropdown-trigger {
  top: calc(var(--tve-line-height, 2em) / 2 - 0.5em);
}

body:not(.logged-in) .thrv_widget_menu .tcb-menu-item-image[data-d-f="user"],
body:not(.logged-in) .thrv_widget_menu .tcb-mm-image[data-d-f="user"] {
  display: none !important;
}

body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"]>a>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"]>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"]>a>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"]>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"]>a>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"]>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"]>a>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"]>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"]>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"]>a>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"]>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"]>a>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"]>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"]>a>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"]>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"]>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"]>a>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"]>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"]>a>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"]>.tcb-menu-item-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"]>a>.tcb-mm-image.tcb-elem-placeholder,
body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"]>.tcb-mm-image.tcb-elem-placeholder {
  display: none !important;
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .tcb-mm-image {
  display: none;
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .lvl-1>a .tcb-mm-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std .lvl-1>a .tcb-mm-text .m-icon {
  margin-left: calc(1em - 8px);
}

[class*="tve-custom-menu-switch-icon-"].tcb-mega-std li.lvl-1[data-item-display-desktop="icon"]>a .tcb-mm-text,
[class*="tve-custom-menu-switch-icon-"].tcb-mega-std li.lvl-1[data-item-display-tablet="icon"]>a .tcb-mm-text,
[class*="tve-custom-menu-switch-icon-"].tcb-mega-std li.lvl-1[data-item-display-mobile="icon"]>a .tcb-mm-text {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
}

.tcb-mm-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tcb-mm-image.tcb-elem-placeholder:not(.edit_mode),
.tcb-menu-item-image.tcb-elem-placeholder:not(.edit_mode) {
  outline: 1px dashed #969fa6;
}

.menu-item.thrv_wrapper {
  margin: 0;
}

.tcb-mega-drop-inner.thrv_wrapper {
  cursor: default;
  margin: 0;
  padding: 0;
}

.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"] .tcb-mega-drop .thrv_text_element {
  display: none;
}

.megamenu-no-items {
  display: none;
}

li.tcb-menu-logo-wrap a {
  min-width: 80px;
}

.tcb-hamburger-logo {
  display: none;
}

.thrv_widget_menu:not(#_):not(#_) li button {
  display: none !important;
}

.thrv_widget_menu:not(#_):not(#_) li a {
  --background-image: none;
  background-image: var(--background-image, none) !important;
}

.thrv_widget_menu:not(#_):not(#_) path {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.thrv_widget_menu:not(#_):not(#_) li li li:first-child {
  margin-top: 0 !important;
}

.thrv_widget_menu:not(#_):not(#_) ul ul ul {
  padding-top: 0 !important;
}

.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu>li ul {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu>li ul li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std):not(.tve-regular) .tve-disabled-text-inner {
  white-space: normal;
}

:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li>a.tve-jump-scroll {
  pointer-events: none;
}

:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li>a.tve-jump-scroll .tve-item-dropdown-trigger {
  pointer-events: all;
}

:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) .tcb-mega-drop li li>a.tve-jump-scroll {
  pointer-events: all;
}

@media only screen and (max-width: 740px) {
  .thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container {
    padding: 0 0 5px 0 !important;
    width: 100% !important;
  }

  .thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container .thrv_icon {
    margin: 0 11px 19px 0;
  }

  .thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container .thrv_icon.tve_lg_text_icon {
    margin-top: 11px;
  }

  .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container.tve_lg_select_container .thrv_icon {
    margin-right: 14px;
  }

  .thrv_lead_generation.tve_leftBtn,
  .thrv_lead_generation.tve_centerBtn,
  .thrv_lead_generation.tve_rightBtn {
    width: 100% !important;
    float: none !important;
  }
}

@media only screen and (max-width: 320px) {

  .thrv_content_container_shortcode .thrv_lead_generation.tve_leftBtn,
  .thrv_content_container_shortcode .thrv_lead_generation.tve_centerBtn,
  .thrv_content_container_shortcode .thrv_lead_generation.tve_rightBtn {
    width: 98% !important;
  }
}

@keyframes slide-wobble {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }

  25% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="default"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper[data-value="default"].tve-state-hover .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  background-color: #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="default"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  background-color: #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="default"].tve-state-expanded {
  background-color: transparent;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="default"].tve-state-expanded .tve-checkmark {
  background-color: var(--tcb-local-color-30800);
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-30800);
  box-shadow: 0 0 0 1px var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="default"].tve-state-expanded .tve-checkmark:after {
  background-color: #fff;
  border: calc(var(--tcb-radio-size) / 6) solid var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="default"] .tve-checkmark {
  background-color: #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  background: #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"]:hover:not(.tve-state-expanded),
.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"].tve-state-hover {
  background: transparent;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"].tve-state-hover .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  background: #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"]:hover:not(.tve-state-expanded) .tve-checkmark:after,
.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"].tve-state-hover .tve-checkmark:after {
  background: var(--tcb-local-color-f2bba);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"].tve-state-expanded {
  background: transparent;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"].tve-state-expanded .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"].tve-state-expanded .tve-checkmark:after {
  border: calc(var(--tcb-radio-size) / 6) solid #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-1"] label {
  border-radius: 50px;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-2"] .tve-checkmark {
  background-color: rgba(142, 142, 142, 0.42);
  -webkit-box-shadow: 0 0 0 1px rgba(142, 142, 142, 0.42);
  box-shadow: 0 0 0 1px rgba(142, 142, 142, 0.42);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-2"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-trewq);
  box-shadow: 0 0 0 1px var(--tcb-local-color-trewq);
  background-color: var(--tcb-local-color-trewq);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-2"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper[data-value="style-2"].tve-state-hover .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-trewq);
  box-shadow: 0 0 0 1px var(--tcb-local-color-trewq);
  background-color: var(--tcb-local-color-trewq);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-2"].tve-state-expanded .tve-checkmark {
  background-color: var(--tcb-local-color-trewq);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-2"].tve-state-expanded .tve-checkmark:after {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--tcb-local-color-30800);
  border: calc(var(--tcb-radio-size) / 6) solid var(--tcb-local-color-trewq);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-3"] .tve-checkmark {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 3px #979797;
  box-shadow: 0 0 0 3px #979797;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-3"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  -webkit-box-shadow: 0 0 0 3px var(--tcb-local-color-frty6);
  box-shadow: 0 0 0 3px var(--tcb-local-color-frty6);
  background-color: var(--tcb-local-color-f2bba);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-3"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper[data-value="style-3"].tve-state-hover .tve-checkmark {
  -webkit-box-shadow: 0 0 0 3px var(--tcb-local-color-frty6);
  box-shadow: 0 0 0 3px var(--tcb-local-color-frty6);
  background-color: var(--tcb-local-color-f2bba);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-3"].tve-state-expanded .tve-checkmark {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 3px var(--tcb-local-color-30800);
  box-shadow: 0 0 0 3px var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="style-3"].tve-state-expanded .tve-checkmark:after {
  background-color: var(--tcb-local-color-30800);
  border: calc(var(--tcb-radio-size) / 6) solid #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-1"] .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px #afafaf;
  box-shadow: 0 0 0 1px #afafaf;
  background: #afafaf;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#afafaf),
      to(#fff));
  background: -o-linear-gradient(bottom, #afafaf 0%, #fff 100%);
  background: linear-gradient(360deg, #afafaf 0%, #fff 100%);
  background-position: -1px;
  background-size: auto 110%;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-1"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-30800);
  box-shadow: 0 0 0 1px var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-1"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-1"].tve-state-hover .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-30800);
  box-shadow: 0 0 0 1px var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-1"].tve-state-expanded .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-frty6);
  box-shadow: 0 0 0 1px var(--tcb-local-color-frty6);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-1"].tve-state-expanded .tve-checkmark:after {
  background: -o-radial-gradient(50% 10%,
      circle,
      var(--tcb-local-color-30800) 50%,
      rgba(80, 80, 80, 0.8) 100%);
  background: radial-gradient(circle at 50% 10%,
      var(--tcb-local-color-30800) 50%,
      rgba(80, 80, 80, 0.8) 100%);
  border: calc(var(--tcb-radio-size) / 6) solid #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-2"] .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px rgba(175, 175, 175, 0.5);
  box-shadow: 0 0 0 1px rgba(175, 175, 175, 0.5);
  background-color: rgba(175, 175, 175, 0.5);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-2"] .tve-checkmark:after {
  border: 1px solid #fff;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-2"]:not(.tve-state-expanded) input:focus~.tve-checkmark:after {
  border-color: var(--tcb-local-color-frty6);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-2"]:hover:not(.tve-state-expanded) .tve-checkmark:after,
.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-2"].tve-state-hover .tve-checkmark:after {
  border-color: var(--tcb-local-color-frty6);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-2"].tve-state-expanded .tve-checkmark {
  background-color: var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-2"].tve-state-expanded .tve-checkmark:after {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #fff),
      color-stop(100%, #c8a7a7));
  background-image: -moz-linear-gradient(bottom, #c8a7a7 0%, #fff 100%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: calc(var(--tcb-radio-size) / 6) solid var(--tcb-local-color-30800);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-3"] .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-3"] .tve-checkmark:after {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-3"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-3"].tve-state-hover .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-3"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-3"].tve-state-expanded .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-3"].tve-state-expanded .tve-checkmark:after {
  background-image:
    radial-gradient(circle at 50% 10%,
      rgba(255, 255, 255, 0.2),
      rgba(46, 46, 46, 0.313725) 100%),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-30800)),
      to(var(--tcb-local-color-30800)));
  background-image:
    -o-radial-gradient(50% 10%,
      circle,
      rgba(255, 255, 255, 0.2),
      rgba(46, 46, 46, 0.313725) 100%),
    -o-linear-gradient(top,
      var(--tcb-local-color-30800),
      var(--tcb-local-color-30800));
  background-image:
    radial-gradient(circle at 50% 10%,
      rgba(255, 255, 255, 0.2),
      rgba(46, 46, 46, 0.313725) 100%),
    linear-gradient(to bottom,
      var(--tcb-local-color-30800),
      var(--tcb-local-color-30800));
  border: calc(var(--tcb-radio-size) / 6) solid #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-4"] .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-4"] .tve-checkmark:after {
  -webkit-box-shadow: inset -1px 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset -1px 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #d8d8d8;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-4"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-4"].tve-state-hover .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-4"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-4"].tve-state-expanded .tve-checkmark {
  -webkit-box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
  box-shadow: 0 0 0 1px var(--tcb-local-color-flktr);
}

.tve-new-radio .tve_lg_radio_wrapper[data-value="gradient-4"].tve-state-expanded .tve-checkmark:after {
  border: calc(var(--tcb-radio-size) / 6) solid #fff;
  background-image:
    radial-gradient(circle at 50% 10%,
      rgba(255, 255, 255, 0.2),
      rgba(102, 102, 102, 0.521569) 100%),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-30800)),
      to(var(--tcb-local-color-30800)));
  background-image:
    -o-radial-gradient(50% 10%,
      circle,
      rgba(255, 255, 255, 0.2),
      rgba(102, 102, 102, 0.521569) 100%),
    -o-linear-gradient(top,
      var(--tcb-local-color-30800),
      var(--tcb-local-color-30800));
  background-image:
    radial-gradient(circle at 50% 10%,
      rgba(255, 255, 255, 0.2),
      rgba(102, 102, 102, 0.521569) 100%),
    linear-gradient(to bottom,
      var(--tcb-local-color-30800),
      var(--tcb-local-color-30800));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="default"] .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"] .tve-checkmark {
  padding: 1px;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="default"]:not(.tve-state-expanded) input:focus~.tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0.9)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9));
  background-image: linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9));
  background-color: var(--tcb-local-color-30800);
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="default"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="default"].tve-state-hover .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"].tve-state-hover .tve-checkmark {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0.9)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9));
  background-image: linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9));
  background-color: var(--tcb-local-color-30800);
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="default"].tve-state-expanded .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"].tve-state-expanded .tve-checkmark {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  background-image: none;
  background-color: #fff;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-6"].tve-state-hover .tve-checkmark {
  background-image: none;
  background-color: #fff;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-1"] .tve-checkmark {
  background-color: rgba(146, 146, 146, 0.3);
  border: none;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-1"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.66)),
      to(rgba(255, 255, 255, 0.66)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.66),
      rgba(255, 255, 255, 0.66));
  background-image: linear-gradient(rgba(255, 255, 255, 0.66),
      rgba(255, 255, 255, 0.66));
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-1"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-1"].tve-state-hover .tve-checkmark {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.66)),
      to(rgba(255, 255, 255, 0.66)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.66),
      rgba(255, 255, 255, 0.66));
  background-image: linear-gradient(rgba(255, 255, 255, 0.66),
      rgba(255, 255, 255, 0.66));
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-1"].tve-state-expanded .tve-checkmark {
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-1"].tve-state-expanded .tve-checkmark svg {
  fill: #fff;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-2"] .tve-checkmark {
  border-radius: 1px;
  padding: 1px;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-2"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-2"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-2"].tve-state-hover .tve-checkmark {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-2"].tve-state-expanded .tve-checkmark {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-3"] .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"] .tve-checkmark {
  border-radius: 2px;
  border: none;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.125);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-3"] .tve-checkmark:after,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"] .tve-checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-3"]:not(.tve-state-expanded) input:focus~.tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.7)),
      to(rgba(255, 255, 255, 0.7)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7));
  background-image: linear-gradient(rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7));
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-3"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-3"].tve-state-hover .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"].tve-state-hover .tve-checkmark {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.7)),
      to(rgba(255, 255, 255, 0.7)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7));
  background-image: linear-gradient(rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7));
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-3"].tve-state-expanded .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"].tve-state-expanded .tve-checkmark {
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-3"].tve-state-expanded .tve-checkmark svg,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"].tve-state-expanded .tve-checkmark svg {
  fill: #fff;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"] .tve-checkmark:after {
  background-color: #dfdfdf;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  background-image: none;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"].tve-state-hover .tve-checkmark {
  background-image: none;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"].tve-state-expanded .tve-checkmark {
  padding: 2px;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"].tve-state-expanded .tve-checkmark svg {
  fill: var(--tcb-local-color-30800);
  position: relative;
  z-index: 1;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-7"].tve-state-expanded .tve-checkmark:after {
  background-color: #fff;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-4"] .tve-checkmark {
  border: solid 1px #afafaf;
  background: #afafaf;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(30%, #fff),
      to(rgba(175, 175, 175, 0.45)));
  background: -o-linear-gradient(bottom, #fff 30%, rgba(175, 175, 175, 0.45));
  background: linear-gradient(to top, #fff 30%, rgba(175, 175, 175, 0.45));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  padding: 2px;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-4"]:not(.tve-state-expanded) input:focus~.tve-checkmark {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-4"]:hover:not(.tve-state-expanded) .tve-checkmark,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-4"].tve-state-hover .tve-checkmark {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-4"].tve-state-expanded .tve-checkmark {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-4"].tve-state-expanded .tve-checkmark svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"] .tve-checkmark {
  border: none;
  background-color: rgba(175, 175, 175, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"] .tve-checkmark:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 3px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"]:not(.tve-state-expanded) input:focus~.tve-checkmark:after {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"]:hover:not(.tve-state-expanded) .tve-checkmark:after,
.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"].tve-state-hover .tve-checkmark:after {
  border-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"].tve-state-expanded .tve-checkmark {
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"].tve-state-expanded .tve-checkmark svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper[data-value="style-5"].tve-state-expanded .tve-checkmark:after {
  border: none;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#c8a7a7),
      to(#fff));
  background: -o-linear-gradient(bottom, #c8a7a7 0%, #fff 100%);
  background: linear-gradient(to top, #c8a7a7 0%, #fff 100%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.tve_lg_dropdown[data-style="style-1"],
.tcb-form-dropdown[data-style="style-1"],
.tve-dynamic-dropdown[data-style="style-1"] {
  border-radius: 0;
  border-color: var(--tcb-local-color-trewq);
}

.tve_lg_dropdown[data-style="style-1"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-1"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-1"]>.tve-lg-dropdown-list {
  border-radius: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--tcb-local-color-poiuy);
}

.tve_lg_dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-1"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: var(--tcb-local-color-30800, var(--tve-color)) !important;
}

.tve_lg_dropdown[data-style="style-1"].tve-state-expanded>a,
.tcb-form-dropdown[data-style="style-1"].tve-state-expanded>a,
.tve-dynamic-dropdown[data-style="style-1"].tve-state-expanded>a {
  border-color: var(--tcb-local-color-poiuy);
}

.tve_lg_dropdown[data-style="style-1"].tve-state-expanded>a .tve-item-dropdown-trigger:before,
.tcb-form-dropdown[data-style="style-1"].tve-state-expanded>a .tve-item-dropdown-trigger:before,
.tve-dynamic-dropdown[data-style="style-1"].tve-state-expanded>a .tve-item-dropdown-trigger:before {
  background: var(--tve-color, var(--tcb-local-color-poiuy));
}

.tve_lg_dropdown[data-style="style-1"]:after,
.tcb-form-dropdown[data-style="style-1"]:after,
.tve-dynamic-dropdown[data-style="style-1"]:after {
  content: "";
  position: absolute;
  border-right: 1px solid var(--tcb-local-color-trewq);
  height: 100%;
  top: 0;
  right: 40px;
}

.tve_lg_dropdown[data-style="style-2"],
.tcb-form-dropdown[data-style="style-2"],
.tve-dynamic-dropdown[data-style="style-2"] {
  border-radius: 1px;
  border: 1px solid var(--tcb-local-color-f83d7);
}

.tve_lg_dropdown[data-style="style-2"] .tve-item-dropdown-trigger,
.tcb-form-dropdown[data-style="style-2"] .tve-item-dropdown-trigger,
.tve-dynamic-dropdown[data-style="style-2"] .tve-item-dropdown-trigger {
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list {
  margin-top: 0 !important;
  border-radius: 0;
  border: 1px solid var(--tcb-local-color-3d798);
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  background-color: var(--tcb-local-color-a941t);
}

.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  background-color: var(--tcb-local-color-418a6);
}

.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: var(--tcb-local-color-30800, var(--tve-color)) !important;
  font-weight: 600 !important;
}

.tve_lg_dropdown[data-style="style-3"],
.tcb-form-dropdown[data-style="style-3"],
.tve-dynamic-dropdown[data-style="style-3"] {
  background-color: var(--tcb-local-color-30800);
  color: #fff;
  border-radius: 0;
}

.tve_lg_dropdown[data-style="style-3"]:hover,
.tve_lg_dropdown[data-style="style-3"].tve-state-hover,
.tcb-form-dropdown[data-style="style-3"]:hover,
.tcb-form-dropdown[data-style="style-3"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-3"]:hover,
.tve-dynamic-dropdown[data-style="style-3"].tve-state-hover {
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list {
  margin: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: 0 0 4px 0 var(--tcb-local-color-1ad9d);
  box-shadow: 0 0 4px 0 var(--tcb-local-color-1ad9d);
  background: #fff;
}

.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #fff !important;
  border-bottom: 1px solid var(--tcb-local-color-trewq);
  background-color: var(--tcb-local-color-poiuy);
}

.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  background-color: var(--tcb-local-color-30800);
  font-weight: 500;
}

.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-3"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: #fff !important;
}

.tve_lg_dropdown[data-style="style-4"],
.tcb-form-dropdown[data-style="style-4"],
.tve-dynamic-dropdown[data-style="style-4"] {
  border-radius: 1px;
  background-color: #000;
  color: #fff;
}

.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #000;
  margin-top: 0 !important;
  width: calc(100% + 2px);
}

.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list::-webkit-scrollbar,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list::-webkit-scrollbar,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list::-webkit-scrollbar {
  width: 6px;
}

.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list::-webkit-scrollbar-thumb,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list::-webkit-scrollbar-thumb,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list::-webkit-scrollbar-thumb {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #fff !important;
}

.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  background-color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-4"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: #fff !important;
}

.tve_lg_dropdown[data-style="style-5"],
.tcb-form-dropdown[data-style="style-5"],
.tve-dynamic-dropdown[data-style="style-5"] {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list {
  border-radius: 0;
  background-color: #292929;
  margin-top: 0 !important;
  border: none;
  width: calc(100% + 2px);
}

.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list::-webkit-scrollbar,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list::-webkit-scrollbar,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list::-webkit-scrollbar {
  width: 6px;
}

.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list::-webkit-scrollbar-thumb,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list::-webkit-scrollbar-thumb,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list::-webkit-scrollbar-thumb {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
}

.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-5"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: #000 !important;
}

.tve_lg_dropdown[data-style="style-6"],
.tcb-form-dropdown[data-style="style-6"],
.tve-dynamic-dropdown[data-style="style-6"] {
  background-color: #fff;
  color: #252525;
  -webkit-box-shadow: 0px 3px 9px 0 rgba(9, 24, 45, 0.09);
  box-shadow: 0px 3px 9px 0 rgba(9, 24, 45, 0.09);
  border-radius: 0;
  border-color: #fff !important;
}

.tve_lg_dropdown[data-style="style-6"] svg,
.tcb-form-dropdown[data-style="style-6"] svg,
.tve-dynamic-dropdown[data-style="style-6"] svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-6"]:hover,
.tve_lg_dropdown[data-style="style-6"].tve-state-hover,
.tcb-form-dropdown[data-style="style-6"]:hover,
.tcb-form-dropdown[data-style="style-6"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-6"]:hover,
.tve-dynamic-dropdown[data-style="style-6"].tve-state-hover {
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-6"]:hover svg,
.tve_lg_dropdown[data-style="style-6"].tve-state-hover svg,
.tcb-form-dropdown[data-style="style-6"]:hover svg,
.tcb-form-dropdown[data-style="style-6"].tve-state-hover svg,
.tve-dynamic-dropdown[data-style="style-6"]:hover svg,
.tve-dynamic-dropdown[data-style="style-6"].tve-state-hover svg {
  fill: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-6"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-6"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-6"].tve-state-expanded {
  color: #252525;
  background-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

.tve_lg_dropdown[data-style="style-6"].tve-state-expanded svg,
.tcb-form-dropdown[data-style="style-6"].tve-state-expanded svg,
.tve-dynamic-dropdown[data-style="style-6"].tve-state-expanded svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-6"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-6"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-6"]>.tve-lg-dropdown-list {
  border: none;
  margin: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 9px 0 rgba(9, 24, 45, 0.09);
  box-shadow: 0px 3px 9px 0 rgba(9, 24, 45, 0.09);
  background-color: #fff;
  width: calc(100% + 2px);
}

.tve_lg_dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #252525 !important;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-6"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: 500;
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-7"],
.tcb-form-dropdown[data-style="style-7"],
.tve-dynamic-dropdown[data-style="style-7"] {
  background-color: #fff;
  color: #252525;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb !important;
}

.tve_lg_dropdown[data-style="style-7"] svg,
.tcb-form-dropdown[data-style="style-7"] svg,
.tve-dynamic-dropdown[data-style="style-7"] svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-7"]:hover,
.tve_lg_dropdown[data-style="style-7"].tve-state-hover,
.tcb-form-dropdown[data-style="style-7"]:hover,
.tcb-form-dropdown[data-style="style-7"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-7"]:hover,
.tve-dynamic-dropdown[data-style="style-7"].tve-state-hover {
  border-color: var(--tcb-local-color-30800) !important;
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-7"]:hover svg,
.tve_lg_dropdown[data-style="style-7"].tve-state-hover svg,
.tcb-form-dropdown[data-style="style-7"]:hover svg,
.tcb-form-dropdown[data-style="style-7"].tve-state-hover svg,
.tve-dynamic-dropdown[data-style="style-7"]:hover svg,
.tve-dynamic-dropdown[data-style="style-7"].tve-state-hover svg {
  fill: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-7"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-7"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-7"].tve-state-expanded {
  color: #252525;
  background-color: #fff;
  border-color: #ebebeb !important;
}

.tve_lg_dropdown[data-style="style-7"].tve-state-expanded svg,
.tcb-form-dropdown[data-style="style-7"].tve-state-expanded svg,
.tve-dynamic-dropdown[data-style="style-7"].tve-state-expanded svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-7"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-7"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-7"]>.tve-lg-dropdown-list {
  border-color: #ebebeb;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border-radius: 0;
  background: #fff;
}

.tve_lg_dropdown[data-style="style-7"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-7"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-7"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-7"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-7"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-7"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #252525 !important;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-8"],
.tcb-form-dropdown[data-style="style-8"],
.tve-dynamic-dropdown[data-style="style-8"] {
  background-color: transparent;
  color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.12) !important;
  border-radius: 25px !important;
}

.tve_lg_dropdown[data-style="style-8"] svg,
.tcb-form-dropdown[data-style="style-8"] svg,
.tve-dynamic-dropdown[data-style="style-8"] svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-8"]:hover,
.tve_lg_dropdown[data-style="style-8"].tve-state-hover,
.tcb-form-dropdown[data-style="style-8"]:hover,
.tcb-form-dropdown[data-style="style-8"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-8"]:hover,
.tve-dynamic-dropdown[data-style="style-8"].tve-state-hover {
  color: var(--tcb-local-color-30800);
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.tve_lg_dropdown[data-style="style-8"]:hover svg,
.tve_lg_dropdown[data-style="style-8"].tve-state-hover svg,
.tcb-form-dropdown[data-style="style-8"]:hover svg,
.tcb-form-dropdown[data-style="style-8"].tve-state-hover svg,
.tve-dynamic-dropdown[data-style="style-8"]:hover svg,
.tve-dynamic-dropdown[data-style="style-8"].tve-state-hover svg {
  fill: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-8"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-8"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-8"].tve-state-expanded {
  border-radius: 25px 25px 0 0 !important;
  color: #252525;
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.tve_lg_dropdown[data-style="style-8"].tve-state-expanded svg,
.tcb-form-dropdown[data-style="style-8"].tve-state-expanded svg,
.tve-dynamic-dropdown[data-style="style-8"].tve-state-expanded svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-8"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-8"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-8"]>.tve-lg-dropdown-list {
  border-color: rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border-top: none;
  border-radius: 0 0 25px 25px;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #252525 !important;
  background-color: rgba(255, 255, 255, 0.75);
}

.tve_lg_dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-8"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  font-weight: 500;
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-9"],
.tcb-form-dropdown[data-style="style-9"],
.tve-dynamic-dropdown[data-style="style-9"] {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  border-radius: 0;
}

.tve_lg_dropdown[data-style="style-9"]:hover,
.tve_lg_dropdown[data-style="style-9"].tve-state-hover,
.tcb-form-dropdown[data-style="style-9"]:hover,
.tcb-form-dropdown[data-style="style-9"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-9"]:hover,
.tve-dynamic-dropdown[data-style="style-9"].tve-state-hover {
  background-color: rgba(0, 0, 0, 0.16);
}

.tve_lg_dropdown[data-style="style-9"] svg,
.tcb-form-dropdown[data-style="style-9"] svg,
.tve-dynamic-dropdown[data-style="style-9"] svg {
  fill: #fff;
}

.tve_lg_dropdown[data-style="style-9"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-9"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-9"].tve-state-expanded {
  background-color: rgba(0, 0, 0, 0.2);
}

.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list {
  width: calc(100% + 2px);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 !important;
}

.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff !important;
}

.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  color: #fff !important;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.9);
}

.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-9"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: #fff !important;
}

.tve_lg_dropdown[data-style="style-10"],
.tcb-form-dropdown[data-style="style-10"],
.tve-dynamic-dropdown[data-style="style-10"] {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 0;
}

.tve_lg_dropdown[data-style="style-10"]:hover,
.tve_lg_dropdown[data-style="style-10"].tve-state-hover,
.tcb-form-dropdown[data-style="style-10"]:hover,
.tcb-form-dropdown[data-style="style-10"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-10"]:hover,
.tve-dynamic-dropdown[data-style="style-10"].tve-state-hover {
  border-color: #fff !important;
}

.tve_lg_dropdown[data-style="style-10"] svg,
.tcb-form-dropdown[data-style="style-10"] svg,
.tve-dynamic-dropdown[data-style="style-10"] svg {
  fill: #fff;
}

.tve_lg_dropdown[data-style="style-10"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-10"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-10"].tve-state-expanded {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list {
  border-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 !important;
  border-top: none;
}

.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  background-color: rgba(37, 37, 37, 0.7);
  color: rgba(255, 255, 255, 0.75);
}

.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  font-weight: 500;
  color: #fff;
}

.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-10"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: #fff !important;
}

.tve_lg_dropdown[data-style="style-11"],
.tcb-form-dropdown[data-style="style-11"],
.tve-dynamic-dropdown[data-style="style-11"] {
  background-color: var(--tcb-local-color-30800);
  color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  border-radius: 25px !important;
  position: relative;
  overflow: visible !important;
}

.tve_lg_dropdown[data-style="style-11"] svg,
.tcb-form-dropdown[data-style="style-11"] svg,
.tve-dynamic-dropdown[data-style="style-11"] svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-11"] span,
.tcb-form-dropdown[data-style="style-11"] span,
.tve-dynamic-dropdown[data-style="style-11"] span {
  z-index: 90;
}

.tve_lg_dropdown[data-style="style-11"] .tve-item-dropdown-trigger,
.tcb-form-dropdown[data-style="style-11"] .tve-item-dropdown-trigger,
.tve-dynamic-dropdown[data-style="style-11"] .tve-item-dropdown-trigger {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 8px;
  top: 10%;
}

.tve_lg_dropdown[data-style="style-11"]:before,
.tcb-form-dropdown[data-style="style-11"]:before,
.tve-dynamic-dropdown[data-style="style-11"]:before {
  content: "";
  position: absolute !important;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: transparent !important;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.9);
}

.tve_lg_dropdown[data-style="style-11"]:hover,
.tve_lg_dropdown[data-style="style-11"].tve-state-hover,
.tve_lg_dropdown[data-style="style-11"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-11"]:hover,
.tcb-form-dropdown[data-style="style-11"].tve-state-hover,
.tcb-form-dropdown[data-style="style-11"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-11"]:hover,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-expanded {
  color: #fff;
}

.tve_lg_dropdown[data-style="style-11"]:hover:before,
.tve_lg_dropdown[data-style="style-11"].tve-state-hover:before,
.tve_lg_dropdown[data-style="style-11"].tve-state-expanded:before,
.tcb-form-dropdown[data-style="style-11"]:hover:before,
.tcb-form-dropdown[data-style="style-11"].tve-state-hover:before,
.tcb-form-dropdown[data-style="style-11"].tve-state-expanded:before,
.tve-dynamic-dropdown[data-style="style-11"]:hover:before,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-hover:before,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-expanded:before {
  content: none;
}

.tve_lg_dropdown[data-style="style-11"]:hover svg,
.tve_lg_dropdown[data-style="style-11"].tve-state-hover svg,
.tve_lg_dropdown[data-style="style-11"].tve-state-expanded svg,
.tcb-form-dropdown[data-style="style-11"]:hover svg,
.tcb-form-dropdown[data-style="style-11"].tve-state-hover svg,
.tcb-form-dropdown[data-style="style-11"].tve-state-expanded svg,
.tve-dynamic-dropdown[data-style="style-11"]:hover svg,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-hover svg,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-expanded svg {
  fill: #fff;
}

.tve_lg_dropdown[data-style="style-11"]:hover .tve-item-dropdown-trigger,
.tve_lg_dropdown[data-style="style-11"].tve-state-hover .tve-item-dropdown-trigger,
.tve_lg_dropdown[data-style="style-11"].tve-state-expanded .tve-item-dropdown-trigger,
.tcb-form-dropdown[data-style="style-11"]:hover .tve-item-dropdown-trigger,
.tcb-form-dropdown[data-style="style-11"].tve-state-hover .tve-item-dropdown-trigger,
.tcb-form-dropdown[data-style="style-11"].tve-state-expanded .tve-item-dropdown-trigger,
.tve-dynamic-dropdown[data-style="style-11"]:hover .tve-item-dropdown-trigger,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-hover .tve-item-dropdown-trigger,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-expanded .tve-item-dropdown-trigger {
  background-color: rgba(255, 255, 255, 0.08);
}

.tve_lg_dropdown[data-style="style-11"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-11"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-11"].tve-state-expanded {
  border-radius: 25px 25px 0 0 !important;
}

.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 0 25px 25px;
  background-color: var(--tcb-local-color-30800);
  width: calc(100% + 2px);
}

.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.04);
}

.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.09);
}

.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown[data-style="style-11"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: #fff !important;
}

.tve_lg_dropdown[data-style="style-12"],
.tcb-form-dropdown[data-style="style-12"],
.tve-dynamic-dropdown[data-style="style-12"] {
  background-color: transparent;
  color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  border-radius: 0;
  border-bottom: 1px solid #e1e1e1 !important;
}

.tve_lg_dropdown[data-style="style-12"] svg,
.tcb-form-dropdown[data-style="style-12"] svg,
.tve-dynamic-dropdown[data-style="style-12"] svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-12"]:hover,
.tve_lg_dropdown[data-style="style-12"].tve-state-hover,
.tve_lg_dropdown[data-style="style-12"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-12"]:hover,
.tcb-form-dropdown[data-style="style-12"].tve-state-hover,
.tcb-form-dropdown[data-style="style-12"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-12"]:hover,
.tve-dynamic-dropdown[data-style="style-12"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-12"].tve-state-expanded {
  color: var(--tcb-local-color-30800);
  border-bottom-color: var(--tcb-local-color-30800) !important;
}

.tve_lg_dropdown[data-style="style-12"]:hover svg,
.tve_lg_dropdown[data-style="style-12"].tve-state-hover svg,
.tve_lg_dropdown[data-style="style-12"].tve-state-expanded svg,
.tcb-form-dropdown[data-style="style-12"]:hover svg,
.tcb-form-dropdown[data-style="style-12"].tve-state-hover svg,
.tcb-form-dropdown[data-style="style-12"].tve-state-expanded svg,
.tve-dynamic-dropdown[data-style="style-12"]:hover svg,
.tve-dynamic-dropdown[data-style="style-12"].tve-state-hover svg,
.tve-dynamic-dropdown[data-style="style-12"].tve-state-expanded svg {
  fill: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-12"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-12"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-12"]>.tve-lg-dropdown-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border-radius: 0;
  border: none;
  background-color: #fff;
  width: calc(100% + 2px);
}

.tve_lg_dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #252525 !important;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-12"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover {
  font-weight: 500;
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-13"],
.tcb-form-dropdown[data-style="style-13"],
.tve-dynamic-dropdown[data-style="style-13"] {
  background-color: #f1f1f1;
  color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  border-radius: 10px !important;
}

.tve_lg_dropdown[data-style="style-13"] svg,
.tcb-form-dropdown[data-style="style-13"] svg,
.tve-dynamic-dropdown[data-style="style-13"] svg {
  fill: #252525;
  z-index: 9;
}

.tve_lg_dropdown[data-style="style-13"] .tve-disabled-text-inner,
.tcb-form-dropdown[data-style="style-13"] .tve-disabled-text-inner,
.tve-dynamic-dropdown[data-style="style-13"] .tve-disabled-text-inner {
  z-index: 9;
}

.tve_lg_dropdown[data-style="style-13"]:hover,
.tve_lg_dropdown[data-style="style-13"].tve-state-hover,
.tve_lg_dropdown[data-style="style-13"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-13"]:hover,
.tcb-form-dropdown[data-style="style-13"].tve-state-hover,
.tcb-form-dropdown[data-style="style-13"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-13"]:hover,
.tve-dynamic-dropdown[data-style="style-13"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-13"].tve-state-expanded {
  background-color: var(--tcb-local-color-30800);
  border-color: transparent !important;
  color: #252525;
}

.tve_lg_dropdown[data-style="style-13"]:hover:before,
.tve_lg_dropdown[data-style="style-13"].tve-state-hover:before,
.tve_lg_dropdown[data-style="style-13"].tve-state-expanded:before,
.tcb-form-dropdown[data-style="style-13"]:hover:before,
.tcb-form-dropdown[data-style="style-13"].tve-state-hover:before,
.tcb-form-dropdown[data-style="style-13"].tve-state-expanded:before,
.tve-dynamic-dropdown[data-style="style-13"]:hover:before,
.tve-dynamic-dropdown[data-style="style-13"].tve-state-hover:before,
.tve-dynamic-dropdown[data-style="style-13"].tve-state-expanded:before {
  content: "";
  position: absolute !important;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: transparent !important;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.tve_lg_dropdown[data-style="style-13"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-13"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-13"].tve-state-expanded {
  border-radius: 10px 10px 0px 0px !important;
}

.tve_lg_dropdown[data-style="style-13"].tve-state-expanded:before,
.tcb-form-dropdown[data-style="style-13"].tve-state-expanded:before,
.tve-dynamic-dropdown[data-style="style-13"].tve-state-expanded:before {
  border-radius: 10px 10px 0px 0px !important;
}

.tve_lg_dropdown[data-style="style-13"] .tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-13"] .tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-13"] .tve-lg-dropdown-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  width: calc(100% + 2px);
}

.tve_lg_dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  border-color: #fff;
  color: #252525 !important;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-13"] .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  font-weight: 500;
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-14"],
.tcb-form-dropdown[data-style="style-14"],
.tve-dynamic-dropdown[data-style="style-14"] {
  background-color: transparent;
  color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  border-radius: 25px !important;
  position: relative;
  overflow: visible !important;
}

.tve_lg_dropdown[data-style="style-14"] svg,
.tcb-form-dropdown[data-style="style-14"] svg,
.tve-dynamic-dropdown[data-style="style-14"] svg {
  fill: #fff;
}

.tve_lg_dropdown[data-style="style-14"] .tve-item-dropdown-trigger,
.tcb-form-dropdown[data-style="style-14"] .tve-item-dropdown-trigger,
.tve-dynamic-dropdown[data-style="style-14"] .tve-item-dropdown-trigger {
  background-color: var(--tcb-local-color-30800);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 8px;
  top: 10%;
}

.tve_lg_dropdown[data-style="style-14"] span,
.tcb-form-dropdown[data-style="style-14"] span,
.tve-dynamic-dropdown[data-style="style-14"] span {
  z-index: 90;
}

.tve_lg_dropdown[data-style="style-14"]:hover,
.tve_lg_dropdown[data-style="style-14"].tve-state-hover,
.tcb-form-dropdown[data-style="style-14"]:hover,
.tcb-form-dropdown[data-style="style-14"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-14"]:hover,
.tve-dynamic-dropdown[data-style="style-14"].tve-state-hover {
  background-color: var(--tcb-local-color-30800);
  border-radius: 25px !important;
  overflow: visible !important;
}

.tve_lg_dropdown[data-style="style-14"]:hover:before,
.tve_lg_dropdown[data-style="style-14"].tve-state-hover:before,
.tcb-form-dropdown[data-style="style-14"]:hover:before,
.tcb-form-dropdown[data-style="style-14"].tve-state-hover:before,
.tve-dynamic-dropdown[data-style="style-14"]:hover:before,
.tve-dynamic-dropdown[data-style="style-14"].tve-state-hover:before {
  content: "";
  position: absolute !important;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 25px;
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.9);
}

.tve_lg_dropdown[data-style="style-14"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-14"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-14"].tve-state-expanded {
  border-radius: 25px 25px 0 0 !important;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-14"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-14"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-14"]>.tve-lg-dropdown-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-radius: 0 0 25px 25px;
  background-color: #fff;
  width: calc(100% + 2px);
}

.tve_lg_dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  border-color: #fff;
  color: #252525 !important;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-14"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  font-weight: 500;
  color: var(--tcb-local-color-30800);
}

.tve_lg_dropdown[data-style="style-15"],
.tcb-form-dropdown[data-style="style-15"],
.tve-dynamic-dropdown[data-style="style-15"] {
  background-color: #fff;
  color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e1e1e1 !important;
  border-radius: 4px !important;
}

.tve_lg_dropdown[data-style="style-15"] svg,
.tcb-form-dropdown[data-style="style-15"] svg,
.tve-dynamic-dropdown[data-style="style-15"] svg {
  fill: #252525;
}

.tve_lg_dropdown[data-style="style-15"]:hover,
.tve_lg_dropdown[data-style="style-15"].tve-state-hover,
.tcb-form-dropdown[data-style="style-15"]:hover,
.tcb-form-dropdown[data-style="style-15"].tve-state-hover,
.tve-dynamic-dropdown[data-style="style-15"]:hover,
.tve-dynamic-dropdown[data-style="style-15"].tve-state-hover {
  border-color: var(--tcb-local-color-30800) !important;
}

.tve_lg_dropdown[data-style="style-15"].tve-state-expanded,
.tcb-form-dropdown[data-style="style-15"].tve-state-expanded,
.tve-dynamic-dropdown[data-style="style-15"].tve-state-expanded {
  border-radius: 4px 4px 0 0 !important;
  background-color: #fff;
  border-color: #e1e1e1 !important;
}

.tve_lg_dropdown[data-style="style-15"]>.tve-lg-dropdown-list,
.tcb-form-dropdown[data-style="style-15"]>.tve-lg-dropdown-list,
.tve-dynamic-dropdown[data-style="style-15"]>.tve-lg-dropdown-list {
  border-top: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  border-color: #e1e1e1;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  color: #252525 !important;
  background-color: #fff;
}

.tve_lg_dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown[data-style="style-15"]>.tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  font-weight: 500;
  color: var(--tcb-local-color-30800);
}

@-webkit-keyframes tcb-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes tcb-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#tve-lg-error-container {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  border-radius: 1px;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 4px 10px;
  position: absolute;
  z-index: 3000000;
}

#tve-lg-error-container .tve-lg-err-item {
  line-height: 1.2;
  font-size: 14px;
}

#tve-lg-error-container .tve-lg-err-close {
  color: #a94442;
  display: inline-block;
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -6px 0 0;
}

#tve-lg-error-container .tve-lg-err-close:hover {
  text-decoration: none;
}

.thrv_wrapper.thrv_lead_generation {
  width: 100%;
  overflow: unset !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container {
  color: #555;
  --tcb-applied-color: #555;
  font-family: Roboto, sans-serif;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container label {
  color: #555;
  font-family: Roboto, sans-serif;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"],
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"],
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"],
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"],
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container textarea {
  padding: 10px 15px;
  height: auto;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:hover,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"]:hover,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"]:hover,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"]:hover,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container textarea:hover {
  border-color: #b7d8d1;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:not(.tcb-plain-text),
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"]:not(.tcb-plain-text),
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="tel"]:not(.tcb-plain-text),
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="password"]:not(.tcb-plain-text),
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container textarea:not(.tcb-plain-text) {
  color: #555;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input::-webkit-input-placeholder {
  font-family: inherit !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input::-moz-placeholder {
  font-family: inherit !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input:-ms-input-placeholder {
  font-family: inherit !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input::-ms-input-placeholder {
  font-family: inherit !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input::placeholder {
  font-family: inherit !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container select:focus {
  border-color: #b7d8d1;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_radio_wrapper,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_checkbox_wrapper {
  width: 100%;
  padding: 11px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_radio_wrapper [type="radio"]:not(:checked)+label,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_radio_wrapper [type="radio"]:checked+label,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_checkbox_wrapper [type="radio"]:not(:checked)+label,
.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_checkbox_wrapper [type="radio"]:checked+label {
  padding-left: 28px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container .tcb-lg-consent .tve_lg_checkbox_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.thrv_wrapper.thrv_lead_generation {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_gen_hover:after {
  z-index: 80;
  right: 0;
  bottom: 0;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_gen_hover .edit_mode,
.thrv_wrapper.thrv_lead_generation.thrv_lead_gen_hover .tve-state-hover {
  z-index: 90 !important;
}

.thrv_wrapper.thrv_lead_generation:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.thrv_wrapper.thrv_lead_generation.tve_leftBtn {
  float: left;
}

.thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit {
  margin: 0;
}

.thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit>button {
  padding: 13px 10px;
}

.thrv_wrapper.thrv_lead_generation.tve_centerBtn {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

.thrv_wrapper.thrv_lead_generation.tve_rightBtn {
  float: right;
}

.thrv_wrapper.thrv_lead_generation label>.fr-wrapper {
  display: inline-block;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container {
  min-width: 100%;
  width: auto;
  margin-right: -2%;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  float: left;
  padding-right: 2%;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_3 {
  width: 33.33%;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2 {
  width: 50%;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_select_container .thrv_icon {
  margin-right: 50px;
  margin-top: 10px;
}

.thrv_wrapper.thrv_lead_generation.thrv_lead_generation_horizontal .tve-captcha-container {
  min-width: 305px !important;
  margin: 0 5px 5px 0;
}

.thrv_wrapper.thrv_lead_generation .tcb-flex-row {
  padding-bottom: 0;
  padding-top: 0;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
  margin: 10px 0;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_input>input {
  margin: 0;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea {
  margin: 10px 0;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea>textarea {
  margin: 0;
}

.tve-lg-error {
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 4px #a94442 inset !important;
  box-shadow: 0 0 4px #a94442 inset !important;
}

.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input>input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.thrv_lead_generation_container input[type="password"],
.thrv_lead_generation_container input[type="email"],
.thrv_lead_generation_container input[type="url"],
.thrv_lead_generation_container input[type="text"],
.thrv_lead_generation_container input[type="tel"],
.thrv_lead_generation_container button,
.thrv_lead_generation_container select,
.thrv_lead_generation_container textarea {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-style: solid;
  border-color: #b7d8d1;
  border-width: 1px;
  float: none !important;
  max-width: none;
  width: 100% !important;
  background-color: #f8f9fa;
}

.thrv_lead_generation_container input[type="password"]::-webkit-input-placeholder,
.thrv_lead_generation_container input[type="email"]::-webkit-input-placeholder,
.thrv_lead_generation_container input[type="url"]::-webkit-input-placeholder,
.thrv_lead_generation_container input[type="text"]::-webkit-input-placeholder,
.thrv_lead_generation_container input[type="tel"]::-webkit-input-placeholder,
.thrv_lead_generation_container button::-webkit-input-placeholder,
.thrv_lead_generation_container select::-webkit-input-placeholder,
.thrv_lead_generation_container textarea::-webkit-input-placeholder {
  opacity: 0.7;
  color: inherit !important;
}

.thrv_lead_generation_container input[type="password"]::-moz-placeholder,
.thrv_lead_generation_container input[type="email"]::-moz-placeholder,
.thrv_lead_generation_container input[type="url"]::-moz-placeholder,
.thrv_lead_generation_container input[type="text"]::-moz-placeholder,
.thrv_lead_generation_container input[type="tel"]::-moz-placeholder,
.thrv_lead_generation_container button::-moz-placeholder,
.thrv_lead_generation_container select::-moz-placeholder,
.thrv_lead_generation_container textarea::-moz-placeholder {
  opacity: 0.7;
  color: inherit !important;
}

.thrv_lead_generation_container input[type="password"]:-ms-input-placeholder,
.thrv_lead_generation_container input[type="email"]:-ms-input-placeholder,
.thrv_lead_generation_container input[type="url"]:-ms-input-placeholder,
.thrv_lead_generation_container input[type="text"]:-ms-input-placeholder,
.thrv_lead_generation_container input[type="tel"]:-ms-input-placeholder,
.thrv_lead_generation_container button:-ms-input-placeholder,
.thrv_lead_generation_container select:-ms-input-placeholder,
.thrv_lead_generation_container textarea:-ms-input-placeholder {
  opacity: 0.7;
  color: inherit !important;
}

.thrv_lead_generation_container input[type="password"]::-ms-input-placeholder,
.thrv_lead_generation_container input[type="email"]::-ms-input-placeholder,
.thrv_lead_generation_container input[type="url"]::-ms-input-placeholder,
.thrv_lead_generation_container input[type="text"]::-ms-input-placeholder,
.thrv_lead_generation_container input[type="tel"]::-ms-input-placeholder,
.thrv_lead_generation_container button::-ms-input-placeholder,
.thrv_lead_generation_container select::-ms-input-placeholder,
.thrv_lead_generation_container textarea::-ms-input-placeholder {
  opacity: 0.7;
  color: inherit !important;
}

.thrv_lead_generation_container input[type="password"]::placeholder,
.thrv_lead_generation_container input[type="email"]::placeholder,
.thrv_lead_generation_container input[type="url"]::placeholder,
.thrv_lead_generation_container input[type="text"]::placeholder,
.thrv_lead_generation_container input[type="tel"]::placeholder,
.thrv_lead_generation_container button::placeholder,
.thrv_lead_generation_container select::placeholder,
.thrv_lead_generation_container textarea::placeholder {
  opacity: 0.7;
  color: inherit !important;
}

.thrv_lead_generation_container input:hover {
  background-color: #fff;
  border-color: #1abc9c;
}

.thrv_lead_generation_container input[type="image"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv_lead_generation_container select {
  height: auto;
}

.thrv_lead_generation_container input[type="password"],
.thrv_lead_generation_container input[type="email"],
.thrv_lead_generation_container input[type="text"],
.thrv_lead_generation_container input[type="tel"],
.thrv_lead_generation_container input[type="url"] {
  outline: none;
  padding: 5px;
}

.thrv_lead_generation_container button {
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
}

.thrv_lead_generation_container .tcb-form-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

span.tcb-form-loader-icon {
  -webkit-animation: tcb-loader 0.7s infinite linear;
  animation: tcb-loader 0.7s infinite linear;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 0.7;
}

.thrv_lead_generation_container .thrv_text_element {
  position: relative;
  z-index: 1 !important;
}

.tve_lg_input_container {
  position: relative;
  z-index: 1 !important;
}

.tve_lg_input_container.tcb-lg-consent label {
  font-size: 14px;
  line-height: 1.3em;
}

.tve_lg_input_container input[type="text"],
.tve_lg_input_container input[type="email"],
.tve_lg_input_container input[type="password"],
.tve_lg_input_container select,
.tve_lg_input_container textarea,
.tve_lg_input_container button,
.tve_lg_input_container.tve_lg_checkbox,
.tve_lg_input_container.tve_lg_radio {
  margin: 10px 0;
}

.tve_lg_input_container textarea {
  min-height: 40px;
}

.tve_lg_input_container.tve_lg_select_container .thrv_icon {
  margin-right: 10px;
}

.tve_lg_input_container.tve_lg_checkbox.tve_black label {
  color: #101010;
}

.tve_lg_input_container.tve_lg_checkbox.tve_blue label {
  color: #3e68b2;
}

.tve_lg_input_container.tve_lg_checkbox.tve_green label {
  color: #1abc9c;
}

.tve_lg_input_container.tve_lg_checkbox.tve_orange label {
  color: #e67e22;
}

.tve_lg_input_container.tve_lg_checkbox.tve_purple label {
  color: #8656c1;
}

.tve_lg_input_container.tve_lg_checkbox.tve_red label {
  color: #ce271b;
}

.tve_lg_input_container.tve_lg_checkbox.tve_teal label {
  color: #387d71;
}

.tve_lg_input_container.tve_lg_checkbox.tve_white label {
  color: #d8d8d8;
}

.tve_lg_input_container.tve_lg_image_submit input[type="image"] {
  max-width: 100%;
  max-height: 100%;
}

.tve_lg_input_container:not(.tve_lg_file):not(.tve-login-form-item) .thrv_icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 47%;
  z-index: 2;
  margin: 0 20px 0 0;
}

.tve_lg_input_container:not(.tve_lg_file):not(.tve-login-form-item) .thrv_icon .tve_sc_icon {
  font-size: inherit;
  height: auto;
  padding: 0;
  width: auto;
}

.tve_lg_input_container:not(.tve_lg_file):not(.tve-login-form-item) .thrv_icon.tve_lg_text_icon {
  bottom: auto;
}

.tve_lg_input_container.tve_lg_textarea .tve_lg_text_icon {
  margin-right: 0;
}

.tve_lg_input_container .tve-password-strength-wrapper {
  width: 25%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.tve_lg_input_container .tve-password-strength-wrapper .tve-password-strength {
  background-color: #e8e8e8;
  height: 13px;
  width: 24.6%;
  float: left;
  margin: 3px 0;
}

.tve_lg_input_container .tve-password-strength-wrapper .tve-password-strength-text {
  display: none;
}

.tve_lg_input_container.tcb-plain-text {
  cursor: unset;
}

.tve-captcha-container {
  display: table;
  position: relative;
}

.tve-captcha-container[data-size] {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  --tve-alignment: center;
}

.thrv_lead_generation_vertical .tve-captcha-container {
  margin: 0 auto 10px auto;
}

.thrv_lead_generation_vertical .tve-captcha-container>div>div {
  margin: 0 auto 10px auto;
}

.thrv_lead_generation_vertical .tve-captcha-container.tve-captcha-compact {
  width: 158px;
}

body.rtl .thrv_lead_generation.thrv_lead_generation_horizontal .tve_lg_input_container {
  float: right;
  padding-left: 2%;
  padding-right: 0;
}

.thrv_lead_generation [type="radio"]:checked,
.thrv_lead_generation [type="radio"]:not(:checked),
.thrv-login-element [type="radio"]:checked,
.thrv-login-element [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}

.thrv_lead_generation [type="radio"]:checked+label,
.thrv_lead_generation [type="radio"]:not(:checked)+label,
.thrv-login-element [type="radio"]:checked+label,
.thrv-login-element [type="radio"]:not(:checked)+label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thrv_lead_generation [type="radio"]:checked+label:before,
.thrv_lead_generation [type="radio"]:not(:checked)+label:before,
.thrv-login-element [type="radio"]:checked+label:before,
.thrv-login-element [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b9d9d2;
  border-radius: 100%;
  background: #f8f9fa;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thrv_lead_generation [type="radio"]:checked:hover+label:before,
.thrv_lead_generation [type="radio"]:checked+label:before,
.thrv_lead_generation [type="radio"]:not(:checked):hover+label:before,
.thrv-login-element [type="radio"]:checked:hover+label:before,
.thrv-login-element [type="radio"]:checked+label:before,
.thrv-login-element [type="radio"]:not(:checked):hover+label:before {
  border-color: #1abc9c;
}

.thrv_lead_generation [type="radio"]:disabled,
.thrv-login-element [type="radio"]:disabled {
  border-color: #c2c1c1 !important;
}

.thrv_lead_generation [type="radio"]:disabled+label,
.thrv-login-element [type="radio"]:disabled+label {
  color: #c1c0c0 !important;
}

.thrv_lead_generation [type="radio"]:checked+label:after,
.thrv_lead_generation [type="radio"]:not(:checked)+label:after,
.thrv-login-element [type="radio"]:checked+label:after,
.thrv-login-element [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1abc9c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.thrv_lead_generation [type="radio"]:not(:checked)+label:after,
.thrv-login-element [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.thrv_lead_generation [type="radio"]:checked+label:after,
.thrv-login-element [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.thrv_lead_generation [type="checkbox"],
.thrv-login-element [type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.thrv_lead_generation [type="checkbox"]+label,
.thrv-login-element [type="checkbox"]+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thrv_lead_generation [type="checkbox"]+label:before,
.thrv-login-element [type="checkbox"]+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  background: #f8f9fa;
  border: 1px solid #b7d8d1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thrv_lead_generation [type="checkbox"]:hover+label:before,
.thrv-login-element [type="checkbox"]:hover+label:before {
  background: #fff;
  border-color: #1abc9c;
}

.thrv_lead_generation [type="checkbox"]:checked+label:before,
.thrv-login-element [type="checkbox"]:checked+label:before {
  background: #1abc9c;
  border-color: #1abc9c;
}

.thrv_lead_generation [type="checkbox"]:disabled+label,
.thrv-login-element [type="checkbox"]:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.thrv_lead_generation [type="checkbox"]:disabled+label:before,
.thrv-login-element [type="checkbox"]:disabled+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.thrv_lead_generation [type="checkbox"]:checked+label:after,
.thrv-login-element [type="checkbox"]:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tve_submit_container .thrv_icon:hover {
  cursor: pointer;
}

.tve_lead_generated_inputs_container,
.thrv-login-element {
  --tcb-local-color-30800: rgb(59, 136, 253);
  --tcb-local-color-f2bba: rgba(59, 136, 253, 0.1);
  --tcb-local-color-trewq: rgba(59, 136, 253, 0.3);
  --tcb-local-color-poiuy: rgba(59, 136, 253, 0.6);
  --tcb-local-color-f83d7: rgba(59, 136, 253, 0.25);
  --tcb-local-color-3d798: rgba(59, 136, 253, 0.4);
  --tcb-local-color-418a6: rgba(59, 136, 253, 0.12);
  --tcb-local-color-a941t: rgba(59, 136, 253, 0.05);
  --tcb-local-color-1ad9d: rgba(46, 204, 113, 0.1);
  --tcb-local-color-2dbcc: rgb(136, 231, 253);
  --tcb-local-color-frty6: rgba(59, 136, 253, 0.45);
  --tcb-local-color-flktr: rgba(59, 136, 253, 0.8);
  --tcb-radio-size: 20px;
  --tcb-checkbox-size: 20px;
  --tve-color: var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper.tve-updated-dom label,
.tve-new-checkbox .tve_lg_checkbox_wrapper.tve-updated-dom label {
  position: relative !important;
}

.tve-new-radio .tve_lg_radio_wrapper.tve-updated-dom label .tve-input-option-text,
.tve-new-checkbox .tve_lg_checkbox_wrapper.tve-updated-dom label .tve-input-option-text {
  cursor: pointer;
  z-index: 10;
}

.tve-new-radio .tve_lg_radio_wrapper label,
.tve-new-checkbox .tve_lg_checkbox_wrapper label {
  line-height: unset !important;
  color: inherit !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute !important;
  padding-left: 0 !important;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.tve-new-radio .tve_lg_radio_wrapper label:before,
.tve-new-radio .tve_lg_radio_wrapper label:after,
.tve-new-checkbox .tve_lg_checkbox_wrapper label:before,
.tve-new-checkbox .tve_lg_checkbox_wrapper label:after {
  display: none !important;
}

.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked)+label:not(:hover)+.tve-checkmark,
.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked)+label:not(:hover) .tve-checkmark,
.tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked)+label:not(:hover)+.tve-checkmark,
.tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked)+label:not(:hover) .tve-checkmark {
  border-color: transparent;
  -webkit-box-shadow: 0 0 4px #a94442 inset;
  box-shadow: 0 0 4px #a94442 inset;
}

.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked)+label:not(:hover)+.tve-checkmark:after,
.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked)+label:not(:hover) .tve-checkmark:after,
.tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked)+label:not(:hover)+.tve-checkmark:after,
.tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked)+label:not(:hover) .tve-checkmark:after {
  -webkit-box-shadow: 0 0 4px #a94442 inset;
  box-shadow: 0 0 4px #a94442 inset;
}

.tve-new-checkbox.tcb-lg-consent label {
  position: relative !important;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tve-new-checkbox.tcb-lg-consent label .tve-gdpr-text {
  cursor: pointer;
}

.tve-new-radio {
  position: relative;
}

.tve-new-radio .tve_lg_radio_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 16px;
  position: relative;
}

.tve-new-radio .tve_lg_radio_wrapper .tve-checkmark {
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #afafaf;
  box-shadow: 0 0 0 1px #afafaf;
  width: var(--tcb-radio-size);
  height: var(--tcb-radio-size);
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tve-new-radio .tve_lg_radio_wrapper .tve-checkmark:after {
  content: "";
  display: block;
  border-radius: 50px;
  position: absolute;
}

.tve-new-radio .tve_lg_radio_wrapper .tve_lg_checkbox_wrapper .tve-checkmark:after {
  border-radius: 0;
}

.tve-new-radio .tve_lg_radio_wrapper .tve-input-option-text {
  line-height: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
  word-break: break-word;
  min-width: 10px;
}

.tve-new-radio .tve_lg_radio_wrapper.tve-state-expanded .tve-checkmark:after {
  background-color: var(--tcb-local-color-30800);
  width: 100%;
  height: 100%;
  border: calc(var(--tcb-radio-size) / 6) solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.tve-new-radio .tve_lg_radio_wrapper input[type="radio"],
.tve-new-radio .tve_lg_radio_wrapper input[type="checkbox"] {
  margin: 0 10px 3px 0;
}

.tve-new-radio .tve_lg_radio_wrapper:before,
.tve-new-radio .tve_lg_radio_wrapper:after {
  content: "";
}

.tve-new-radio .thrv_wrapper.thrv-columns {
  margin: 0;
}

.tve-new-radio.tve_lg_radio {
  position: relative;
  padding: 0 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  overflow: visible !important;
}

.tve-new-radio.tve_lg_radio .tve_lg_radio_label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.tve-new-radio.tve_lg_radio .tve-radio-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .tve-new-radio.tve_lg_radio .tve-radio-grid {
    display: block;
    width: 100%;
  }

  .tve-new-radio.tve_lg_radio .tve-radio-grid .tve_lg_radio_wrapper {
    max-width: 100% !important;
  }
}

.tve-new-radio.tve_lg_radio.tve-lg-error-multiple:after {
  display: block;
  position: absolute;
  left: 16px;
  bottom: -10px;
  font-size: 16px;
  color: #aa4443;
}

.tve-new-radio .tve_lg_checkbox.tcb-lg-consent {
  margin: 0;
  padding: 5px 0;
}

.tve-new-radio .tve_lg_checkbox.tcb-lg-consent .tve_lg_checkbox_wrapper {
  margin: 0;
}

.tve-new-radio .tve_lg_checkbox.tcb-lg-consent .tve-checkmark {
  display: none;
}

.tcb-edit-mode .tve_lead_generated_inputs_container .tve-input-option-text {
  z-index: 9;
}

.tve-radio-grid,
.tve-checkbox-grid {
  --h-gutter: 25px;
  --v-gutter: 5px;
  --cols: 4;
  margin-left: -25px;
  margin-top: -5px;
  margin-left: calc(-1 * var(--h-gutter));
  margin-top: calc(-1 * var(--v-gutter));
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tcb-lg-consent .tve-checkbox-grid {
  --v-gutter: 0px;
}

.tcb-lg-consent .tve-checkbox-grid {
  --cols: 1;
}

.tcb-lg-consent input {
  display: none;
}

.tve_lg_radio_wrapper,
.tve_lg_checkbox_wrapper {
  margin-top: 5px;
  margin-top: var(--v-gutter);
  max-width: 23%;
  max-width: calc(100% / var(--cols) - var(--h-gutter));
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  -webkit-flex: 0 0 calc(100% / var(--cols));
  -ms-flex: 0 0 calc(100% / var(--cols));
  flex: 0 0 calc(100% / var(--cols));
  margin-left: 25px;
  margin-left: var(--h-gutter) !important;
}

.tve_lg_input_container.tve-new-checkbox .tve-checkbox-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tve_lg_input_container.tve-new-checkbox .tve-input-option-text {
  line-height: 1em;
  margin: 0;
  padding: 0;
  word-break: break-word;
  min-width: 10px;
}

.tve_lg_input_container.tve-new-checkbox .tve-checkmark {
  background-color: #fff;
  position: relative;
  border: 1px solid #afafaf;
  width: var(--tcb-checkbox-size);
  height: var(--tcb-checkbox-size);
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  padding: 2px;
  border-radius: 4px;
}

.tve_lg_input_container.tve-new-checkbox .tve-checkmark svg {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  fill: var(--tcb-local-color-30800);
}

.tve_lg_input_container.tve-new-checkbox .tve-state-expanded .tve-checkmark svg {
  display: block;
}

.tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .tve_lg_input_container.tve-new-checkbox .tve-checkbox-grid {
    display: block;
    width: 100%;
  }

  .tve_lg_input_container.tve-new-checkbox .tve_lg_checkbox_wrapper {
    max-width: 100%;
  }
}

.tve_lg_input_container.tve_lg_textarea:not(.tve-lg-show-counter) .tve-lg-textarea-counter,
.tve-login-form-item .tve_lg_textarea:not(.tve-lg-show-counter) .tve-lg-textarea-counter {
  display: none;
}

.tve_lg_input_container.tve_lg_textarea.no-resize textarea,
.tve-login-form-item .tve_lg_textarea.no-resize textarea {
  resize: none;
}

.tve_lg_input_container.tve_lg_textarea .tve-lg-textarea-counter,
.tve-login-form-item .tve_lg_textarea .tve-lg-textarea-counter {
  text-align: right;
  font-size: inherit;
}

.tve_lg_input_container.tve_lg_textarea textarea,
.tve-login-form-item .tve_lg_textarea textarea {
  outline: none;
}

:not(#tve) .thrv_text_element.tve-lg-textarea-counter .tve-fill-text-dynamic {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  text-align: right;
}

:not(#tve) .thrv_text_element.tve-lg-textarea-counter .tve-fill-text-dynamic.tve-counter-error {
  color: #ff0000 !important;
}

.tve_lg_dropdown,
.tcb-form-dropdown,
.tve-dynamic-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
  cursor: pointer !important;
  --row-height: 45px;
  --rows: 3;
}

.tve_lg_dropdown input,
.tcb-form-dropdown input,
.tve-dynamic-dropdown input {
  top: 0;
  left: 0;
  margin: 0 !important;
  cursor: pointer;
}

.tve_lg_dropdown .tcb-plain-text,
.tcb-form-dropdown .tcb-plain-text,
.tve-dynamic-dropdown .tcb-plain-text {
  cursor: pointer;
}

.tve_lg_dropdown:focus-within,
.tcb-form-dropdown:focus-within,
.tve-dynamic-dropdown:focus-within {
  -webkit-box-shadow: 0 2px 4px var(--tcb-local-color-trewq);
  box-shadow: 0 2px 4px var(--tcb-local-color-trewq);
}

.tve_lg_dropdown>a,
.tcb-form-dropdown>a,
.tve-dynamic-dropdown>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  outline: none;
  color: inherit;
  max-width: 100%;
}

.tve_lg_dropdown>a .tve-disabled-text-inner,
.tcb-form-dropdown>a .tve-disabled-text-inner,
.tve-dynamic-dropdown>a .tve-disabled-text-inner {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tve_lg_dropdown>a .tve-item-dropdown-trigger,
.tcb-form-dropdown>a .tve-item-dropdown-trigger,
.tve-dynamic-dropdown>a .tve-item-dropdown-trigger {
  pointer-events: none;
}

.tve_lg_dropdown .tve-lg-dropdown-list,
.tcb-form-dropdown .tve-lg-dropdown-list,
.tve-dynamic-dropdown .tve-lg-dropdown-list {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: calc(100% + 1px);
  left: -1px;
  width: 100%;
  font-family: Rubik, sans-serif;
  background-color: #fff;
  cursor: pointer;
  margin-left: 0 !important;
  padding: 0 !important;
  margin-top: 5px !important;
  list-style-type: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #94a3b0;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  max-height: calc(var(--rows, 3) * var(--row-height) + 10px);
}

.tve_lg_dropdown .tve-lg-dropdown-list::-webkit-scrollbar,
.tcb-form-dropdown .tve-lg-dropdown-list::-webkit-scrollbar,
.tve-dynamic-dropdown .tve-lg-dropdown-list::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.tve_lg_dropdown .tve-lg-dropdown-list::-webkit-scrollbar-thumb,
.tcb-form-dropdown .tve-lg-dropdown-list::-webkit-scrollbar-thumb,
.tve-dynamic-dropdown .tve-lg-dropdown-list::-webkit-scrollbar-thumb {
  height: 12px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  padding: 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  display: none;
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover {
  background-color: var(--tcb-local-color-f2bba);
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option.tve-state-hover>.tcb-plain-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover>.tcb-plain-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option.tve-state-hover>.tcb-plain-text {
  color: var(--tcb-local-color-30800, var(--tve-color)) !important;
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tve-input-option-text,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tve-input-option-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tve-input-option-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tve-input-option-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tve-input-option-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tve-input-option-text {
  min-width: 10px;
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover .tcb-add-block-below,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover .tcb-add-block-below,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover .tcb-add-block-below,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover .tcb-add-block-below,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:hover .tcb-add-block-below,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:hover .tcb-add-block-below {
  display: block;
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tcb-add-block-below,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tcb-add-block-below,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tcb-add-block-below,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tcb-add-block-below,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tcb-add-block-below,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tcb-add-block-below {
  display: none;
  position: absolute;
  bottom: 0;
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:last-child .tcb-add-block-below,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:last-child .tcb-add-block-below,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:last-child .tcb-add-block-below,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:last-child .tcb-add-block-below,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option:last-child .tcb-add-block-below,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option:last-child .tcb-add-block-below {
  bottom: 20px;
}

.tve_lg_dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tcb-plain-text,
.tve_lg_dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tcb-plain-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tcb-plain-text,
.tcb-form-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tcb-plain-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-lg-dropdown-option .tcb-plain-text,
.tve-dynamic-dropdown .tve-lg-dropdown-list .tve-dynamic-dropdown-option .tcb-plain-text {
  color: inherit !important;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.tve_lg_dropdown.da-fade .tve-lg-dropdown-list,
.tcb-form-dropdown.da-fade .tve-lg-dropdown-list,
.tve-dynamic-dropdown.da-fade .tve-lg-dropdown-list {
  opacity: 0;
}

.tve_lg_dropdown.da-fade.tve-state-expanded .tve-lg-dropdown-list,
.tcb-form-dropdown.da-fade.tve-state-expanded .tve-lg-dropdown-list,
.tve-dynamic-dropdown.da-fade.tve-state-expanded .tve-lg-dropdown-list {
  opacity: 1;
}

.tve_lg_dropdown.da-slide .tve-lg-dropdown-list,
.tcb-form-dropdown.da-slide .tve-lg-dropdown-list,
.tve-dynamic-dropdown.da-slide .tve-lg-dropdown-list {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.tve_lg_dropdown.da-slide.tve-state-expanded .tve-lg-dropdown-list,
.tcb-form-dropdown.da-slide.tve-state-expanded .tve-lg-dropdown-list,
.tve-dynamic-dropdown.da-slide.tve-state-expanded .tve-lg-dropdown-list {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.tve_lg_dropdown.da-fold .tve-lg-dropdown-list,
.tcb-form-dropdown.da-fold .tve-lg-dropdown-list,
.tve-dynamic-dropdown.da-fold .tve-lg-dropdown-list {
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  -o-transition:
    transform 0.35s,
    opacity 0.35s;
  transition:
    transform 0.35s,
    opacity 0.35s;
  transition:
    transform 0.35s,
    opacity 0.35s,
    -webkit-transform 0.35s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.tve_lg_dropdown.da-fold.tve-state-expanded .tve-lg-dropdown-list,
.tcb-form-dropdown.da-fold.tve-state-expanded .tve-lg-dropdown-list,
.tve-dynamic-dropdown.da-fold.tve-state-expanded .tve-lg-dropdown-list {
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.tve_lg_dropdown.tve-state-expanded,
.tcb-form-dropdown.tve-state-expanded,
.tve-dynamic-dropdown.tve-state-expanded {
  z-index: 99 !important;
  overflow: visible !important;
}

.tve_lg_dropdown.tve-state-expanded .tve-lg-dropdown-trigger svg,
.tcb-form-dropdown.tve-state-expanded .tve-lg-dropdown-trigger svg,
.tve-dynamic-dropdown.tve-state-expanded .tve-lg-dropdown-trigger svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.tve_lg_dropdown.tve-state-expanded .tve-lg-dropdown-list,
.tcb-form-dropdown.tve-state-expanded .tve-lg-dropdown-list,
.tve-dynamic-dropdown.tve-state-expanded .tve-lg-dropdown-list {
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tve_lg_dropdown.tve-state-expanded .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve_lg_dropdown.tve-state-expanded .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tcb-form-dropdown.tve-state-expanded .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tcb-form-dropdown.tve-state-expanded .tve-lg-dropdown-list .tve-dynamic-dropdown-option,
.tve-dynamic-dropdown.tve-state-expanded .tve-lg-dropdown-list .tve-lg-dropdown-option,
.tve-dynamic-dropdown.tve-state-expanded .tve-lg-dropdown-list .tve-dynamic-dropdown-option {
  display: block;
}

.tve_lg_dropdown.tve-lg-error,
.tcb-form-dropdown.tve-lg-error,
.tve-dynamic-dropdown.tve-lg-error {
  border-radius: 6px;
}

.tve_lg_dropdown.tve-lg-error>a,
.tcb-form-dropdown.tve-lg-error>a,
.tve-dynamic-dropdown.tve-lg-error>a {
  -webkit-box-shadow: 0 0 4px #a94442 !important;
  box-shadow: 0 0 4px #a94442 !important;
}

.tve_lg_dropdown.tcb-form-input-error:not(#_),
.tcb-form-dropdown.tcb-form-input-error:not(#_),
.tve-dynamic-dropdown.tcb-form-input-error:not(#_) {
  border-color: rgba(217, 43, 43, 0.55) !important;
}

.tve_lg_file {
  padding: 45px 0;
  margin: 10px 0;
}

.tve_lg_file .tve-content-box-background {
  background-color: #f8f9fa;
  border: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.tve_lg_file.tve-state-active .tve-content-box-background {
  border-color: #597eaa;
  background-color: #e7f1fe;
}

.tve_lg_file.tcb-form-input-error:not(#_) .tve-content-box-background {
  border-color: rgba(217, 43, 43, 0.55);
}

.tve_lg_file input[type="file"] {
  display: none;
}

.tve_lg_file .tcb-file-upload-btn {
  margin-top: 8px;
  margin-bottom: 0;
}

.tve_lg_file .tcb-default-upload-icon {
  margin-top: 0;
  margin-bottom: 16px;
}

.tcb-default-upload-icon {
  font-size: 24px;
  --tve-icon-size: 24px;
  background-color: #8ed1f2;
  padding: 10px !important;
  border-radius: 60px;
}

.tcb-default-upload-icon svg {
  color: #fff;
}

.tcb-file-list .tcb-file-item {
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 8px;
}

.tcb-file-list .tcb-file-item.tcb-error .progress-bg {
  width: 100% !important;
  background-color: #f40;
}

.tcb-file-list .tcb-file-item.tcb-error .tcb-file-info {
  color: #f40;
}

.tcb-file-list .tcb-file-item.tcb-done .progress-bg {
  background-color: #028700;
  width: 100% !important;
}

.tcb-file-list .tcb-file-item.tcb-uploading .tcb-file-loader {
  display: block;
}

.tcb-file-list .tcb-file-item.tcb-uploading .tcb-file-remove {
  display: none;
}

.tcb-file-list .tcb-file-loader {
  display: none;
  position: relative !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tcb-file-list .tcb-file-loader .tcb-form-loader-icon {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}

.tcb-file-list .tcb-file-icon svg {
  width: 20px;
  height: auto;
}

.tcb-file-list .tcb-file-icon svg path {
  fill: #6d7a86;
}

.tcb-file-list .tcb-file-info {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.12px;
  max-width: calc(100% - 30px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-file-list .tcb-file-name {
  max-width: calc(100% - 85px);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  padding-bottom: 3px;
}

.tcb-file-list .tcb-file-size {
  font-size: 14px;
  color: #94a3b0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tcb-file-list .tcb-upload-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  border-radius: 2px;
  overflow: hidden;
}

.tcb-file-list .progress-bg {
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #46b2e6;
}

.tcb-file-list .progress-bg[data-percent="100%"] {
  background-color: #028700;
}

.tcb-file-list .tcb-file-remove {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  width: auto !important;
  min-width: 0 !important;
  padding: 2px !important;
}

.tcb-file-list .tcb-file-remove:hover svg path,
.tcb-file-list .tcb-file-remove:active svg path {
  fill: #888;
}

.tcb-file-list .tcb-file-remove:active,
.tcb-file-list .tcb-file-remove:focus {
  outline: none;
}

.tve_lg_radio_wrapper .tcb-add-block-below,
.tve_lg_checkbox_wrapper .tcb-add-block-below {
  display: none;
  bottom: 50%;
  left: 100%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 10;
}

.tve_lg_radio_wrapper:hover .tcb-add-block-below,
.tve_lg_checkbox_wrapper:hover .tcb-add-block-below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.tve_s_share_count.tve_style_6 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_s_share_count.tve_style_6 .tve_s_cnt_icon {
  margin-right: 0.667em;
}

.tve_s_share_count.tve_style_6 .tve_s_cnt_icon svg {
  fill: rgba(0, 0, 0, 0.3);
  width: 0.875em;
  height: 0.938em;
}

.tve_s_share_count.tve_style_6 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 1.167em;
  font-weight: 300;
  line-height: normal;
  color: rgba(0, 0, 0, 0.85);
}

.tve_s_share_count.tve_style_6 .tve_s_cnt_label {
  display: none !important;
}

.tve_s_share_count.tve_style_7 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_s_share_count.tve_style_7 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 1.467em;
  font-weight: 300;
  line-height: normal;
  color: rgba(0, 0, 0, 0.85);
}

.tve_s_share_count.tve_style_7 .tve_s_cnt_label {
  display: none !important;
}

.tve_s_share_count.tve_style_7 .tve_s_cnt_icon {
  margin-right: 0.667em;
}

.tve_s_share_count.tve_style_7 .tve_s_cnt_icon svg {
  fill: rgba(0, 0, 0, 0.21);
  width: 1.125em;
  height: 1.25em;
}

.tve_s_share_count.tve_style_8 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

.tve_s_share_count.tve_style_8 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 1.458em;
  margin-right: 0.4em;
  font-weight: 300;
  color: #000;
}

.tve_s_share_count.tve_style_8 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  font-size: 1.167em;
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}

.tve_s_share_count.tve_style_9 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.tve_s_share_count.tve_style_9 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.85);
}

.tve_s_share_count.tve_style_9 .tve_s_cnt_label {
  display: none;
}

.tve_s_share_count.tve_style_9 .tve_s_cnt_icon {
  margin-right: 0.533em;
}

.tve_s_share_count.tve_style_9 .tve_s_cnt_icon svg {
  fill: rgba(0, 0, 0, 0.21);
  width: 0.813em;
  height: 0.875em;
}

.tve_s_share_count.tve_style_10 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_s_share_count.tve_style_10 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 0.957em;
  color: #090909;
  margin-right: 0.435em;
}

.tve_s_share_count.tve_style_10 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  font-size: 0.957em;
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
}

.tve_s_share_count.tve_style_11 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_s_share_count.tve_style_11 .tve_s_cnt_icon {
  display: none;
}

.tve_s_share_count.tve_style_11 .tve_s_cnt_icon svg {
  fill: #c5c5c5;
  width: 0.625em;
  height: 0.625em;
}

.tve_s_share_count.tve_style_11 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 0.686em;
  color: #000;
  margin-right: 0.286em;
}

.tve_s_share_count.tve_style_11 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  font-size: 0.686em;
  text-transform: lowercase;
  font-weight: bold;
  color: #000;
}

.tve_s_share_count.tve_style_12 {
  margin: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_s_share_count.tve_style_12 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 0.524em;
  color: #4a4a4a;
  margin-right: 0.238em;
}

.tve_s_share_count.tve_style_12 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  font-size: 0.405em;
  text-transform: uppercase;
  letter-spacing: 0.43px;
  color: #c8c8c8;
}

.tve_s_share_count.tve_style_13 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tve_s_share_count.tve_style_13 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 0.697em;
  color: #090909;
}

.tve_s_share_count.tve_style_13 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  font-size: 0.441em;
  text-transform: uppercase;
  color: #c4c4c4;
}

.tve_s_share_count.tve_style_14 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_s_share_count.tve_style_14 .tve_s_cnt {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  color: #111;
  font-weight: bold;
  margin-right: 0.25em;
}

.tve_s_share_count.tve_style_14 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  color: #7e7e7e;
  text-transform: capitalize;
}

.tve_s_share_count.tve_style_15 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tve_s_share_count.tve_style_15 .tve_s_cnt {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 0.889em;
  margin-right: 0.278em;
}

.tve_s_share_count.tve_style_15 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 0.889em;
  text-transform: capitalize;
  font-weight: bold;
}

.tve_s_share_count.tve_style_15 .tve_s_cnt_icon {
  display: none;
}

.tve_s_share_count.tve_style_15 .tve_s_cnt_icon svg {
  fill: #b9b9b9;
  width: 0.688em;
  height: 0.813em;
}

.tve_s_share_count.tve_style_16 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
}

.tve_s_share_count.tve_style_16 .tve_s_cnt {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 0.738em;
  margin-right: 0.238em;
}

.tve_s_share_count.tve_style_16 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.738em;
  text-transform: capitalize;
}

.tve_s_share_count.tve_style_17 {
  display: inline-block;
}

.tve_s_share_count.tve_style_17 .tve_s_cnt {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 0.889em;
}

.tve_s_share_count.tve_style_17 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.611em;
  text-transform: uppercase;
}

.tve_s_share_count.tve_style_18 {
  display: inline-block;
}

.tve_s_share_count.tve_style_18 .tve_s_cnt {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1em;
}

.tve_s_share_count.tve_style_18 .tve_s_cnt_label {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.778em;
  text-transform: capitalize;
}

.tve_s_share_count.tve_style_1,
.tve_s_share_count.tve_style_2,
.tve_s_share_count.tve_style_3,
.tve_s_share_count.tve_style_4,
.tve_s_share_count.tve_style_5 {
  display: inline-block;
}

.tve_social_custom.tve_style_6 .tve_s_icon {
  font-size: 1em;
  line-height: 1em;
  padding: 0.778em;
}

.tve_social_custom.tve_style_6 .tve_s_text {
  font-size: 0.8em;
  padding: 0;
}

.tve_social_custom.tve_style_6 .tve_s_link {
  font-size: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.tve_social_custom.tve_style_6 .tve_s_item {
  padding: 0 1.112em 0 0;
  margin: 0.445em 0.445em 0.445em 0;
  border: 1px solid;
  text-transform: uppercase;
  text-align: center;
}

.tve_social_custom.tve_style_6 .tve_s_item:hover,
.tve_social_custom.tve_style_6 .tve_s_item:active {
  -webkit-box-shadow: 0px 3px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.tve_social_custom.tve_style_6.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_6.tve_social_cb .tve_s_item {
  padding: 0;
}

.tve_social_custom.tve_style_6.tve_social_cb .tve_s_item:not(.tve_s_t_share):not(.tve_s_in_share) {
  min-width: 4.933em;
}

.tve_social_custom.tve_style_6.tve_social_cb .tve_s_count {
  font-size: 0.8em;
  padding: 0;
}

.tve_social_custom.tve_style_6.tve_social_ib .tve_s_item {
  padding: 0;
}

.tve_social_custom.tve_style_7 .tve_s_link {
  font-size: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.tve_social_custom.tve_style_7 .tve_s_icon {
  font-size: 1em;
  line-height: 1em;
  padding: 0.778em;
}

.tve_social_custom.tve_style_7 .tve_s_item {
  margin: 0.445em 0.445em 0.445em 0;
  padding: 0 1.112em 0 0;
  border-bottom: 2px solid;
  text-transform: uppercase;
  text-align: center;
}

.tve_social_custom.tve_style_7 .tve_s_text {
  font-size: 0.8em;
  padding: 0px;
}

.tve_social_custom.tve_style_7.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_7.tve_social_cb .tve_s_count {
  font-size: 0.8em;
  padding-left: 0px;
}

.tve_social_custom.tve_style_8 .tve_s_item {
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  margin: 0.667em 0.667em 0.667em 0;
  padding: 0.556em 0.723em 0.556em 0.556em;
  text-transform: capitalize;
}

.tve_social_custom.tve_style_8 .tve_s_item:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.12);
}

.tve_social_custom.tve_style_8 .tve_s_link {
  font-size: inherit;
  padding: 0;
}

.tve_social_custom.tve_style_8 .tve_s_icon {
  font-size: 1em;
  line-height: 1em;
  border-radius: 50%;
  padding: 0.334em;
  margin-right: 0.667em;
}

.tve_social_custom.tve_style_8 .tve_s_text {
  font-size: 1em;
  padding: 0;
}

.tve_social_custom.tve_style_8.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_8.tve_social_cb .tve_s_count {
  font-size: 1em;
}

.tve_social_custom.tve_style_9 .tve_s_link {
  font-size: inherit;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_social_custom.tve_style_9 .tve_s_item {
  padding: 0;
  margin: 1.8em 1.8em 1.8em 0;
  text-transform: lowercase;
}

.tve_social_custom.tve_style_9 .tve_s_icon {
  font-size: 1em;
  padding: 0;
}

.tve_social_custom.tve_style_9 .tve_s_text,
.tve_social_custom.tve_style_9 .tve_s_count {
  margin-top: 0.533em;
  font-size: 0.8em;
  padding: 0;
  line-height: normal;
}

.tve_social_custom.tve_style_9.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_9.tve_social_cb .tve_s_t_share,
.tve_social_custom.tve_style_9.tve_social_cb .tve_s_in_share {
  vertical-align: top;
}

.tve_social_custom.tve_style_10 .tve_s_link {
  font-size: inherit;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_social_custom.tve_style_10 .tve_s_link:hover {
  -webkit-box-shadow: inset 0px -4px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -4px 0 0 rgba(0, 0, 0, 0.08);
}

.tve_social_custom.tve_style_10 .tve_s_icon {
  font-size: 1em;
  line-height: 1em;
  padding: 0.667em;
  margin-right: 0.834em;
}

.tve_social_custom.tve_style_10 .tve_s_text,
.tve_social_custom.tve_style_10 .tve_s_count {
  font-size: 1em;
  line-height: normal;
  font-weight: 300;
}

.tve_social_custom.tve_style_10 .tve_s_item {
  margin: 0.261em 0.261em 0.261em 0px;
  padding: 0 0.834em 0 0;
  text-transform: uppercase;
  text-align: center;
}

.tve_social_custom.tve_style_10.tve_social_itb .tve_s_icon {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tve_social_custom.tve_style_10.tve_social_itb .tve_s_item:active .tve_s_icon {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.tve_social_custom.tve_style_10.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_10.tve_social_cb .tve_s_item:not(.tve_s_t_share):not(.tve_s_in_share) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tve_social_custom.tve_style_10.tve_social_cb .tve_s_item:not(.tve_s_t_share):not(.tve_s_in_share):active {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.tve_social_custom.tve_style_10.tve_social_cb .tve_s_item {
  padding: 0;
}

.tve_social_custom.tve_style_10.tve_social_cb .tve_s_item .tve_s_icon {
  margin-right: 0;
}

.tve_social_custom.tve_style_10.tve_social_ib .tve_s_item {
  padding: 0;
}

.tve_social_custom.tve_style_10.tve_social_ib .tve_s_item .tve_s_icon {
  margin-right: 0;
}

.tve_social_custom.tve_style_11 .tve_s_item {
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
}

.tve_social_custom.tve_style_11 .tve_s_item .tve_s_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.25em;
}

.tve_social_custom.tve_style_11 .tve_s_item .tve_s_link .tve_s_icon {
  line-height: 1em;
  padding: 0.7em;
  -webkit-box-shadow: -0.6px 11px 27px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -0.6px 11px 27px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.tve_social_custom.tve_style_11 .tve_s_item .tve_s_link .tve_s_icon:hover {
  -webkit-box-shadow: -0.6px 11px 27px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -0.6px 11px 27px 0 rgba(0, 0, 0, 0.18);
}

.tve_social_custom.tve_style_11 .tve_s_item .tve_s_link .tve_s_icon:after {
  border-top: 0.3em solid #fff;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: calc(78% + 0.3em);
}

.tve_social_custom.tve_style_11.tve_social_itb .tve_s_text {
  font-size: 0.5em;
  text-align: center;
  padding: 10px 0 0 0;
  color: #111;
}

.tve_social_custom.tve_style_11.tve_social_itb .tve_s_icon:after {
  top: calc(50% + 0.3em) !important;
}

.tve_social_custom.tve_style_11.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_11.tve_social_cb .tve_s_count {
  font-size: 0.5em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0 0 0;
  color: #111;
}

.tve_social_custom.tve_style_11.tve_social_cb .tve_s_item:not(.tve_s_t_share):not(.tve_s_in_share) .tve_s_icon:after {
  top: calc(50% + 0.3em) !important;
}

.tve_social_custom.tve_style_12 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tve_social_custom.tve_style_12 .tve_s_link {
  padding: 0;
  font-size: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_social_custom.tve_style_12 .tve_s_icon {
  font-size: 1em;
  line-height: 1em;
  padding: 0.75em;
}

.tve_social_custom.tve_style_12 .tve_s_item {
  padding: 0;
  margin: 0;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.0625em;
  text-transform: uppercase;
}

.tve_social_custom.tve_style_12 .tve_s_item:first-child {
  margin-left: 1.0625em;
}

.tve_social_custom.tve_style_12 .tve_s_text,
.tve_social_custom.tve_style_12 .tve_s_count {
  color: #c8c8c8;
  font-size: 0.452em;
  line-height: normal;
  padding: 0;
  text-align: center;
}

.tve_social_custom.tve_style_12.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_13 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve_social_custom.tve_style_13 .tve_s_link {
  font-size: inherit;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tve_social_custom.tve_style_13 .tve_s_icon {
  font-size: 1em;
  line-height: 1em;
  padding: 0;
}

.tve_social_custom.tve_style_13 .tve_s_item {
  padding: 0.888em 1em;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.1667em 1.667em 1.667em 0.1667em;
  text-transform: uppercase;
}

.tve_social_custom.tve_style_13 .tve_s_text,
.tve_social_custom.tve_style_13 .tve_s_count {
  margin-top: 0.667em;
  font-size: 0.455em;
  line-height: normal;
  color: #c4c4c4;
  padding: 0;
}

.tve_social_custom.tve_style_13.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_14 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve_social_custom.tve_style_14 .tve_s_link {
  font-size: inherit;
  margin-right: auto;
  color: #111 !important;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_social_custom.tve_style_14 .tve_s_icon {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.tve_social_custom.tve_style_14 .tve_s_item {
  margin: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px;
  padding: 1em 2em;
  margin-left: -1px;
  margin-top: -1px;
  text-transform: uppercase;
}

.tve_social_custom.tve_style_14 .tve_s_text,
.tve_social_custom.tve_style_14 .tve_s_count {
  font-size: 0.6em;
  text-align: center;
  padding: 0;
  line-height: normal;
}

.tve_social_custom.tve_style_14 .tve_s_count {
  color: #333;
}

.tve_social_custom.tve_style_14.tve_social_itb .tve_s_icon,
.tve_social_custom.tve_style_14.tve_social_cb .tve_s_icon {
  margin-right: 0.75em;
}

.tve_social_custom.tve_style_14.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_15 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve_social_custom.tve_style_15 .tve_s_link {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.tve_social_custom.tve_style_15 .tve_s_icon {
  font-size: 1em;
  padding: 1em;
}

.tve_social_custom.tve_style_15 .tve_s_item {
  padding: 0;
  margin: 0.5em 0.944em 0.5em 0;
  text-transform: uppercase;
}

.tve_social_custom.tve_style_15 .tve_s_text,
.tve_social_custom.tve_style_15 .tve_s_count {
  padding: 0;
  font-size: 0.611em;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.tve_social_custom.tve_style_15.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_16 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve_social_custom.tve_style_16 .tve_s_link {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_social_custom.tve_style_16 .tve_s_icon {
  font-size: 1em;
  padding: 0.5em;
}

.tve_social_custom.tve_style_16 .tve_s_item {
  padding: 0 1.478em 0 0;
  margin: 0.238em 0.381em 0.238em 0;
  border-radius: 5px;
  text-transform: capitalize;
}

.tve_social_custom.tve_style_16 .tve_s_text,
.tve_social_custom.tve_style_16 .tve_s_count {
  padding: 0;
  font-size: 0.762em;
  font-weight: 500;
}

.tve_social_custom.tve_style_16.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_16.tve_social_cb .tve_s_item.tve_s_t_share,
.tve_social_custom.tve_style_16.tve_social_cb .tve_s_item.tve_s_in_share {
  padding: 0;
}

.tve_social_custom.tve_style_16.tve_social_cb .tve_s_count {
  min-width: 1.429em;
  height: 1.429em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.14em;
}

.tve_social_custom.tve_style_16.tve_social_ib .tve_s_item {
  padding: 0;
}

.tve_social_custom.tve_style_17 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve_social_custom.tve_style_17 .tve_s_link {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_social_custom.tve_style_17 .tve_s_icon {
  font-size: 1em;
  padding: 0.5em;
  margin-right: 0.727em;
}

.tve_social_custom.tve_style_17 .tve_s_item {
  padding: 0;
  margin: 0.389em 0.833em 0.389em 0;
  text-transform: uppercase;
}

.tve_social_custom.tve_style_17 .tve_s_text,
.tve_social_custom.tve_style_17 .tve_s_count {
  padding: 0;
  font-size: 0.611em;
  font-weight: 500;
  color: #999;
}

.tve_social_custom.tve_style_17.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_17.tve_social_cb .tve_s_count {
  min-width: 1.429em;
  height: 1.429em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.14em;
}

.tve_social_custom.tve_style_18 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve_social_custom.tve_style_18 .tve_s_link {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_social_custom.tve_style_18 .tve_s_icon {
  font-size: 1em;
  padding: 1em;
  color: inherit;
}

.tve_social_custom.tve_style_18 .tve_s_item {
  padding: 0;
  margin: 0.778em 1.778em 0.778em 0;
  text-transform: capitalize;
  text-align: center;
}

.tve_social_custom.tve_style_18 .tve_s_text,
.tve_social_custom.tve_style_18 .tve_s_count {
  padding: 0;
  font-size: 0.778em;
  color: #999;
}

.tve_social_custom.tve_style_18.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_18.tve_social_cb .tve_s_count {
  min-width: 1.429em;
  height: 1.429em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.14em;
}

.tve_social_custom.tve_style_1 {
  font-size: 22px;
}

.tve_social_custom.tve_style_1 .tve_s_link {
  font-size: inherit;
  padding: 2px;
}

.tve_social_custom.tve_style_1 .tve_s_item {
  border-radius: 50px;
}

.tve_social_custom.tve_style_1 .tve_s_text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
}

.tve_social_custom.tve_style_1 .tve_s_icon {
  border-radius: 50px;
  background: #fff;
  font-size: 1.227em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.778em;
  line-height: 1em;
  width: 1.778em;
}

.tve_social_custom.tve_style_1 .tve_s_icon.thrv_wrapper {
  margin: 0;
}

.tve_social_custom.tve_style_1 .tve_s_icon svg {
  margin: 0 auto;
}

.tve_social_custom.tve_style_1 .tve_s_item.tve_share_item {
  padding-right: 20px;
}

.tve_social_custom.tve_style_1 .tve_s_item.tve_share_item .tve_s_icon {
  width: unset;
  height: unset;
  padding: 0.409em;
  margin-right: 10px;
}

.tve_social_custom.tve_style_1 .tve_s_item.tve_share_item .tve_s_text,
.tve_social_custom.tve_style_1 .tve_s_item.tve_share_item .tve_s_count {
  padding: 0;
}

.tve_social_custom.tve_style_1.tve_social_itb .tve_s_icon {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.tve_social_custom.tve_style_1.tve_social_ib .tve_s_icon {
  background: transparent;
}

.tve_social_custom.tve_style_1.tve_social_ib .tve_s_item.tve_share_item {
  padding-right: 0;
}

.tve_social_custom.tve_style_1.tve_social_ib .tve_s_item.tve_share_item .tve_s_icon {
  margin-right: 0;
}

.tve_social_custom.tve_style_1.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item,
.tve_social_custom.tve_style_1.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item {
  padding-right: 0;
}

.tve_social_custom.tve_style_1.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item .tve_s_icon,
.tve_social_custom.tve_style_1.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item .tve_s_icon {
  margin-right: 0;
}

.tve_social_custom.tve_style_1.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_2 {
  font-size: 24px;
}

.tve_social_custom.tve_style_2 .tve_s_link {
  color: #fff !important;
  font-size: inherit;
}

.tve_social_custom.tve_style_2 .tve_s_item {
  border-radius: 5px;
}

.tve_social_custom.tve_style_2 .tve_s_icon {
  font-size: 1.167em;
  height: 1.714em;
  line-height: 1em;
  width: 1.714em;
}

.tve_social_custom.tve_style_2 .tve_s_text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
}

.tve_social_custom.tve_style_2 .tve_s_item.tve_share_item .tve_s_icon {
  width: unset;
  height: unset;
  padding: 0.363em;
}

.tve_social_custom.tve_style_2.tve_social_itb .tve_s_item.tve_share_item {
  padding-right: 20px;
}

.tve_social_custom.tve_style_2.tve_social_itb .tve_s_item.tve_share_item .tve_s_icon {
  margin-right: 10px;
}

.tve_social_custom.tve_style_2.tve_social_itb .tve_s_item.tve_share_item .tve_s_text {
  padding: 0;
}

.tve_social_custom.tve_style_2.tve_social_itb .tve_s_icon {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.15);
}

.tve_social_custom.tve_style_2.tve_social_cb .tve_s_count {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 1px 0 0 1px #ccc;
  box-shadow: 1px 0 0 1px #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  color: #333;
  padding: 0 15px;
  position: relative;
}

.tve_social_custom.tve_style_2.tve_social_cb .tve_s_count:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  content: "";
  display: block;
  height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 0;
}

.tve_social_custom.tve_style_2.tve_social_cb .tve_s_item.tve_share_item {
  padding-right: 0;
}

.tve_social_custom.tve_style_2.tve_social_cb .tve_s_item.tve_share_item .tve_s_icon {
  margin-right: 10px;
}

.tve_social_custom.tve_style_3 {
  font-size: 24px;
}

.tve_social_custom.tve_style_3 .tve_s_link {
  color: #fff !important;
  font-size: inherit;
}

.tve_social_custom.tve_style_3 .tve_s_text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
}

.tve_social_custom.tve_style_3 .tve_s_icon {
  font-size: 1.167em;
  height: 1.714em;
  line-height: 1em;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
  width: 1.714em;
}

.tve_social_custom.tve_style_3 .tve_s_item {
  border-radius: 5px;
}

.tve_social_custom.tve_style_3 .tve_s_item:active {
  -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.15) inset;
}

.tve_social_custom.tve_style_3.tve_social_cb .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_3 .tve_s_item.tve_share_item .tve_s_icon {
  width: unset;
  height: unset;
  padding: 0.405em;
}

.tve_social_custom.tve_style_3.tve_social_itb .tve_s_item.tve_share_item,
.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_share_item {
  padding-right: 20px;
}

.tve_social_custom.tve_style_3.tve_social_itb .tve_s_item.tve_share_item .tve_s_icon,
.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_share_item .tve_s_icon {
  margin-right: 10px;
}

.tve_social_custom.tve_style_3.tve_social_itb .tve_s_item.tve_share_item .tve_s_text,
.tve_social_custom.tve_style_3.tve_social_itb .tve_s_item.tve_share_item .tve_s_count,
.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_share_item .tve_s_text,
.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_share_item .tve_s_count {
  padding: 0;
}

.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item,
.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item {
  padding-right: 0;
}

.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item .tve_s_icon,
.tve_social_custom.tve_style_3.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item .tve_s_icon {
  margin-right: 0;
}

.tve_social_custom.tve_style_4 {
  font-size: 22px;
}

.tve_social_custom.tve_style_4 .tve_s_item {
  padding: 0;
  border-radius: 3px;
}

.tve_social_custom.tve_style_4 .tve_s_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff !important;
  font-size: inherit;
  padding: 0;
}

.tve_social_custom.tve_style_4 .tve_s_icon {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.25em;
  line-height: 1em;
  height: 1.923em;
  width: 1.923em;
}

.tve_social_custom.tve_style_4 .tve_s_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tve_social_custom.tve_style_4 .tve_s_item.tve_share_item .tve_s_icon {
  width: unset;
  height: unset;
  padding: 0.41em;
}

.tve_social_custom.tve_style_4.tve_social_itb .tve_s_item.tve_share_item {
  padding-right: 20px;
}

.tve_social_custom.tve_style_4.tve_social_itb .tve_s_item.tve_share_item .tve_s_icon {
  margin-right: 10px;
}

.tve_social_custom.tve_style_4.tve_social_itb .tve_s_item.tve_share_item .tve_s_text,
.tve_social_custom.tve_style_4.tve_social_itb .tve_s_item.tve_share_item .tve_s_count {
  padding: 0;
}

.tve_social_custom.tve_style_4.tve_social_ib .tve_s_icon {
  border-radius: 3px;
}

.tve_social_custom.tve_style_4.tve_social_ib .tve_s_text {
  display: none;
}

.tve_social_custom.tve_style_4.tve_social_cb .tve_s_count {
  border: 1px solid #c2c1c1;
  border-radius: 3px;
  display: block;
  font-size: 1.182em;
  line-height: 1.923em;
  height: 1.923em;
  margin-left: 15px;
  padding: 0 10px;
  position: relative;
}

.tve_social_custom.tve_style_4.tve_social_cb .tve_s_count:before {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #c2c1c1;
  display: block;
  height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  width: 0;
}

.tve_social_custom.tve_style_4.tve_social_cb .tve_s_count:after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  display: block;
  height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  width: 0;
}

.tve_social_custom.tve_style_5 {
  font-size: 22px;
}

.tve_social_custom.tve_style_5 .tve_s_link {
  font-size: inherit;
}

.tve_social_custom.tve_style_5 .tve_s_icon {
  font-size: 1.136em;
  line-height: 1em;
  height: 1.92em;
  width: 1.92em;
}

.tve_social_custom.tve_style_5 .tve_s_item:hover .tve_s_link,
.tve_social_custom.tve_style_5 .tve_s_item:active .tve_s_link {
  color: #fff !important;
}

.tve_social_custom.tve_style_5 .tve_s_item.tve_share_item .tve_s_icon {
  width: unset;
  height: unset;
  padding: 0.445em;
}

.tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item,
.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_share_item {
  padding-right: 20px;
}

.tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item .tve_s_icon,
.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_share_item .tve_s_icon {
  margin-right: 10px;
}

.tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item .tve_s_text,
.tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item .tve_s_count,
.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_share_item .tve_s_text,
.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_share_item .tve_s_count {
  padding: 0;
}

.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item,
.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item {
  padding-right: 0;
}

.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item .tve_s_icon,
.tve_social_custom.tve_style_5.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item .tve_s_icon {
  margin-right: 0;
}

.tve_social_custom.tve_style_5.tve_social_cb .tve_s_text {
  display: none;
}

.tcb-social-vertical.tve_style_6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_6 .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_6 .tve_s_item:not(:last-child) {
  margin-bottom: 0.667em !important;
}

.tcb-social-vertical.tve_style_7 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-social-vertical.tve_style_7 .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_7 .tve_s_item:not(:last-child) {
  margin-bottom: 0.667em !important;
}

.tcb-social-vertical.tve_style_8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-social-vertical.tve_style_8 .tve_s_share_count {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-social-vertical.tve_style_8 .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_8 .tve_s_item:not(:last-child) {
  margin-bottom: 0.833em !important;
}

.tcb-social-vertical.tve_style_9 .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_9 .tve_s_item:not(:last-child) {
  margin-bottom: 2.4em !important;
}

.tcb-social-vertical.tve_style_10 .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_10 .tve_s_item:not(:last-child) {
  margin-bottom: 0.261em !important;
}

.tcb-social-vertical.tve_style_10 .tve_s_share_count {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_10 .tve_s_share_count .tve_s_cnt {
  margin: 0;
}

.tcb-social-vertical.tve_style_10 .tve_s_share_count .tve_s_cnt_label {
  font-size: 0.652em;
}

.tcb-social-vertical.tve_style_11 .tve_social_items .tve_s_item {
  margin: 0;
}

.tcb-social-vertical.tve_style_11 .tve_social_items .tve_s_item:not(:last-child) {
  margin-bottom: 0.8em !important;
}

.tcb-social-vertical.tve_style_11 .tve_social_items .tve_s_item .tve_s_link .tve_s_icon:after {
  display: none !important;
}

.tcb-social-vertical.tve_style_11 .tve_s_share_count .tve_s_cnt_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.286em;
}

.tcb-social-vertical.tve_style_11 .tve_s_share_count .tve_s_cnt {
  margin: 0;
}

.tcb-social-vertical.tve_style_11 .tve_s_share_count .tve_s_cnt_label {
  display: none;
}

.tcb-social-vertical.tve_style_12 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_12 .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_12 .tve_social_items .tve_s_item {
  margin: 0;
  height: 2.095em;
  border-top: 0;
  border-bottom: 0;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  margin-bottom: 0.625em;
}

.tcb-social-vertical.tve_style_12 .tve_social_items .tve_s_item:first-child {
  margin-top: 0.625em;
}

.tcb-social-vertical.tve_style_13 .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_13 .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_13 .tve_s_item:not(:last-child) {
  margin-bottom: 1.944em !important;
}

.tcb-social-vertical.tve_style_14 .tve_social_custom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_14 .tve_s_item {
  margin: 0 !important;
  margin-bottom: -1px !important;
}

.tcb-social-vertical.tve_style_14 .tve_s_share_count {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_14 .tve_s_share_count .tve_s_cnt {
  margin: 0;
}

.tcb-social-vertical.tve_style_15 .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_15 .tve_social_items .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_15 .tve_social_items .tve_s_item:not(:last-child) {
  margin-bottom: 0.5em !important;
}

.tcb-social-vertical.tve_style_15 .tve_s_share_count .tve_s_cnt_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.278em;
}

.tcb-social-vertical.tve_style_15 .tve_s_share_count .tve_s_cnt {
  margin: 0;
}

.tcb-social-vertical.tve_style_15 .tve_s_share_count .tve_s_cnt_label {
  display: none;
}

.tcb-social-vertical.tve_style_16 .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_16 .tve_social_items .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_16 .tve_social_items .tve_s_item:not(:last-child) {
  margin-bottom: 0.238em !important;
}

.tcb-social-vertical.tve_style_16 .tve_s_share_count {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_16 .tve_s_share_count .tve_s_cnt {
  margin: 0;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
  padding: 0.714em;
}

.tcb-social-vertical.tve_style_17 .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_17 .tve_social_items .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_17 .tve_social_items .tve_s_item:not(:last-child) {
  margin-bottom: 0.722em !important;
}

.tcb-social-vertical.tve_style_18 .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tcb-social-vertical.tve_style_18 .tve_social_items .tve_s_item {
  margin: 0 !important;
}

.tcb-social-vertical.tve_style_18 .tve_social_items .tve_s_item:not(:last-child) {
  margin-bottom: 0.778em !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item {
  border-color: var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item:hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item:hover .tve_s_count,
.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item.tve-state-hover .tve_s_count {
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_6 .tve_s_item.tve-state-hover .tve_s_icon {
  fill: #fff !important;
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_7 .tve_s_item {
  border-color: var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_7 .tve_s_item .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_7 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_7 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.88)),
      to(rgba(255, 255, 255, 0.88))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item .tve_s_link {
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item .tve_s_link .tve_s_icon {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item .tve_s_count {
  color: var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item:hover .tve_s_link,
.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item.tve-state-hover .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item:hover .tve_s_link .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_8 .tve_s_item.tve-state-hover .tve_s_link .tve_s_icon {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_9 .tve_s_item .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_9 .tve_s_item .tve_s_link:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_9 .tve_s_item .tve_s_link.tve-state-hover {
  color: #111111 !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_10 .tve_s_item .tve_s_link {
  color: #fff !important;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_11 .tve_s_item .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_11 .tve_s_item .tve_s_link:hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_11 .tve_s_item .tve_s_link:hover .tve_s_count,
.thrv_social_custom.tcb-custom-branding-social .tve_style_11 .tve_s_item .tve_s_link.tve-state-hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_11 .tve_s_item .tve_s_link.tve-state-hover .tve_s_count {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_12 .tve_s_item .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_12 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_12 .tve_s_item.tve-state-hover {
  border-color: var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item.tve_s_item {
  border: 1px solid var(--tcb-social-share-master-color);
  -webkit-box-shadow: 0.824em 0.885em 0 0 var(--tcb-social-share-master-color);
  box-shadow: 0.824em 0.885em 0 0 var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item.tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover {
  -webkit-box-shadow: 0.412em 0.442em 0 0 var(--tcb-social-share-master-color);
  box-shadow: 0.412em 0.442em 0 0 var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item.tve_s_item:hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item.tve_s_item:hover .tve_s_count,
.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover .tve_s_count {
  color: #000;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item {
  border-color: #d0cece;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  border-color: var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item:hover .tve_s_link,
.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item.tve-state-hover .tve_s_link {
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item:hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item:hover .tve_s_count,
.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_item.tve-state-hover .tve_s_count {
  color: #fff;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_14 .tve_s_count {
  color: var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f7f7f7),
      to(#f7f7f7));
  background-image: -o-linear-gradient(#f7f7f7, #f7f7f7);
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item .tve_s_link {
  color: #646464 !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item .tve_s_count {
  color: rgba(51, 51, 51, 0.73);
  background-color: #e2e2e2;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item:hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item:hover .tve_s_count,
.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item.tve-state-hover .tve_s_count {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item:hover .tve_s_link,
.thrv_social_custom.tcb-custom-branding-social .tve_style_15 .tve_s_item.tve-state-hover .tve_s_link {
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_16 .tve_s_item {
  color: #fff;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_16 .tve_s_item .tve_s_text {
  color: #ededed !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_16 .tve_s_item .tve_s_count {
  color: var(--tcb-social-share-master-color) !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_17 .tve_s_item .tve_s_icon {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  color: #fff !important;
  border-radius: 100px;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_17 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_17 .tve_s_item.tve-state-hover .tve_s_icon {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.6)),
      to(rgba(255, 255, 255, 0.6))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_18 .tve_s_item .tve_s_icon {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_18 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_18 .tve_s_item.tve-state-hover .tve_s_icon {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color))) !important;
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color)) !important;
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color)) !important;
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_1 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_1 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_1 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_1 .tve_s_item:active {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.05)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_1.tve_social_ib .tve_s_icon {
  fill: #fff !important;
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_1.tve_social_itb .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_1.tve_social_cb .tve_s_icon {
  fill: var(--tcb-social-share-master-color) !important;
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_2 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  border: 1px solid var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_2 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_2 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  border: 1px solid var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_2 .tve_s_item:active {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  border: 1px solid var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_3 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_3 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_3 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_3 .tve_s_item:active {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item .tve_s_text {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item:hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item.tve-state-hover .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item.tve-state-hover .tve_s_text {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item:active .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_4 .tve_s_item:active .tve_s_text {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_4.tve_social_cb .tve_s_item .tve_s_count {
  color: var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item {
  border: 2px solid var(--tcb-social-share-master-color);
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item .tve_s_link {
  color: var(--tcb-social-share-master-color) !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item:hover,
.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item:hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item:hover .tve_s_count,
.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item.tve-state-hover .tve_s_count {
  color: #fff;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item.tve-state-hover .tve_s_icon {
  fill: #fff !important;
  color: #fff !important;
}

.thrv_social_custom.tcb-custom-branding-social .tve_style_5 .tve_s_item:active {
  border-color: var(--tcb-social-share-master-color);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-share-master-color)),
      to(var(--tcb-social-share-master-color)));
  background-image: -o-linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
  background-image: linear-gradient(var(--tcb-social-share-master-color),
      var(--tcb-social-share-master-color));
}

.tve_s_fb_share {
  --tcb-social-color-style-6: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-6: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-6: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-6: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-6: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-7: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-7: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-7: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-7: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-7: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-8: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-8: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-8: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-8: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-8: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-9: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-9: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-9: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-9: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-9: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-10: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-10: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-10: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-10: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-10: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-11: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-11: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-11: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-11: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-11: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-12: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-12: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-12: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-12: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-12: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-13: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-13: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-13: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-13: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-13: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-14: #111;
}

.tve_s_t_share {
  --tcb-social-color-style-14: #111;
}

.tve_s_in_share {
  --tcb-social-color-style-14: #111;
}

.tve_s_pin_share {
  --tcb-social-color-style-14: #111;
}

.tve_s_xing_share {
  --tcb-social-color-style-14: #111;
}

.tve_s_fb_share {
  --tcb-social-color-style-15: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-15: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-15: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-15: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-15: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-16: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-16: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-16: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-16: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-16: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-17: #181818;
}

.tve_s_t_share {
  --tcb-social-color-style-17: #181818;
}

.tve_s_in_share {
  --tcb-social-color-style-17: #181818;
}

.tve_s_pin_share {
  --tcb-social-color-style-17: #181818;
}

.tve_s_xing_share {
  --tcb-social-color-style-17: #181818;
}

.tve_s_fb_share {
  --tcb-social-color-style-18: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-18: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-18: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-18: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-18: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-1: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-1: #3bceff;
}

.tve_s_in_share {
  --tcb-social-color-style-1: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-1: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-1: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-2: #284f9b;
}

.tve_s_t_share {
  --tcb-social-color-style-2: #1f92cb;
}

.tve_s_in_share {
  --tcb-social-color-style-2: #015a9c;
}

.tve_s_pin_share {
  --tcb-social-color-style-2: #b9191a;
}

.tve_s_xing_share {
  --tcb-social-color-style-2: #004947;
}

.tve_s_fb_share {
  --tcb-social-color-style-3: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-3: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-3: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-3: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-3: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-4: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-4: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-4: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-4: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-4: #00605e;
}

.tve_s_fb_share {
  --tcb-social-color-style-5: #3569b4;
}

.tve_s_t_share {
  --tcb-social-color-style-5: #29ace0;
}

.tve_s_in_share {
  --tcb-social-color-style-5: #0177b5;
}

.tve_s_pin_share {
  --tcb-social-color-style-5: #cf2123;
}

.tve_s_xing_share {
  --tcb-social-color-style-5: #00605e;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item {
  border-color: var(--tcb-social-color-style-6);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item .tve_s_link {
  color: var(--tcb-social-color-style-6) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-6)),
      to(var(--tcb-social-color-style-6)));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--tcb-social-color-style-6),
      var(--tcb-social-color-style-6));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--tcb-social-color-style-6),
      var(--tcb-social-color-style-6));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover .tve_s_count,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover .tve_s_count {
  color: #fff;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_6 .tve_s_item.tve-state-hover .tve_s_icon {
  fill: #fff !important;
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item {
  border-color: var(--tcb-social-color-style-7);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item .tve_s_link {
  color: var(--tcb-social-color-style-7) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_7 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.88)),
      to(rgba(255, 255, 255, 0.88))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-7)),
      to(var(--tcb-social-color-style-7)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    -o-linear-gradient(var(--tcb-social-color-style-7),
      var(--tcb-social-color-style-7));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    linear-gradient(var(--tcb-social-color-style-7),
      var(--tcb-social-color-style-7));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_link {
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_link .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_link .tve_s_icon {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-8)),
      to(var(--tcb-social-color-style-8)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-8),
      var(--tcb-social-color-style-8));
  background-image: linear-gradient(var(--tcb-social-color-style-8),
      var(--tcb-social-color-style-8));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item .tve_s_count {
  color: var(--tcb-social-color-style-8);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item:hover .tve_s_link,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item.tve-state-hover .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item:hover .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item.tve-state-hover .tve_s_link {
  color: var(--tcb-social-color-style-8) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item:hover .tve_s_link .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item.tve-state-hover .tve_s_link .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item:hover .tve_s_link .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_8 .tve_s_item.tve-state-hover .tve_s_link .tve_s_icon {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_9 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_9 .tve_s_item .tve_s_link {
  color: var(--tcb-social-color-style-9) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_9 .tve_s_item .tve_s_link:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_9 .tve_s_item .tve_s_link.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_9 .tve_s_item .tve_s_link:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_9 .tve_s_item .tve_s_link.tve-state-hover {
  color: #111111 !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_10 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_10 .tve_s_item {
  color: #fff !important;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-10)),
      to(var(--tcb-social-color-style-10))) !important;
  background-image: -o-linear-gradient(var(--tcb-social-color-style-10),
      var(--tcb-social-color-style-10)) !important;
  background-image: linear-gradient(var(--tcb-social-color-style-10),
      var(--tcb-social-color-style-10)) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link {
  color: var(--tcb-social-color-style-11) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link:hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link:hover .tve_s_count,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link.tve-state-hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link.tve-state-hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link:hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link:hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link.tve-state-hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_11 .tve_s_item .tve_s_link.tve-state-hover .tve_s_count {
  color: var(--tcb-social-color-style-11) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_12 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_12 .tve_s_item .tve_s_link {
  color: var(--tcb-social-color-style-12) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_12 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_12 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_12 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_12 .tve_s_item.tve-state-hover {
  border-top-color: var(--tcb-social-color-style-12) !important;
  border-left-color: var(--tcb-social-color-style-12) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item .tve_s_link {
  color: var(--tcb-social-color-style-13) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item {
  border: 1px solid var(--tcb-social-color-style-13);
  -webkit-box-shadow: 0.824em 0.885em 0 0 var(--tcb-social-color-style-13);
  box-shadow: 0.824em 0.885em 0 0 var(--tcb-social-color-style-13);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover {
  -webkit-box-shadow: 0.412em 0.442em 0 0 var(--tcb-social-color-style-13);
  box-shadow: 0.412em 0.442em 0 0 var(--tcb-social-color-style-13);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item:hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item:hover .tve_s_count,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item:hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item:hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_13 .tve_s_item.tve_s_item.tve-state-hover .tve_s_count {
  color: #000;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_link {
  color: var(--tcb-social-color-style-14) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item {
  border-color: #d0cece;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-14)),
      to(var(--tcb-social-color-style-14)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-14),
      var(--tcb-social-color-style-14));
  background-image: linear-gradient(var(--tcb-social-color-style-14),
      var(--tcb-social-color-style-14));
  border-color: var(--tcb-social-color-style-14);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_link,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover .tve_s_link {
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_count,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item.tve-state-hover .tve_s_count {
  color: #fff;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f7f7f7),
      to(#f7f7f7));
  background-image: -o-linear-gradient(#f7f7f7, #f7f7f7);
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item .tve_s_link {
  color: #646464 !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item .tve_s_count {
  color: rgba(51, 51, 51, 0.73);
  background-color: #e2e2e2;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-15)),
      to(var(--tcb-social-color-style-15)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-15),
      var(--tcb-social-color-style-15));
  background-image: linear-gradient(var(--tcb-social-color-style-15),
      var(--tcb-social-color-style-15));
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover .tve_s_count,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover .tve_s_count {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-15)),
      to(var(--tcb-social-color-style-15)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-15),
      var(--tcb-social-color-style-15));
  background-image: linear-gradient(var(--tcb-social-color-style-15),
      var(--tcb-social-color-style-15));
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover .tve_s_link,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item:hover .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_15 .tve_s_item.tve-state-hover .tve_s_link {
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_16 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_16 .tve_s_item {
  color: #fff;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-16)),
      to(var(--tcb-social-color-style-16)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-16),
      var(--tcb-social-color-style-16));
  background-image: linear-gradient(var(--tcb-social-color-style-16),
      var(--tcb-social-color-style-16));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_16 .tve_s_item .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_16 .tve_s_item .tve_s_text {
  color: #ededed !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_16 .tve_s_item .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_16 .tve_s_item .tve_s_count {
  color: var(--tcb-social-color-style-16) !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_17 .tve_s_item .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_17 .tve_s_item .tve_s_icon {
  background-color: var(--tcb-social-color-style-17, #181818) !important;
  color: #fff !important;
  border-radius: 100px;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_17 .tve_s_item:hover .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_17 .tve_s_item.tve-state-hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_17 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_17 .tve_s_item.tve-state-hover .tve_s_icon {
  background-color: #999 !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item .tve_s_icon {
  color: var(--tcb-social-color-style-18) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item.tve-state-hover {
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item:hover .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item.tve-state-hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_18 .tve_s_item.tve-state-hover .tve_s_icon {
  color: #fff !important;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-18)),
      to(var(--tcb-social-color-style-18))) !important;
  background-image: -o-linear-gradient(var(--tcb-social-color-style-18),
      var(--tcb-social-color-style-18)) !important;
  background-image: linear-gradient(var(--tcb-social-color-style-18),
      var(--tcb-social-color-style-18)) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-1)),
      to(var(--tcb-social-color-style-1)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-1),
      var(--tcb-social-color-style-1));
  background-image: linear-gradient(var(--tcb-social-color-style-1),
      var(--tcb-social-color-style-1));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-1)),
      to(var(--tcb-social-color-style-1)));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--tcb-social-color-style-1),
      var(--tcb-social-color-style-1));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--tcb-social-color-style-1),
      var(--tcb-social-color-style-1));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item:active,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item:active {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.05)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-1)),
      to(var(--tcb-social-color-style-1)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--tcb-social-color-style-1),
      var(--tcb-social-color-style-1));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--tcb-social-color-style-1),
      var(--tcb-social-color-style-1));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_1.tve_social_ib .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_ib .tve_s_icon {
  fill: #fff !important;
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_1.tve_social_itb .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_1.tve_social_cb .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_itb .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_cb .tve_s_icon {
  fill: var(--tcb-social-color-style-1) !important;
  color: var(--tcb-social-color-style-1) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-2)),
      to(var(--tcb-social-color-style-2)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-2),
      var(--tcb-social-color-style-2));
  background-image: linear-gradient(var(--tcb-social-color-style-2),
      var(--tcb-social-color-style-2));
  border: 1px solid var(--tcb-social-color-style-2);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-2)),
      to(var(--tcb-social-color-style-2)));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--tcb-social-color-style-2),
      var(--tcb-social-color-style-2));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--tcb-social-color-style-2),
      var(--tcb-social-color-style-2));
  border: 1px solid var(--tcb-social-color-style-2);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item:active,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_2 .tve_s_item:active {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-2)),
      to(var(--tcb-social-color-style-2)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--tcb-social-color-style-2),
      var(--tcb-social-color-style-2));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--tcb-social-color-style-2),
      var(--tcb-social-color-style-2));
  border: 1px solid var(--tcb-social-color-style-2);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-3)),
      to(var(--tcb-social-color-style-3)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-3),
      var(--tcb-social-color-style-3));
  background-image: linear-gradient(var(--tcb-social-color-style-3),
      var(--tcb-social-color-style-3));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-3)),
      to(var(--tcb-social-color-style-3)));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--tcb-social-color-style-3),
      var(--tcb-social-color-style-3));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--tcb-social-color-style-3),
      var(--tcb-social-color-style-3));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item:active,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_3 .tve_s_item:active {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-3)),
      to(var(--tcb-social-color-style-3)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--tcb-social-color-style-3),
      var(--tcb-social-color-style-3));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--tcb-social-color-style-3),
      var(--tcb-social-color-style-3));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item {
  --background-image: var(--tcb-social-color-style-4);
  --background-color: var(--tcb-social-color-style-4);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item .tve_s_text {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))),
      to(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))));
  background: -o-linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
  background: linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:hover .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item.tve-state-hover .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item.tve-state-hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item.tve-state-hover .tve_s_text {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))),
      to(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:active .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:active .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:active .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4 .tve_s_item:active .tve_s_text {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))),
      to(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb {
  --background-image: var(--tcb-social-color-style-4);
  --background-color: var(--tcb-social-color-style-4);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))),
      to(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))));
  background: -o-linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
  background: linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))),
      to(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item:active,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4.tve_social_itb .tve_s_item:active {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))),
      to(var(--background-image,
          var(--background-color, var(--tcb-social-color-style-4)))));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))),
      var(--background-image,
        var(--background-color, var(--tcb-social-color-style-4))));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_4.tve_social_cb .tve_s_item .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_4.tve_social_cb .tve_s_item .tve_s_count {
  color: var(--tcb-social-color-style-4);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item {
  border: 2px solid var(--tcb-social-color-style-5);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_link,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_link,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_icon {
  color: var(--tcb-social-color-style-5) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.05)),
      to(rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-5)),
      to(var(--tcb-social-color-style-5)));
  background-image:
    -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    -o-linear-gradient(var(--tcb-social-color-style-5),
      var(--tcb-social-color-style-5));
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(var(--tcb-social-color-style-5),
      var(--tcb-social-color-style-5));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_count,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_count,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover .tve_s_text,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover .tve_s_count {
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_icon,
.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_icon,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item.tve-state-hover .tve_s_icon {
  fill: #fff !important;
  color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:active,
.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:active {
  border-color: var(--tcb-social-color-style-5);
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-social-color-style-5)),
      to(var(--tcb-social-color-style-5)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    -o-linear-gradient(var(--tcb-social-color-style-5),
      var(--tcb-social-color-style-5));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(var(--tcb-social-color-style-5),
      var(--tcb-social-color-style-5));
}

.tve_s_item {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
  --tcb-local-color-style-2: var(--tcb-local-color-f3080);
  --tcb-local-color-style-3: var(--tcb-local-color-f3080);
  --tcb-local-color-style-4: var(--tcb-local-color-f3080);
  --tcb-local-color-style-5: var(--tcb-local-color-f3080);
  --tcb-local-color-style-6: var(--tcb-local-color-f2bba);
  --tcb-local-color-style-7: var(--tcb-local-color-f2bba);
  --tcb-local-color-style-8: var(--tcb-local-color-f2bba);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_1 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_1 .tve_s_item {
  border-radius: 50%;
  background-image: -webkit-gradient(linear,
      left top,
      right bottom,
      color-stop(50%, var(--tcb-local-color-f2bba)),
      color-stop(50%, var(--tcb-local-color-trewq)));
  background-image: -o-linear-gradient(top left,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
  background-image: linear-gradient(to bottom right,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
  fill: #fff;
  color: #fff;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_1 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_1 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_1 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_1 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      right bottom,
      color-stop(50%, var(--tcb-local-color-f2bba)),
      color-stop(50%, var(--tcb-local-color-trewq)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(top left,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(to bottom right,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_2 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_2 .tve_s_item {
  border-radius: 50%;
  background-color: var(--tcb-local-color-f3080);
  fill: #fff !important;
  color: #fff !important;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_2 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_2 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_2 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_2 .tve_s_item.tve-state-hover {
  background-color: var(--tcb-local-color-trewq);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_3 .tve_s_text,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_text,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_3 .tve_s_text,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_4 .tve_s_text {
  display: none;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_3 .tve_s_item,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_3 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_4 .tve_s_item {
  border-radius: 3px;
  border: 1px solid var(--tcb-local-color-f3080);
  background-color: transparent;
  fill: var(--tcb-local-color-f3080);
  color: var(--tcb-local-color-f3080);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_3 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_3 .tve_s_item.tve-state-hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_3 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_3 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_4 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_4 .tve_s_item.tve-state-hover {
  border-color: var(--tcb-local-color-poiuy);
  fill: var(--tcb-local-color-poiuy);
  color: var(--tcb-local-color-poiuy);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_4 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_4 .tve_s_item.tve-state-hover {
  border-color: var(--tcb-local-color-f3080);
  background-color: var(--tcb-local-color-f3080);
  fill: #fff !important;
  color: #fff !important;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_5 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_5 .tve_s_item {
  fill: var(--tcb-local-color-f3080);
  color: var(--tcb-local-color-f3080);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_5 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_5 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_5 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_5 .tve_s_item.tve-state-hover {
  fill: var(--tcb-local-color-poiuy);
  color: var(--tcb-local-color-poiuy);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_6 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_6 .tve_s_item {
  border-radius: 50%;
  color: #fff;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-trewq)),
      to(var(--tcb-local-color-trewq)));
  background-image: -o-linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  background-image: linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_6 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_6 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_6 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-trewq)),
      to(var(--tcb-local-color-trewq)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-trewq), var(--tcb-local-color-trewq));
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_text,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_text {
  display: none;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item {
  border-radius: 0;
  border: 2px solid var(--tcb-local-color-trewq);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item .tve_s_icon,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item .tve_s_icon {
  color: var(--tcb-local-color-trewq);
  fill: var(--tcb-local-color-trewq);
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item .tve_s_icon:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item .tve_s_icon.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item .tve_s_icon:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item .tve_s_icon.tve-state-hover {
  color: #fff;
  fill: #fff;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item.tve-state-hover {
  background-color: var(--tcb-local-color-trewq);
  border-color: var(--tcb-local-color-trewq);
  color: #fff;
  fill: #fff;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item:hover svg,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_7 .tve_s_item.tve-state-hover svg,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item:hover svg,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_7 .tve_s_item.tve-state-hover svg {
  fill: #fff;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_8 .tve_s_text,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_8 .tve_s_text {
  display: none;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_8 .tve_s_item,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_8 .tve_s_item {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-trewq)),
      to(var(--tcb-local-color-trewq)));
  background-image: -o-linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  background-image: linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  fill: #fff;
  color: #fff;
}

:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_8 .tve_s_item:hover,
:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_8 .tve_s_item.tve-state-hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_8 .tve_s_item:hover,
.thrive_author_links.tcb-custom-branding-social .tve_links_style_8 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-trewq)),
      to(var(--tcb-local-color-trewq)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-trewq), var(--tcb-local-color-trewq));
}

.tve_s_t_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(66, 179, 234, 0.8) 50%,
      #42b3ea 50%);
  --tcb-local-color-style-2: #42b3ea;
  --tcb-local-color-style-3: #42b3ea;
  --tcb-local-color-style-4: #42b3ea;
  --tcb-local-color-style-5: #42b3ea;
  --tcb-local-color-style-6: #42b3ea;
  --tcb-local-color-style-7: #42b3ea;
  --tcb-local-color-style-8: #42b3ea;
}

.tve_s_fb_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(53, 105, 180, 0.8) 50%,
      #3569b4 50%);
  --tcb-local-color-style-2: #3569b4;
  --tcb-local-color-style-3: #3569b4;
  --tcb-local-color-style-4: #3569b4;
  --tcb-local-color-style-5: #3569b4;
  --tcb-local-color-style-6: #3569b4;
  --tcb-local-color-style-7: #3569b4;
  --tcb-local-color-style-8: #3569b4;
}

.tve_s_in_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(1, 119, 181, 0.8) 50%,
      #0177b5 50%);
  --tcb-local-color-style-2: #0177b5;
  --tcb-local-color-style-3: #0177b5;
  --tcb-local-color-style-4: #0177b5;
  --tcb-local-color-style-5: #0177b5;
  --tcb-local-color-style-6: #0177b5;
  --tcb-local-color-style-7: #0177b5;
  --tcb-local-color-style-8: #0177b5;
}

.tve_s_pin_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(242, 48, 60, 0.8) 50%,
      #f2303c 50%);
  --tcb-local-color-style-2: #f2303c;
  --tcb-local-color-style-3: #f2303c;
  --tcb-local-color-style-4: #f2303c;
  --tcb-local-color-style-5: #f2303c;
  --tcb-local-color-style-6: #f2303c;
  --tcb-local-color-style-7: #f2303c;
  --tcb-local-color-style-8: #f2303c;
}

.tve_s_xing_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(0, 96, 99, 0.8) 50%,
      #006063 50%);
  --tcb-local-color-style-2: #006063;
  --tcb-local-color-style-3: #006063;
  --tcb-local-color-style-4: #006063;
  --tcb-local-color-style-5: #006063;
  --tcb-local-color-style-6: #006063;
  --tcb-local-color-style-7: #006063;
  --tcb-local-color-style-8: #006063;
}

.tve_s_yt_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(236, 22, 44, 0.8) 50%,
      #ec162c 50%);
  --tcb-local-color-style-2: #ec162c;
  --tcb-local-color-style-3: #ec162c;
  --tcb-local-color-style-4: #ec162c;
  --tcb-local-color-style-5: #ec162c;
  --tcb-local-color-style-6: #ec162c;
  --tcb-local-color-style-7: #ec162c;
  --tcb-local-color-style-8: #ec162c;
}

.tve_s_g_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(224, 75, 53, 0.8) 50%,
      #e04b35 50%);
  --tcb-local-color-style-2: #e04b35;
  --tcb-local-color-style-3: #e04b35;
  --tcb-local-color-style-4: #e04b35;
  --tcb-local-color-style-5: #e04b35;
  --tcb-local-color-style-6: #e04b35;
  --tcb-local-color-style-7: #e04b35;
  --tcb-local-color-style-8: #e04b35;
}

.tve_s_ig_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,
      rgba(23, 23, 22, 0.8) 50%,
      #171716 50%);
  --tcb-local-color-style-2: #171716;
  --tcb-local-color-style-3: #171716;
  --tcb-local-color-style-4: #171716;
  --tcb-local-color-style-5: #171716;
  --tcb-local-color-style-6: #171716;
  --tcb-local-color-style-7: #171716;
  --tcb-local-color-style-8: #171716;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_t_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_fb_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_in_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_pin_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_xing_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_yt_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_g_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_ig_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6)),
      to(var(--tcb-local-color-style-6))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6),
      var(--tcb-local-color-style-6)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share {
  border-color: var(--tcb-local-color-style-7, #42b3ea);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #42b3ea);
  fill: var(--tcb-local-color-style-7, #42b3ea);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #42b3ea);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share {
  border-color: var(--tcb-local-color-style-7, #3569b4);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #3569b4);
  fill: var(--tcb-local-color-style-7, #3569b4);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #3569b4);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share {
  border-color: var(--tcb-local-color-style-7, #0177b5);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #0177b5);
  fill: var(--tcb-local-color-style-7, #0177b5);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #0177b5);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share {
  border-color: var(--tcb-local-color-style-7, #f2303c);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #f2303c);
  fill: var(--tcb-local-color-style-7, #f2303c);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #f2303c);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share {
  border-color: var(--tcb-local-color-style-7, #006063);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #006063);
  fill: var(--tcb-local-color-style-7, #006063);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #006063);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share {
  border-color: var(--tcb-local-color-style-7, #ec162c);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #ec162c);
  fill: var(--tcb-local-color-style-7, #ec162c);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #ec162c);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share {
  border-color: var(--tcb-local-color-style-7, #e04b35);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #e04b35);
  fill: var(--tcb-local-color-style-7, #e04b35);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #e04b35);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_ig_share {
  border-color: var(--tcb-local-color-style-7, #171716);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_ig_share .tve_s_icon {
  color: var(--tcb-local-color-style-7, #171716);
  fill: var(--tcb-local-color-style-7, #171716);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_ig_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_ig_share.tve-state-hover {
  background-color: var(--tcb-local-color-style-7, #171716);
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_ig_share:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_ig_share.tve-state-hover .tve_s_icon {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_t_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #42b3ea)),
      to(var(--tcb-local-color-style-8, #42b3ea))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #42b3ea),
      var(--tcb-local-color-style-8, #42b3ea)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #42b3ea),
      var(--tcb-local-color-style-8, #42b3ea)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_t_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_t_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #42b3ea)),
      to(var(--tcb-local-color-style-8, #42b3ea))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #42b3ea),
      var(--tcb-local-color-style-8, #42b3ea)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #42b3ea),
      var(--tcb-local-color-style-8, #42b3ea)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_fb_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #3569b4)),
      to(var(--tcb-local-color-style-8, #3569b4))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #3569b4),
      var(--tcb-local-color-style-8, #3569b4)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #3569b4),
      var(--tcb-local-color-style-8, #3569b4)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_fb_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_fb_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #3569b4)),
      to(var(--tcb-local-color-style-8, #3569b4))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #3569b4),
      var(--tcb-local-color-style-8, #3569b4)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #3569b4),
      var(--tcb-local-color-style-8, #3569b4)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_in_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #0177b5)),
      to(var(--tcb-local-color-style-8, #0177b5))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #0177b5),
      var(--tcb-local-color-style-8, #0177b5)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #0177b5),
      var(--tcb-local-color-style-8, #0177b5)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_in_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_in_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #0177b5)),
      to(var(--tcb-local-color-style-8, #0177b5))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #0177b5),
      var(--tcb-local-color-style-8, #0177b5)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #0177b5),
      var(--tcb-local-color-style-8, #0177b5)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_pin_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #f2303c)),
      to(var(--tcb-local-color-style-8, #f2303c))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #f2303c),
      var(--tcb-local-color-style-8, #f2303c)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #f2303c),
      var(--tcb-local-color-style-8, #f2303c)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_pin_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_pin_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #f2303c)),
      to(var(--tcb-local-color-style-8, #f2303c))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #f2303c),
      var(--tcb-local-color-style-8, #f2303c)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #f2303c),
      var(--tcb-local-color-style-8, #f2303c)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_xing_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #006063)),
      to(var(--tcb-local-color-style-8, #006063))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #006063),
      var(--tcb-local-color-style-8, #006063)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #006063),
      var(--tcb-local-color-style-8, #006063)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_xing_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_xing_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #006063)),
      to(var(--tcb-local-color-style-8, #006063))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #006063),
      var(--tcb-local-color-style-8, #006063)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #006063),
      var(--tcb-local-color-style-8, #006063)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_yt_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #ec162c)),
      to(var(--tcb-local-color-style-8, #ec162c))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #ec162c),
      var(--tcb-local-color-style-8, #ec162c)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #ec162c),
      var(--tcb-local-color-style-8, #ec162c)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_yt_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_yt_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #ec162c)),
      to(var(--tcb-local-color-style-8, #ec162c))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #ec162c),
      var(--tcb-local-color-style-8, #ec162c)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #ec162c),
      var(--tcb-local-color-style-8, #ec162c)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_g_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #e04b35)),
      to(var(--tcb-local-color-style-8, #e04b35))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #e04b35),
      var(--tcb-local-color-style-8, #e04b35)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #e04b35),
      var(--tcb-local-color-style-8, #e04b35)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_g_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_g_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #e04b35)),
      to(var(--tcb-local-color-style-8, #e04b35))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #e04b35),
      var(--tcb-local-color-style-8, #e04b35)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #e04b35),
      var(--tcb-local-color-style-8, #e04b35)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_ig_share {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #171716)),
      to(var(--tcb-local-color-style-8, #171716))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, #171716),
      var(--tcb-local-color-style-8, #171716)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, #171716),
      var(--tcb-local-color-style-8, #171716)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_ig_share:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_ig_share.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, #171716)),
      to(var(--tcb-local-color-style-8, #171716))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, #171716),
      var(--tcb-local-color-style-8, #171716)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, #171716),
      var(--tcb-local-color-style-8, #171716)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba))),
      to(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba)))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba)),
      var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba))) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba)),
      var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba))) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba))),
      to(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba)))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba)),
      var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba))) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba)),
      var(--tcb-local-color-style-6, var(--tcb-local-color-f2bba))) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item {
  border-color: var(--tcb-local-color-style-7,
      var(--tcb-local-color-trewq)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item .tve_s_icon {
  color: var(--tcb-local-color-style-7,
      var(--tcb-local-color-trewq)) !important;
  fill: var(--tcb-local-color-style-7, var(--tcb-local-color-trewq)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve-state-hover {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-7, var(--tcb-local-color-trewq))),
      to(var(--tcb-local-color-style-7, var(--tcb-local-color-trewq)))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-7, var(--tcb-local-color-trewq)),
      var(--tcb-local-color-style-7, var(--tcb-local-color-trewq))) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-7, var(--tcb-local-color-trewq)),
      var(--tcb-local-color-style-7, var(--tcb-local-color-trewq))) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item:hover .tve_s_icon,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_7 .tve_s_item.tve-state-hover .tve_s_icon {
  color: #fff !important;
  fill: #fff !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq))),
      to(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq)))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq)),
      var(--tcb-local-color-style-8, var(--tcb-local-color-trewq))) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq)),
      var(--tcb-local-color-style-8, var(--tcb-local-color-trewq))) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq))),
      to(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq)))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq)),
      var(--tcb-local-color-style-8, var(--tcb-local-color-trewq))) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-style-8, var(--tcb-local-color-trewq)),
      var(--tcb-local-color-style-8, var(--tcb-local-color-trewq))) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_2 .tve_s_ig_share.tve_s_item {
  background-image: -o-linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
  background-image: linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_2 .tve_s_ig_share.tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_2 .tve_s_ig_share.tve_s_item.tve-state-hover {
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_ig_share.tve_s_item {
  background-image: -o-linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
  background-image: linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_ig_share.tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_6 .tve_s_ig_share.tve_s_item.tve-state-hover {
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_ig_share.tve_s_item {
  background-image: -o-linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
  background-image: linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_ig_share.tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_8 .tve_s_ig_share.tve_s_item.tve-state-hover {
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(45deg,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_1 .tve_s_item {
  border-radius: 50%;
  background-image: var(--tcb-local-color-style-1) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_1 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_1 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    var(--tcb-local-color-style-1) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    var(--tcb-local-color-style-1) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    var(--tcb-local-color-style-1) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_2 .tve_s_item {
  border-radius: 50%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-2)),
      to(var(--tcb-local-color-style-2))) !important;
  background-image: -o-linear-gradient(var(--tcb-local-color-style-2),
      var(--tcb-local-color-style-2)) !important;
  background-image: linear-gradient(var(--tcb-local-color-style-2),
      var(--tcb-local-color-style-2)) !important;
  fill: #fff;
  color: #fff;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_2 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_2 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.3)),
      to(rgba(255, 255, 255, 0.3))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-style-2)),
      to(var(--tcb-local-color-style-2))) !important;
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    -o-linear-gradient(var(--tcb-local-color-style-2),
      var(--tcb-local-color-style-2)) !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    linear-gradient(var(--tcb-local-color-style-2),
      var(--tcb-local-color-style-2)) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_3 .tve_s_text {
  display: none;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_3 .tve_s_item {
  border-radius: 3px;
  border-color: var(--tcb-local-color-style-3) !important;
  border: 1px solid var(--tcb-local-color-style-3);
  background: transparent;
  fill: var(--tcb-local-color-style-3) !important;
  color: var(--tcb-local-color-style-3) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_4 .tve_s_item {
  border-radius: 3px;
  border-color: var(--tcb-local-color-style-4) !important;
  border: 1px solid var(--tcb-local-color-style-4);
  background: transparent;
  fill: var(--tcb-local-color-style-4) !important;
  color: var(--tcb-local-color-style-4) !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_4 .tve_s_item:hover,
.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_4 .tve_s_item.tve-state-hover {
  border-color: var(--tcb-local-color-style-4) !important;
  background-color: var(--tcb-local-color-style-4) !important;
  fill: #fff !important;
  color: #fff !important;
}

.thrv_social_follow:not(.tcb-custom-branding-social) .tve_social_custom.tve_links_style_5 .tve_s_item {
  fill: var(--tcb-local-color-style-5) !important;
  color: var(--tcb-local-color-style-5) !important;
}

.thrv_social_follow,
.thrive_author_links {
  --tcb-local-color-f3080: rgb(23, 23, 22);
  --tcb-local-color-f2bba: rgba(23, 23, 22, 0.5);
  --tcb-local-color-trewq: rgba(23, 23, 22, 0.7);
  --tcb-local-color-poiuy: rgba(23, 23, 22, 0.35);
  --tcb-local-color-f83d7: rgba(23, 23, 22, 0.4);
  --tcb-local-color-frty6: rgba(23, 23, 22, 0.2);
  --tcb-local-color-flktr: rgba(23, 23, 22, 0.8);
  --tve-color: var(--tcb-local-color-f3080);
}

.thrv_social_follow .tve_social_custom.tve_links_style_1 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_1 .tve_s_item {
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      color-stop(50%, var(--tcb-local-color-f2bba)),
      color-stop(50%, var(--tcb-local-color-trewq)));
  background: -o-linear-gradient(top left,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
  background: linear-gradient(to bottom right,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
  fill: #fff;
  color: #fff;
}

.thrv_social_follow .tve_social_custom.tve_links_style_1 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_1 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_1 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_1 .tve_s_item.tve-state-hover {
  background:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      right bottom,
      color-stop(50%, var(--tcb-local-color-f2bba)),
      color-stop(50%, var(--tcb-local-color-trewq)));
  background:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(top left,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(to bottom right,
      var(--tcb-local-color-f2bba) 50%,
      var(--tcb-local-color-trewq) 50%);
}

.thrv_social_follow .tve_social_custom.tve_links_style_2 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_2 .tve_s_item {
  border-radius: 50%;
  background: var(--tcb-local-color-f3080);
  fill: #fff;
  color: #fff;
}

.thrv_social_follow .tve_social_custom.tve_links_style_2 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_2 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_2 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_2 .tve_s_item.tve-state-hover {
  background: var(--tcb-local-color-trewq);
}

.thrv_social_follow .tve_social_custom.tve_links_style_3 .tve_s_text,
.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_text,
.thrive_author_links .tve_social_custom.tve_links_style_3 .tve_s_text,
.thrive_author_links .tve_social_custom.tve_links_style_4 .tve_s_text {
  display: none;
}

.thrv_social_follow .tve_social_custom.tve_links_style_3 .tve_s_item,
.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_3 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_4 .tve_s_item {
  border-radius: 3px;
  border: 1px solid var(--tcb-local-color-f3080);
  background: transparent;
  fill: var(--tcb-local-color-f3080);
  color: var(--tcb-local-color-f3080);
}

.thrv_social_follow .tve_social_custom.tve_links_style_3 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_3 .tve_s_item.tve-state-hover,
.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_3 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_3 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_4 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_4 .tve_s_item.tve-state-hover {
  border-color: var(--tcb-local-color-poiuy);
  fill: var(--tcb-local-color-poiuy);
  color: var(--tcb-local-color-poiuy);
}

.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_4 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_4 .tve_s_item.tve-state-hover {
  border-color: var(--tcb-local-color-f3080);
  background-color: var(--tcb-local-color-f3080);
  fill: #fff;
  color: #fff;
}

.thrv_social_follow .tve_social_custom.tve_links_style_5 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_5 .tve_s_item {
  fill: var(--tcb-local-color-f3080);
  color: var(--tcb-local-color-f3080);
}

.thrv_social_follow .tve_social_custom.tve_links_style_5 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_5 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_5 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_5 .tve_s_item.tve-state-hover {
  fill: var(--tcb-local-color-poiuy);
  color: var(--tcb-local-color-poiuy);
}

.thrv_social_follow .tve_social_custom.tve_links_style_6 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_6 .tve_s_item {
  border-radius: 50%;
  color: #fff;
  background: var(--tcb-local-color-trewq);
}

.thrv_social_follow .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_6 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_6 .tve_s_item.tve-state-hover {
  background: rgba(var(--tcb-local-color-trewq), 0.8);
}

.thrv_social_follow .tve_social_custom.tve_links_style_7 .tve_s_text,
.thrive_author_links .tve_social_custom.tve_links_style_7 .tve_s_text {
  display: none;
}

.thrv_social_follow .tve_social_custom.tve_links_style_7 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_7 .tve_s_item {
  border-radius: 0;
  border: 2px solid var(--tcb-local-color-trewq);
}

.thrv_social_follow .tve_social_custom.tve_links_style_7 .tve_s_item .tve_s_icon,
.thrive_author_links .tve_social_custom.tve_links_style_7 .tve_s_item .tve_s_icon {
  color: var(--tcb-local-color-trewq);
  fill: var(--tcb-local-color-trewq);
}

.thrv_social_follow .tve_social_custom.tve_links_style_7 .tve_s_item .tve_s_icon:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_7 .tve_s_item .tve_s_icon.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_7 .tve_s_item .tve_s_icon:hover,
.thrive_author_links .tve_social_custom.tve_links_style_7 .tve_s_item .tve_s_icon.tve-state-hover {
  color: #fff;
  fill: #fff;
}

.thrv_social_follow .tve_social_custom.tve_links_style_7 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_7 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_7 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_7 .tve_s_item.tve-state-hover {
  background-color: var(--tcb-local-color-trewq);
  color: #fff;
  fill: #fff;
}

.thrv_social_follow .tve_social_custom.tve_links_style_8 .tve_s_text,
.thrive_author_links .tve_social_custom.tve_links_style_8 .tve_s_text {
  display: none;
}

.thrv_social_follow .tve_social_custom.tve_links_style_8 .tve_s_item,
.thrive_author_links .tve_social_custom.tve_links_style_8 .tve_s_item {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-trewq)),
      to(var(--tcb-local-color-trewq)));
  background-image: -o-linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  background-image: linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  fill: #fff;
  color: #fff;
}

.thrv_social_follow .tve_social_custom.tve_links_style_8 .tve_s_item:hover,
.thrv_social_follow .tve_social_custom.tve_links_style_8 .tve_s_item.tve-state-hover,
.thrive_author_links .tve_social_custom.tve_links_style_8 .tve_s_item:hover,
.thrive_author_links .tve_social_custom.tve_links_style_8 .tve_s_item.tve-state-hover {
  background-image:
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))),
    -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--tcb-local-color-trewq)),
      to(var(--tcb-local-color-trewq)));
  background-image:
    -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    -o-linear-gradient(var(--tcb-local-color-trewq),
      var(--tcb-local-color-trewq));
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(var(--tcb-local-color-trewq), var(--tcb-local-color-trewq));
}

.thrv_social_default .tve_social_items .tve_s_item {
  float: left;
  margin: 0 10px 10px 0;
  height: 22px;
}

.thrv_social_default .tve_social_items .tve_s_item iframe {
  vertical-align: initial;
}

.thrv_social_default .tve_social_items .tve_s_item.tve_s_fb_share span {
  display: block !important;
}

.thrv_social_default .tve_social_items .tve_s_item.tve_s_fb_like {
  overflow: hidden;
}

.thrv_social_default .tve_social_items .tve_s_item.tve_s_fb_like span {
  display: block !important;
}

.thrv_social_default .tve_social_items .tve_s_item.tve_s_pin_share.tve_s_pin_share_count {
  margin-right: 30px;
}

.thrv_social_custom.tcb-social-full-width {
  min-width: 100% !important;
}

.thrv_social_custom.tcb-social-full-width.tcb-social-vertical .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thrv_social_custom.tcb-social-full-width.tcb-social-vertical .tve_social_items .tve_s_item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 0;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items.tve_style_2 .tve_s_text {
  width: 100%;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items.tve_style_4 .tve_s_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items.tve_style_4 .tve_s_item a .tve_s_text {
  width: 100%;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items.tve_style_13 .tve_s_item {
  width: 100% !important;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items.tve_style_14 {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items .tve_s_item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.thrv_social_custom.tcb-social-full-width .tve_social_items .tve_s_item .tve_s_text,
.thrv_social_custom.tcb-social-full-width .tve_social_items .tve_s_item .tve_s_counter {
  text-align: center;
  white-space: nowrap;
}

.thrv_social_custom:not(.tcb-social-full-width):not(.tve_style_12) .tve_s_item:last-child {
  margin-right: 0;
}

.thrv_social_custom.tcb-social-common-width.tcb-social-vertical .tve_social_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thrv_social_custom.tcb-social-common-width.tcb-social-vertical .tve_social_items .tve_s_item {
  margin-right: 0;
}

.thrv_social_custom.tcb-social-common-width.tcb-social-full-width .tve_social_items {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100% !important;
}

.thrv_social_custom.tcb-social-common-width.tcb-social-full-width .tve_social_items .tve_s_text,
.thrv_social_custom.tcb-social-common-width.tcb-social-full-width .tve_social_items .tve_s_counter {
  white-space: nowrap;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_1.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_1.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_3.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_3.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_5.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_5.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item {
  padding-right: 20px;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_1.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item .tve_s_icon,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_1.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item .tve_s_icon,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_3.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item .tve_s_icon,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_3.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item .tve_s_icon,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_5.tve_social_cb .tve_s_item.tve_s_t_share.tve_share_item .tve_s_icon,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_5.tve_social_cb .tve_s_item.tve_s_in_share.tve_share_item .tve_s_icon {
  margin-right: 10px;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_2 .tve_s_text {
  width: 100%;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_7.tve_social_cb .tve_s_link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_16.tve_social_cb .tve_s_item.tve_s_t_share,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_16.tve_social_cb .tve_s_item.tve_s_in_share {
  padding: 0 1.478em 0 0;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_13.tve_social_cb .tve_s_item.tve_s_t_share .tve_s_icon,
.thrv_social_custom.tcb-social-common-width .tve_social_items.tve_style_13.tve_social_cb .tve_s_item.tve_s_in_share .tve_s_icon {
  padding-bottom: 1em;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items .tve_s_item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thrv_social_custom.tcb-social-full-width:not(.tcb-social-vertical) .tve_social_items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv_social_custom.tcb-social-full-width:not(.tcb-social-vertical) .tve_social_items .tve_s_item {
  max-width: 100% !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.thrv_social_custom.tcb-social-common-width:not(.tcb-social-vertical) .tve_social_items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thrv_social_custom.tcb-social-common-width .tve_social_items {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .tcb-social-common-width .tve_social_ib .tve_s_item {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.tve_s_fb_share.tve_share_item .tve_s_icon:before {
  content: "" !important;
}

.tve_s_t_share.tve_share_item .tve_s_icon:before {
  content: "" !important;
}

.tve_s_in_share.tve_share_item .tve_s_icon:before {
  content: "" !important;
}

.tve_s_pin_share.tve_share_item .tve_s_icon:before {
  content: "" !important;
}

.tve_s_xing_share.tve_share_item .tve_s_icon:before {
  content: "" !important;
}

.tve_social_custom {
  display: table;
}

.tve_social_custom .tve_s_item {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 1.5em;
}

.tve_social_custom .tve_s_item.thrv_wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tve_social_custom .tve_s_item:not(:last-child) {
  margin-right: 10px;
}

.tve_social_custom .tve_s_item.tve_s_g_share {
  display: none !important;
}

.tve_social_custom .tve_s_item.tve_s_t_share .tve_s_count,
.tve_social_custom .tve_s_item.tve_s_in_share .tve_s_count {
  display: none !important;
}

.tve_social_custom .tve_s_link {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: table;
  border: 0;
  text-decoration: none !important;
  color: #ffffff;
}

.tve_social_custom .tve_s_link:hover {
  text-decoration: none;
}

.tve_social_custom .tve_s_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}

.tve_social_custom .tve_s_icon.thrv_wrapper {
  margin: 0;
}

.tve_social_custom .tve_s_icon svg.tcb-icon {
  fill: currentColor;
  color: currentColor;
}

.tve_social_custom .tve_s_text {
  display: table-cell;
  font-size: inherit;
  padding: 0 20px 0 10px;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tve_social_custom .tve_s_count {
  display: none;
}

.tve_social_custom.tve_social_ib .tve_s_text {
  display: none;
}

.tve_social_custom.tve_social_cb .tve_s_count {
  display: table-cell;
  font-size: inherit;
  padding: 0 20px 0 10px;
  vertical-align: middle;
}

.tcb-social-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thrv_social_custom.tve_style_11 {
  position: relative;
}

.thrv_social_custom.tve_style_12 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 60px 0 rgba(8, 8, 28, 0.05);
  box-shadow: 0 0 60px 0 rgba(8, 8, 28, 0.05);
  padding: 1px;
  border-radius: 15px;
}

.thrv_social_custom .tve_s_share_count {
  display: none;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}

.thrv_social_custom .tve_s_share_count .tve_s_cnt {
  margin: 1px;
  display: block;
  font-size: 2.1875em;
  font-weight: bold;
}

.thrv_social_custom .tve_s_share_count .tve_s_cnt_label {
  display: block;
  font-size: 1.25em;
  margin: 1px 10px 1px 1px;
}

.thrv_social_custom .tve_s_share_count a:hover {
  text-decoration: none;
}

.thrv_social_custom .tve_social_items {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes blink-text {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink-text {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tve_count_loading .tve_s_count {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink-text;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: blink-text;
  animation-name: blink-text;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.thrv_social_custom,
.thrv_social_default {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.thrv_social_custom.tve_share_left,
.thrv_social_default.tve_share_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_6,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_6 {
  margin-right: 2.267em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_7,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_7 {
  margin-right: 1.533em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_8,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_8 {
  margin-right: 2.083em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_9,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_9 {
  margin-right: 2.533em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_10,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_10 {
  margin-right: 1.043em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_11,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_11 {
  margin-right: 1.2em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_12,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_12 {
  margin-left: 2.19em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_13,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_13 {
  margin-right: 1.818em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_14,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_14 {
  margin-right: 1.3em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_15,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_15 {
  margin-right: 1.222em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_16,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_16 {
  margin-right: 0.476em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_17,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_17 {
  margin-right: 1em;
}

.thrv_social_custom.tve_share_left .tve_s_share_count.tve_style_18,
.thrv_social_default.tve_share_left .tve_s_share_count.tve_style_18 {
  margin-right: 0.444em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical .tve_s_share_count {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_6 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_6 .tve_s_share_count {
  height: 2.8em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_7 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_7 .tve_s_share_count {
  height: 2.733em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_9 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_9 .tve_s_share_count {
  height: 2.333em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_10 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_10 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.783em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_11 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_11 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.914em;
  height: 3.167em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_12 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_12 .tve_s_share_count {
  margin-top: 1.429em;
  height: 2.095em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_13 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_13 .tve_s_share_count {
  height: 4.724em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_14 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_14 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.5em;
  height: 3.111em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_15 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_15 .tve_s_share_count {
  margin-top: 0;
  margin-right: 1.056em;
  height: 3.167em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_16 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_16 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.714em;
}

.thrv_social_custom.tve_share_left.tcb-social-vertical.tve_style_18 .tve_s_share_count,
.thrv_social_default.tve_share_left.tcb-social-vertical.tve_style_18 .tve_s_share_count {
  height: 4.167em;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thrv_social_custom.tve_share_right,
.thrv_social_default.tve_share_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_6,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_6 {
  margin-left: 2.267em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_7,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_7 {
  margin-left: 1.533em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_8,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_8 {
  margin-left: 2.083em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_9,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_9 {
  margin-left: 2.533em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_10,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_10 {
  margin-left: 1.043em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_11,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_11 {
  margin-left: 1.2em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_12,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_12 {
  margin-right: 2.19em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_13,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_13 {
  margin-left: 1.818em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_14,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_14 {
  margin-left: 1.3em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_15,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_15 {
  margin-left: 1.222em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_16,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_16 {
  margin-left: 0.476em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_17,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_17 {
  margin-left: 1em;
}

.thrv_social_custom.tve_share_right .tve_s_share_count.tve_style_18,
.thrv_social_default.tve_share_right .tve_s_share_count.tve_style_18 {
  margin-left: 0.444em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical .tve_s_share_count {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_6 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_6 .tve_s_share_count {
  height: 2.8em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_7 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_7 .tve_s_share_count {
  height: 2.733em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_9 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_9 .tve_s_share_count {
  height: 2.333em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_10 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_10 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.783em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_11 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_11 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.914em;
  height: 3.167em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_12 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_12 .tve_s_share_count {
  margin-top: 1.429em;
  height: 2.095em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_13 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_13 .tve_s_share_count {
  height: 4.724em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_14 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_14 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.5em;
  height: 3.111em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_15 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_15 .tve_s_share_count {
  margin-top: 0;
  margin-right: 1.056em;
  height: 3.167em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_16 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_16 .tve_s_share_count {
  margin-top: 0;
  margin-right: 0.714em;
}

.thrv_social_custom.tve_share_right.tcb-social-vertical.tve_style_18 .tve_s_share_count,
.thrv_social_default.tve_share_right.tcb-social-vertical.tve_style_18 .tve_s_share_count {
  height: 4.167em;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thrv_social_custom.tve_share_top,
.thrv_social_default.tve_share_top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_6,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_6 {
  margin-bottom: 0.7em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_7,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_7 {
  margin-bottom: 1.533em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_8,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_8 {
  margin-bottom: 0.917em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_9,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_9 {
  margin-bottom: 0.733em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_10,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_10 {
  margin-bottom: 1.043em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_11,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_11 {
  margin-bottom: 1.2em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_12,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_12 {
  margin-top: 1.905em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_13,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_13 {
  margin-bottom: 1.576em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_14,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_14 {
  margin-bottom: 1.3em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_15,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_15 {
  margin-bottom: 1.222em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_16,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_16 {
  margin-bottom: 0.476em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_17,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_17 {
  margin-bottom: 0.722em;
}

.thrv_social_custom.tve_share_top .tve_s_share_count.tve_style_18,
.thrv_social_default.tve_share_top .tve_s_share_count.tve_style_18 {
  margin-bottom: 0.444em;
}

.thrv_social_custom.tve_share_top:not(.tcb-social-vertical) .tve_s_item,
.thrv_social_default.tve_share_top:not(.tcb-social-vertical) .tve_s_item {
  margin-top: 0;
}

.thrv_social_custom.tve_share_top.tcb-social-vertical.tve_style_10 .tve_s_share_count,
.thrv_social_default.tve_share_top.tcb-social-vertical.tve_style_10 .tve_s_share_count {
  margin-top: 0;
  margin-bottom: 0.783em;
}

.thrv_social_custom.tve_share_top.tcb-social-vertical.tve_style_11 .tve_s_share_count,
.thrv_social_default.tve_share_top.tcb-social-vertical.tve_style_11 .tve_s_share_count {
  margin-top: 0;
  margin-bottom: 0.914em;
}

.thrv_social_custom.tve_share_top.tcb-social-vertical.tve_style_14 .tve_s_share_count,
.thrv_social_default.tve_share_top.tcb-social-vertical.tve_style_14 .tve_s_share_count {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.thrv_social_custom.tve_share_top.tcb-social-vertical.tve_style_15 .tve_s_share_count,
.thrv_social_default.tve_share_top.tcb-social-vertical.tve_style_15 .tve_s_share_count {
  margin-top: 0;
  margin-bottom: 1.056em;
}

.thrv_social_custom.tve_share_top.tcb-social-vertical.tve_style_16 .tve_s_share_count,
.thrv_social_default.tve_share_top.tcb-social-vertical.tve_style_16 .tve_s_share_count {
  margin-top: 0;
  margin-bottom: 0.714em;
}

.thrv_social_custom.tve_share_bottom,
.thrv_social_default.tve_share_bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_6,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_6 {
  margin-top: 0.7em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_7,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_7 {
  margin-top: 1.533em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_8,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_8 {
  margin-top: 0.917em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_9,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_9 {
  margin-top: 0.733em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_10,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_10 {
  margin-top: 1.043em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_11,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_11 {
  margin-top: 1.2em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_12,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_12 {
  margin-bottom: 1.905em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_13,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_13 {
  margin-top: 1.576em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_14,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_14 {
  margin-top: 1.3em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_15,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_15 {
  margin-top: 1.222em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_16,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_16 {
  margin-top: 0.476em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_17,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_17 {
  margin-top: 0.722em;
}

.thrv_social_custom.tve_share_bottom .tve_s_share_count.tve_style_18,
.thrv_social_default.tve_share_bottom .tve_s_share_count.tve_style_18 {
  margin-top: 0.444em;
}

.thrv_social_custom.tve_share_bottom:not(.tcb-social-vertical) .tve_s_item,
.thrv_social_default.tve_share_bottom:not(.tcb-social-vertical) .tve_s_item {
  margin-bottom: 0;
}

.thrv_social_custom.tve_share_bottom.tcb-social-vertical.tve_style_10 .tve_s_share_count,
.thrv_social_default.tve_share_bottom.tcb-social-vertical.tve_style_10 .tve_s_share_count {
  margin-bottom: 0;
  margin-top: 0.783em;
}

.thrv_social_custom.tve_share_bottom.tcb-social-vertical.tve_style_11 .tve_s_share_count,
.thrv_social_default.tve_share_bottom.tcb-social-vertical.tve_style_11 .tve_s_share_count {
  margin-bottom: 0;
  margin-top: 0.914em;
}

.thrv_social_custom.tve_share_bottom.tcb-social-vertical.tve_style_14 .tve_s_share_count,
.thrv_social_default.tve_share_bottom.tcb-social-vertical.tve_style_14 .tve_s_share_count {
  margin-bottom: 0;
  margin-top: 0.5em;
}

.thrv_social_custom.tve_share_bottom.tcb-social-vertical.tve_style_15 .tve_s_share_count,
.thrv_social_default.tve_share_bottom.tcb-social-vertical.tve_style_15 .tve_s_share_count {
  margin-bottom: 0;
  margin-top: 1.056em;
}

.thrv_social_custom.tve_share_bottom.tcb-social-vertical.tve_style_16 .tve_s_share_count,
.thrv_social_default.tve_share_bottom.tcb-social-vertical.tve_style_16 .tve_s_share_count {
  margin-bottom: 0;
  margin-top: 0.714em;
}

.thrv_social_custom.tve_leftBtn,
.thrv_social_default.tve_leftBtn {
  float: left;
  margin-right: 10px;
}

.thrv_social_custom.tve_rightBtn,
.thrv_social_default.tve_rightBtn {
  float: right;
  margin-left: 10px;
}

.thrv_social_custom.tve_centerBtn,
.thrv_social_default.tve_centerBtn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.tqb-social-share-badge-container .tve_social_custom.tve_social_cb .tve_s_item.tve_share_item {
  padding-right: 0;
}

.tve_style_1.tve_social_itb .tve_s_item {
  -webkit-box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.28) inset,
    0 1px 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.28) inset,
    0 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.tve_style_1.tve_social_ib .tve_s_item {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.tve_style_2 .tve_s_item {
  -webkit-box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.5) inset,
    0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.5) inset,
    0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.tve_style_3 .tve_s_item {
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset;
}

.thrv_social_follow .tve_social_items,
.thrive_author_links .tve_social_items {
  line-height: 1em;
}

.thrv_social_follow .tve_social_items.social_full_width,
.thrive_author_links .tve_social_items.social_full_width {
  margin-left: auto;
  margin-right: auto;
  display: table;
  float: none;
}

.thrv_social_follow .tve_s_icon:before,
.thrive_author_links .tve_s_icon:before {
  content: none !important;
}

.thrv_social_follow .tve_s_link,
.thrive_author_links .tve_s_link {
  display: inline-block;
}

.thrv_social_follow .tve_s_item.thrv_wrapper,
.thrive_author_links .tve_s_item.thrv_wrapper {
  margin-top: 4px;
  margin-bottom: 4px;
}

.thrv_social_follow .tve_social_custom .tcb-social-follow,
.thrive_author_links .tve_social_custom .tcb-social-follow {
  position: relative;
}

.thrv_social_follow .tve_social_custom .tve_s_icon,
.thrive_author_links .tve_social_custom .tve_s_icon {
  padding: 0.6em;
  height: 1.5em;
  width: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: unset !important;
}

.thrv_social_follow .tve_social_custom .tve_s_text,
.thrive_author_links .tve_social_custom .tve_s_text {
  display: none;
}

.thrv_social_follow .tve_social_custom svg.tcb-icon,
.thrive_author_links .tve_social_custom svg.tcb-icon {
  fill: currentColor;
  color: currentColor;
  height: 1.5em;
  width: 1.5em;
  vertical-align: bottom;
}

.thrv_social_follow .tve_social_custom .tve_sc_icon,
.thrive_author_links .tve_social_custom .tve_sc_icon {
  fill: currentColor;
  color: currentColor;
  font-size: 1.5em;
  vertical-align: bottom;
}

.thrv_social_follow .tve_social_custom .tve_s_item,
.thrive_author_links .tve_social_custom .tve_s_item {
  margin-right: 0.3em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  vertical-align: bottom;
}

.thrv_social_follow .tve_social_custom .tve_s_item:last-of-type,
.thrive_author_links .tve_social_custom .tve_s_item:last-of-type {
  margin-right: 0;
}

.thrv_social_follow .tve_social_custom .tve_s_item a,
.thrive_author_links .tve_social_custom .tve_s_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: unset !important;
  fill: none !important;
}

body:not(.tve_editor_page) .thrv_social_follow .tve_s_item a[href=""],
body:not(.tve_editor_page) .thrive_author_links .tve_s_item a[href=""] {
  display: none;
}

.tve_social_items a {
  font-size: unset;
}

.thrv-page-section {
  position: relative;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.thrv-page-section .tve-page-section-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition:
    box-shadow 0.5s ease,
    -webkit-box-shadow 0.5s ease;
  overflow: hidden;
}

.thrv-page-section .tve-page-section-out .tve-bg-section-drag-down {
  width: 100%;
  background: #3dbfe8;
  position: absolute;
  bottom: 0;
  cursor: ns-resize;
  z-index: 100001;
  height: 2px;
  display: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: 10px solid transparent;
}

.thrv-page-section .tve-page-section-out .tve-bg-section-drag-down:hover {
  background: #29799c;
  height: 7px;
}

.thrv-page-section .tve-page-section-out .tve-bg-section-drag-down:before {
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  z-index: 100003;
}

.thrv-page-section .tve-page-section-out .tve-bg-section-drag-down:before {
  top: -12px;
}

.thrv-page-section .tve-page-section-out .tve-bg-section-drag-down span {
  font-family: Rubik, sans-serif;
  color: #29799c;
  position: absolute;
  top: -30px;
  left: 50%;
}

.thrv-page-section .tve-page-section-out.focused {
  -webkit-box-shadow: 0 12px 0 0 rgba(61, 191, 232, 0.5);
  box-shadow: 0 12px 0 0 rgba(61, 191, 232, 0.5);
}

.thrv-page-section .tve-page-section-out.focused .tve-bg-section-drag-down {
  z-index: 100002;
}

.thrv-page-section .tve-page-section-out.focused .tve-bg-section-drag-down:before {
  background-color: rgba(61, 191, 232, 0.5);
}

.thrv-page-section.tve-height-update .tve-page-section-in {
  min-height: 150px;
}

.thrv-page-section.edit_mode .tve-bg-section-drag-down {
  display: block;
}

.thrv-page-section .tve-page-section-in {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  min-height: 40px;
}

.thrv-page-section .tve-page-section-in.tve-section-full-height {
  min-height: 100vh !important;
}

.thrv-page-section.tcb-window-width .tve-page-section-in {
  padding-left: 0;
  padding-right: 0;
}

.thrv-page-section.on_hover:not(.edit_mode) .tve-bg-section-drag-down {
  display: block;
}

.tve-page-section-in>.thrv_wrapper:first-child,
.tve-page-section-in>.tcb-clear:first-child>.thrv_wrapper {
  margin-top: 0;
}

.tve-page-section-in>.thrv_wrapper:last-child,
.tve-page-section-in>.tcb-clear:last-child>.thrv_wrapper {
  margin-bottom: 0;
}

[data-styled-scrollbar="1"] {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  overflow-x: hidden !important;
}

[data-styled-scrollbar="1"]:hover {
  scrollbar-color: rgba(108, 110, 113, 0.4) transparent;
}

[data-styled-scrollbar="1"]:hover::-webkit-scrollbar-thumb {
  background-color: rgba(108, 110, 113, 0.4);
}

[data-styled-scrollbar="1"]:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(108, 110, 113, 0.7);
}

[data-styled-scrollbar="1"]::-webkit-scrollbar {
  width: 7px;
}

[data-styled-scrollbar="1"]::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 7px;
}

[data-styled-scrollbar="1"]::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.thrv_wrapper .tve-content-box-background {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-clip: padding-box;
}

.thrv_wrapper.thrv-content-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 10px;
}

.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv_wrapper.thrv-content-box[data-style] {
  padding: 30px;
}

.thrv_wrapper.thrv-content-box.cb_style_3 {
  margin-bottom: 28px;
}

.thrv_wrapper.thrv-content-box.cb_style_9 {
  margin-bottom: 33px;
}

.thrv_wrapper.thrv-content-box.cb_style_10 {
  margin-bottom: 30px;
}

.thrv_wrapper.thrv-content-box.cb_style_12 {
  margin-bottom: 40px;
}

.thrv_wrapper.thrv-content-box.cb_style_14 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.thrv_wrapper.thrv-content-box .cb_style_12-cb>.tcb-replaceable-placeholder,
.thrv_wrapper.thrv-content-box .cb_style_11-cb>.tcb-replaceable-placeholder,
.thrv_wrapper.thrv-content-box .cb_style_9-cb>.tcb-replaceable-placeholder,
.thrv_wrapper.thrv-content-box .cb_style_8-cb>.tcb-replaceable-placeholder,
.thrv_wrapper.thrv-content-box .cb_style_2-cb>.tcb-replaceable-placeholder,
.thrv_wrapper.thrv-content-box .cb_style_1-cb>.tcb-replaceable-placeholder {
  color: #fff;
}

.tve-cb {
  display: inline-block;
  vertical-align: middle;
  clear: both;
  overflow: visible;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 10px;
}

.tve-cb .tve_cb_cnt {
  padding: 20px;
}

.thrv_wrapper.thrv_content_reveal .tve_reveal_container {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  overflow: visible;
  width: 100%;
  z-index: 1;
  min-height: 40px;
  position: relative;
}

@keyframes slide-wobble {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }

  25% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

.tve_faq {
  -webkit-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
  background: #e4e4e4;
}

.tve_faq.tve_oFaq {
  background: #f8f8f8;
}

.tve_faq.tve_oFaq:hover {
  background: #f8f8f8 !important;
}

.tve_faq .tve_faqC {
  display: none;
  padding: 10px 37px;
}

.tve_faq .tve_faqB:hover {
  cursor: pointer;
}

.tve_faq .tve_faqB:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.tve_faq h4 {
  cursor: pointer;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: auto !important;
  padding: 0 0 0 18px !important;
  font-size: 100%;
  margin: 0 !important;
  clear: none;
}

.tve_faq .tve_toggle {
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tve_faq .tve_toggle_open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tve_faq .tve_faqB {
  cursor: pointer;
  padding: 17px;
  position: relative;
}

:not(#tve) .thrv_toggle_shortcode {
  position: relative;
}

:not(#tve) .thrv_toggle_shortcode .tve_faq:hover {
  background: #1abc9c;
}

:not(#tve) .thrv_toggle_shortcode .tve_faq:hover>.tve_faqI>.tve_faqB h4:not(.tve_toggle_open_text) {
  color: #fff !important;
}

:not(#tve) .thrv_toggle_shortcode .tve_faq:hover>.tve_faqI>.tve_faqB span:not(.tve_toggle_open) {
  fill: #fff;
}

:not(#tve) .thrv_toggle_shortcode .tve_faq.tve_oFaq:hover {
  background: #f8f8f8 !important;
}

:not(#tve) .thrv_toggle_shortcode .tve_faq.ui-sortable-handle:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  outline: 1px dashed rgba(0, 0, 0, 0.5) !important;
}

:not(#tve) .thrv_toggle_shortcode #tcb-toggle-panel {
  position: absolute;
  left: 100%;
  top: 100%;
  margin-bottom: -20px;
}

:not(#tve) .thrv_toggle .tve-toggle-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  :not(#tve) .thrv_toggle .tve-toggle-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

:not(#tve) .thrv_toggle .tve-toggle-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

:not(#tve) .thrv_toggle .thrv_toggle_item {
  background: transparent;
  position: relative;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve_toggle {
  display: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: rotate(var(--animation-angle, 0deg));
  -ms-transform: rotate(var(--animation-angle, 0deg));
  transform: rotate(var(--animation-angle, 0deg));
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve_toggle path {
  fill: currentColor;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .thrv_text_element {
  width: 100%;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve-toggle-text {
  width: 100% !important;
  font-size: 20px;
  line-height: 2em;
  padding: 0 !important;
  margin: 0 !important;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve-toggle-text:before {
  display: none;
}

@media (max-width: 767px) {
  :not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve-toggle-text {
    white-space: pre-wrap;
  }
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title.tve-toggle-show-icon .tve_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title.tve-toggle-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title.tve-toggle-icon-right .tve_toggle {
  margin-right: 0;
  margin-left: 8px;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title.tve-toggle-icon-right .tve-toggle-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .tve_faqC {
  display: none;
  padding: 0;
  border: none;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .tve_faqC>.thrv_wrapper {
  margin: 0;
  position: relative;
}

:not(#tve) .thrv_toggle .thrv_toggle_item .tcb-add-block-below {
  display: none;
}

:not(#tve) .thrv_toggle .thrv_toggle_item:hover .tcb-add-block-below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}

:not(#tve) .thrv_toggle.tve-draggable .tve-toggle-text {
  pointer-events: none;
}

:not(#tve) .thrv_toggle.toggle-edit-mode .tve_faqC,
:not(#tve) .thrv_toggle.toggle-edit-mode .tve-toggle-text {
  pointer-events: all;
}

.thrv_toggle .tve-toggle-grid .thrv_toggle_item {
  margin-top: var(--toggle-vertical-space, 7px);
}

@media (min-width: 1024px) {
  .thrv_toggle .tve-toggle-grid .thrv_toggle_item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .tve-toggle-grid:first-child>div:first-of-type>div:first-child {
    margin-top: 0;
  }
}

.thrv_toggle[data-ct-name="Original"] {
  background-color: #f4f5f8;
  padding: 14px;
}

.thrv_toggle[data-ct-name="Original"] .thrv_toggle_item:hover:not(.tve-state-expanded) {
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 0 18px 0;
  box-shadow: rgba(0, 0, 0, 0.06) 0 0 18px 0;
}

.thrv_toggle[data-ct-name="Original"] .thrv_toggle_item .tve-state-expanded {
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 0 18px 0;
  box-shadow: rgba(0, 0, 0, 0.06) 0 0 18px 0;
}

.thrv_toggle[data-ct-name="Original"] .tve-toggle-column {
  width: calc(50% - 8px);
  margin-left: 8px;
}

.thrv_toggle[data-ct-name="Original"] .thrv_toggle_title {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  padding: 20px;
}

.thrv_toggle[data-ct-name="Original"] .thrv_toggle_title .tve-toggle-text {
  color: var(--tve-color, var(--tcb-local-color-f4f0d));
}

.thrv_toggle[data-ct-name="Original"] .thrv_toggle_title .tve_toggle {
  color: #50565f;
  font-size: 17px;
  width: 17px;
  height: 17px;
}

.thrv_toggle[data-ct-name="Original"] .tve_faqC .thrv_toggle_content {
  padding: 30px 22px;
}

.thrv_toggle[data-ct-name="Original"] .tve_faqC .thrv_toggle_content .tve-content-box-background {
  background: #fff;
}

.thrv_toggle[data-ct-name="Original"] .tve_faqC .tve-cb p {
  color: #6e6e6e;
  font-size: 15px;
}

.thrv_tw_qs .thrv_tw_qs_container {
  cursor: pointer;
  border-radius: 3px;
  background-color: #f4f4f4;
  color: #686868;
  text-decoration: inherit;
}

.thrv_tw_qs .thrv_tw_qs_container .thrv_tw_quote {
  padding: 20px;
}

.thrv_tw_qs .thrv_tw_qs_container .thrv_tw_quote p {
  margin: 0;
  color: #696969;
}

.thrv_tw_qs .thrv_tw_qs_container .thrv_tw_qs_button {
  margin-bottom: -1px;
  margin-right: -1px;
  text-decoration: inherit;
}

.thrv_tw_qs .thrv_tw_qs_container .thrv_tw_qs_button .fr-wrapper {
  display: inline-block;
  text-decoration: inherit;
}

.thrv_tw_qs .thrv_tw_qs_container .thrv_tw_qs_button>span {
  text-decoration: inherit;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #00aced;
}

.thrv_tw_qs .thrv_tw_qs_container .thrv_tw_qs_button>span i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAMAAADH72RtAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAEczdu1XuiHczmWZEIqpHsQjkAAAAa0lEQVR42lXOWQ7DIAxF0eeJIaT1/ndbZLsiOT9I1yCMY9odpxHS5e5qfUE5U/fAC+xi2CRLmzHT8SFPC5ics5bFABZ/msB4Balfjwvbra9HG/EJHYG+UkFRrG7V9kP/23YkitR4EB6IcPwA6H4IT5+JKNgAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
}

.thrv_tw_qs .thrv_tw_qs_container .thrv_tw_qs_button>span span {
  padding: 0;
  background-image: none;
}

.thrv_tw_qs:hover .thrv_tw_qs_container,
.thrv_tw_qs.tve-state-hover .thrv_tw_qs_container {
  background-color: #5fd0fa;
}

.thrv_tw_qs:hover .thrv_tw_qs_container .thrv_tw_quote p,
.thrv_tw_qs.tve-state-hover .thrv_tw_qs_container .thrv_tw_quote p {
  color: #ffffff;
}

.thrv_tw_qs:hover .thrv_tw_qs_container .thrv_tw_qs_button>span,
.thrv_tw_qs.tve-state-hover .thrv_tw_qs_container .thrv_tw_qs_button>span {
  background-color: #009bd6;
}

.tve-progress-bar {
  background-color: #ebecf1;
  border-radius: 5px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.tve-progress-bar .thrv-inline-text {
  padding: 2px 10px;
  min-width: 30px;
}

.tve_progress_bar_fill {
  background-color: #1bbc9b;
}

.tve_progress_bar_fill_wrapper {
  width: 20%;
}

.tve-progress-bar-label {
  color: #fff;
  display: block;
  font-weight: 300;
  line-height: 26px;
  overflow: visible;
  max-width: 80%;
  padding: 10px 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 3;
}

.tve-progress-bar-label .thrv-inline-text {
  display: block;
  margin: 0px;
}

.tve-progress-bar-wrapper {
  margin: 30px 0;
  --progress-height: 25px;
  --nodes-completed: 1;
  --nodes-completed-dual: 1.5;
  --progress: 20%;
  --progress-dual: 50%;
  --padding-left: 0px;
  --padding-right: 0px;
  --candy-width: max(var(--progress-height), 24px);
}

.tve-progress-bar-wrapper,
.tve-progress-bar-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve-progress-bar-wrapper.with-labels .tve-progress-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tve-progress-bar-wrapper.with-dual-progress .tve-progress-line--fill-dual {
  display: block !important;
}

.tve-progress-bar-wrapper[data-label-position="above"] .tve-progress {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.tve-progress-bar-wrapper[data-label-position="below"] .tve-progress {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tve-progress-bar-wrapper .tve-progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tve-progress-bar-wrapper .tve-line-wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: var(--progress-height);
  padding: 0;
}

.tve-progress-bar-wrapper .tve-line-wrapper .tve-progress-label {
  display: none;
}

.tve-progress-bar-wrapper .tve-line-wrapper:last-child:not(:nth-of-type(2)) {
  display: none !important;
}

.tve-progress-bar-wrapper .tve-line-wrapper .tve-progress-line {
  min-height: var(--progress-height);
  background-color: var(--bar-color, red);
  width: calc(100% - var(--padding-left) - var(--padding-right));
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve-progress-bar-wrapper .tve-line-wrapper .tve-progress-line--background {
  z-index: 11;
  --bar-color: rgba(255, 0, 0, 0.1);
}

.tve-progress-bar-wrapper .tve-line-wrapper .tve-progress-line--fill {
  z-index: 13;
  --bar-color: rgba(255, 0, 0, 1);
  width: calc(var(--progress) - var(--padding-left) - var(--padding-right));
}

.tve-progress-bar-wrapper .tve-line-wrapper .tve-progress-line--fill-dual {
  display: none;
  z-index: 12;
  --bar-color: rgba(255, 0, 0, 0.5);
  width: calc(var(--progress-dual) - var(--padding-left) - var(--padding-right));
}

.tve-progress-bar-wrapper .tve-line-wrapper .tve-progress-line.candy-stripes {
  background-image: -o-repeating-linear-gradient(45deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5) calc(var(--candy-width) / 4),
      var(--bar-color) calc(var(--candy-width) / 4),
      var(--bar-color) calc(var(--candy-width) / 2));
  background-image: repeating-linear-gradient(45deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5) calc(var(--candy-width) / 4),
      var(--bar-color) calc(var(--candy-width) / 4),
      var(--bar-color) calc(var(--candy-width) / 2));
  -webkit-animation: candy-stripes 0.6s linear infinite;
  animation: candy-stripes 0.6s linear infinite;
  background-size: 1000% 100%;
}

.tve-progress-bar-wrapper .tve-steps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve-progress-bar-wrapper .tve-progress-label-wrapper {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tve-progress-bar-wrapper .tve-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.tve-progress-bar-wrapper[data-type="nodes"].with-labels .tve-progress-label-wrapper--simple {
  display: none;
}

.tve-progress-bar-wrapper[data-type="nodes"].with-labels .tve-progress-label-wrapper--nodes .tve-progress-label {
  position: absolute;
}

.tve-progress-bar-wrapper[data-type="nodes"].with-labels .tve-progress-label-wrapper--nodes .tve-progress-label:first-of-type {
  position: static;
}

.tve-progress-bar-wrapper[data-type="nodes"].with-labels .tve-progress-label-wrapper--nodes .tve-progress-label:last-of-type {
  position: static;
}

.tve-progress-bar-wrapper[data-type="simple"] .tve-steps-wrapper .tve-progress-node {
  display: none;
}

.tve-progress-bar-wrapper[data-type="simple"] .tve-steps-wrapper .tve-line-wrapper:not(:nth-child(2)) {
  display: none;
}

.tve-progress-bar-wrapper[data-type="simple"] .tve-steps-wrapper .tve-line-wrapper .tve-progress-line--fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve-progress-bar-wrapper[data-type="simple"].with-labels .tve-progress-label-wrapper--nodes {
  display: none;
}

.tve-progress-bar-wrapper[data-type="simple"].with-labels[data-label-position="inside"] .tve-line-wrapper {
  overflow: hidden;
}

.tve-progress-bar-wrapper[data-type="simple"].with-labels[data-label-position="inside"] .tve-line-wrapper .tve-progress-label {
  display: block;
  --tve-font-size: calc(var(--progress-height) - 7px);
  max-height: var(--progress-height);
  z-index: 14;
  overflow: hidden;
  line-height: 1em;
  margin-left: 5px;
}

.tve-progress-bar-wrapper[data-type="simple"].with-labels[data-label-position="inside"] .tve-progress-label-wrapper--simple {
  display: none;
}

.tve-progress-bar-wrapper[data-type="simple"].with-labels[data-label-position="above"] .tve-progress-label-wrapper--simple,
.tve-progress-bar-wrapper[data-type="simple"].with-labels[data-label-position="below"] .tve-progress-label-wrapper--simple {
  display: block;
}

.tve-progress-bar-wrapper[data-type="simple"].thrv_data_element_start .tve-progress-line--fill {
  -webkit-animation: new-progress-fill var(--anim-speed, 3s) linear;
  animation: new-progress-fill var(--anim-speed, 3s) linear;
}

.tve-progress-bar-wrapper[data-type="simple"].thrv_data_element_start .tve-progress-line--fill-dual {
  -webkit-animation: new-progress-fill-second var(--anim-speed, 3s) linear;
  animation: new-progress-fill-second var(--anim-speed, 3s) linear;
}

.tve-progress-bar-wrapper .tve-progress-node {
  margin: 0;
  padding: 5px;
}

.tve-progress-bar-wrapper .tve-progress-node,
.tve-progress-bar-wrapper .tve-progress-node * {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.tve-progress-bar-wrapper .tve-progress-node .tve-progress-icon {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tve-progress-icon {
  --tve-icon-size: 30px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

:not(#progress) .tve-progress-bar-wrapper[data-type="simple"].with-labels[data-label-position="inside"] .tve-line-wrapper .tve-progress-label,
:not(#progress) .tve-progress-bar-wrapper[data-type="simple"].with-labels[data-label-position="inside"] .tve-line-wrapper .tve-progress-label * {
  font-size: Min(calc(var(--progress-height) - 7px),
      var(--tve-font-size)) !important;
}

@-webkit-keyframes new-progress-fill {
  0% {
    width: Min(var(--progress, 100%), var(--anim-start, 0%));
  }

  100% {
    width: calc(var(--progress) - var(--padding-left) - var(--padding-right));
  }
}

@keyframes new-progress-fill {
  0% {
    width: Min(var(--progress, 100%), var(--anim-start, 0%));
  }

  100% {
    width: calc(var(--progress) - var(--padding-left) - var(--padding-right));
  }
}

@-webkit-keyframes new-progress-fill-second {
  0% {
    width: var(--anim-start, 0%);
  }

  100% {
    width: calc(var(--progress-dual) - var(--padding-left) - var(--padding-right));
  }
}

@keyframes new-progress-fill-second {
  0% {
    width: var(--anim-start, 0%);
  }

  100% {
    width: calc(var(--progress-dual) - var(--padding-left) - var(--padding-right));
  }
}

@-webkit-keyframes candy-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: calc(var(--candy-width) * (-3) / 4) 0px;
  }
}

@keyframes candy-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: calc(var(--candy-width) * (-3) / 4) 0px;
  }
}

@media (min-width: 1024px) {
  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-d="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label {
    display: none;
  }

  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-d="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label:first-of-type,
  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-d="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label:last-of-type {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-t="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label {
    display: none;
  }

  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-t="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label:first-of-type,
  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-t="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label:last-of-type {
    display: block;
  }
}

@media (max-width: 767px) {
  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-m="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label {
    display: none;
  }

  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-m="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label:first-of-type,
  .tve-progress-bar-wrapper[data-type="nodes"][data-label-display-m="sides"] .tve-progress-label-wrapper--nodes .tve-progress-label:last-of-type {
    display: block;
  }
}

.tve_fill_counter_circle_inner {
  stroke: #1abc9c;
}

.thrv-fill-counter {
  border-radius: 100%;
  display: table;
  color: #1abc9c;
}

.thrv-fill-counter.tve_normalfc.thrv_data_element_start .tve_fill_counter_circle circle {
  -webkit-animation: fill-counter-svg-general 2s linear;
  animation: fill-counter-svg-general 2s linear;
}

@-webkit-keyframes fill-counter-svg-general {
  from {
    stroke-dasharray: 0 3000;
  }
}

@keyframes fill-counter-svg-general {
  from {
    stroke-dasharray: 0 3000;
  }
}

.thrv-testimonial {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.tcb-testimonial-image {
  text-align: center;
}

.tve-testimonial-content p {
  padding-right: 60px;
}

.thrv-testimonial-icon-one {
  font-size: 40px;
  width: 40px;
  color: #d6dde2;
}

.thrv-testimonial-icon-two {
  font-size: 40px;
  width: 40px;
  position: absolute;
  left: 40px;
  top: 45px;
}

.thrv-testimonial-template-one {
  background-color: #fff;
}

.thrv-testimonial-template-one .tve_image_caption {
  margin: 0 auto;
}

.thrv-testimonial-template-one .thrv_wrapper p {
  margin: 0;
}

.thrv-testimonial-template-one .thrv_wrapper .thrv_icon {
  margin-bottom: 20px;
}

.thrv-testimonial-template-one .thrv_wrapper .tve_image_caption {
  margin: 0 auto;
}

.thrv-testimonial-template-one .tve-testimonial-author {
  font-size: 20px;
  color: #555;
}

.thrv-testimonial-template-one .tve-testimonial-role {
  font-size: 12px;
  color: #a6b2b7;
}

.thrv-testimonial-template-two {
  background-color: #e785a1;
  position: relative;
  font-size: 22px;
}

.thrv-testimonial-template-two .tve_image_frame {
  width: 100%;
}

.thrv-testimonial-template-two .tve_image_frame .tve_image {
  width: 100%;
}

@media only screen and (max-width: 774px) {
  .thrv-testimonial-template-two .tve_image_frame .tve_image {
    width: 240px;
  }
}

.thrv-testimonial-template-two .tve_image_caption {
  margin: 0;
}

.thrv-testimonial-template-two .tcb-flex-row {
  padding: 0;
}

.thrv-testimonial-template-two .tcb-flex-col {
  position: relative;
  padding-top: 0;
}

.thrv-testimonial-template-two .tcb-flex-col .tcb-col {
  padding: 0;
}

.thrv-testimonial-template-two .tcb-flex-col:last-of-type .tcb-col {
  padding: 38px 65px 40px 95px;
}

.thrv-testimonial-template-two .tcb-flex-col:last-of-type .tcb-col .thrv_text_element {
  clear: both;
}

.thrv-testimonial-template-two p {
  margin: 0 0 40px 0;
  color: #fff;
}

.thrv-testimonial-template-two .tve-testimonial-author {
  font-size: 14px;
  margin: 0;
}

.thrv-testimonial-template-two .tve-testimonial-role {
  font-size: 10px;
  margin: 0;
}

.thrv-rating {
  display: table;
}

.thrv-rating svg {
  width: 1em;
  height: 1em;
  display: inline-block;
}

svg .masterCard-style-1-st0 {
  fill: #1a2f59;
}

svg .masterCard-style-1-st1 {
  fill: #f16022;
}

svg .masterCard-style-1-st2 {
  fill: #ec1d25;
}

svg .masterCard-style-1-st3 {
  fill: #f9a11b;
}

svg .visa-style-1-st0 {
  fill: #3554a5;
}

svg .visa-style-1-st1 {
  fill: #ffffff;
}

svg .americanExpress-style-1-st0 {
  fill: #38a1d8;
}

svg .americanExpress-style-1-st1 {
  fill: #ffffff;
}

svg .payPal-style-1-st0 {
  fill: #f3f3f3;
}

svg .payPal-style-1-st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #02a2d3;
}

svg .payPal-style-1-st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #234190;
}

svg .discover-style-1-st0 {
  fill: #faa21b;
}

svg .discover-style-1-st1 {
  fill: #ffffff;
}

svg .applePay-style-1-st0 {
  fill: #231f20;
}

svg .applePay-style-1-st1 {
  fill: #ffffff;
}

svg .bitcoin-style-1-st0 {
  fill: #f7931a;
}

svg .bitcoin-style-1-st1 {
  fill: #ffffff;
}

svg .googlePay-style-1-st0 {
  fill: #4285f4;
}

svg .googlePay-style-1-st1 {
  fill: #34a853;
}

svg .googlePay-style-1-st2 {
  fill: #fbbc04;
}

svg .googlePay-style-1-st3 {
  fill: #ea4335;
}

svg .googlePay-style-1-st4 {
  fill: #ffffff;
}

svg .visa-style-2-st0 {
  fill: #f3f3f3;
}

svg .visa-style-2-st1 {
  fill: #0b67b2;
}

svg .visa-style-2-st2 {
  fill: #faa634;
}

svg .masterCard-style-2-st0 {
  fill: #1a2f59;
}

svg .masterCard-style-2-st1 {
  fill: #d82431;
}

svg .masterCard-style-2-st2 {
  fill: #f1ab3c;
}

svg .masterCard-style-2-st3 {
  fill: #ffffff;
}

svg .americanExpress-style-2-st0 {
  fill: #38a1d8;
}

svg .americanExpress-style-2-st1 {
  fill: #f1f2f2;
}

svg .payPal-style-2-st0 {
  fill: #f3f3f3;
}

svg .payPal-style-2-st1 {
  fill: #2791c3;
}

svg .payPal-style-2-st2 {
  fill: #27356a;
}

svg .discover-style-2-st0 {
  fill: #f3f3f3;
}

svg .discover-style-2-st1 {
  fill: #faa21b;
}

svg .discover-style-2-st2 {
  fill: #23201f;
}

svg .discover-style-2-st3 {
  fill: #f48025;
}

svg .bitcoin-style-2-st0 {
  fill: #201d1f;
}

svg .bitcoin-style-2-st1 {
  fill: #f7931a;
}

svg .googlePay-style-2-st0 {
  fill: #f3f4f8;
}

svg .googlePay-style-2-st1 {
  fill: #5f6368;
}

svg .googlePay-style-2-st2 {
  fill: #4285f4;
}

svg .googlePay-style-2-st3 {
  fill: #34a853;
}

svg .googlePay-style-2-st4 {
  fill: #fbbc04;
}

svg .googlePay-style-2-st5 {
  fill: #ea4335;
}

svg .applePay-style-2-st0 {
  fill: none;
  stroke: #231f20;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

svg .applePay-style-2-st1 {
  fill: #231f20;
}

svg .americanExpress-style-3-st0 {
  fill: #38a1d8;
}

svg .americanExpress-style-3-st1 {
  fill: #f3f3f3;
}

svg .discover-style-3-st0 {
  fill: #f3f3f3;
}

svg .discover-style-3-st1 {
  fill: #faa21b;
}

svg .discover-style-3-st2 {
  fill: #23201f;
}

svg .masterCard-style-3-st0 {
  fill: #1a2f59;
}

svg .masterCard-style-3-st1 {
  fill: #f16022;
}

svg .masterCard-style-3-st2 {
  fill: #ec1d25;
}

svg .masterCard-style-3-st3 {
  fill: #f9a11b;
}

svg .masterCard-style-3-st4 {
  fill: #f3f3f3;
}

svg .payPal-style-3-st0 {
  fill: #f3f3f3;
}

svg .payPal-style-3-st1 {
  fill: #0b67b2;
}

svg .payPal-style-3-st2 {
  fill: #02a2d3;
}

svg .visa-style-3-st0 {
  fill: #f3f3f3;
}

svg .visa-style-3-st1 {
  fill: #0b67b2;
}

svg .visa-style-3-st2 {
  fill: #faa634;
}

svg .applePay-style-3-st0 {
  fill: #231f20;
}

svg .bitcoin-style-3-st0 {
  fill: #e8e3df;
}

svg .bitcoin-style-3-st1 {
  fill: #f7931a;
}

svg .bitcoin-style-3-st2 {
  fill: #262424;
}

svg .googlePay-style-3-st0 {
  fill: #f3f4f8;
}

svg .googlePay-style-3-st1 {
  fill: #5f6368;
}

svg .googlePay-style-3-st2 {
  fill: #ea4335;
}

svg .googlePay-style-3-st3 {
  fill: #4285f4;
}

svg .googlePay-style-3-st4 {
  fill: #fbbc04;
}

svg .googlePay-style-3-st5 {
  fill: #34a853;
}

svg .americanExpress-style-4-st0 {
  fill: #595e60;
}

svg .discover-style-4-st0 {
  fill: #595e60;
}

svg .masterCard-style-4-st0 {
  fill: #595e60;
}

svg .payPal-style-4-st0 {
  fill: #595e60;
}

svg .visa-style-4-st0 {
  fill: #595e60;
}

svg .applePay-style-4-st0 {
  fill: #595e60;
}

svg .applePay-style-4-st1 {
  fill: #ffffff;
}

svg .bitcoin-style-4-st0 {
  fill: #595e60;
}

svg .bitcoin-style-4-st1 {
  fill: #ffffff;
}

svg .googlePay-style-4-st0 {
  fill: #595e60;
}

svg .googlePay-style-4-st1 {
  fill: #f3f4f8;
}

svg .googlePay-style-4-st2 {
  fill: #5f6368;
}

svg .googlePay-style-4-st3 {
  fill: #4285f4;
}

svg .googlePay-style-4-st4 {
  fill: #34a853;
}

svg .googlePay-style-4-st5 {
  fill: #fbbc04;
}

svg .googlePay-style-4-st6 {
  fill: #ea4335;
}

svg .googlePay-style-4-st7 {
  fill: none;
  stroke: #231f20;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

svg .googlePay-style-4-st8 {
  fill: #ffffff;
}

svg .googlePay-style-4-st9 {
  fill: #231f20;
}

.thrv-credit {
  display: table;
}

.thrv-credit svg {
  display: inline-block;
  width: 2em;
  height: 2em;
}

.thrv-credit .tcb-bitcoin-card,
.thrv-credit .tcb-googlePay-card,
.thrv-credit .tcb-applePay-card {
  padding-left: 2px;
}

.thrv_responsive_video {
  width: 100%;
  min-width: 100px;
}

.thrv_responsive_video video {
  max-width: 100%;
}

.thrv_responsive_video .tcb-video-float-container {
  -webkit-transition:
    all 0.5s ease-out,
    margin 0s;
  -o-transition:
    all 0.5s ease-out,
    margin 0s;
  transition:
    all 0.5s ease-out,
    margin 0s;
}

.thrv_responsive_video .tcb-video-float-container.top-left .video_overlay .overlay_play_button svg,
.thrv_responsive_video .tcb-video-float-container.top-right .video_overlay .overlay_play_button svg,
.thrv_responsive_video .tcb-video-float-container.bottom-left .video_overlay .overlay_play_button svg,
.thrv_responsive_video .tcb-video-float-container.bottom-right .video_overlay .overlay_play_button svg,
.thrv_responsive_video .tcb-video-float-container.keep-original .video_overlay .overlay_play_button svg {
  max-height: 50%;
}

.thrv_responsive_video.tcb-no-perspective {
  -webkit-perspective: none !important;
  perspective: none !important;
}

#tve_editor .thrv_responsive_video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tcb-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
  -ms-transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}

.tve_editor_page .tcb-icon {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}

.tcb-icon .fa-secondary {
  opacity: 0.4;
}

svg.tcb-icon path:not([fill="none"]),
symbol[id^="tcb-icon-"] path:not([fill="none"]) {
  fill: inherit !important;
  stroke: inherit !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.thrv_icon {
  text-align: center;
}

.thrv_icon .tcb-icon-inline {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  display: inline-block;
  font-size: inherit;
  height: auto;
  width: auto;
  text-align: center;
  text-decoration: none !important;
  background-clip: padding-box;
}

.tve-ios-browser {
  background-clip: content-box;
}

.m-icons .fa-secondary {
  opacity: 0.4;
}

.thrv-button,
.thrv-button-group-item,
.tve-form-button {
  display: table !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thrv-button.thrv_wrapper,
.thrv-button-group-item.thrv_wrapper,
.tve-form-button.thrv_wrapper {
  padding: 0;
}

.thrv-button .tcb-plain-text,
.thrv-button-group-item .tcb-plain-text,
.tve-form-button .tcb-plain-text {
  cursor: pointer;
}

.tve-form-button {
  position: relative;
  z-index: 1;
}

.tve-form-button:focus-within .tve-form-button-submit {
  -webkit-box-shadow: 0 2px 4px rgba(142, 142, 142, 0.5);
  box-shadow: 0 2px 4px rgba(142, 142, 142, 0.5);
}

@-moz-document url-prefix() {

  .thrv-button,
  .thrv-button-group-item,
  .tve-form-button {
    line-height: 0;
  }
}

.tcb-with-icon:not(.tcb-flip) .tcb-button-texts {
  padding-left: 15px;
}

.tcb-with-icon.tcb-flip .tcb-button-icon {
  padding-left: 15px;
}

.tcb-with-icon .tcb-button-icon {
  display: block;
}

.tcb-with-icon .tcb-button-icon .thrv_wrapper.thrv_icon {
  margin: 0;
}

.tve-state-hover[data-button-style="gradient"] {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#118e75),
      to(#1abc9c));
  background-image: -o-linear-gradient(left, #118e75 0%, #1abc9c 100%);
  background-image: linear-gradient(90deg, #118e75 0%, #1abc9c 100%);
}

.tve-state-hover .tcb-button-link {
  background-color: #15a288 !important;
}

a.tcb-button-link {
  background-color: #1abc9c;
  padding: 12px 15px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
}

a.tcb-button-link:hover {
  background-color: #15a288;
}

.tcb-flip a.tcb-button-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thrv-button a.tcb-button-link,
.thrv-button-group-item a.tcb-button-link,
.tve-form-button a.tcb-button-link {
  text-decoration: none !important;
  color: #fff;
}

a.tcb-button-link>span:before {
  position: absolute;
  content: "";
  display: none;
  top: -100px;
  bottom: -100px;
  width: 1px;
  left: 10px;
  background-color: #007900;
}

a.tcb-button-link .tcb-button-icon .tve_sc_icon {
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

span.tcb-button-texts {
  color: inherit;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex: 1;
  position: relative;
}

span.tcb-button-texts>span {
  display: block;
  padding: 0;
}

.tcb-with-divider:not(.tcb-flip) span.tcb-button-texts {
  padding-left: 20px;
}

.tcb-with-divider:not(.tcb-flip) span.tcb-button-texts:before {
  display: block;
}

span.tcb-button-icon {
  display: none;
  font-size: 1em;
  line-height: 0;
  position: relative;
  color: inherit;
}

.tcb-with-divider.tcb-flip span.tcb-button-icon {
  padding-left: 20px;
}

.tcb-with-divider.tcb-flip span.tcb-button-icon:before {
  display: block;
  left: 5px;
}

span.tcb-button-icon .tcb-icon {
  height: 1em;
}

.thrv-button-group {
  text-align: center;
}

.thrv-button-group .thrv-button-group-item {
  display: inline-block !important;
  margin-top: 0;
  margin-bottom: 0;
}

.thrv-button-group .thrv-button-group-item.tcb-active-state a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thrv-button-group .thrv-button-group-item.tcb-active-state a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thrv_wrapper.thrv-pricing-table {
  padding: 0;
}

.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item {
    margin-left: 0;
  }
}

.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item .tcb-button-link {
  height: 100%;
  padding: 10px 35px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #858585;
  text-transform: uppercase;
}

.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item.tcb-active-state a {
  background-color: #29c1ec;
  color: #fff;
}

.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item.tve-state-hover .tcb-button-link {
  -webkit-box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
  box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
}

.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item:not(.tcb-active-state).tve-state-hover a.tcb-button-link {
  background-color: #fff !important;
}

.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container {
  margin-top: 40px;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col {
  margin: 0;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tcb-pt-cb-wrapper {
  padding: 59px 33px 35px;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tcb-pt-button .tcb-pt-button-link {
  background-color: #85959a;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 29px;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-card-title,
.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-card-description {
  margin: 0 0 26px;
  color: #c0cad1;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-card-title {
  color: #85959a;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-card-description p {
  font-size: 13px;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb li {
  color: #879198;
  font-size: 14px;
  text-align: left;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-button {
  margin-bottom: 0;
}

.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb p {
  margin-bottom: 0;
}

.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box {
  margin-top: 0;
}

.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tcb-pt-cb-wrapper {
  height: 100%;
}

.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tve-content-box-background {
  border-top-color: #29c1ec;
}

.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tcb-pt-card-title {
  color: #29c1ec;
}

.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tcb-pt-button .tcb-pt-button-link {
  background-color: #29c1ec;
}

.tcb-pt-button .tcb-pt-button-link {
  border-radius: 50px;
}

.tcb-pt-button .tcb-pt-button-link:hover {
  -webkit-transition: -webkit-box-shadow 0.35s ease-in;
  transition: -webkit-box-shadow 0.35s ease-in;
  -o-transition: box-shadow 0.35s ease-in;
  transition: box-shadow 0.35s ease-in;
  transition:
    box-shadow 0.35s ease-in,
    -webkit-box-shadow 0.35s ease-in;
  -webkit-box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
  box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
}

.tcb-pt-button.tve-state-hover .tcb-pt-button-link {
  -webkit-box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
  box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
  background-color: #85959a !important;
}

.tcb-pt-featured-box .tcb-pt-button .tcb-pt-button-link:hover {
  -webkit-transition: -webkit-box-shadow 0.35s ease-in;
  transition: -webkit-box-shadow 0.35s ease-in;
  -o-transition: box-shadow 0.35s ease-in;
  transition: box-shadow 0.35s ease-in;
  transition:
    box-shadow 0.35s ease-in,
    -webkit-box-shadow 0.35s ease-in;
  -webkit-box-shadow: 0 4px 14px 0 rgba(36, 123, 160, 0.5);
  box-shadow: 0 4px 14px 0 rgba(36, 123, 160, 0.5);
}

.tcb-pt-featured-box .tcb-pt-button.tve-state-hover .tcb-pt-button-link {
  -webkit-box-shadow: 0 4px 14px 0 rgba(36, 123, 160, 0.5);
  box-shadow: 0 4px 14px 0 rgba(36, 123, 160, 0.5);
  background-color: #29c1ec !important;
}

.tcb-pt-card {
  border-radius: 4px;
  border-top: 6px solid #85959a;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.tcb-pt-card-content {
  text-align: center;
}

.tcb-pricing-table-box-container {
  margin-left: -16px;
}

.thrv-pricing-table .thrv-button-group-item .tcb-button-link {
  border: 1px solid #e6e9eb;
  border-radius: 50px;
}

.thrv-pricing-table .thrv-button-group-item.tcb-active-state .tcb-button-link {
  border-color: #29c1ec;
}

.thrv-pricing-table .tcb-pt-price {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
}

.thrv-pricing-table .tcb-pt-price p {
  color: #50565f;
  font-style: normal;
}

.thrv-pricing-table .tcb-pt-currency {
  padding-top: 8px;
  margin-right: -5px;
}

.thrv-pricing-table .tcb-pt-value p {
  font-size: 37px;
}

.thrv-pricing-table .tcb-pt-period {
  vertical-align: bottom;
  padding-bottom: 8px;
  margin-left: -5px;
}

.thrv-pricing-table .tcb-pt-period p {
  color: #c0cad1;
}

.thrv-pricing-table .tcb-button-link:hover {
  -webkit-box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
  box-shadow: 0 4px 14px 0 rgba(110, 125, 131, 0.25);
}

.thrv-pricing-table .tcb-active-state .tcb-button-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thrv_wrapper.thrv-divider {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.thrv_wrapper.thrv-divider hr {
  margin: 0;
}

.thrv_wrapper.thrv-divider.tve-vert-divider {
  padding: 0;
  min-height: 100%;
}

.thrv_wrapper.thrv-divider.tve-vert-divider hr {
  height: 100% !important;
  background-repeat: repeat-y !important;
  border: none !important;
  min-width: 1px;
}

.thrv_wrapper.thrv-divider.tve-vert-divider hr.tve_sep-1 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#d9d9d9),
      to(#d9d9d9));
  background-image: -o-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: linear-gradient(#d9d9d9, #d9d9d9);
}

.tve_sep-1 {
  border-style: solid !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  min-width: 10px;
}

.tve_sep-2,
.tve_sep-3,
.tve_sep-4,
.tve_sep-5 {
  background-repeat: repeat-x;
  width: 100%;
  min-width: 10px;
}

.thrv_contents_table .tve_contents_table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_ct_title {
  background-color: #1abc9c;
}

.tve-toc {
  --tve-toc-indent: 30px;
  position: relative;
  height: auto !important;
}

.tve-toc div:not(.thrv_icon) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve-toc .tve_ct_content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve-toc .ct_column {
  max-width: 100%;
}

.tve-toc .ct_column div {
  max-width: 100%;
}

.tve-toc .ct_column:not(:last-child) {
  padding-right: 5px;
}

.tve-toc .ct_column:not(:first-child) {
  padding-left: 5px;
}

.tve-toc.canvas-mode:before {
  content: none;
}

.tve-toc .tve-toc-list {
  position: relative;
}

.tve-toc .tve-toc-heading {
  margin: 0;
  color: var(--tve-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tve-toc .tve-toc-heading.tve-toc-heading-level1 {
  margin-left: var(--tve-toc-indent);
}

.tve-toc .tve-toc-heading.tve-toc-heading-level2 {
  margin-left: calc(var(--tve-toc-indent) * 2);
}

.tve-toc .tve-toc-heading .tve-toc-anchor,
.tve-toc .tve-toc-heading .tve-toc-number {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: inherit !important;
  color: inherit;
  line-height: inherit;
  font: inherit;
  letter-spacing: inherit;
  overflow-wrap: break-word;
}

.tve-toc .tve-toc-heading .tve-toc-anchor:hover,
.tve-toc .tve-toc-heading .tve-toc-anchor.tve-state-hover,
.tve-toc .tve-toc-heading .tve-toc-anchor.tve-state-expanded,
.tve-toc .tve-toc-heading .tve-toc-number:hover,
.tve-toc .tve-toc-heading .tve-toc-number.tve-state-hover,
.tve-toc .tve-toc-heading .tve-toc-number.tve-state-expanded {
  color: inherit;
  line-height: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.tve-toc .tve-toc-number:not(:empty) {
  margin-right: 0.4em;
}

.tve-toc .tve-toc-number:not(:empty).thrv_wrapper {
  margin: 3px;
}

.tve-toc .ct_column {
  background-image: none !important;
}

.tve-toc .tve-vert-divider {
  display: none;
}

.tve-toc .tve-vert-divider:not(:last-child) {
  display: block;
}

.tve-toc.tve-toc-expandable .tve-toc-title {
  cursor: pointer !important;
}

.tve-toc.tve-toc-expandable .tve-toc-title * {
  cursor: pointer !important;
}

.tve-toc.tve-toc-expandable .tve-toc-title-icon {
  display: none !important;
}

.tve-toc .tve-toc-title {
  width: 100%;
  z-index: 1;
  position: relative;
}

.tve-toc .tve-toc-title.show-icon .tve-toc-title-icon {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve-toc .tve-toc-title.reverse>.tve-cb {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tve-toc .tve-toc-title.reverse .tve-toc-title-icon {
  margin-right: 0;
  margin-left: 8px;
}

.tve-toc .tve-toc-title>.tve-cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.tve-toc .tve-toc-title .tve-toc-title-icon {
  display: none !important;
  color: var(--tve-color);
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
  -webkit-transform: rotate(var(--animation-angle, 0deg));
  -ms-transform: rotate(var(--animation-angle, 0deg));
  transform: rotate(var(--animation-angle, 0deg));
}

.tve-toc .tve-toc-title .thrv_text_element {
  width: 100%;
}

.tve-toc .tve-toc-bullet {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.tve-toc .tve-toc-bullet.thrv_wrapper {
  margin: 5px;
}

.tve-toc .tve-toc-number {
  cursor: pointer !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.tve-toc .tve-toc-number:not(:empty) {
  margin-right: 0.4em;
}

.tve-toc .tve-toc-bullet,
.tve-toc .tve-toc-number {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.tve-toc .tve-toc-anchor {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tve-toc .tve-toc-bullet,
.tve-toc .tve-toc-number {
  padding: 0;
}

.tve-toc-bullet {
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.tve-countdown {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  --tve-countdown-size: 150px;
  --tve-border-width: 0px;
  --tve-countdown-label-size: 0.25;
  --digit-width-percent: 0.65;
  --digits-number: 2;
}

.tve-countdown .tve-countdown-content {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.tve-countdown .tve-countdown-digit {
  margin: 0 5px;
}

.tve-countdown .t-digit-part {
  font-size: calc(var(--tve-countdown-size) * 0.6) !important;
}

.tve-countdown .tve-countdown-label .tcb-plain-text {
  font-size: calc(var(--tve-countdown-size) * var(--tve-countdown-label-size)) !important;
}

.tve-countdown span {
  padding: calc(var(--tve-countdown-size) * 0.05) !important;
  border-top-left-radius: calc(var(--tve-border-top-left-radius, var(--tve-border-radius)) - var(--tve-border-top-width, var(--tve-border-width)));
  border-top-right-radius: calc(var(--tve-border-top-right-radius, var(--tve-border-radius)) - var(--tve-border-top-width, var(--tve-border-width)));
  border-bottom-left-radius: calc(var(--tve-border-bottom-left-radius, var(--tve-border-radius)) - var(--tve-border-bottom-width, var(--tve-border-width)));
  border-bottom-right-radius: calc(var(--tve-border-bottom-right-radius, var(--tve-border-radius)) - var(--tve-border-bottom-width, var(--tve-border-width)));
}

.tve-countdown .t-digit-part {
  line-height: 1;
}

.tve-countdown .tve-countdown-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.tve-countdown .tve-countdown-data *,
.tve-countdown .tve-countdown-data *:before,
.tve-countdown .tve-countdown-data *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve-countdown span {
  display: block !important;
}

.tve-countdown .tve-countdown-expired {
  display: none;
  width: 100%;
}

.tve-countdown .tve-countdown-expired:empty {
  min-width: 100px;
  min-height: 100px;
}

.tve-countdown.expired .tve-countdown-data {
  display: none;
}

.tve-countdown.expired .tve-countdown-content {
  width: 100%;
  min-width: unset;
}

.tve-countdown.expired .tve-countdown-expired {
  display: block;
}

.tve-countdown.expired.show-expired-cd .tve-countdown-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.tve-countdown-value {
  height: 100%;
}

.tve-countdown-tile,
.tve-countdown-tile-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tve-countdown-separator {
  --tve-font-size: calc(var(--tve-countdown-size) * 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tve-countdown-tile-separator {
  margin: 0 !important;
}

.tve-countdown-tile-separator .tve-countdown-label {
  visibility: hidden;
}

.tve-countdown-tile-separator span {
  padding: 0 !important;
  padding-bottom: calc(var(--tve-countdown-size) * 0.1) !important;
  font-size: var(--tve-font-size, calc(var(--tve-countdown-size) * 0.3));
}

.tve-countdown[data-anim="slideDown"] .t-digits {
  position: relative;
  overflow: hidden;
  min-width: 10px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tve-countdown[data-anim="slideDown"] .t-digits :nth-child(odd) {
  padding-right: 0 !important;
}

.tve-countdown[data-anim="slideDown"] .t-digits :nth-child(odd) .span [class*="part-"]:not(.t-slide-part-digit) {
  margin-right: 0 !important;
}

.tve-countdown[data-anim="slideDown"] .t-digits :nth-child(even) {
  padding-left: 0 !important;
}

.tve-countdown[data-anim="slideDown"] .t-digits :nth-child(even) .span [class*="part-"]:not(.t-slide-part-digit) {
  margin-left: 0 !important;
}

.tve-countdown[data-anim="slideDown"] .t-digit-part {
  position: relative;
  font-size: calc(var(--tve-countdown-size) * 0.5) !important;
}

.tve-countdown[data-anim="slideDown"] .t-digit-part span {
  height: 100% !important;
  padding: calc(var(--tve-countdown-size) * 0.05) !important;
}

.tve-countdown[data-anim="slideDown"] .t-slide-part-digit {
  position: relative;
}

.tve-countdown[data-anim="slideDown"] [class*="part-"]:not(.t-slide-part-digit) {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  min-width: 0.5em;
}

.tve-countdown[data-anim="slideDown"] [class*="part-"]:not(.t-slide-part-digit).go-down {
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
  top: 100%;
}

.tve-countdown[data-anim="slideDown"] [class*="part-"]:not(.t-slide-part-digit).next {
  top: -100%;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.tve-countdown[data-anim="slideDown"] [class*="part-"]:not(.t-slide-part-digit).next.go-down {
  top: 0;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.tve-countdown[data-anim="slideDown"] [class*="part-"]:not(.t-slide-part-digit).ct-d-placeholder {
  position: static;
  display: inline-block !important;
}

.tve-countdown[data-anim="flipTile"] .tve-countdown-digit {
  --tcb-applied-color: #eee;
  --flip-border-width: 1px;
  --flip-border-color: #cdcdcd;
  --flip-border-color-var: #cdcdcd;
  --flip-border-style: solid;
}

.tve-countdown[data-anim="flipTile"] .t-digit-part {
  display: block;
  position: relative;
  padding-bottom: calc(var(--tve-countdown-size) / 2);
  line-height: 0.95;
}

.tve-countdown[data-anim="flipTile"] .card__top,
.tve-countdown[data-anim="flipTile"] .card__bottom,
.tve-countdown[data-anim="flipTile"] .card__back::before,
.tve-countdown[data-anim="flipTile"] .card__back::after {
  font-size: calc(var(--tve-countdown-size) * 0.82) !important;
  display: block;
  height: calc(var(--tve-countdown-size) / 2) !important;
  color: var(--tcb-applied-color);
  background: #222;
  padding: calc(var(--tve-countdown-size) * 0.1) !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  max-width: 100%;
  width: calc(var(--tve-countdown-size) * var(--digit-width-percent) * var(--digits-number, 2));
}

.tve-countdown[data-anim="flipTile"] .card__back::before {
  background: #222;
}

.tve-countdown[data-anim="flipTile"] .card__bottom {
  color: var(--tcb-applied-color);
  position: absolute;
  top: 50%;
  left: 0;
  border-top: var(--flip-border-width) var(--flip-border-style) var(--flip-border-color) !important;
  background: #393939;
  pointer-events: none;
  overflow: hidden;
  font-size: calc(var(--tve-countdown-size) * 0.82) !important;
}

.tve-countdown[data-anim="flipTile"] .card__bottom::after {
  display: block;
  margin-top: calc((-1) * var(--tve-countdown-size) / 2) !important;
}

.tve-countdown[data-anim="flipTile"] .card__back::before,
.tve-countdown[data-anim="flipTile"] .card__bottom::after {
  content: attr(data-value);
}

.tve-countdown[data-anim="flipTile"] .card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}

.tve-countdown[data-anim="flipTile"] .card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.tve-countdown[data-anim="flipTile"] .flip .card__back::before {
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.tve-countdown[data-anim="flipTile"] .flip .card__back .card__bottom {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .card__back {
  background: none !important;
  height: var(--tve-countdown-size) !important;
  padding: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .card__top {
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .card__bottom {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .ct-d-placeholder {
  background: none !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit span:not([class*="card"]) {
  font-size: inherit !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .t-digit-part {
  margin: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit span[class*="part-"] {
  background: none !important;
  border: none !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit span[class*="part-"]:not(.t-slide-part-digit) {
  margin: 0 calc(var(--tve-countdown-size) * 0.05) !important;
  padding: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit span[class*="part-"]:not(.t-slide-part-digit).ct-d-placeholder {
  margin: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit span[class*="part-"].t-slide-part-digit {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .t-digits :nth-child(odd) {
  padding-right: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .t-digits :nth-child(odd) span[class*="part-"]:not(.t-slide-part-digit) {
  margin-right: calc(var(--tve-countdown-size) * 0.025) !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .t-digits :nth-child(odd) span[class*="part-"]:not(.t-slide-part-digit).ct-d-placeholder {
  margin: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .t-digits :nth-child(even) {
  padding-left: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .t-digits :nth-child(even) span[class*="part-"]:not(.t-slide-part-digit) {
  margin-left: calc(var(--tve-countdown-size) * 0.025) !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-digit .t-digits :nth-child(even) span[class*="part-"]:not(.t-slide-part-digit).ct-d-placeholder {
  margin: 0 !important;
}

:not(#tve):not(#tve-countdown-wrapper) .tve-countdown-tile-separator .tve-countdown-label {
  width: auto !important;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
  }

  0%,
  99% {
    opacity: 0.99;
  }

  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
  }

  0%,
  99% {
    opacity: 0.99;
  }

  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipBottom {

  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }

  51% {
    opacity: 0.99;
  }

  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 5;
  }
}

@keyframes flipBottom {

  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }

  51% {
    opacity: 0.99;
  }

  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 5;
  }
}

.thrv-styled_list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.thrv-styled_list ul.tcb-styled-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.thrv-styled_list ul.tcb-styled-list li div.thrv_icon {
  padding: 10px;
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tcb-styled-list-icon-text {
  display: block;
  z-index: 0;
  line-height: 2.3em;
}

.tcb-styled-list-icon {
  position: relative;
  z-index: 1;
}

.thrv-styled-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  word-break: break-word;
}

.thrv-styled-list-item:before {
  content: none !important;
}

.thrv-numbered_list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.thrv-numbered_list .tcb-numbered-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.thrv-numbered_list .tcb-numbered-list li.thrv-numbered-list-v2 {
  padding: 5px;
}

.thrv-numbered_list .tcb-numbered-list li.thrv-numbered-list-v2 div.tcb-numbered-list-number {
  padding: 0;
}

.thrv-numbered_list .tcb-numbered-list li div.tcb-numbered-list-number {
  width: auto;
  min-width: 25px !important;
  margin: 0;
  padding: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tcb-numbered-list-text,
.tcb-numbered-list-index {
  display: block;
  z-index: 0;
  line-height: 2.3em;
}

.tcb-numbered-list-index {
  text-align: center;
}

.tcb-numbered-list-number {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .tcb-numbered-list-number {
    width: 15%;
  }

  .tcb-numbered-list-text {
    width: 85%;
  }
}

.thrv_table table.tcb-fixed {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .thrv_table {
    overflow-x: auto;
  }

  .tcb-mobile-table td:not(:first-child) {
    border-top: 0 !important;
  }

  .tcb-mobile-table tr:not(:first-child) td:first-child {
    border-top: 0 !important;
  }

  .tcb-mobile-table th,
  .tcb-mobile-table thead {
    position: fixed;
    top: -9000px;
    left: -9000px;
  }

  .tcb-mobile-table.tve-table-no-header tr:first-of-type {
    display: none;
  }

  .tcb-mobile-table.tve-table-no-header tr:not(:first-of-type) td {
    display: block;
    position: relative;
    width: 100% !important;
    padding-left: 50% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tcb-mobile-table.tve-table-no-header tr:not(:first-of-type) td:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: attr(data-th);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 5px);
    padding: 0;
  }

  .tcb-mobile-table:not(.tve-table-no-header) td {
    display: block;
    position: relative;
    width: 100% !important;
    padding-left: 50% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tcb-mobile-table:not(.tve-table-no-header) td:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: attr(data-th);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 5px);
    padding: 0;
  }
}

.tve_table thead .tve_table_row .fr-element>p,
.tve_table thead .tve_table_row .thrv_wrapper>p,
.tve_table tbody .tve_table_row .fr-element>p,
.tve_table tbody .tve_table_row .thrv_wrapper>p {
  margin: 0;
  padding: 0;
}

.tve_make_sortable thead th {
  cursor: pointer;
  position: relative;
}

.tve_make_sortable thead th[data-direction="down"] .tcb-sort {
  display: none;
}

.tve_make_sortable thead th[data-direction="down"] .tcb-sort-asc {
  display: block;
}

.tve_make_sortable thead th[data-direction="up"] .tcb-sort {
  display: none;
}

.tve_make_sortable thead th[data-direction="up"] .tcb-sort-desc {
  display: block;
}

.tve_make_sortable thead .tva-t-sort {
  font-size: 12px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: 10px;
  bottom: 0;
  top: 0;
}

.tve_make_sortable thead .tva-t-sort .tcb-sort-desc,
.tve_make_sortable thead .tva-t-sort .tcb-sort-asc {
  display: none;
}

@keyframes slide-wobble {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }

  25% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

.tve_scT {
  margin: 5px;
}

.tve_scT>ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.tve_scT>ul li {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #f8f8f8;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  cursor: pointer;
  display: block;
  float: left;
  padding: 15px 30px;
  text-align: center;
  margin: 0px 0px 0px 3px !important;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  width: auto !important;
}

.tve_scT>ul li:first-child {
  margin-left: 0px !important;
}

.tve_scT>ul li:before {
  content: "" !important;
}

.tve_scT>ul li a {
  text-decoration: none;
}

.tve_scT>ul li:hover {
  cursor: pointer;
  padding-bottom: 16px !important;
  margin-bottom: -1px !important;
}

.tve_scT>ul li.tve_tS {
  padding-bottom: 16px !important;
  margin-bottom: -1px !important;
}

.tve_scT>ul li .fr-element {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tve_scT .tve_scTC {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  display: none;
  padding: 40px 20px;
  position: initial;
  z-index: 2;
  width: 100%;
}

.tve_scT.tve_vtabs {
  padding-left: 200px;
  position: relative;
}

.tve_scT.tve_vtabs>ul {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 20px !important;
}

.tve_scT.tve_vtabs>ul li {
  float: none;
  display: block;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin: 0px 0px 5px 0 !important;
  border-right: 0;
  border-bottom: 1px solid #d5d5d5;
}

.tve_scT.tve_vtabs>ul li.tve_tS,
.tve_scT.tve_vtabs>ul li:hover {
  padding-right: 31px;
  margin-right: -1px !important;
  padding-bottom: 15px !important;
}

.tve_scT.tve_vtabs>.tve_scTC {
  margin-top: 0 !important;
  position: relative;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.thrv_wrapper.thrv-tabbed-content div.tve_scT .tve_scTC {
  position: relative;
}

.thrv_wrapper.thrv-tabbed-content div.tve_scT>ul li.tve_tS {
  background-color: #1bbc9b;
}

.thrv_wrapper.thrv-tabbed-content div.tve_scT>ul li:hover {
  background: #16987e;
}

.thrv_wrapper.thrv-tabbed-content div.tve_scT>ul li span {
  display: block;
  word-wrap: break-word;
  -webkit-line-break: after-white-space;
}

.tve-tab-upgraded .tve_scT {
  margin: 0;
}

.tve-tab-upgraded .tve_scT>ul li {
  width: auto;
}

.tve-tab-upgraded .tve_scT>ul li:first-child {
  margin-left: 0;
}

.tve-tab-upgraded .tve_scT>ul li:before {
  content: "" !important;
}

.tve-tab-upgraded .tve_scT>ul li a {
  text-decoration: none;
}

.tve-tab-upgraded .tve_scT>ul li .fr-element {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tve-tab-upgraded .tve_scT .tve_scTC {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.tve-tab-upgraded .tve_scT.tve_vtabs {
  position: relative;
}

.tve-tab-upgraded .tve_scT.tve_vtabs>ul {
  left: 0;
  top: 0;
  margin-top: 20px !important;
}

.tve-tab-upgraded .tve_scT.tve_vtabs>ul li {
  float: none;
  display: block;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin: 0px 0px 5px 0 !important;
  border-right: 0;
  border-bottom: 1px solid #d5d5d5;
}

.tve-tab-upgraded .tve_scT.tve_vtabs>ul li.tve_tS,
.tve-tab-upgraded .tve_scT.tve_vtabs>ul li:hover {
  padding-right: 31px;
  margin-right: -1px !important;
  padding-bottom: 15px !important;
}

.tve-tab-upgraded .tve_scT.tve_vtabs>.tve_scTC {
  margin-top: 0 !important;
  position: relative;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT.tve_vtabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT .tve_scTC {
  position: relative;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT .tve_scTC.thrv_wrapper {
  margin: 0;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li .tve-hover-anim {
  display: block;
  position: relative;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets .tve-hover-anim:after {
  background: none;
  font-size: 1em;
  height: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex !important;
  position: absolute;
  width: 0.3em;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets .tve-hover-anim:before {
  content: "[";
  left: -0.5em;
  -webkit-transform: translateX(1.25em);
  -ms-transform: translateX(1.25em);
  transform: translateX(1.25em);
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets .tve-hover-anim:after {
  content: "]";
  right: -0.5em;
  left: auto;
  -webkit-transform: translateX(-1.25em);
  -ms-transform: translateX(-1.25em);
  transform: translateX(-1.25em);
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-brackets.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  height: 2px;
  width: 40%;
  top: 105%;
  left: 50%;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
  height: 1px;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-underline.tve-state-hover .tve-hover-anim:before {
  display: none;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double .tve-hover-anim:before {
  display: block !important;
  -webkit-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
  top: 4px !important;
}

@media (min-width: 2600px) {

  .thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double>a:before,
  .thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double .tve-hover-anim:before {
    top: 3px !important;
  }
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double .tve-hover-anim:after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  top: calc(100% - 6px);
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-double.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick .tve-hover-anim:after {
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover .tve-hover-anim:after {
  opacity: 1;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  width: 50%;
  top: 105%;
  left: 50%;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover .tve-hover-anim:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover>a:after,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover .tve-hover-anim:after {
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
  height: 4px;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick:hover .tve-hover-anim:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover>a:before,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT ul li.c-thick.tve-state-hover .tve-hover-anim:before {
  display: none;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tS,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve-state-expanded {
  background-color: #1bbc9b;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li:hover,
.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve-state-hover {
  background: #16987e;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li span {
  display: block;
  word-wrap: break-word;
  -webkit-line-break: after-white-space;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--column-reverse .tve-tab-image {
  width: 100% !important;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--column-reverse .tve-tab-icon {
  margin-right: 0 !important;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--row-reverse .tve-tab-icon {
  margin-right: 0 !important;
  margin-left: 8px;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--column .tve-tab-image {
  width: 100% !important;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--column .tve-tab-icon {
  margin-right: 0 !important;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tcb--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item .tve-tab-icon {
  display: none;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tve-tab-use-icon .tve-tab-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1em;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  margin-right: 8px;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item.tve-tab-use-icon .tve-tab-icon svg {
  width: 100%;
  height: 100%;
  line-height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item .tve_tab_title {
  min-width: 1px;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item .tve-tab-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: auto !important;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 45px;
  margin-top: 10px;
  -webkit-flex-basis: initial;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  min-width: 10px;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item .tve-tab-image.tcb-elem-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  cursor: default;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item .tve-tab-text {
  font-size: 20px;
  line-height: 2em;
  padding: 0 !important;
  margin: 0 !important;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item .tve-tab-text:before {
  display: none;
}

@media (max-width: 767px) {
  .thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve_tab_title_item .tve-tab-text {
    white-space: pre-wrap;
  }
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT>ul li.tve-tab-highlight {
  background: #16987e;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT.tve_vtabs>ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thrv_wrapper.thrv-tabbed-content.tve-tab-upgraded div.tve_scT .tve_tab_content {
  background: none !important;
}

.tve-tab-upgraded[data-animation="swing-up"]>div {
  -webkit-perspective: 600px;
  perspective: 600px;
}

.tve-tab-upgraded[data-animation="swing-up"] .tve_tab_content {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 1s;
  transition:
    opacity 0.3s,
    -webkit-transform 1s;
  -o-transition:
    opacity 0.3s,
    transform 1s;
  transition:
    opacity 0.3s,
    transform 1s;
  transition:
    opacity 0.3s,
    transform 1s,
    -webkit-transform 1s;
}

@media (min-width: 300px) {
  .tve-tab-upgraded .tve_scT.tve_vtabs-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .tve-tab-upgraded .tve_scT.tve_vtabs-desktop ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-top: 20px !important;
  }
}

@media (min-width: 300px) {
  .tve-tab-upgraded .tve_scT.tve_htabs-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .tve-tab-upgraded .tve_scT.tve_htabs-desktop ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media (max-width: 1023px) {
  .tve-tab-upgraded .tve_scT.tve_vtabs-tablet {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .tve-tab-upgraded .tve_scT.tve_vtabs-tablet ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 1023px) {
  .tve-tab-upgraded .tve_scT.tve_htabs-tablet {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .tve-tab-upgraded .tve_scT.tve_htabs-tablet ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media (max-width: 767px) {
  .tve-tab-upgraded .tve_scT.tve_vtabs-mobile {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .tve-tab-upgraded .tve_scT.tve_vtabs-mobile ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .tve-tab-upgraded .tve_scT.tve_htabs-mobile {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .tve-tab-upgraded .tve_scT.tve_htabs-mobile ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

.wp-caption-text .fr-wrapper {
  position: static;
}

.tve_image_caption {
  position: relative;
}

.tve_image_caption:not(.tcb-mm-image.tve-tab-image) {
  height: auto !important;
}

.tve_image_caption .tve_image {
  /* max-width: 100%;
  width: 100%; */
}

.tve_image_caption.tve-image-caption-below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tve_image_caption.tve-image-caption-above {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.tve_image_caption .tve-image-caption-inside {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tve_image_caption .tve-image-caption-inside.tve_anim_start {
  -webkit-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}

.tve_image_caption .tve-image-caption-inside.tcb-caption-center {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tve_image_caption .tve-image-caption-inside.tcb-caption-top {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tve_image_caption .tve-image-caption-inside.tcb-caption-bottom {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

:not(.inc) .thrv_text_element h1 a:not(.tcb-button-link),
#tcb_landing_page .thrv_text_element h1 a:not(.tcb-button-link),
:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link),
#tcb_landing_page .thrv_text_element h2 a:not(.tcb-button-link),
:not(.inc) .thrv_text_element h3 a:not(.tcb-button-link),
#tcb_landing_page .thrv_text_element h3 a:not(.tcb-button-link),
:not(.inc) .thrv_text_element h4 a:not(.tcb-button-link),
#tcb_landing_page .thrv_text_element h4 a:not(.tcb-button-link),
:not(.inc) .thrv_text_element h5 a:not(.tcb-button-link),
#tcb_landing_page .thrv_text_element h5 a:not(.tcb-button-link),
:not(.inc) .thrv_text_element h6 a:not(.tcb-button-link),
#tcb_landing_page .thrv_text_element h6 a:not(.tcb-button-link) {
  color: inherit;
  line-height: inherit;
  font: inherit;
  letter-spacing: inherit;
}

:not(.inc) .thrv_text_element h1 a:not(.tcb-button-link):hover,
:not(.inc) .thrv_text_element h1 a:not(.tcb-button-link).tve-state-hover,
#tcb_landing_page .thrv_text_element h1 a:not(.tcb-button-link):hover,
#tcb_landing_page .thrv_text_element h1 a:not(.tcb-button-link).tve-state-hover,
:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link):hover,
:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link).tve-state-hover,
#tcb_landing_page .thrv_text_element h2 a:not(.tcb-button-link):hover,
#tcb_landing_page .thrv_text_element h2 a:not(.tcb-button-link).tve-state-hover,
:not(.inc) .thrv_text_element h3 a:not(.tcb-button-link):hover,
:not(.inc) .thrv_text_element h3 a:not(.tcb-button-link).tve-state-hover,
#tcb_landing_page .thrv_text_element h3 a:not(.tcb-button-link):hover,
#tcb_landing_page .thrv_text_element h3 a:not(.tcb-button-link).tve-state-hover,
:not(.inc) .thrv_text_element h4 a:not(.tcb-button-link):hover,
:not(.inc) .thrv_text_element h4 a:not(.tcb-button-link).tve-state-hover,
#tcb_landing_page .thrv_text_element h4 a:not(.tcb-button-link):hover,
#tcb_landing_page .thrv_text_element h4 a:not(.tcb-button-link).tve-state-hover,
:not(.inc) .thrv_text_element h5 a:not(.tcb-button-link):hover,
:not(.inc) .thrv_text_element h5 a:not(.tcb-button-link).tve-state-hover,
#tcb_landing_page .thrv_text_element h5 a:not(.tcb-button-link):hover,
#tcb_landing_page .thrv_text_element h5 a:not(.tcb-button-link).tve-state-hover,
:not(.inc) .thrv_text_element h6 a:not(.tcb-button-link):hover,
:not(.inc) .thrv_text_element h6 a:not(.tcb-button-link).tve-state-hover,
#tcb_landing_page .thrv_text_element h6 a:not(.tcb-button-link):hover,
#tcb_landing_page .thrv_text_element h6 a:not(.tcb-button-link).tve-state-hover {
  color: inherit;
  line-height: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.thrv_text_element a:not(.tcb-button-link),
.tcb-styled-list a:not(.tcb-button-link),
.tcb-numbered-list a:not(.tcb-button-link) {
  font-size: inherit;
}

.tcb-style-wrap strong {
  font-weight: var(--g-bold-weight, bold);
}

.tcb-plain-text {
  cursor: text;
}

a .tcb-plain-text {
  cursor: inherit;
}

div[style]>a[href^="https://www.froala.com/wysiwyg"] {
  display: none !important;
}

.thrv_text_element {
  overflow-wrap: break-word;
}

body.tve_froala_distraction_free .thrv_text_element.edit_mode {
  outline: none !important;
}

body.tve_froala_distraction_free .thrv_text_element.tcb-group-editing-item:not(.tcb-excluded-from-group-item) {
  outline: none !important;
}

body.tve_froala_distraction_free .thrv_text_element.tcb-group-editing-item:not(.tcb-excluded-from-group-item).edit_mode,
body.tve_froala_distraction_free .thrv_text_element.tcb-group-editing-item:not(.tcb-excluded-from-group-item).edit_mode:focus {
  outline: none !important;
}

body.tve_froala_distraction_free .thrv_text_element.tcb-group-editing-item.tcb-excluded-from-group-item {
  outline: none !important;
}

body.tve_froala_distraction_free .thrv_text_element.tcb-group-editing-item.tcb-excluded-from-group-item.edit_mode,
body.tve_froala_distraction_free .thrv_text_element.tcb-group-editing-item.tcb-excluded-from-group-item.edit_mode:focus {
  outline: none !important;
}

body.tve_froala_distraction_free .thrv_text_element.tcb-group-editing-item.on_hover {
  outline: 1px solid #5e90a7 !important;
}

.tve-sticky-header {
  position: fixed;
  top: 0;
  bottom: 0;
}

.admin-bar .tve-sticky-header {
  top: 32px;
}

.thrive-symbol-shortcode {
  position: relative;
}

body:not(.tve_editor_page) .thrv_wrapper.thrv_footer,
body:not(.tve_editor_page) .thrv_wrapper.thrv_header {
  padding: 0;
}

.thrv_footer .thrive-symbol-shortcode.tve-footer-full-height {
  min-height: 100vh !important;
}

.thrv_footer .thrive-symbol-shortcode {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  min-height: 40px;
}

.thrv-contact-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv-contact-form .thrv-cf-input-wrapper>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thrv-contact-form input,
.thrv-contact-form input[type="password"],
.thrv-contact-form input[type="email"],
.thrv-contact-form input[type="url"],
.thrv-contact-form input[type="text"],
.thrv-contact-form input[type="tel"],
.thrv-contact-form select,
.thrv-contact-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 19px 20px;
  border: 1px solid #000;
  line-height: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #50565f;
  resize: vertical;
  outline: none;
  font-size: 17px;
}

.thrv-contact-form input::-webkit-input-placeholder,
.thrv-contact-form input[type="password"]::-webkit-input-placeholder,
.thrv-contact-form input[type="email"]::-webkit-input-placeholder,
.thrv-contact-form input[type="url"]::-webkit-input-placeholder,
.thrv-contact-form input[type="text"]::-webkit-input-placeholder,
.thrv-contact-form input[type="tel"]::-webkit-input-placeholder,
.thrv-contact-form select::-webkit-input-placeholder,
.thrv-contact-form textarea::-webkit-input-placeholder {
  color: #94a3b0;
}

.thrv-contact-form input:-moz-placeholder,
.thrv-contact-form input[type="password"]:-moz-placeholder,
.thrv-contact-form input[type="email"]:-moz-placeholder,
.thrv-contact-form input[type="url"]:-moz-placeholder,
.thrv-contact-form input[type="text"]:-moz-placeholder,
.thrv-contact-form input[type="tel"]:-moz-placeholder,
.thrv-contact-form select:-moz-placeholder,
.thrv-contact-form textarea:-moz-placeholder {
  color: #94a3b0;
}

.thrv-contact-form input::-moz-placeholder,
.thrv-contact-form input[type="password"]::-moz-placeholder,
.thrv-contact-form input[type="email"]::-moz-placeholder,
.thrv-contact-form input[type="url"]::-moz-placeholder,
.thrv-contact-form input[type="text"]::-moz-placeholder,
.thrv-contact-form input[type="tel"]::-moz-placeholder,
.thrv-contact-form select::-moz-placeholder,
.thrv-contact-form textarea::-moz-placeholder {
  color: #94a3b0;
}

.thrv-contact-form input:-ms-input-placeholder,
.thrv-contact-form input[type="password"]:-ms-input-placeholder,
.thrv-contact-form input[type="email"]:-ms-input-placeholder,
.thrv-contact-form input[type="url"]:-ms-input-placeholder,
.thrv-contact-form input[type="text"]:-ms-input-placeholder,
.thrv-contact-form input[type="tel"]:-ms-input-placeholder,
.thrv-contact-form select:-ms-input-placeholder,
.thrv-contact-form textarea:-ms-input-placeholder {
  color: #94a3b0;
}

.thrv-contact-form input:hover,
.thrv-contact-form input:focus,
.thrv-contact-form input[type="password"]:hover,
.thrv-contact-form input[type="password"]:focus,
.thrv-contact-form input[type="email"]:hover,
.thrv-contact-form input[type="email"]:focus,
.thrv-contact-form input[type="url"]:hover,
.thrv-contact-form input[type="url"]:focus,
.thrv-contact-form input[type="text"]:hover,
.thrv-contact-form input[type="text"]:focus,
.thrv-contact-form input[type="tel"]:hover,
.thrv-contact-form input[type="tel"]:focus,
.thrv-contact-form select:hover,
.thrv-contact-form select:focus,
.thrv-contact-form textarea:hover,
.thrv-contact-form textarea:focus {
  border-color: #1da5e5;
}

.thrv-contact-form textarea {
  resize: vertical;
  display: block;
  min-height: 120px;
}

.thrv-contact-form label.tve-cf-item-required-mark:after {
  content: "*";
  color: red;
  margin-left: 3px;
}

.thrv-contact-form label {
  display: inline-block;
}

.thrv-contact-form .tve-cf-item {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv-contact-form .tve-cf-submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thrv-contact-form .tve-cf-submit>button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thrv-contact-form span.tcb-cf-error,
.thrv-contact-form input[type="text"].tcb-cf-error,
.thrv-contact-form input[type="email"].tcb-cf-error,
.thrv-contact-form textarea.tcb-cf-error {
  color: #fb5c55;
  border-color: #fb5c55;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.thrv-contact-form span.tcb-cf-error {
  font-size: 13px;
}

.thrv-contact-form span.tcb-cf-error {
  display: inline-block;
  padding: 10px 0;
}

.tve-cf-item,
.tve-cf-submit {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.tve-cf-item .thrv_icon,
.tve-cf-submit .thrv_icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  position: absolute;
  right: 0;
  top: 47%;
  z-index: 2;
  margin: 0 20px 0 0;
}

.tve-cf-item .thrv_icon .tve_sc_icon,
.tve-cf-submit .thrv_icon .tve_sc_icon {
  font-size: inherit;
  height: auto;
  padding: 0;
  width: auto;
}

.tve-cf-item .thrv_icon.tve_lg_text_icon,
.tve-cf-submit .thrv_icon.tve_lg_text_icon {
  bottom: auto;
}

.tve-cf-item button,
.tve-cf-submit button {
  border-width: 0;
  background-color: #1ea5e5;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

.tve-cf-item button:hover,
.tve-cf-submit button:hover {
  background-color: #55bef0;
}

.tve-cf-item button[disabled],
.tve-cf-submit button[disabled] {
  background-color: #bfbfbf;
}

.tve-cf-item button:focus,
.tve-cf-submit button:focus {
  background-color: #1688be;
}

.tve-cf-item button::-moz-focus-inner,
.tve-cf-submit button::-moz-focus-inner {
  border: 0;
}

.tve-cf-item label,
.tve-cf-submit label {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.tve-cf-submit .thrv_icon:hover {
  cursor: pointer;
}

.thrv-search-form {
  max-width: 600px;
  --tve-applied-max-width: 600px;
}

.thrv-search-form form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.thrv-search-form form .thrv-sf-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.thrv-search-form form .thrv-sf-input input {
  width: 100%;
  background-color: #fff;
  padding: 14px 15px;
  border: 1px solid rgba(82, 96, 109, 0.5);
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 1em;
  color: #50565f;
  resize: vertical;
  outline: none;
  font-size: 17px;
  min-height: 100%;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv-search-form form .thrv-sf-input input::-webkit-input-placeholder {
  font: inherit !important;
  color: inherit !important;
  opacity: 0.8;
}

.thrv-search-form form .thrv-sf-input input::-moz-placeholder {
  font: inherit !important;
  color: inherit !important;
  opacity: 0.8;
}

.thrv-search-form form .thrv-sf-input input:-ms-input-placeholder {
  font: inherit !important;
  color: inherit !important;
  opacity: 0.8;
}

.thrv-search-form form .thrv-sf-input input::-ms-input-placeholder {
  font: inherit !important;
  color: inherit !important;
  opacity: 0.8;
}

.thrv-search-form form .thrv-sf-input input::placeholder {
  font: inherit !important;
  color: inherit !important;
  opacity: 0.8;
}

.thrv-search-form form .thrv-sf-input input:hover,
.thrv-search-form form .thrv-sf-input input:focus {
  border-color: rgba(82, 96, 109, 0.3);
}

.thrv-search-form form .thrv-sf-submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .thrv-search-form form .thrv-sf-submit .tve_btn_txt {
    display: none;
  }
}

.thrv-search-form form .thrv-sf-submit[data-button-layout="icon"] .tve_btn_txt {
  display: none;
}

.thrv-search-form form .thrv-sf-submit[data-button-layout="text"] .tcb-sf-button-icon {
  display: none;
}

@media (max-width: 767px) {
  .thrv-search-form form .thrv-sf-submit[data-button-layout="text"] .tcb-sf-button-icon {
    display: block;
  }
}

.thrv-search-form form .thrv-sf-submit[data-button-layout="icon_text"] .tcb-sf-button-icon {
  margin-right: 5px;
}

.thrv-search-form form .thrv-sf-submit button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-width: 0;
  background-color: #52606d;
  padding: 14px 15px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv-search-form form .thrv-sf-submit button:hover,
.thrv-search-form form .thrv-sf-submit button:focus {
  background-color: rgba(82, 96, 109, 0.85);
}

@media (max-width: 767px) {
  .thrv-search-form form .thrv-sf-submit button {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.thrv-search-form form .thrv-sf-submit button .tcb-sf-button-icon .thrv_wrapper {
  margin: 0;
}

:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search {
  width: 100%;
  max-width: none !important;
  float: none !important;
  margin: auto !important;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search .thrv-sf-input {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: auto;
}

:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search .thrv-sf-input input {
  display: inline-block;
}

.thrv-search-form .tcb-sf-close-icon {
  background: transparent;
  border: 0;
  position: absolute;
  line-height: 0;
  padding: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999;
  margin: 0;
}

.tve-sf-overlay-container {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  max-width: none !important;
}

.tve-sf-overlay-container.thrv_wrapper {
  margin: 0;
}

.tve-sf-overlay-container>.tve-cb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve-sf-overlay-container .tcb-sf-close-icon {
  background: transparent;
  border: 0;
  position: absolute;
  line-height: 0;
  padding: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999;
  margin: 0;
}

.tcb-body-search-overlay .thrv_header {
  z-index: 0;
}

@media (min-width: 300px) {
  :not(#_s) .thrv-search-form[data-display-d="none"] {
    max-width: var(--tve-applied-max-width) !important;
  }

  :not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input {
    display: block;
    position: initial;
    -webkit-perspective: unset;
    perspective: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: auto;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    top: unset;
  }

  :not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input input {
    display: inline-block;
  }

  :not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input:after {
    content: none;
  }

  .thrv-search-form[data-position-d="left"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .thrv-search-form[data-position-d="right"] form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .thrv-search-form[data-display-d="overlay"]:not(.thrv-sticky-search) {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .thrv-search-form[data-display-d="overlay"]:not(.thrv-sticky-search) .thrv-sf-input {
    display: none;
  }

  .thrv-search-form[data-display-d="expand"] {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    position: relative;
    overflow: unset !important;
  }

  .thrv-search-form[data-display-d="expand"] .thrv-sf-input {
    position: absolute;
    z-index: 10;
    width: 0;
    top: 0;
  }

  .thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand {
    width: var(--tve-applied-max-width);
  }

  .thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand input {
    display: inline-block;
  }

  .thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand:after {
    content: none !important;
  }

  .thrv-search-form[data-display-d*="tooltip"] {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    position: relative;
    overflow: unset !important;
  }

  .thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input {
    position: absolute;
    top: 120%;
    width: var(--tve-applied-max-width);
    z-index: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition:
      opacity 0.35s,
      -webkit-transform 0.35s;
    transition:
      opacity 0.35s,
      -webkit-transform 0.35s;
    -o-transition:
      transform 0.35s,
      opacity 0.35s;
    transition:
      transform 0.35s,
      opacity 0.35s;
    transition:
      transform 0.35s,
      opacity 0.35s,
      -webkit-transform 0.35s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input input {
    display: none;
  }

  .thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input:after {
    content: "";
    position: absolute;
    left: var(--tve-sf-after-left, 18px);
    right: var(--tve-sf-after-right, auto);
    top: auto;
    bottom: 100%;
    width: 20px;
    height: 10px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-image: var(--tcb-sf-bg-img);
    background-color: var(--tcb-sf-bg-color, #000);
    clear: both;
  }

  .thrv-search-form[data-display-d*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input {
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    transform: perspective(400px) rotate3d(0, 0, 0, 0);
    display: block;
  }

  .thrv-search-form[data-display-d*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input {
    display: block;
  }
}

@media (max-width: 1023px) {
  :not(#_s) :not(#_s) .thrv-search-form[data-display-t="none"] {
    max-width: var(--tve-applied-max-width) !important;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input {
    display: block;
    position: initial;
    -webkit-perspective: unset;
    perspective: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: auto;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    top: unset;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input input {
    display: inline-block;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input:after {
    content: none;
  }

  :not(#_s) .thrv-search-form[data-position-t="left"] form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  :not(#_s) .thrv-search-form[data-position-t="right"] form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  :not(#_s) .thrv-search-form[data-display-t="overlay"]:not(.thrv-sticky-search) {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  :not(#_s) .thrv-search-form[data-display-t="overlay"]:not(.thrv-sticky-search) .thrv-sf-input {
    display: none;
  }

  :not(#_s) .thrv-search-form[data-display-t="expand"] {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    position: relative;
    overflow: unset !important;
  }

  :not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input {
    position: absolute;
    z-index: 10;
    width: 0;
    top: 0;
  }

  :not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand {
    width: var(--tve-applied-max-width);
  }

  :not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand input {
    display: inline-block;
  }

  :not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand:after {
    content: none !important;
  }

  :not(#_s) .thrv-search-form[data-display-t*="tooltip"] {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    position: relative;
    overflow: unset !important;
  }

  :not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input {
    position: absolute;
    top: 120%;
    width: var(--tve-applied-max-width);
    z-index: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition:
      opacity 0.35s,
      -webkit-transform 0.35s;
    transition:
      opacity 0.35s,
      -webkit-transform 0.35s;
    -o-transition:
      transform 0.35s,
      opacity 0.35s;
    transition:
      transform 0.35s,
      opacity 0.35s;
    transition:
      transform 0.35s,
      opacity 0.35s,
      -webkit-transform 0.35s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  :not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input input {
    display: none;
  }

  :not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input:after {
    content: "";
    position: absolute;
    left: var(--tve-sf-after-left, 18px);
    right: var(--tve-sf-after-right, auto);
    top: auto;
    bottom: 100%;
    width: 20px;
    height: 10px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-image: var(--tcb-sf-bg-img);
    background-color: var(--tcb-sf-bg-color, #000);
    clear: both;
  }

  :not(#_s) .thrv-search-form[data-display-t*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input {
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    transform: perspective(400px) rotate3d(0, 0, 0, 0);
    display: block;
  }

  :not(#_s) .thrv-search-form[data-display-t*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input {
    display: block;
  }
}

@media (max-width: 767px) {
  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="none"] {
    max-width: var(--tve-applied-max-width) !important;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input {
    display: block;
    position: initial;
    -webkit-perspective: unset;
    perspective: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: auto;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    top: unset;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input input {
    display: inline-block;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input:after {
    content: none;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-position-m="left"] form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-position-m="right"] form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="overlay"]:not(.thrv-sticky-search) {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="overlay"]:not(.thrv-sticky-search) .thrv-sf-input {
    display: none;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="expand"] {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    position: relative;
    overflow: unset !important;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input {
    position: absolute;
    z-index: 10;
    width: 0;
    top: 0;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand {
    width: var(--tve-applied-max-width);
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand input {
    display: inline-block;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand:after {
    content: none !important;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m*="tooltip"] {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    position: relative;
    overflow: unset !important;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input {
    position: absolute;
    top: 120%;
    width: var(--tve-applied-max-width);
    z-index: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition:
      opacity 0.35s,
      -webkit-transform 0.35s;
    transition:
      opacity 0.35s,
      -webkit-transform 0.35s;
    -o-transition:
      transform 0.35s,
      opacity 0.35s;
    transition:
      transform 0.35s,
      opacity 0.35s;
    transition:
      transform 0.35s,
      opacity 0.35s,
      -webkit-transform 0.35s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input input {
    display: none;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input:after {
    content: "";
    position: absolute;
    left: var(--tve-sf-after-left, 18px);
    right: var(--tve-sf-after-right, auto);
    top: auto;
    bottom: 100%;
    width: 20px;
    height: 10px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-image: var(--tcb-sf-bg-img);
    background-color: var(--tcb-sf-bg-color, #000);
    clear: both;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input {
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    transform: perspective(400px) rotate3d(0, 0, 0, 0);
    display: block;
  }

  :not(#_s) :not(#_s) .thrv-search-form[data-display-m*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input {
    display: block;
  }
}

.tve_flt .tve-form,
.tve_flt .tve-login-form {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_flt .tve-form input,
.tve_flt .tve-form input[type="password"],
.tve_flt .tve-form input[type="email"],
.tve_flt .tve-form input[type="url"],
.tve_flt .tve-form input[type="text"],
.tve_flt .tve-form input[type="tel"],
.tve_flt .tve-form select,
.tve_flt .tve-form textarea,
.tve_flt .tve-login-form input,
.tve_flt .tve-login-form input[type="password"],
.tve_flt .tve-login-form input[type="email"],
.tve_flt .tve-login-form input[type="url"],
.tve_flt .tve-login-form input[type="text"],
.tve_flt .tve-login-form input[type="tel"],
.tve_flt .tve-login-form select,
.tve_flt .tve-login-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 19px 20px;
  border: 1px solid #000;
  line-height: 1em;
  width: 100%;
  color: #50565f;
  resize: vertical;
  outline: none;
  font-size: 17px;
}

.tve_flt .tve-form input:hover,
.tve_flt .tve-form input:focus,
.tve_flt .tve-form input[type="password"]:hover,
.tve_flt .tve-form input[type="password"]:focus,
.tve_flt .tve-form input[type="email"]:hover,
.tve_flt .tve-form input[type="email"]:focus,
.tve_flt .tve-form input[type="url"]:hover,
.tve_flt .tve-form input[type="url"]:focus,
.tve_flt .tve-form input[type="text"]:hover,
.tve_flt .tve-form input[type="text"]:focus,
.tve_flt .tve-form input[type="tel"]:hover,
.tve_flt .tve-form input[type="tel"]:focus,
.tve_flt .tve-form select:hover,
.tve_flt .tve-form select:focus,
.tve_flt .tve-form textarea:hover,
.tve_flt .tve-form textarea:focus,
.tve_flt .tve-login-form input:hover,
.tve_flt .tve-login-form input:focus,
.tve_flt .tve-login-form input[type="password"]:hover,
.tve_flt .tve-login-form input[type="password"]:focus,
.tve_flt .tve-login-form input[type="email"]:hover,
.tve_flt .tve-login-form input[type="email"]:focus,
.tve_flt .tve-login-form input[type="url"]:hover,
.tve_flt .tve-login-form input[type="url"]:focus,
.tve_flt .tve-login-form input[type="text"]:hover,
.tve_flt .tve-login-form input[type="text"]:focus,
.tve_flt .tve-login-form input[type="tel"]:hover,
.tve_flt .tve-login-form input[type="tel"]:focus,
.tve_flt .tve-login-form select:hover,
.tve_flt .tve-login-form select:focus,
.tve_flt .tve-login-form textarea:hover,
.tve_flt .tve-login-form textarea:focus {
  border-color: #1da5e5;
}

.tve_flt .tve-form textarea,
.tve_flt .tve-login-form textarea {
  resize: vertical;
  display: block;
  height: 120px;
}

.tve_flt .tve-form .tve-form-item,
.tve_flt .tve-login-form .tve-form-item {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_flt .tve-form .tve-form-submit,
.tve_flt .tve-login-form .tve-form-submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_flt .tve-form span.tcb-form-error,
.tve_flt .tve-form input[type="text"].tcb-form-error,
.tve_flt .tve-form input[type="email"].tcb-form-error,
.tve_flt .tve-form input[type="password"].tcb-form-error,
.tve_flt .tve-form textarea.tcb-form-error,
.tve_flt .tve-login-form span.tcb-form-error,
.tve_flt .tve-login-form input[type="text"].tcb-form-error,
.tve_flt .tve-login-form input[type="email"].tcb-form-error,
.tve_flt .tve-login-form input[type="password"].tcb-form-error,
.tve_flt .tve-login-form textarea.tcb-form-error {
  color: #ed5565;
  border-color: #ed5565;
  top: -20;
}

.tve_flt .tve-form span.tcb-form-error,
.tve_flt .tve-login-form span.tcb-form-error {
  font-size: 13px;
}

.tve_flt .tve-form span.tcb-form-error,
.tve_flt .tve-login-form span.tcb-form-error {
  display: inline-block;
  padding: 10px 0;
}

.tve-form-item,
.tve-login-form-item,
.tve-form-submit {
  position: relative;
}

.tve-form-item .thrv_icon,
.tve-login-form-item .thrv_icon,
.tve-form-submit .thrv_icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  position: absolute;
  right: 0;
  top: 47%;
  z-index: 2;
  margin: 0 20px 0 0;
}

.tve-form-item .thrv_icon .tve_sc_icon,
.tve-login-form-item .thrv_icon .tve_sc_icon,
.tve-form-submit .thrv_icon .tve_sc_icon {
  font-size: inherit;
  height: auto;
  padding: 0;
  width: auto;
}

.tve-form-item .thrv_icon.tve_lg_text_icon,
.tve-login-form-item .thrv_icon.tve_lg_text_icon,
.tve-form-submit .thrv_icon.tve_lg_text_icon {
  bottom: auto;
}

.tve-form-item button[type="submit"],
.tve-login-form-item button[type="submit"],
.tve-form-submit button[type="submit"] {
  border-width: 0;
  background-color: #1ea5e5;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

.tve-form-item button[type="submit"]:hover,
.tve-login-form-item button[type="submit"]:hover,
.tve-form-submit button[type="submit"]:hover {
  background-color: #55bef0;
}

.tve-form-item button[type="submit"][disabled],
.tve-login-form-item button[type="submit"][disabled],
.tve-form-submit button[type="submit"][disabled] {
  background-color: #bfbfbf;
}

.tve-form-item button[type="submit"]:focus,
.tve-login-form-item button[type="submit"]:focus,
.tve-form-submit button[type="submit"]:focus {
  background-color: #1688be;
}

.tve-form-item button[type="submit"]::-moz-focus-inner,
.tve-login-form-item button[type="submit"]::-moz-focus-inner,
.tve-form-submit button[type="submit"]::-moz-focus-inner {
  border: 0;
}

.tve-form-item label,
.tve-login-form-item label,
.tve-form-submit label {
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
}

.tcb-logo {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: block;
  max-width: 100%;
  width: 240px;
}

.thrv_widget_menu .tcb-logo {
  width: auto;
  margin: 0;
}

.tcb-logo.thrv_wrapper {
  padding: 0;
}

.tcb-logo img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}

.tcb-logo picture {
  width: 100%;
}

.tcb-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tcb-post-thumbnail {
  display: block;
  max-width: 100%;
}

.tcb-post-thumbnail.thrv_wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.tcb-post-thumbnail:empty {
  display: none;
}

.tcb-post-thumbnail img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.tcb-post-author-picture {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 240px;
  overflow: hidden;
}

.tcb-post-title.thrv_wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.tcb-post-title.thrv_wrapper a {
  text-decoration: none;
}

.tcb-post-title a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.tcb-post-title:hover a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tcb-post-content {
  overflow-wrap: break-word;
}

.tcb-post-content.thrv_wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.tcb-post-content.tcb-post-content-placeholder:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  background-color: black;
  outline: 1px solid transparent;
  -webkit-animation: pulseanim 1.2s ease-in-out infinite;
  animation: pulseanim 1.2s ease-in-out infinite;
}

@-webkit-keyframes pulseanim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulseanim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#tve_editor .tcb-post-content p {
  font-size: 16px;
  line-height: 1.6em;
}

.tcb-post-date,
.tcb-post-author,
.tcb-post-categories,
.tcb-post-tags {
  color: inherit;
  display: inline-block;
}

.tcb-post-date.thrv_wrapper,
.tcb-post-author.thrv_wrapper,
.tcb-post-categories.thrv_wrapper,
.tcb-post-tags.thrv_wrapper {
  margin: 5px 0;
}

.tcb-post-date.thrv_wrapper a,
.tcb-post-author.thrv_wrapper a,
.tcb-post-categories.thrv_wrapper a,
.tcb-post-tags.thrv_wrapper a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}

.tcb-post-date.thrv_wrapper a:hover,
.tcb-post-author.thrv_wrapper a:hover,
.tcb-post-categories.thrv_wrapper a:hover,
.tcb-post-tags.thrv_wrapper a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

body:not(.tve_editor_page) .no-tags {
  display: none;
}

.tcb-post-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 !important;
}

.tcb-post-list.masonry {
  position: relative;
}

.tcb-post-list.masonry article {
  -webkit-flex-basis: unset;
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
  position: absolute;
}

.tve_editor_page .tcb-post-list.masonry article {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 1024px) {
  #tve_editor .tcb-post-list .tcb-post-title {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  #tve_editor .tcb-post-list .tcb-post-title {
    font-size: 18px;
  }

  .tcb-post-list .tcb-post-title.thrv_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#tve_editor .tcb-post-list .tcb-post-title {
  line-height: 1.4em;
}

.tcb-post-list .tcb-post-date,
.tcb-post-list .tcb-post-author,
.tcb-post-list .tcb-post-categories,
.tcb-post-list .tcb-post-tags {
  font-family: Arial, Helvetica, sans-serif;
}

#tcb_landing_page .tcb-post-list .tve-default-heading h2 {
  font-size: 20px;
  font-weight: bold;
}

#tcb_landing_page .tcb-post-list p {
  font-size: 13px;
}

:not(#very-specific) .tcb-post-list.thrv_wrapper .thrv_wrapper:hover .tcb-post-title.thrv_wrapper.tcb-shortcode>a {
  color: inherit;
}

.tcb-post-list-cb-clear p {
  padding: 0 !important;
  letter-spacing: 1px;
}

.tcb-post-list-cb-clear p a {
  color: inherit !important;
}

.tcb-post-list-cb-clear:after {
  clear: both;
}

.tcb-post-list-cb {
  float: left;
  position: relative;
  z-index: 3;
}

.tcb-post-list-cb.thrv_wrapper {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 4px 10px;
}

.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb p,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb li,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb blockquote,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb address,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb .tcb-plain-text,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb label,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb h1,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb h2,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb h3,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb h4,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb h5,
.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb h6 {
  color: #fff;
  font-size: 13px;
  line-height: 1em;
}

.tcb-post-list-cb .thrv_wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.tcb-post-list-cb .tve-content-box-background {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 5px;
}

.tcb-post-read-more {
  display: table;
  float: left;
  position: relative;
}

.tcb-post-read-more.thrv_wrapper {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.tcb-post-read-more .tcb-button-link {
  text-decoration: none !important;
  color: #fff;
  --tcb-applied-color: #fff;
}

.tcb-post-read-more:not([data-button-style]) .tcb-button-link {
  background-color: #fff !important;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  color: #0a0a0a;
  --tcb-applied-color: #0a0a0a;
  font-size: 14px;
  padding: 10px;
}

.tcb-post-read-more:not([data-button-style]) .tcb-button-link:hover {
  background-color: #fff;
  color: #008fff;
}

.tcb-post-read-more.tve-state-hover .tcb-button-link {
  background-color: #fff;
  color: #008fff;
}

.tcb-post-read-more-clear:after {
  clear: both;
}

.tcb-post-read-more-link:hover {
  border: 1px solid #008fff;
}

.tve-state-hover .tcb-post-read-more-link {
  border: 1px solid #008fff;
}

article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%;
}

article.thrv_wrapper {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"]>article {
  position: relative;
}

body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"]>article>.tve-article-cover,
body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"]>article .tve-article-cover a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 12;
}

.tcb-article-cover-link,
.tcb-post-list .tve-article-cover a {
  line-height: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
}

.no-posts {
  text-align: center;
  margin: 20px auto;
}

.tcb-post-list.empty-list {
  min-height: 20px;
}

.tcb-post-list.empty-list>* {
  display: none;
}

.tcb-post-list.empty-list:after {
  content: attr(data-no_posts_text) !important;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

.tve-loading {
  position: relative;
  opacity: 0.7;
}

.tve-loading.load-bot {
  opacity: 1;
}

.tve-loading.load-bot:after {
  bottom: 0;
  top: inherit;
}

.tve-loading:after {
  background-image: url(data:image/png;base64,R0lGODlhQABAAPQOAOrq6n9/f9zc3EVFRSgoKLe3t2lpaaampsvLy1ZWVpCQkDMzM4+Pj46Ojuvr64CAgOzs7IGBge3t7e7u7oKCggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwRjU1RDY3OEFBMTFFM0IwNzNFMjk5QjMzNzdERTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwRjU1RDc3OEFBMTFFM0IwNzNFMjk5QjMzNzdERTAiPiA8ZGM6cmlnaHRzPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij7CqSBpZGVvbG9neSAtIGh0dHA6Ly93d3cucmVkYnViYmxlLmNvbS9wZW9wbGUvaWRlb2xvZ3k8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnJpZ2h0cz4g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);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  content: "";
  display: block;
  height: 50px;
  left: calc(50% - 25px) !important;
  position: absolute;
  top: calc(50% - 25px) !important;
  width: 50px;
}

.tve-loading article {
  opacity: 0.4;
}

.tcb-pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
}

.tcb-pagination[data-type="numeric"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .tcb-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tcb-pagination.thrv_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  padding: 6px 0;
}

.tcb-pagination[data-type="none"] {
  display: none;
}

.tcb-pagination .tcb-pagination-navigation-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 767px) {
  .tcb-pagination .tcb-pagination-navigation-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tcb-pagination .tcb-pagination-navigation-container.thrv_wrapper {
  margin: 0;
  padding: 0;
}

.tcb-pagination .tcb-pagination-numbers-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.tcb-pagination .tcb-pagination-label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(10, 10, 10, 0.6);
  margin: 0 30px 0 0;
  min-height: 56px;
}

.tcb-pagination .tcb-pagination-label .tcb-pagination-label-content {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  text-align: center;
}

.tcb-pagination-button {
  color: rgba(10, 10, 10, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
}

.tcb-pagination-button.thrv_wrapper {
  margin: 5px 5px;
  padding: 0 !important;
}

.tcb-pagination-button .tcb-button-link {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer !important;
  color: inherit;
  padding: 0 10px;
  font-size: inherit;
  text-decoration: none;
}

.tcb-pagination-button.tcb-disabled-pagination-button {
  cursor: pointer;
  opacity: 0.3;
  pointer-events: none;
}

.tcb-pagination-button-link:hover {
  background-color: rgba(0, 143, 255, 0.2) !important;
}

.tve-state-hover .tcb-pagination-button-link {
  background-color: rgba(0, 143, 255, 0.2) !important;
}

.tcb-pagination-number {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(10, 10, 10, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 42px;
  min-width: 40px;
}

.tcb-pagination-number a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer !important;
}

.tcb-pagination-number.thrv_wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
  margin: 0;
}

.tcb-pagination-number:not(:first-child) {
  margin-left: 4px;
}

.tcb-pagination-number.tcb-pagination-link {
  background-color: #fff;
}

.tcb-pagination-number.tcb-pagination-link:hover,
.tcb-pagination-number.tcb-pagination-link.tve-state-hover {
  background-color: rgba(0, 143, 255, 0.2);
}

.tcb-pagination-number.tcb-pagination-current {
  background-color: #008fff;
  color: #fff !important;
  cursor: auto !important;
}

.tcb-pagination-number.tcb-pagination-dots {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto !important;
}

.tcb-pagination-load-more-button {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.tcb-pagination-load-more-button.thrv_wrapper {
  margin: 0 auto;
}

.tcb-pagination-load-more-button .tcb-pagination-load-more-link {
  background-color: #fff !important;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #0a0a0a;
  font-weight: 500;
  padding: 12px 18px;
  text-decoration: none !important;
}

.tcb-pagination-load-more-button .tcb-pagination-load-more-link:focus,
.tcb-pagination-load-more-button .tcb-pagination-load-more-link:active {
  outline: none;
}

.tcb-pagination-load-more-button.tve-state-hover .tcb-button-link {
  background-color: #fff;
  color: #008fff;
}

.tcb-pagination-load-more-link:hover {
  border: 1px solid #008fff;
}

.tve-state-hover .tcb-pagination-load-more-link {
  border: 1px solid #008fff;
}

[data-button_layout="icon"] .tcb-button-texts {
  display: none;
}

[data-button_layout="icon"].tcb-with-icon.tcb-flip .tcb-button-icon {
  padding-left: 0;
}

.thrv_wrapper nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0 5px !important;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  color: inherit;
  line-height: 1em;
}

.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li a,
.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li span {
  color: inherit;
  font-weight: 700;
  border-radius: 3px;
  overflow: visible !important;
}

.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li .next,
.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li .prev {
  padding: 0.35em 0.5em 0.45em;
}

.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li .current {
  background-color: rgba(228, 228, 228, 0.69);
  color: inherit;
}

.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li a:hover {
  background-color: rgba(228, 228, 228, 0.43);
  color: inherit;
}

.thrv_wrapper nav.woocommerce-pagination ul.page-numbers li a.tcb-prev-next:hover {
  background-color: transparent;
}

.tve_editor_page .tcb-woo-shop:not(.tcb-compact-edit-mode):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 14;
}

.tcb-woo-shop,
.thrive-shop {
  padding: 10px !important;
}

.tve_editor_page .tcb-woo-shop,
.tve_editor_page .thrive-shop {
  position: relative;
}

.tve_editor_page .tcb-woo-shop .woocommerce:empty,
.tve_editor_page .thrive-shop .woocommerce:empty {
  min-height: 50px;
}

.tve_editor_page .tcb-woo-shop .woocommerce:empty:after,
.tve_editor_page .thrive-shop .woocommerce:empty:after {
  content: "No products found" !important;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

.tve_editor_page .tcb-woo-shop .woocommerce-pagination li .page-numbers:focus,
.tve_editor_page .thrive-shop .woocommerce-pagination li .page-numbers:focus {
  background: unset;
}

.tve_editor_page .tcb-woo-shop .woocommerce-ordering select,
.tve_editor_page .thrive-shop .woocommerce-ordering select {
  pointer-events: none;
}

.tcb-woo-shop .woocommerce-ordering select,
.thrive-shop .woocommerce-ordering select {
  padding: 0 25px 0 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tcb-woo-shop .woocommerce-pagination li .page-numbers,
.thrive-shop .woocommerce-pagination li .page-numbers {
  color: var(--tve-color) !important;
  font-size: var(--tve-font-size) !important;
  font-weight: var(--tve-font-weight) !important;
  font-style: var(--tve-font-style) !important;
  -webkit-text-decoration: var(--tve-text-decoration) !important;
  text-decoration: var(--tve-text-decoration) !important;
  font-family: var(--tve-font-family) !important;
}

.tcb-woo-shop.thrv_wrapper,
.thrive-shop.thrv_wrapper {
  margin: 0;
}

.tcb-woo-shop ul.products,
.thrive-shop ul.products {
  margin-left: 0 !important;
  padding-left: 0 !important;
  --tve-woo-image-size: 100%;
}

.tcb-woo-shop li.product,
.thrive-shop li.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1em !important;
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link,
.thrive-shop li.product a.woocommerce-loop-product__link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link img,
.thrive-shop li.product a.woocommerce-loop-product__link img {
  width: var(--tve-woo-image-size);
  height: auto;
  display: block;
  margin: 0 0 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title,
.thrive-shop li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
  margin: 5px 0;
  padding: 0;
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link .star-rating,
.thrive-shop li.product a.woocommerce-loop-product__link .star-rating {
  margin: 5px 0;
  padding: 0;
  font-size: 0.857em;
  color: var(--tcb-skin-color-0);
  width: 6.3em;
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link .star-rating span:before,
.thrive-shop li.product a.woocommerce-loop-product__link .star-rating span:before {
  content: "\53\00a0\53\00a0\53\00a0\53\00a0\53";
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link .star-rating:before,
.thrive-shop li.product a.woocommerce-loop-product__link .star-rating:before {
  color: #878787;
  opacity: 0.74;
  content: "\53\00a0\53\00a0\53\00a0\53\00a0\53";
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link .price,
.thrive-shop li.product a.woocommerce-loop-product__link .price {
  margin: 5px 0;
  padding: 0;
}

.tcb-woo-shop li.product a.woocommerce-loop-product__link .price ins,
.thrive-shop li.product a.woocommerce-loop-product__link .price ins {
  background: transparent;
}

.tcb-woo-shop li.product .add_to_cart_button,
.tcb-woo-shop li.product .product_type_grouped,
.thrive-shop li.product .add_to_cart_button,
.thrive-shop li.product .product_type_grouped {
  margin: 10px 0;
}

.tcb-woo-shop li.product .onsale,
.thrive-shop li.product .onsale {
  right: 0;
  top: unset;
  left: auto;
  margin: 6px 0 0;
  padding: 3px 6px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.tcb-woo-shop[data-align-items="left"] .woocommerce-loop-product__link,
.tcb-woo-shop[data-align-items="left"] li.product,
.thrive-shop[data-align-items="left"] .woocommerce-loop-product__link,
.thrive-shop[data-align-items="left"] li.product {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.tcb-woo-shop[data-align-items="left"] .woocommerce-loop-product__link>*,
.tcb-woo-shop[data-align-items="left"] li.product>*,
.thrive-shop[data-align-items="left"] .woocommerce-loop-product__link>*,
.thrive-shop[data-align-items="left"] li.product>* {
  text-align: left !important;
}

.tcb-woo-shop[data-align-items="center"] .woocommerce-loop-product__link,
.tcb-woo-shop[data-align-items="center"] li.product,
.thrive-shop[data-align-items="center"] .woocommerce-loop-product__link,
.thrive-shop[data-align-items="center"] li.product {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.tcb-woo-shop[data-align-items="center"] .woocommerce-loop-product__link>*,
.tcb-woo-shop[data-align-items="center"] li.product>*,
.thrive-shop[data-align-items="center"] .woocommerce-loop-product__link>*,
.thrive-shop[data-align-items="center"] li.product>* {
  text-align: center !important;
}

.tcb-woo-shop[data-align-items="center"] .woocommerce-loop-product__link .onsale,
.tcb-woo-shop[data-align-items="center"] li.product .onsale,
.thrive-shop[data-align-items="center"] .woocommerce-loop-product__link .onsale,
.thrive-shop[data-align-items="center"] li.product .onsale {
  left: calc((100% - var(--tve-woo-image-size)) / 2) !important;
}

.tcb-woo-shop[data-align-items="right"] .woocommerce-loop-product__link,
.tcb-woo-shop[data-align-items="right"] li.product,
.thrive-shop[data-align-items="right"] .woocommerce-loop-product__link,
.thrive-shop[data-align-items="right"] li.product {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.tcb-woo-shop[data-align-items="right"] .woocommerce-loop-product__link>*,
.tcb-woo-shop[data-align-items="right"] li.product>*,
.thrive-shop[data-align-items="right"] .woocommerce-loop-product__link>*,
.thrive-shop[data-align-items="right"] li.product>* {
  text-align: right !important;
}

.tcb-woo-shop[data-align-items="right"] .woocommerce-loop-product__link .onsale,
.tcb-woo-shop[data-align-items="right"] li.product .onsale,
.thrive-shop[data-align-items="right"] .woocommerce-loop-product__link .onsale,
.thrive-shop[data-align-items="right"] li.product .onsale {
  left: calc(100% - var(--tve-woo-image-size)) !important;
}

.tcb-woo-shop nav.woocommerce-pagination,
.thrive-shop nav.woocommerce-pagination {
  text-align: center;
}

.tcb-woo-product-categories {
  padding: 10px !important;
}

.tcb-woo-product-categories.thrv_wrapper {
  margin: 0;
}

.tve_editor_page .tcb-woo-product-categories {
  position: relative;
}

.tve_editor_page .tcb-woo-product-categories:not(.tcb-compact-edit-mode):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 14;
}

.tve_editor_page .tcb-woo-product-categories .woocommerce:empty {
  min-height: 50px;
}

.tve_editor_page .tcb-woo-product-categories .woocommerce:empty:after {
  content: "No product categories found" !important;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

.tcb-woo-product-categories ul.products {
  margin-left: 0 !important;
  padding: 0 !important;
  --tve-woo-image-size: 100%;
}

.tcb-woo-product-categories li.product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1em !important;
}

.tcb-woo-product-categories li.product-category>a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  width: 100%;
  position: relative;
}

.tcb-woo-product-categories li.product-category>a img {
  width: var(--tve-woo-image-size) !important;
  height: auto;
  display: block;
  margin: 0 0 5px 0 !important;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tcb-woo-product-categories li.product-category>a .thrive-product-category-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}

.tcb-woo-product-categories li.product-category>a .thrive-product-category-text-wrapper h2.woocommerce-loop-category__title {
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
}

.tcb-woo-product-categories li.product-category>a .thrive-product-category-count {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 5px;
}

.tcb-woo-product-categories[data-align-items="left"] li.product-category,
.tcb-woo-product-categories[data-align-items="left"] li.product-category>a {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.tcb-woo-product-categories[data-align-items="left"] li.product-category .thrive-product-category-text-wrapper,
.tcb-woo-product-categories[data-align-items="left"] li.product-category>a .thrive-product-category-text-wrapper {
  text-align: left !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.tcb-woo-product-categories[data-align-items="center"] li.product-category,
.tcb-woo-product-categories[data-align-items="center"] li.product-category>a {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.tcb-woo-product-categories[data-align-items="center"] li.product-category .thrive-product-category-text-wrapper,
.tcb-woo-product-categories[data-align-items="center"] li.product-category>a .thrive-product-category-text-wrapper {
  text-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.tcb-woo-product-categories[data-align-items="right"] li.product-category,
.tcb-woo-product-categories[data-align-items="right"] li.product-category>a {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.tcb-woo-product-categories[data-align-items="right"] li.product-category .thrive-product-category-text-wrapper,
.tcb-woo-product-categories[data-align-items="right"] li.product-category>a .thrive-product-category-text-wrapper {
  text-align: right !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.tcb-woo-product-categories[data-text-layout="text_on_image"] .thrive-product-category-text-wrapper {
  position: absolute;
  z-index: 5;
  width: var(--tve-woo-image-size) !important;
}

.tcb-woo-product-categories[data-text-layout="text_on_image"][data-text-position="top"] li.product-category>a {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.tcb-woo-product-categories[data-text-layout="text_on_image"][data-text-position="center"] li.product-category>a {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.tcb-woo-product-categories[data-text-layout="text_on_image"][data-text-position="bottom"] li.product-category>a {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.tcb-woo-product-categories[data-text-layout="text_before_image"] .thrive-product-category-text-wrapper {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.tcb-woo-product-categories .woocommerce-loop-category__title {
  font-weight: var(--tve-font-weight, 500);
}

body:not(.tve_editor_page) .thrv-login-element {
  display: none;
}

.thrv-login-element.thrv_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv-login-element .tve-login-form input,
.thrv-login-element .tve-login-form input[type="password"],
.thrv-login-element .tve-login-form input[type="email"],
.thrv-login-element .tve-login-form input[type="url"],
.thrv-login-element .tve-login-form input[type="text"],
.thrv-login-element .tve-login-form input[type="tel"],
.thrv-login-element .tve-login-form select,
.thrv-login-element .tve-login-form textarea {
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  padding: 15px;
  color: rgba(10, 10, 10, 0.6);
  border-radius: 3px;
  border: solid 2px rgba(10, 10, 10, 0.2);
  margin: 10px 0;
  background-clip: padding-box;
}

.thrv-login-element .tve-login-form input.tcb-form-input-error,
.thrv-login-element .tve-login-form input[type="password"].tcb-form-input-error,
.thrv-login-element .tve-login-form input[type="email"].tcb-form-input-error,
.thrv-login-element .tve-login-form input[type="url"].tcb-form-input-error,
.thrv-login-element .tve-login-form input[type="text"].tcb-form-input-error,
.thrv-login-element .tve-login-form input[type="tel"].tcb-form-input-error,
.thrv-login-element .tve-login-form select.tcb-form-input-error,
.thrv-login-element .tve-login-form textarea.tcb-form-input-error {
  border-color: rgba(217, 43, 43, 0.55);
}

.thrv-login-element .tve-login-form input::-webkit-input-placeholder,
.thrv-login-element .tve-login-form input[type="password"]::-webkit-input-placeholder,
.thrv-login-element .tve-login-form input[type="email"]::-webkit-input-placeholder,
.thrv-login-element .tve-login-form input[type="url"]::-webkit-input-placeholder,
.thrv-login-element .tve-login-form input[type="text"]::-webkit-input-placeholder,
.thrv-login-element .tve-login-form input[type="tel"]::-webkit-input-placeholder,
.thrv-login-element .tve-login-form select::-webkit-input-placeholder,
.thrv-login-element .tve-login-form textarea::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.6);
  opacity: 0.7;
}

.thrv-login-element .tve-login-form input::-moz-placeholder,
.thrv-login-element .tve-login-form input[type="password"]::-moz-placeholder,
.thrv-login-element .tve-login-form input[type="email"]::-moz-placeholder,
.thrv-login-element .tve-login-form input[type="url"]::-moz-placeholder,
.thrv-login-element .tve-login-form input[type="text"]::-moz-placeholder,
.thrv-login-element .tve-login-form input[type="tel"]::-moz-placeholder,
.thrv-login-element .tve-login-form select::-moz-placeholder,
.thrv-login-element .tve-login-form textarea::-moz-placeholder {
  color: rgba(10, 10, 10, 0.6);
  opacity: 0.7;
}

.thrv-login-element .tve-login-form input:-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="password"]:-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="email"]:-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="url"]:-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="text"]:-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="tel"]:-ms-input-placeholder,
.thrv-login-element .tve-login-form select:-ms-input-placeholder,
.thrv-login-element .tve-login-form textarea:-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.6);
  opacity: 0.7;
}

.thrv-login-element .tve-login-form input::-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="password"]::-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="email"]::-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="url"]::-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="text"]::-ms-input-placeholder,
.thrv-login-element .tve-login-form input[type="tel"]::-ms-input-placeholder,
.thrv-login-element .tve-login-form select::-ms-input-placeholder,
.thrv-login-element .tve-login-form textarea::-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.6);
  opacity: 0.7;
}

.thrv-login-element .tve-login-form input::placeholder,
.thrv-login-element .tve-login-form input[type="password"]::placeholder,
.thrv-login-element .tve-login-form input[type="email"]::placeholder,
.thrv-login-element .tve-login-form input[type="url"]::placeholder,
.thrv-login-element .tve-login-form input[type="text"]::placeholder,
.thrv-login-element .tve-login-form input[type="tel"]::placeholder,
.thrv-login-element .tve-login-form select::placeholder,
.thrv-login-element .tve-login-form textarea::placeholder {
  color: rgba(10, 10, 10, 0.6);
  opacity: 0.7;
}

#tcb_landing_page .thrv-login-element .tcb-button-link,
#tcb_landing_page .thrv-login-element input {
  font-family: inherit;
  font-weight: inherit;
}

.thrv-login-element,
#tcb_landing_page .thrv-login-element,
:not(.inc) .thrv-login-element {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #50565f;
}

.thrv-login-element p,
#tcb_landing_page .thrv-login-element p,
:not(.inc) .thrv-login-element p {
  color: #94a3b0;
  --tcb-applied-color: #94a3b0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
}

.thrv-login-element p.tcb-switch-state,
#tcb_landing_page .thrv-login-element p.tcb-switch-state,
:not(.inc) .thrv-login-element p.tcb-switch-state {
  margin: 0 auto;
  text-align: center;
}

.thrv-login-element h2,
#tcb_landing_page .thrv-login-element h2,
:not(.inc) .thrv-login-element h2 {
  color: #94a3b0;
  --tcb-applied-color: #94a3b0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  font-style: inherit;
  text-align: left;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.thrv-login-element .thrv_text_element,
#tcb_landing_page .thrv-login-element .thrv_text_element,
:not(.inc) .thrv-login-element .thrv_text_element {
  margin: 0 0 20px;
}

.thrv-login-element .thrv_text_element.tar-login-elem-link,
#tcb_landing_page .thrv-login-element .thrv_text_element.tar-login-elem-link,
:not(.inc) .thrv-login-element .thrv_text_element.tar-login-elem-link {
  margin: 8px 0 0;
}

.thrv-login-element .thrv_text_element.tar-login-elem-h2,
#tcb_landing_page .thrv-login-element .thrv_text_element.tar-login-elem-h2,
:not(.inc) .thrv-login-element .thrv_text_element.tar-login-elem-h2 {
  margin: 40px 0;
}

.thrv-login-element .thrv_text_element.tar-login-elem-h2 h2,
#tcb_landing_page .thrv-login-element .thrv_text_element.tar-login-elem-h2 h2,
:not(.inc) .thrv-login-element .thrv_text_element.tar-login-elem-h2 h2 {
  text-align: center;
}

.thrv-login-element .thrv_text_element a,
.thrv-login-element .thrv_text_element a:hover,
#tcb_landing_page .thrv-login-element .thrv_text_element a,
#tcb_landing_page .thrv-login-element .thrv_text_element a:hover,
:not(.inc) .thrv-login-element .thrv_text_element a,
:not(.inc) .thrv-login-element .thrv_text_element a:hover {
  color: #1da5e5;
  background: transparent;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: underline;
}

.thrv-login-element .tcb-login-form,
.thrv-login-element .tcb-registration-form,
#tcb_landing_page .thrv-login-element .tcb-login-form,
#tcb_landing_page .thrv-login-element .tcb-registration-form,
:not(.inc) .thrv-login-element .tcb-login-form,
:not(.inc) .thrv-login-element .tcb-registration-form {
  margin: 0;
  padding: 0;
}

.thrv-login-element .tve-login-form .tcb-label,
#tcb_landing_page .thrv-login-element .tve-login-form .tcb-label,
:not(.inc) .thrv-login-element .tve-login-form .tcb-label {
  color: #94a3b0;
  margin-bottom: 3px;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}

.thrv-login-element .tve-login-form input[type="checkbox"],
#tcb_landing_page .thrv-login-element .tve-login-form input[type="checkbox"],
:not(.inc) .thrv-login-element .tve-login-form input[type="checkbox"] {
  position: static;
  opacity: 1;
  width: inherit;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.thrv-login-element .tar-login-submit .tcb-button-text,
.thrv-login-element .tar-login-submit .tcb-secondary-text {
  color: #fff;
  --tcb-applied-color: #fff;
}

.thrv-login-element .tve_lg_checkbox_wrapper input[type="checkbox"]:not(#_) {
  position: absolute;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .thrv-login-element {
    margin: 0 auto;
    max-width: 540px;
    width: 100%;
  }
}

.thrv-login-element .tve-login-form-input {
  position: relative;
}

.thrv-login-element .tve-login-form-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv-login-element .tve-login-form-input .thrv_icon {
  margin: 0;
  font-size: 24px;
  top: 50%;
}

.thrv-login-element .tcb-remember-me-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thrv-login-element .tcb-remember-me-item .tve-new-checkbox {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.thrv-login-element .tcb-remember-me-item .tve-checkbox-grid {
  --cols: 1;
}

.thrv-login-element .tcb-remember-me-item label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thrv-login-element .tve-login-form-item {
  text-align: left;
}

.thrv-login-element .tcb-form-loader-icon {
  z-index: 11;
}

.thrv-login-element .thrv_wrapper.thrv_contentbox_shortcode {
  padding: 25px 45px;
  margin-bottom: 0;
  margin-top: 0;
}

.thrv-login-element .thrv_wrapper.thrv_contentbox_shortcode .tve-content-box-background {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(10, 10, 10, 0.1);
}

.thrv-login-element .tcb-lost-password-link {
  margin: 0 0 10px;
}

.thrv-login-element .tcb-lost-password-link p {
  padding: 0;
}

.thrv-login-element .tcb-lost-password-link a {
  line-height: normal;
}

.thrv-login-element .tcb-form-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.thrv-login-element .tcb-form-loader>span.tcb-form-loader-icon {
  -webkit-animation: tcb-loader 0.7s infinite linear;
  animation: tcb-loader 0.7s infinite linear;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 0.7;
}

.thrv-login-element .tcb-form-error:not(#_) {
  padding: 0;
  position: relative;
  color: #d92b2b;
}

.thrv-login-element .tve_lg_file+.tcb-form-error:not(#_) {
  top: 0;
}

.thrv-login-element .tve_lg_file+.tcb-form-error:not(#_)+.tcb-file-list {
  margin-top: -10px;
}

.thrv-login-element .tve-captcha-container+.tcb-form-error {
  top: 0 !important;
}

.thrv-login-element .tve-form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.thrv-login-element .tve-form-input>input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thrv-login-element .thrv-button {
  position: relative;
}

.thrv-login-element .tve-form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thrv-login-element .tve-form-submit button {
  border-width: 0;
  padding: 15px;
  color: #fff;
  --tcb-applied-color: #fff;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 40px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #1172d2;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.thrv-login-element .tve-form-submit button:hover,
.thrv-login-element .tve-form-submit button:active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}

.tar-login-elem-button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}

.tar-login-elem-button.tve-state-hover .tcb-button-link,
.tar-login-elem-button:hover .tcb-button-link {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.04)),
      to(rgba(0, 0, 0, 0.04)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.04),
      rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  background-color: var(--tcb-local-color-62516, #1372d3);
}

.tar-login-elem-button .tcb-button-link {
  background-color: var(--tcb-local-color-62516, #1372d3) !important;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.logged-in:not(.tve_editor_page) .tcb-hide-logged-in {
  display: none !important;
}

.tve-login-form .tcb-remberme-label {
  cursor: pointer;
}

.tcb-image-gallery {
  --tve-gallery-vertical-space: 10px;
  --tve-gallery-horizontal-space: 10px;
  --tve-gallery-column-height: 120px;
  --tve-gallery-gutter: 10px;
}

.tcb-image-gallery .tcb-image-gallery-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: calc(-1 * var(--tve-gallery-horizontal-space));
  margin-top: calc(-1 * var(--tve-gallery-vertical-space));
}

.tcb-image-gallery .tcb-image-gallery-container.justified-gallery {
  width: calc(100% + (2 * var(--tve-gallery-gutter)));
  position: relative;
  overflow: hidden;
  margin: calc(-1 * var(--tve-gallery-gutter)) 0 calc(-1 * var(--tve-gallery-gutter)) calc(-1 * var(--tve-gallery-gutter));
}

.tcb-image-gallery .tcb-image-gallery-container.justified-gallery .tve_image_caption {
  position: absolute;
  margin: 0;
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(-1 * var(--tve-gallery-horizontal-space, 20px));
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider .tve_image_caption {
  margin: 0;
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider .slick-slide {
  margin-left: var(--tve-gallery-horizontal-space, 20px);
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider .slick-slide:focus {
  outline: none;
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider.tcb-infinite-carousel .slick-slide:not(.slick-active) {
  height: 0;
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider.tcb-infinite-carousel .slick-slide:not(.slick-active) .tve_image_caption {
  height: 0;
}

.tcb-image-gallery .tcb-image-gallery-container.slick-slider .tcb-carousel-arrow {
  margin: 0;
  fill: currentColor;
  color: var(--tcb-local-color-icon, #94a3b0);
  font-size: 20px;
  z-index: 3;
}

.tcb-image-gallery .tcb-image-gallery-container.tcb-carousel-center {
  margin-left: 0;
}

.tcb-image-gallery .tcb-image-gallery-container.tcb-carousel-center .slick-list {
  padding: 0 var(--tcb-carousel-overlap, 50px) 0 calc(var(--tcb-carousel-overlap, 50px) - var(--tve-gallery-horizontal-space)) !important;
}

.tcb-image-gallery .tcb-image-gallery-container.tcb-carousel-center .slick-prev {
  left: calc(-1 * calc(var(--tve-arrow-size, 25px))) !important;
}

.tcb-image-gallery .tcb-image-gallery-container.tcb-carousel-center ul.tcb-carousel-dots {
  margin: 0 !important;
}

.tcb-image-gallery .tcb-image-gallery-container.tcb-carousel-fade .slick-track {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tcb-image-gallery .tcb-image-gallery-container.tve-loading {
  position: relative;
  opacity: 0.7;
  height: 100px;
}

.tcb-image-gallery .tcb-image-gallery-container.tve-loading.load-bot {
  opacity: 1;
}

.tcb-image-gallery .tcb-image-gallery-container.tve-loading.load-bot:after {
  bottom: 0;
  top: inherit;
}

.tcb-image-gallery .tcb-image-gallery-container.tve-loading .tve_image_caption {
  opacity: 0;
}

.tcb-image-gallery .tcb-image-gallery-container.tve-loading:after {
  background-image: url("data:image/gif;base64,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");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  content: "";
  display: block;
  height: 50px;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
}

.tcb-image-gallery .tcb-image-gallery-container .tve_image_caption {
  width: calc((100% - (var(--tve-gallery-columns)) * var(--tve-gallery-horizontal-space)) / var(--tve-gallery-columns));
  margin: var(--tve-gallery-vertical-space) 0 0 var(--tve-gallery-horizontal-space);
  padding: 0;
}

.tcb-image-gallery .tcb-image-gallery-container .tve_image_caption .wp-caption-text {
  cursor: text;
  min-height: 29px;
  padding: 0 !important;
}

.tcb-image-gallery .tcb-carousel-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  bottom: 0;
  top: 0;
}

.tcb-image-gallery .tcb-carousel-dots li.tcb-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--tve-applied-color, #8695a2);
  --tcb-local-color-icon: var(--tve-applied-color, #8695a2);
  --tcb-local-color-var: var(--tve-applied-color, #8695a2);
  --tve-icon-size: 18px;
  fill: currentColor;
  list-style: none;
  margin: 0 var(--tve-carousel-dots-space, 5px) !important;
  padding-bottom: 0 !important;
}

.tcb-image-gallery .tcb-carousel-dots li.tcb-dot:not(.slick-active) {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}

.tcb-image-gallery .tcb-carousel-dots li.tcb-dot.slick-active svg:focus {
  outline: none;
}

.tcb-image-gallery.tcb-gallery-crop .tve_image_caption .tve_image_frame {
  height: var(--tcb-gallery-crop-size, 100%);
}

.tcb-image-gallery.tcb-gallery-crop .tve_image_caption .tve_image_frame img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  width: var(--tcb-gallery-crop-width, 100%);
  min-width: 100%;
  max-width: none !important;
}

.tcb-image-gallery.tcb-gallery-crop[data-caption="true"] .tcb-image-gallery-container.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tcb-image-gallery[data-click-behavior="fullscreen"] .tve_image_caption {
  cursor: pointer;
}

.tcb-image-gallery[data-type="grid"] .tve_image_caption .tve-image-caption-inside.tcb-caption-center {
  top: var(--tve-center-image, 50%);
}

.tcb-image-gallery[data-type="carousel"].tcb-has-arrows {
  margin-left: var(--tve-arrow-size, 20px);
  margin-right: var(--tve-arrow-size, 20px);
}

.tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-prev {
  left: calc(-1 * calc(var(--tve-arrow-size, 25px) - var(--tve-gallery-horizontal-space)));
}

.tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-next {
  right: calc(-1 * var(--tve-arrow-size, 25px));
}

.tcb-image-gallery .tve_image_frame.img_style_dark_frame {
  border: 5px solid #202020;
  padding: 0;
}

.tcb-image-gallery .tve_image_frame.img_style_framed {
  border: 5px solid rgba(0, 0, 0, 0);
  outline: 1px solid #e7e7e7;
  border-radius: 1px;
}

.tcb-image-gallery .tve_image_frame.img_style_lifted_style1 {
  -webkit-box-shadow: 4px 4px 6px -3px #333;
  box-shadow: 4px 4px 6px -3px #333;
}

.tcb-image-gallery .tve_image_frame.img_style_polaroid {
  background: #fff;
  border: 15px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: 1px 1px 3px -1px #777;
  box-shadow: 1px 1px 3px -1px #777;
}

.tcb-image-gallery .tve_image_frame.img_style_rounded_corners {
  border-radius: 10px;
}

.tcb-image-gallery .tve_image_frame.img_style_circle {
  border-radius: 50%;
}

.tcb-image-gallery .tve_image_frame.img_style_caption_overlay {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.tcb-image-gallery .tve_image_frame.img_style_lifted_style2 {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.tcb-image-gallery .tve_image_frame.img_style_lifted_style2:before,
.tcb-image-gallery .tve_image_frame.img_style_lifted_style2:after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 14px;
  width: 60%;
  bottom: 25px;
  background: #555;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 8px 9px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 8px 9px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border: 0;
  height: 0;
}

.tcb-image-gallery .tve_image_frame.img_style_lifted_style2:after {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 14px;
  left: auto;
}

.tcb-gallery-overlay {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  opacity: 0;
}

.tcb-gallery-overlay.g-v {
  opacity: 1;
}

.tcb-gallery-overlay .tcb-gallery-wrapper {
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  height: calc(100vh - 100px);
  margin-top: 50px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-touch-action: none;
  touch-action: none;
}

.tcb-gallery-overlay .tcb-gallery-wrapper.g-n-a {
  -webkit-transition: none 0s ease;
  -o-transition: none 0s ease;
  transition: none 0s ease;
}

.tcb-gallery-overlay .tve-g-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}

.tcb-gallery-overlay .tve-g-image-wrapper img {
  -webkit-box-shadow: 0 0 22px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 22px -2px rgba(0, 0, 0, 0.75);
  display: block;
  max-height: calc(100vh - 120px);
}

.tcb-gallery-overlay .tve-g-image-wrapper .tcb-caption-wrapper {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.tcb-gallery-overlay .tve-g-image-wrapper .tcb-caption-wrapper.tcb-loading {
  position: absolute;
  opacity: 0;
}

.tcb-gallery-overlay .tve-g-image-wrapper .tcb-caption-wrapper.tcb-loading+.tcb-image-loader {
  -webkit-animation: tcb-loader 1s infinite linear;
  animation: tcb-loader 1s infinite linear;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.tcb-gallery-overlay .tve-g-image-wrapper .tcb-caption-wrapper.tcb-loading+.tcb-image-loader svg {
  fill: #000;
}

.tcb-gallery-overlay .tve-g-image-wrapper .tcb-caption-wrapper:not(.tcb-loading)+.tcb-image-loader {
  opacity: 0;
}

.tcb-gallery-overlay .tve-g-image-wrapper .tcb-caption-wrapper .tcb-caption {
  text-align: left;
  line-height: 1.2em;
  color: #fff;
}

.tcb-gallery-overlay .tcb-g-count {
  color: #fff;
  display: block;
  height: 37px;
  line-height: 37px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tcb-gallery-overlay .tcb-g-count .tcb-gl-ctrl-wrp {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 19px;
  display: table;
  margin: 0 auto;
}

.tcb-gallery-overlay .tcb-g-count .tcb-img-count,
.tcb-gallery-overlay .tcb-g-count .tcb-cap-txt {
  font-size: 14px;
}

.tcb-gallery-overlay .tcb-g-count .tcb-mob-text {
  display: none;
}

.tcb-gallery-overlay .tcb-gl-ctrl {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1003;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: -48px;
  position: absolute;
  top: 50%;
  text-decoration: none;
  text-align: center;
  width: 37px;
  height: 66px;
  outline: 0;
  cursor: pointer;
}

.tcb-gallery-overlay .tcb-gl-ctrl svg {
  fill: #fff;
  width: 12px;
  height: 22px;
  margin-top: 5px;
}

.tcb-gallery-overlay .tcb-gl-ctrl:hover {
  background: rgba(0, 0, 0, 0.8);
}

.tcb-gallery-overlay .tcb-nav-next {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-position: -201px -104px;
  right: 0;
}

.tcb-gallery-overlay .tcb-nav-prev {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-position: -153px -103px;
  left: 0;
}

.tcb-gallery-overlay .tcb-nav-close {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.4);
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: -16px;
  right: -16px;
  text-decoration: none;
  width: 32px;
  text-align: center;
  border: 0;
  padding: 0;
  outline: 0;
}

.tcb-gallery-overlay .tcb-nav-close.tcb-gl-ctrl-mob {
  display: none;
}

@media (max-width: 767px) {
  .tcb-gallery-overlay .tcb-nav-close {
    display: none;
  }

  .tcb-gallery-overlay .tcb-nav-close.tcb-gl-ctrl-mob {
    display: block;
    top: 0px;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 767px) {
  .tcb-gallery-overlay .tcb-nav-close {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tcb-gallery-overlay .tcb-nav-close:hover {
  background: rgba(0, 0, 0, 0.5);
}

.tcb-gallery-overlay .tcb-nav-close.tcb-nav-close-cnt {
  top: 0;
  right: 0;
}

.tcb-gallery-overlay .tcb-nav-close svg {
  fill: #fff;
  height: 16px;
  margin-top: 8px;
}

.tve-number-counter {
  z-index: 9;
}

.tve-number-counter .tve-number-wrapper {
  display: block;
  text-align: center;
}

.tve-number-counter .tve-number-wrapper span {
  display: inline-block !important;
}

.tve-number-counter .tve-number-wrapper span:empty {
  display: none !important;
}

.tve-number-counter .tve-number-wrapper .tcb-digit:not(.tcb-character-digit) {
  font-variant-numeric: tabular-nums lining-nums;
  width: var(--tve-number-counter-digit-width, 25px);
}

.tve-number-counter .tve-number-wrapper .tve-number {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  z-index: 1;
  word-break: break-all;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tve-number-counter .tve-number-wrapper[data-anim="slide"] .thrv-inline-text {
  text-decoration: none !important;
}

.tve-number-counter .tve-number-wrapper[data-anim="slide"] .tve-number {
  font-variant-numeric: tabular-nums lining-nums;
}

.tve-number-counter .tve-number-wrapper .tve-mini-label {
  display: none;
}

.tve-number-counter .thrv-inline-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tve-number-counter.tcb-hide-labels .tve-number-label {
  display: none !important;
}

.tve-number-counter.tcb-label-top .tcb-label-top {
  display: block;
}

.tve-number-counter.tcb-label-bottom .tcb-label-bottom {
  display: block;
}

.tve-number-counter.tcb-label-both .tcb-label-top,
.tve-number-counter.tcb-label-both .tcb-label-bottom {
  display: block;
}

.tve-number-counter .tve-number-label {
  display: none;
  width: 100%;
  text-align: center;
  word-break: break-word;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.tve-number-counter>span:not(.tve-number-label),
.tve-number-counter .tve-mini-label {
  font-size: var(--tve-font-size, 48px) !important;
  margin: 0;
  line-height: 1.2em;
}

.tve-number-counter .tve-number-counter-temporary-clone {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

@-moz-document url-prefix() {

  strong,
  b {
    font-weight: bold;
  }
}

@supports (-webkit-touch-callout: none) {

  .tve-mobile-browser .thrv_wrapper>.tve-content-box-background,
  .tve-mobile-browser .thrv_wrapper>.tve-page-section-out,
  .tve-mobile-browser .thrv_wrapper>.tcb-button-link,
  .tve-mobile-browser .thrv_wrapper .tcb-col {
    background-attachment: scroll !important;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden !important;
  }

  html,
  body {
    max-width: 100vw !important;
  }
}

:not(#_s) .tcb-window-width {
  margin-left: calc(-50vw + 50%) !important;
  width: 100vw;
}

.tve-user-profile {
  --tve-input-width-left: 50%;
  --tve-input-width-top: 100%;
  --tve-line-height: 1.2em;
}

.tve-user-profile .tve-user-profile-container {
  position: relative;
}

.tve-user-profile .tve-up-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin: 5px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tve-user-profile .tve-up-item .tve-up-label {
  overflow: hidden;
}

.tve-user-profile .tve-up-item .tve-up-input {
  margin: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tve-user-profile .tve-up-item .tve-up-input input,
.tve-user-profile .tve-up-item .tve-up-input textarea,
.tve-user-profile .tve-up-item .tve-up-input select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  outline: none !important;
  line-height: var(--tve-line-height, 1.2em);
}

.tve-user-profile .tve-up-item .tve-up-input input::-webkit-input-placeholder,
.tve-user-profile .tve-up-item .tve-up-input textarea::-webkit-input-placeholder,
.tve-user-profile .tve-up-item .tve-up-input select::-webkit-input-placeholder {
  opacity: 0.4;
}

.tve-user-profile .tve-up-item .tve-up-input input::-moz-placeholder,
.tve-user-profile .tve-up-item .tve-up-input textarea::-moz-placeholder,
.tve-user-profile .tve-up-item .tve-up-input select::-moz-placeholder {
  opacity: 0.4;
}

.tve-user-profile .tve-up-item .tve-up-input input:-ms-input-placeholder,
.tve-user-profile .tve-up-item .tve-up-input textarea:-ms-input-placeholder,
.tve-user-profile .tve-up-item .tve-up-input select:-ms-input-placeholder {
  opacity: 0.4;
}

.tve-user-profile .tve-up-item .tve-up-input input::-ms-input-placeholder,
.tve-user-profile .tve-up-item .tve-up-input textarea::-ms-input-placeholder,
.tve-user-profile .tve-up-item .tve-up-input select::-ms-input-placeholder {
  opacity: 0.4;
}

.tve-user-profile .tve-up-item .tve-up-input input::placeholder,
.tve-user-profile .tve-up-item .tve-up-input textarea::placeholder,
.tve-user-profile .tve-up-item .tve-up-input select::placeholder {
  opacity: 0.4;
}

.tve-user-profile .tve-up-item .tve-up-input textarea {
  width: 100% !important;
}

.tve-user-profile .tve-up-item .tve-password-strength-wrapper {
  width: 25%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  border-radius: 20%;
  overflow: hidden;
}

.tve-user-profile .tve-up-item .tve-password-strength-wrapper .tve-password-strength {
  background-color: #e8e8e8;
  height: 13px;
  width: 24.6%;
  float: left;
  margin: 3px 0;
}

.tve-user-profile .tve-up-item .tve-password-strength-wrapper .tve-password-strength-text {
  display: none;
}

.tve-user-profile .tve-up-item[data-type="username"] .tve-up-input,
.tve-user-profile .tve-up-item[data-type="username"] .tve-up-input * {
  cursor: not-allowed;
  opacity: 0.8;
}

.tve-user-profile .tve-dynamic-dropdown {
  --tve-line-height: 1.2em;
}

.tve-user-profile .tve-dynamic-dropdown a {
  line-height: var(--tve-line-height, 1.2em);
  font-size: var(--tve-font-size, 14px);
}

.tve-user-profile .tve-dynamic-dropdown[data-style="style-11"] .tve-lg-dropdown-trigger,
.tve-user-profile .tve-dynamic-dropdown[data-style="style-14"] .tve-lg-dropdown-trigger {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve-user-profile .tve-dynamic-dropdown[data-style="style-11"] .tve-item-dropdown-trigger,
.tve-user-profile .tve-dynamic-dropdown[data-style="style-14"] .tve-item-dropdown-trigger {
  position: static;
}

.tve-up-error {
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 4px #a94442 inset !important;
  box-shadow: 0 0 4px #a94442 inset !important;
}

#tve-up-error-container {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  border-radius: 1px;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 4px 10px;
  position: absolute;
  z-index: 100;
}

#tve-up-error-container .tve-up-error-message {
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
}

#tve-up-error-container .tve-up-err-close {
  color: #a94442;
  display: inline-block;
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -6px 0 0;
}

#tve-up-error-container .tve-up-err-close:hover {
  text-decoration: none;
}

@media (min-width: 300px) {
  .tve-up-item[data-label-pos-d="hidden"] .thrv_text_element {
    display: none !important;
  }

  .tve-up-item[data-label-pos-d="top"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tve-up-item[data-label-pos-d="top"] .thrv_text_element {
    margin: 5px 0;
  }

  .tve-up-item[data-label-pos-d="left"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tve-up-item[data-label-pos-d="left"] .thrv_text_element {
    margin: 0 5px;
  }

  .tve-up-item[data-label-pos-d="left"] .tve-dynamic-dropdown,
  .tve-up-item[data-label-pos-d="left"] .tve-up-input {
    width: auto;
    min-width: var(--tve-input-width-left);
    max-width: var(--tve-input-width-left);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tve-up-item[data-label-pos-t="hidden"] .thrv_text_element {
    display: none !important;
  }

  .tve-up-item[data-label-pos-t="top"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tve-up-item[data-label-pos-t="top"] .thrv_text_element {
    margin: 5px 0;
  }

  .tve-up-item[data-label-pos-t="left"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tve-up-item[data-label-pos-t="left"] .thrv_text_element {
    margin: 0 5px;
  }

  .tve-up-item[data-label-pos-t="left"] .tve-dynamic-dropdown,
  .tve-up-item[data-label-pos-t="left"] .tve-up-input {
    width: auto;
    min-width: var(--tve-input-width-left);
    max-width: var(--tve-input-width-left);
  }
}

@media (max-width: 767px) {
  .tve-up-item[data-label-pos-m="hidden"] .thrv_text_element {
    display: none !important;
  }

  .tve-up-item[data-label-pos-m="top"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tve-up-item[data-label-pos-m="top"] .thrv_text_element {
    margin: 5px 0;
  }

  .tve-up-item[data-label-pos-m="left"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tve-up-item[data-label-pos-m="left"] .thrv_text_element {
    margin: 0 5px;
  }

  .tve-up-item[data-label-pos-m="left"] .tve-dynamic-dropdown,
  .tve-up-item[data-label-pos-m="left"] .tve-up-input {
    width: auto;
    min-width: var(--tve-input-width-left);
    max-width: var(--tve-input-width-left);
  }
}

.thrv_wrapper.tve-dynamic-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  --tcb-local-color-30800: hsla(var(--tcb-main-master-h, 216),
      var(--tcb-main-master-s, 98%),
      var(--tcb-main-master-l, 61%),
      1);
  --tcb-local-color-f2bba: hsla(calc(var(--tcb-main-master-h, 216) - 0),
      calc(var(--tcb-main-master-s, 98%) - 0%),
      calc(var(--tcb-main-master-l, 61%) - 0%),
      0.1);
  --tcb-local-color-f83d7: hsla(calc(var(--tcb-main-master-h, 216) - 0),
      calc(var(--tcb-main-master-s, 98%) - 0%),
      calc(var(--tcb-main-master-l, 61%) - 0%),
      0.25);
  --tcb-local-color-trewq: hsla(calc(var(--tcb-main-master-h, 216) - 0),
      calc(var(--tcb-main-master-s, 98%) - 0%),
      calc(var(--tcb-main-master-l, 61%) - 0%),
      0.3);
  --tcb-local-color-poiuy: hsla(calc(var(--tcb-main-master-h, 216) - 0),
      calc(var(--tcb-main-master-s, 98%) - 0%),
      calc(var(--tcb-main-master-l, 61%) - 0%),
      0.6);
  --tcb-local-color-418a6: hsla(calc(var(--tcb-main-master-h, 216) - 0),
      calc(var(--tcb-main-master-s, 98%) - 0%),
      calc(var(--tcb-main-master-l, 61%) - 0%),
      0.12);
  --tcb-local-color-a941t: hsla(calc(var(--tcb-main-master-h, 216) - 0),
      calc(var(--tcb-main-master-s, 98%) - 0%),
      calc(var(--tcb-main-master-l, 61%) - 0%),
      0.05);
  --tcb-local-color-1ad9d: hsla(calc(var(--tcb-main-master-h, 216) - 71),
      calc(var(--tcb-main-master-s, 98%) - 35%),
      calc(var(--tcb-main-master-l, 61%) - 12%),
      0.1);
  --tcb-local-color-2dbcc: hsla(calc(var(--tcb-main-master-h, 216) - 97),
      calc(var(--tcb-main-master-s, 98%) - 65%),
      calc(var(--tcb-main-master-l, 61%) - 0%),
      1);
}

.notifications-content-wrapper {
  position: fixed;
  opacity: 1;
}

.notifications-content-wrapper.thrv_wrapper {
  padding: 0;
  margin: 0;
}

.notifications-content-wrapper.tcb-permanently-hidden {
  display: none !important;
}

.notifications-content-wrapper .notifications-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notifications-content-wrapper:not(.notification-edit-mode) {
  z-index: 9999993;
}

.notifications-content-wrapper[data-position*="top"] {
  top: 50px;
}

.notifications-content-wrapper[data-position*="middle"] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.notifications-content-wrapper[data-position*="bottom"] {
  bottom: 50px;
}

.notifications-content-wrapper[data-position*="left"] {
  left: 50px;
}

.notifications-content-wrapper[data-position*="center"] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.notifications-content-wrapper[data-position*="right"] {
  right: 50px;
}

.notifications-content-wrapper[data-position="middle-center"] {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode),
.notifications-content-wrapper.tcb-animated.editor-preview {
  -webkit-transition:
    top 0.7s ease 0s,
    bottom 0.7s ease 0s,
    left 0.7s ease 0s,
    right 0.7s ease 0s,
    opacity 0.7s ease-in-out;
  -o-transition:
    top 0.7s ease 0s,
    bottom 0.7s ease 0s,
    left 0.7s ease 0s,
    right 0.7s ease 0s,
    opacity 0.7s ease-in-out;
  transition:
    top 0.7s ease 0s,
    bottom 0.7s ease 0s,
    left 0.7s ease 0s,
    right 0.7s ease 0s,
    opacity 0.7s ease-in-out;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="bottom"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="bottom"] {
  bottom: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="top"],
.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="middle"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="top"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="middle"] {
  top: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="bottom"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="bottom"] {
  bottom: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="top"],
.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="middle"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="top"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="middle"] {
  top: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="right"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="right"] {
  right: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="left"],
.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="center"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="left"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="center"] {
  left: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="right"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="right"] {
  right: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="left"],
.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="center"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="left"],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="center"] {
  left: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation],
.notifications-content-wrapper.tcb-animated.editor-preview[data-animation] {
  opacity: 0;
}

.notifications-content-wrapper[data-state="success"] .notification-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notifications-content-wrapper[data-state="warning"] .notification-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notifications-content-wrapper[data-state="error"] .notification-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notifications-content {
  overflow: visible !important;
}

.notifications-content .tcb-col {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 767px) {
  .notifications-content-wrapper {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset !important;
  }

  .notifications-content-wrapper[data-position*="middle"] {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .notifications-content-wrapper[data-position*="top"] {
    top: 0px;
  }

  .notifications-content-wrapper[data-position*="bottom"] {
    bottom: 0px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .notifications-content-wrapper[data-position*="top"] {
    top: 20px;
  }

  .notifications-content-wrapper[data-position*="bottom"] {
    bottom: 20px;
  }
}

.notifications-wrapper .notifications-info {
  padding: 10px;
}

.notifications-wrapper .notifications-info .info-text {
  font-size: 14px;
  margin-left: auto;
  text-align: right;
  color: #191f28;
  font-family: Roboto;
  font-weight: 500;
}

@media (min-width: 1024px) {
  body:not(.tcb_show_all_hidden) .tcb-desktop-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.tcb_show_all_hidden) .tcb-tablet-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body:not(.tcb_show_all_hidden) .tcb-mobile-hidden {
    display: none !important;
  }
}

.tcb-permanently-hidden {
  display: none !important;
}

.tar-disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.tcb-video-background-parent {
  position: relative;
  z-index: 1;
}

.tcb-video-background-el {
  position: relative;
  overflow: hidden;
}

.tcb-video-background-el .w-control,
.tcb-video-background-el .w-status-bar,
.tcb-video-background-el .w-report-a-problem {
  display: none !important;
}

.tcb-video-background-el>iframe,
.tcb-video-background-el>video,
.tcb-video-background-el p>iframe,
.tcb-video-background-el p>video,
.tcb-video-background-el>.wistia_embed video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: 56.25vw !important;
  min-height: 100% !important;
  min-width: 100% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 577.77777778vh !important;
  z-index: -1;
  max-width: none !important;
}

.tve_shortcode_overlay {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}

.tve_shortcode_overlay span {
  display: inline-block;
  padding-top: 10px;
}

.thrv_text_element span[style~="color:"] a,
.thrv-inline-text span[style~="color:"] a {
  color: inherit !important;
}

.tcb-elem-placeholder {
  display: none;
}

.tcb-clear:after {
  display: block;
  height: 0;
  content: "";
}

.tcb-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tcb-flex.tcb-flex-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

svg.svg-shape-to-front {
  z-index: 1;
}

.svg-shape-bottom,
.svg-shape-top {
  fill: #fff;
}

.thrv_wrapper .svg-shape-bottom,
.symbol-section-out .svg-shape-bottom,
.thrv_wrapper .svg-shape-top,
.symbol-section-out .svg-shape-top {
  position: absolute;
  left: 0;
}

.tcb-replaceable-placeholder {
  display: none;
}

.tve_js_placeholder {
  background: none !important;
}

.thrv_wrapper.tve-scroll-parallax {
  -webkit-transform: translate(var(--parallaxTX), var(--parallaxTY)) rotate(var(--parallaxR)) scale(var(--parallaxS)) perspective(var(--parallaxP)) rotateY(var(--parallaxRY)) !important;
  transform: translate(var(--parallaxTX), var(--parallaxTY)) rotate(var(--parallaxR)) scale(var(--parallaxS)) perspective(var(--parallaxP)) rotateY(var(--parallaxRY)) !important;
  opacity: var(--parallaxO) !important;
  -webkit-filter: blur(var(--parallaxB)) !important;
  filter: blur(var(--parallaxB)) !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}

.thrv_wrapper.tve-scroll-parallax.tcb-compact-edit-mode {
  outline: none !important;
}

.thrv_custom_html_shortcode table,
.thrv_custom_html_shortcode th,
.thrv_custom_html_shortcode td {
  border: none;
}

.tve-browser-data {
  text-transform: capitalize;
}

.tve-scroll-sticky.tve_ea_thrive_animation:before,
.tve-scroll-sticky.tve_ea_thrive_animation:after,
.tve-scroll-sticky.tve_ea_thrive_animation *:before,
.tve-scroll-sticky.tve_ea_thrive_animation *:after {
  content: unset !important;
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes slide-wobble {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }

  25% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

.tcb-video-popup {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html.tve-o-hidden.tve-hide-overflow.tve-l-open {
  overflow: hidden;
}

html.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-th) {
  height: auto !important;
}

body.tve-o-hidden.tve-hide-overflow.tve-l-open {
  overflow: hidden;
}

body.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-t) {
  height: auto !important;
}

body.tcb-animating {
  padding-bottom: 100px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) {
  html.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-th) {
    height: 100% !important;
  }

  body.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-t) {
    height: 100% !important;
  }
}

.tve_p_lb_overlay {
  opacity: 0;
}

.tve_p_lb_background {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999992;
  padding: 10px;
}

.tve-l-open.tve-o-hidden .tve_p_lb_background {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tve-l-open.tve-o-hidden .tve_p_lb_background.tve-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tve_p_lb_background .tve_p_lb_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000000;
  filter: alpha(opacity=80) \9;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  min-height: 100%;
}

.tve_p_lb_background.tve_lb_closing .tve_p_lb_overlay {
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.tve_p_lb_background.tve_lb_closing .tve_p_lb_content {
  opacity: 0;
}

.tve_p_lb_background.tve_lb_opening .tve_p_lb_overlay,
.tve_post_lightbox .tve_p_lb_background .tve_p_lb_overlay,
.tve_p_lb_background.tve_lb_open .tve_p_lb_overlay {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.tve_p_lb_background .tve_p_lb_content {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 6px;
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  max-width: 650px;
  margin: auto !important;
  text-align: left;
  overflow: visible;
}

#tve_current_event_settings .tve_p_lb_background .tve_p_lb_content {
  -webkit-box-shadow: 0px 0px 6px -2px #000000;
  box-shadow: 0px 0px 6px -2px #000000;
  background-color: #fff;
}

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_inner {
  max-height: none !important;
}

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ffffff;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border-radius: 22px;
}

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tve_p_lb_background .tve_p_lb_content .scon .btn {
  display: block;
  width: auto;
}

.tve_p_lb_background .tve_p_lb_content .out {
  margin-left: 0;
  margin-right: 0;
}

.tve_p_lb_background.tve_lb_anim_instant .tve_p_lb_overlay {
  opacity: 0.8;
}

.tve_p_lb_background.tve_lb_anim_instant.tve_lb_closing {
  display: none !important;
}

.tve_p_lb_background.tve_lb_anim_zoom_in .tve_p_lb_content {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_open .tve_p_lb_content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_closing .tve_p_lb_content {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tve_p_lb_background.tve_lb_anim_zoom_out .tve_p_lb_content {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_open .tve_p_lb_content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_closing .tve_p_lb_content {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_overlay {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_content {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}

.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_open .tve_p_lb_content {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_closing .tve_p_lb_content {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.tve_p_lb_background.tve_lb_anim_slide_top .tve_p_lb_content {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_open .tve_p_lb_content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_closing .tve_p_lb_content {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tve_p_lb_background.tve_lb_anim_slide_bottom .tve_p_lb_content {
  opacity: 0;
  -webkit-transform: translateY(1400px);
  -ms-transform: translateY(1400px);
  transform: translateY(1400px);
}

.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_open .tve_p_lb_content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_closing .tve_p_lb_content {
  -webkit-transform: translateY(-1400px);
  -ms-transform: translateY(-1400px);
  transform: translateY(-1400px);
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.tve_p_lb_background.tve_lb_anim_lateral .tve_p_lb_content {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_opening .tve_p_lb_content,
.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_open .tve_p_lb_content {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_closing .tve_p_lb_content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tve_et_click {
  cursor: pointer;
}

.tve_et_click+.tve-image-overlay {
  cursor: pointer;
}

a.tve_ea_thrive_animation {
  display: inline-block;
}

.tve_ea_thrive_animation {
  opacity: 0;
}

body.tve_editor_page .tve_ea_thrive_animation:not(.anim-preview) {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tve_ea_thrive_animation.tve_anim_start {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tve_ea_thrive_animation.tve_anim_slide_top {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

.tve_ea_thrive_animation.tve_anim_slide_top.tve_anim_start {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.tve_ea_thrive_animation.tve_anim_slide_bottom {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.tve_ea_thrive_animation.tve_anim_slide_bottom.tve_anim_start {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.tve_ea_thrive_animation.tve_anim_slide_left {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}

.tve_ea_thrive_animation.tve_anim_slide_left.tve_anim_start {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.tve_ea_thrive_animation.tve_anim_slide_right {
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

.tve_ea_thrive_animation.tve_anim_slide_right.tve_anim_start {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.tve_ea_thrive_animation.tve_anim_appear {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}

.tve_ea_thrive_animation.tve_anim_appear.tve_anim_start {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tve_ea_thrive_animation.tve_anim_rotate {
  -webkit-transform: scale(0.1) rotate(400deg);
  -ms-transform: scale(0.1) rotate(400deg);
  transform: scale(0.1) rotate(400deg);
}

.tve_ea_thrive_animation.tve_anim_rotate.tve_anim_start {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.tve_ea_thrive_animation.tve_anim_zoom_out {
  -webkit-transform: scale(3.5);
  -ms-transform: scale(3.5);
  transform: scale(3.5);
}

.tve_ea_thrive_animation.tve_anim_zoom_out.tve_anim_start {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tve_ea_thrive_animation.tve_anim_roll_in {
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

.tve_ea_thrive_animation.tve_anim_roll_in.tve_anim_start {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tve_ea_thrive_animation.tve_anim_roll_out {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tve_ea_thrive_animation.tve_anim_roll_out.tve_anim_start {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

.tve_ea_thrive_animation.tve_anim_shrink {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_shrink.tve_anim_start {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tve_ea_thrive_animation.tve_anim_grow {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_grow.tve_anim_start {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tve_ea_thrive_animation.tve_anim_pulse {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_pulse.tve_anim_start {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.tve_ea_thrive_animation.tve_anim_pulse_grow {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_pulse_grow.tve_anim_start {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.tve_ea_thrive_animation.tve_anim_pulse_shrink {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_pulse_shrink.tve_anim_start {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.tve_ea_thrive_animation.tve_anim_push {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_push.tve_anim_start {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tve_ea_thrive_animation.tve_anim_pop {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_pop.tve_anim_start {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tve_ea_thrive_animation.tve_anim_bounce_in {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_bounce_in.tve_anim_start {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.tve_ea_thrive_animation.tve_anim_bounce_out {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_bounce_out.tve_anim_start {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.tve_ea_thrive_animation.tve_anim_bob {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_bob.tve_anim_start {
  -webkit-animation-name: bob-float, bob;
  animation-name: bob-float, bob;
  -webkit-animation-duration: 0.3s, 1s;
  animation-duration: 0.3s, 1s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.tve_ea_thrive_animation.tve_anim_hang {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_hang.tve_anim_start {
  -webkit-animation-name: hang-sink, hang;
  animation-name: hang-sink, hang;
  -webkit-animation-duration: 0.3s, 1s;
  animation-duration: 0.3s, 1s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.tve_ea_thrive_animation.tve_anim_wobble_horizontal {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_wobble_horizontal.tve_anim_start {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tve_ea_thrive_animation.tve_anim_wobble_vertical {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_wobble_vertical.tve_anim_start {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tve_ea_thrive_animation.tve_anim_buzz {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_buzz.tve_anim_start {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.tve_ea_thrive_animation.tve_anim_buzz_out {
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_buzz_out.tve_anim_start {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tve_ea_thrive_animation.tve_anim_forward {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_forward.tve_anim_start {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.tve_ea_thrive_animation.tve_anim_backward {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: visible !important;
  opacity: 1;
}

.tve_ea_thrive_animation.tve_anim_backward.tve_anim_start {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.tve_ea_thrive_animation.tve_anim_sweep_to_right {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_right:hover.tcb-shortcode:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_left {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_left:hover.tcb-shortcode:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_bottom {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_bottom:hover.tcb-shortcode:after {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_top {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_sweep_to_top:hover.tcb-shortcode:after {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_right {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_right:hover.tcb-shortcode:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tve_ea_thrive_animation.tve_anim_bounce_to_left {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_left:hover.tcb-shortcode:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tve_ea_thrive_animation.tve_anim_bounce_to_bottom {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_bottom:hover.tcb-shortcode:after {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tve_ea_thrive_animation.tve_anim_bounce_to_top {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_bounce_to_top:hover.tcb-shortcode:after {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tve_ea_thrive_animation.tve_anim_radial_out {
  opacity: 1;
  visibility: visible !important;
  overflow: hidden;
}

.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_radial_out.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_radial_out>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_radial_out>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_radial_out.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_radial_out.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_radial_out:hover.tcb-shortcode:after {
  -webkit-transform: scale(2) !important;
  -ms-transform: scale(2) !important;
  transform: scale(2) !important;
}

.tve_ea_thrive_animation.tve_anim_radial_in {
  opacity: 1;
  visibility: visible !important;
  overflow: hidden;
}

.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_radial_in.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_radial_in>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_radial_in>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_radial_in.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_radial_in.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_radial_in:hover.tcb-shortcode:after {
  visibility: visible;
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.tve_ea_thrive_animation.tve_anim_rectangle_in {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_rectangle_in.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_rectangle_in:hover.tcb-shortcode:after {
  visibility: visible;
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.tve_ea_thrive_animation.tve_anim_rectangle_out {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_rectangle_out.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_rectangle_out:hover.tcb-shortcode:after {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_horizontal:hover.tcb-shortcode:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical {
  opacity: 1;
  visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay {
  position: absolute !important;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode {
  position: relative;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item.tcb-post-title a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode>span,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode>.tcb-shortcode,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode>div,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode>.tcb-icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode .tve_s_icon,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode.tcb-post-categories a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode.tcb-post-tags a,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode.tcb-post-title a {
  position: relative;
  z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item:before,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tcb-shortcode:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start.tcb-shortcode:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover.thrive-animated-item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover>.tcb-button-link:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover>.tve-content-box-background:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover>.tve_image_frame .tve-image-overlay:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover.thrv_icon:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover.tve_s_item:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover.tcb-col:after,
.tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover.tcb-shortcode:after {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.wistia_popover_embed .wistia_socialbar {
  display: none !important;
}

body #tve_editor .tve_anim_sweep_to_right:hover .tve-image-overlay,
body #tve_editor .tve_anim_sweep_to_right:hover.thrv_icon,
body #tve_editor .tve_anim_sweep_to_right:hover.tcb-col,
body #tve_editor .tve_anim_sweep_to_right:hover>.tve-content-box-background,
body #tve_editor .tve_anim_sweep_to_left:hover .tve-image-overlay,
body #tve_editor .tve_anim_sweep_to_left:hover.thrv_icon,
body #tve_editor .tve_anim_sweep_to_left:hover.tcb-col,
body #tve_editor .tve_anim_sweep_to_left:hover>.tve-content-box-background,
body #tve_editor .tve_anim_sweep_to_bottom:hover .tve-image-overlay,
body #tve_editor .tve_anim_sweep_to_bottom:hover.thrv_icon,
body #tve_editor .tve_anim_sweep_to_bottom:hover.tcb-col,
body #tve_editor .tve_anim_sweep_to_bottom:hover>.tve-content-box-background,
body #tve_editor .tve_anim_sweep_to_top:hover .tve-image-overlay,
body #tve_editor .tve_anim_sweep_to_top:hover.thrv_icon,
body #tve_editor .tve_anim_sweep_to_top:hover.tcb-col,
body #tve_editor .tve_anim_sweep_to_top:hover>.tve-content-box-background,
body #tve_editor .tve_anim_bounce_to_right:hover .tve-image-overlay,
body #tve_editor .tve_anim_bounce_to_right:hover.thrv_icon,
body #tve_editor .tve_anim_bounce_to_right:hover.tcb-col,
body #tve_editor .tve_anim_bounce_to_right:hover>.tve-content-box-background,
body #tve_editor .tve_anim_bounce_to_left:hover .tve-image-overlay,
body #tve_editor .tve_anim_bounce_to_left:hover.thrv_icon,
body #tve_editor .tve_anim_bounce_to_left:hover.tcb-col,
body #tve_editor .tve_anim_bounce_to_left:hover>.tve-content-box-background,
body #tve_editor .tve_anim_bounce_to_bottom:hover .tve-image-overlay,
body #tve_editor .tve_anim_bounce_to_bottom:hover.thrv_icon,
body #tve_editor .tve_anim_bounce_to_bottom:hover.tcb-col,
body #tve_editor .tve_anim_bounce_to_bottom:hover>.tve-content-box-background,
body #tve_editor .tve_anim_bounce_to_top:hover .tve-image-overlay,
body #tve_editor .tve_anim_bounce_to_top:hover.thrv_icon,
body #tve_editor .tve_anim_bounce_to_top:hover.tcb-col,
body #tve_editor .tve_anim_bounce_to_top:hover>.tve-content-box-background,
body #tve_editor .tve_anim_radial_out:hover .tve-image-overlay,
body #tve_editor .tve_anim_radial_out:hover.thrv_icon,
body #tve_editor .tve_anim_radial_out:hover.tcb-col,
body #tve_editor .tve_anim_radial_out:hover>.tve-content-box-background,
body #tve_editor .tve_anim_radial_in:hover .tve-image-overlay,
body #tve_editor .tve_anim_radial_in:hover.thrv_icon,
body #tve_editor .tve_anim_radial_in:hover.tcb-col,
body #tve_editor .tve_anim_radial_in:hover>.tve-content-box-background,
body #tve_editor .tve_anim_rectangle_in:hover .tve-image-overlay,
body #tve_editor .tve_anim_rectangle_in:hover.thrv_icon,
body #tve_editor .tve_anim_rectangle_in:hover.tcb-col,
body #tve_editor .tve_anim_rectangle_in:hover>.tve-content-box-background,
body #tve_editor .tve_anim_rectangle_out:hover .tve-image-overlay,
body #tve_editor .tve_anim_rectangle_out:hover.thrv_icon,
body #tve_editor .tve_anim_rectangle_out:hover.tcb-col,
body #tve_editor .tve_anim_rectangle_out:hover>.tve-content-box-background,
body #tve_editor .tve_anim_shutter_out_horizontal:hover .tve-image-overlay,
body #tve_editor .tve_anim_shutter_out_horizontal:hover.thrv_icon,
body #tve_editor .tve_anim_shutter_out_horizontal:hover.tcb-col,
body #tve_editor .tve_anim_shutter_out_horizontal:hover>.tve-content-box-background,
body #tve_editor .tve_anim_shutter_out_vertical:hover .tve-image-overlay,
body #tve_editor .tve_anim_shutter_out_vertical:hover.thrv_icon,
body #tve_editor .tve_anim_shutter_out_vertical:hover.tcb-col,
body #tve_editor .tve_anim_shutter_out_vertical:hover>.tve-content-box-background {
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background: transparent;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)) !important;
  background-image: -o-linear-gradient(transparent, transparent) !important;
  background-image: linear-gradient(transparent, transparent) !important;
}

#tve_editor .tve_anim_start.tve_anim_sweep_to_right.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_sweep_to_right.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_sweep_to_right.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_sweep_to_right.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_sweep_to_left.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_sweep_to_left.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_sweep_to_left.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_sweep_to_left.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_sweep_to_bottom.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_sweep_to_bottom.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_sweep_to_bottom.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_sweep_to_bottom.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_sweep_to_top.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_sweep_to_top.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_sweep_to_top.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_sweep_to_top.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_bounce_to_right.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_bounce_to_right.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_bounce_to_right.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_bounce_to_right.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_bounce_to_left.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_bounce_to_left.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_bounce_to_left.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_bounce_to_left.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_bounce_to_bottom.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_bounce_to_bottom.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_bounce_to_bottom.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_bounce_to_bottom.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_bounce_to_top.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_bounce_to_top.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_bounce_to_top.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_bounce_to_top.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_radial_out.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_radial_out.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_radial_out.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_radial_out.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_radial_in.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_radial_in.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_radial_in.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_radial_in.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_rectangle_in.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_rectangle_in.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_rectangle_in.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_rectangle_in.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_rectangle_out.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_rectangle_out.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_rectangle_out.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_rectangle_out.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_shutter_out_horizontal.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_shutter_out_horizontal.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_shutter_out_horizontal.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_shutter_out_horizontal.tve-state-hover>.tve-content-box-background,
#tve_editor .tve_anim_start.tve_anim_shutter_out_vertical.tve-state-hover .tve-image-overlay,
#tve_editor .tve_anim_start.tve_anim_shutter_out_vertical.tve-state-hover.thrv_icon,
#tve_editor .tve_anim_start.tve_anim_shutter_out_vertical.tve-state-hover.tcb-col,
#tve_editor .tve_anim_start.tve_anim_shutter_out_vertical.tve-state-hover>.tve-content-box-background {
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background: transparent;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)) !important;
  background-image: -o-linear-gradient(transparent, transparent) !important;
  background-image: linear-gradient(transparent, transparent) !important;
}

.tcb-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  margin-left: -15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.tcb-flex-row.tve-flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tcb-flex-row.tve-flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-flex-row.tve-flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tcb-flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0px;
  padding-left: 15px;
}

.tcb-flex-row .tcb-flex-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tcb--cols--2:not(.tcb-resized)>.tcb-flex-col {
  max-width: 50%;
}

.tcb--cols--3:not(.tcb-resized)>.tcb-flex-col {
  max-width: 33.3333333333%;
}

.tcb--cols--4:not(.tcb-resized)>.tcb-flex-col {
  max-width: 25%;
}

.tcb--cols--5:not(.tcb-resized)>.tcb-flex-col {
  max-width: 20%;
}

.tcb--cols--6:not(.tcb-resized)>.tcb-flex-col {
  max-width: 16.6666666667%;
}

.tcb--cols--7:not(.tcb-resized)>.tcb-flex-col {
  max-width: 14.2857142857%;
}

.tcb--cols--8:not(.tcb-resized)>.tcb-flex-col {
  max-width: 12.5%;
}

.tcb--cols--9:not(.tcb-resized)>.tcb-flex-col {
  max-width: 11.1111111111%;
}

.tcb--cols--10:not(.tcb-resized)>.tcb-flex-col {
  max-width: 10%;
}

.tcb--cols--11:not(.tcb-resized)>.tcb-flex-col {
  max-width: 9.0909090909%;
}

.tcb--cols--12:not(.tcb-resized)>.tcb-flex-col {
  max-width: 8.3333333333%;
}

.tcb--cols--13:not(.tcb-resized)>.tcb-flex-col {
  max-width: 7.6923076923%;
}

.tcb--cols--14:not(.tcb-resized)>.tcb-flex-col {
  max-width: 7.1428571429%;
}

.tcb--cols--15:not(.tcb-resized)>.tcb-flex-col {
  max-width: 6.6666666667%;
}

.tcb--cols--16:not(.tcb-resized)>.tcb-flex-col {
  max-width: 6.25%;
}

.tcb--cols--17:not(.tcb-resized)>.tcb-flex-col {
  max-width: 5.8823529412%;
}

.tcb--cols--18:not(.tcb-resized)>.tcb-flex-col {
  max-width: 5.5555555556%;
}

.tcb--cols--19:not(.tcb-resized)>.tcb-flex-col {
  max-width: 5.2631578947%;
}

.tcb--cols--20:not(.tcb-resized)>.tcb-flex-col {
  max-width: 5%;
}

.tcb-flex-row:not(.tcb-resized)>.tcb-flex-col.c-25 {
  max-width: 25%;
}

.tcb-flex-row:not(.tcb-resized)>.tcb-flex-col.c-33 {
  max-width: 33.33333333%;
}

.tcb-flex-row:not(.tcb-resized)>.tcb-flex-col.c-66 {
  max-width: 66.6666666%;
}

.tcb-flex-row:not(.tcb-resized)>.tcb-flex-col.c-50 {
  max-width: 50%;
}

.tcb-flex-row:not(.tcb-resized)>.tcb-flex-col.c-75 {
  max-width: 75%;
}

.tcb-col {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.tcb-flex-center>.tcb-flex-col>.tcb-col {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tcb-flex-end>.tcb-flex-col>.tcb-col {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tcb-flex-row .tcb-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tcb-col.variable-height {
  height: unset !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .tcb-flex-col {
    width: 100%;
  }

  .tcb-col {
    display: block;
  }
}

.tcb-flex-col>a.tcb-col>div.tcb-col {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

@media (min-width: 1024px) {
  .tcb-flex-row.tcb-desktop-wrap>.tcb-flex-col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {

  .tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap),
  .tcb-flex-row.tcb-resized:not(.tcb--cols--2):not(.tcb-medium-no-wrap) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col,
  .tcb-flex-row.tcb-resized:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col {
    max-width: 100% !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
  }

  .tcb-flex-row.tcb-medium-no-wrap,
  .tcb-flex-row.tcb-resized.tcb-medium-no-wrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .tcb-flex-row.tcb-medium-no-wrap>.tcb-flex-col,
  .tcb-flex-row.tcb-resized.tcb-medium-no-wrap>.tcb-flex-col {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .tcb-flex-row.tcb-medium-wrap,
  .tcb-flex-row.tcb-resized.tcb-medium-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tcb-flex-row.tcb-medium-wrap>.tcb-flex-col,
  .tcb-flex-row.tcb-resized.tcb-medium-wrap>.tcb-flex-col {
    max-width: 100% !important;
  }

  .tcb-flex-row.tcb-desktop-wrap.tcb--cols--2:not(.tcb-medium-wrap):not(.tcb-medium-no-wrap)>.tcb-flex-col,
  .tcb-flex-row.tcb-resized.tcb-desktop-wrap.tcb--cols--2:not(.tcb-medium-wrap):not(.tcb-medium-no-wrap)>.tcb-flex-col {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tcb-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tcb-flex-row.tcb-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .thrv_wrapper>.tcb-flex-row:not(.v-2)>.tcb-flex-col {
    width: 100%;
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }

  .tcb-flex-row.v-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tcb-flex-row.v-2:not(.tcb-mobile-no-wrap).tcb-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .tcb-flex-row.v-2:not(.tcb-mobile-no-wrap)>.tcb-flex-col {
    width: 100%;
    max-width: 100% !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 390px;
    -ms-flex: 1 0 390px;
    flex: 1 0 390px;
  }
}

[class^="thrv-icon-"] svg,
[class*=" thrv-icon-"] svg,
.thrv-svg-icon svg,
.tve_s_icon svg {
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: currentColor;
  stroke: currentColor;
}

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

html {
  text-rendering: auto !important;
}

html body {
  text-rendering: auto !important;
}

body.tve_lp:before,
body.tcb_symbol-template-default:before {
  content: none;
}

#tve_editor .thrv_bullets_shortcode ol.tve_ul,
#tve_editor .thrv_bullets_shortcode ul.tve_ul {
  line-height: 1.4em;
}

#tve_editor .thrv_bullets_shortcode ol.tve_ul li,
#tve_editor .thrv_bullets_shortcode ul.tve_ul li {
  margin-bottom: 10px;
}

#tve_editor .thrv_bullets_shortcode ol.tve_ul li:before,
#tve_editor .thrv_bullets_shortcode ul.tve_ul li:before {
  content: "" !important;
  margin-right: 0;
}

#tve_editor ol,
#tve_editor ul {
  margin-left: 20px;
}

#tve_editor ol li[style*="right"],
#tve_editor ol li[style*="center"],
#tve_editor ul li[style*="right"],
#tve_editor ul li[style*="center"] {
  list-style-position: inside;
}

#tve_editor ol.thrv_wrapper,
#tve_editor ul.thrv_wrapper {
  line-height: 1.4em;
}

#tve_editor ol.thrv_wrapper li,
#tve_editor ul.thrv_wrapper li {
  margin-bottom: 10px;
}

#tve_editor ul.tve_w_menu {
  margin-left: 0;
}

#tve_editor ul.tve_w_menu ul {
  margin-left: 0;
}

#tve_editor .tve_block_center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.bold_text {
  font-weight: bold;
}

.italic_text {
  font-style: italic;
}

.underline_text {
  text-decoration: underline;
}

.strikethrough_text {
  text-decoration: line-through;
}

.tve_p_left {
  text-align: left;
}

.tve_p_right {
  text-align: right;
}

.tve_p_center {
  text-align: center;
}

.tvealignjustify {
  text-align: justify;
}

.thrv_columns:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.thrv_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1px;
}

.thrv_wrapper div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.thrv_wrapper .thrv_countdown_timer div {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.thrv_wrapper.tve_wp_shortcode .ui-social-locker-button-inner-wrap,
.thrv_wrapper.tve_wp_shortcode .ui-social-locker-button-overlay {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.thrv_symbol .thrv_wrapper:not(.thrv_icon) {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.thrv_wrapper.tve-elem-default-pad {
  padding: 20px;
}

.thrv_wrapper.thrv_text_element,
.thrv_wrapper.thrv_heading,
.thrv_wrapper.thrv_paste_content,
.thrv_wrapper.thrv-ct,
.thrv_wrapper.thrv-page-section,
.thrv_wrapper.thrv_symbol,
.thrv_wrapper.thrv-plain-text {
  margin: 0;
}

.thrv_wrapper.thrv-columns {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.thrv_wrapper.tcb-window-width {
  position: relative;
  max-width: none !important;
}

.thrv_paste_content.thrv_wrapper {
  padding: 0;
}

.tve_left {
  float: left;
}

.tve_right {
  float: right;
}

.tve_clear {
  clear: both;
}

.tve_ctr {
  text-align: center;
}

.tve_center {
  margin-left: auto;
  margin-right: auto;
}

.tve_shortcode_editor h1 {
  padding: 0;
}

.tve_shortcode_editor p.bold_text {
  font-weight: bold;
}

p {
  font-size: 1em;
}

.tve_btn {
  display: inline-block;
  margin: 0px 0px;
  max-width: 100%;
  text-align: center;
}

.tve_btn.tve_normalBtn {
  font-size: 15px;
  line-height: 15px;
  min-width: 250px;
}

@media only screen and (max-width: 340px) {
  .tve_btn.tve_normalBtn {
    min-width: 200px;
  }
}

.tve_btn.tve_normalBtn a {
  padding: 20px;
}

.tve_btn.tve_smallBtn {
  font-size: 13px;
  line-height: 13px !important;
  min-width: 140px;
}

.tve_btn.tve_smallBtn a {
  padding: 11px;
}

.tve_btn.tve_bigBtn {
  font-size: 26px;
  line-height: 26px !important;
  min-width: 440px;
}

@media only screen and (max-width: 740px) {
  .tve_btn.tve_bigBtn {
    min-width: 300px;
  }
}

@media only screen and (max-width: 340px) {
  .tve_btn.tve_bigBtn {
    min-width: 200px;
  }
}

.tve_btn.tve_bigBtn a {
  padding: 36px;
}

.tve_btn.tve_hugeBtn {
  font-size: 40px;
  line-height: 40px !important;
}

@media only screen and (max-width: 740px) {
  .tve_btn.tve_hugeBtn {
    font-size: 20px !important;
  }
}

.tve_btn.tve_hugeBtn a {
  padding: 35px;
}

.tve_btn.tve_hugeBtn {
  min-width: 90%;
}

.tve_btn a.tve_btnLink {
  background: none;
  color: #fff;
  display: block !important;
  text-decoration: none !important;
}

.tve_btn.tve_btn7,
.tve_btn.tve_btn8 {
  margin-bottom: 5px;
}

.tve_btn.tve_btn5 i,
.tve_btn.tve_btn6 i {
  display: block;
}

.tve_btn.tve_btn5.tve_normalBtn a>div,
.tve_btn.tve_btn6.tve_normalBtn a>div {
  height: 55px;
  margin: -20px 0px;
}

.tve_btn.tve_btn5.tve_normalBtn a>span,
.tve_btn.tve_btn6.tve_normalBtn a>span {
  margin-left: 20px;
}

.tve_btn.tve_btn5.tve_normalBtn i,
.tve_btn.tve_btn6.tve_normalBtn i {
  height: 14px;
  margin-top: 20px;
  margin-right: 20px;
  width: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.tve_btn.tve_btn5.tve_normalBtn i.tve_sc_icon,
.tve_btn.tve_btn6.tve_normalBtn i.tve_sc_icon {
  margin-top: 0;
  width: auto;
  height: auto;
}

.tve_btn.tve_btn5.tve_smallBtn a>div,
.tve_btn.tve_btn6.tve_smallBtn a>div {
  height: 35px;
  margin: -11px 0px;
}

.tve_btn.tve_btn5.tve_smallBtn a>span,
.tve_btn.tve_btn6.tve_smallBtn a>span {
  margin-left: 4px;
}

.tve_btn.tve_btn5.tve_smallBtn i,
.tve_btn.tve_btn6.tve_smallBtn i {
  height: 11px;
  margin-right: 11px;
  margin-top: 12px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.tve_btn.tve_btn5.tve_bigBtn a>div,
.tve_btn.tve_btn6.tve_bigBtn a>div {
  height: 98px;
  margin: -36px 0px;
}

.tve_btn.tve_btn5.tve_bigBtn a>span,
.tve_btn.tve_btn6.tve_bigBtn a>span {
  margin-left: 20px;
}

.tve_btn.tve_btn5.tve_bigBtn i,
.tve_btn.tve_btn6.tve_bigBtn i {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 29px;
  margin-top: 35px;
  margin-right: 35px;
  width: 42px;
}

.tve_btn.tve_btn5.tve_hugeBtn a>div,
.tve_btn.tve_btn6.tve_hugeBtn a>div {
  height: 109px;
  margin: -34px 0px;
}

.tve_btn.tve_btn5.tve_hugeBtn i,
.tve_btn.tve_btn6.tve_hugeBtn i {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 61px;
  margin-top: 25px;
  margin-right: 35px;
  width: 87px;
}

.thrv_columns .tve_btn {
  min-width: 100%;
  max-width: 100%;
}

.thrv_columns .tve_btn.tve_nb span.tve_btn_txt {
  white-space: pre-line;
}

.tve_clearfix:after,
.tve_cb_cnt:after,
.thrv_post_grid:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.tve_colm {
  float: left;
}

.tve_twc {
  padding: 0% 2% 0% 0%;
  width: 49%;
}

.tve_twc.tve_lst {
  padding: 0% 0% 0% 0%;
}

.tve_oth,
.tve_thc {
  padding: 0% 2% 0% 0%;
  width: 32%;
}

.tve_oth.tve_lst,
.tve_thc.tve_lst {
  padding: 0% 0% 0% 0%;
}

.tve_foc {
  padding: 0% 2% 0% 0%;
  width: 23.5%;
}

.tve_foc.tve_lst {
  padding: 0%;
}

.tve_fic {
  padding: 0% 2% 0% 0%;
  width: 18.4%;
}

.tve_fic.tve_lst {
  padding: 0%;
}

.tve_tth {
  padding: 0% 2% 0% 0%;
  width: 66%;
}

.tve_tth.tve_lst {
  padding: 0% 0% 0% 0%;
}

.tve_tfo {
  padding: 0% 2% 0% 0%;
  width: 74.5%;
}

.tve_tfo.tve_lst {
  padding: 0%;
}

.tve_one {
  width: 100%;
}

.tve_two {
  width: 50%;
}

.tve_three {
  width: 33.3%;
}

.tve_four {
  width: 25%;
}

.tve_five {
  width: 20%;
}

.tve_tthirds {
  width: 66.6%;
}

.tve_tquarters {
  width: 75%;
}

.tve_image {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div .tve_image_caption {
  padding: 0;
  max-width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.tve_image_caption.fwi {
  max-width: none;
  width: auto !important;
}

.tve_image_caption.fwi img {
  width: auto !important;
}

.tve_image_caption img.alignright,
.tve_image_caption img.aligncenter,
.tve_image_caption img.alignleft {
  margin: 0;
}

.tve_image_caption .tve_image_frame {
  display: block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.tve_image_caption .tve-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.tve_image_caption .tve_image {
  display: block;
  padding: 0;
  height: auto;
}

.tve_image_caption.aligncenter .tve_image {
  margin-left: auto;
  margin-right: auto;
}

.tve_image_caption .wp-caption-text {
  margin: 0;
  font-size: 14px;
  color: #696969;
  padding: 5px 0 0 0;
  max-width: 100%;
}

.tve_image_caption.img_style_dark_frame {
  border: 5px solid #202020;
  padding: 0;
}

.tve_image_caption.img_style_dark_frame>.wp-caption-text {
  background: #202020;
  margin: 0 !important;
  color: #ffffff;
  padding: 5px 0 0 0;
}

.tve_image_caption.img_style_framed {
  border: 5px solid rgba(0, 0, 0, 0);
  outline: 1px solid #e7e7e7;
  border-radius: 1px;
}

.tve_image_caption.img_style_framed>.wp-caption-text {
  padding: 5px 0 0 0;
}

.tve_image_caption.img_style_lifted_style1>.wp-caption-text {
  padding: 7px 0 0 0;
}

.tve_image_caption.img_style_lifted_style1 .tve_image_frame {
  -webkit-box-shadow: 4px 4px 6px -3px #333;
  box-shadow: 4px 4px 6px -3px #333;
}

.tve_image_caption.img_style_polaroid {
  background: #fff;
  border: 15px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: var(--tve-applied-box-shadow, 1px 1px 3px -1px #777);
  box-shadow: var(--tve-applied-box-shadow, 1px 1px 3px -1px #777);
}

.tve_image_caption.img_style_polaroid>.wp-caption-text {
  padding: 13px 0 0 0;
}

.tve_image_caption.img_style_rounded_corners .tve_image_frame {
  border-radius: 10px;
}

.tve_image_caption.img_style_circle .tve_image_frame {
  border-radius: 50%;
}

.tve_image_caption.img_style_caption_overlay {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.tve_image_caption.img_style_caption_overlay>.wp-caption-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.16) 31%,
      #000 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(31%, rgba(0, 0, 0, 0.16)),
      to(#000));
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.16) 31%,
      #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  color: #ffffff;
}

.tve_image_caption.img_style_lifted_style2 .tve_image_frame {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.tve_image_caption.img_style_lifted_style2 .tve_image_frame:before,
.tve_image_caption.img_style_lifted_style2 .tve_image_frame:after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 14px;
  width: 60%;
  bottom: 25px;
  background: #555;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 8px 9px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 8px 9px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border: 0;
  height: 0;
}

.tve_image_caption.img_style_lifted_style2 .tve_image_frame:after {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 14px;
  left: auto;
}

.thrv_button_shortcode {
  display: table;
}

.thrv_button_shortcode.tve_leftBtn {
  float: left;
  margin-right: 10px;
}

.thrv_button_shortcode.tve_rightBtn {
  float: right;
  margin-left: 10px;
}

.thrv_button_shortcode.tve_fullwidthBtn {
  width: 100% !important;
}

.thrv_button_shortcode.tve_fullwidthBtn .tve_btn {
  width: 100% !important;
}

.thrv_button_shortcode .tve_btn .tve_btnLink i.tve_sc_icon {
  background-image: none !important;
}

.thrv_button_shortcode .tve_btn.tve_bigBtn i.tve_sc_icon {
  height: auto;
  width: auto;
  font-size: 35px;
  margin-top: 32px;
}

.thrv_button_shortcode .tve_btn.tve_hugeBtn i.tve_sc_icon {
  font-size: 40px;
}

.thrv_button_shortcode .tve_btn.tve_btn1 i.tve_sc_icon,
.thrv_button_shortcode .tve_btn.tve_btn3 i.tve_sc_icon,
.thrv_button_shortcode .tve_btn.tve_btn7 i.tve_sc_icon,
.thrv_button_shortcode .tve_btn.tve_btn8 i.tve_sc_icon {
  display: none;
}

.thrv_button_shortcode.tve_centerBtn {
  margin: 20px auto;
}

.tve_centerBtn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.tve-flexible-container {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.tcb-border-box {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.tve-flexible-container iframe,
.tve-flexible-container object,
.tve-flexible-container embed {
  height: 100%;
  width: 100% !important;
  min-height: inherit;
  min-width: inherit;
}

.thrv_columns .tve-flexible-container iframe,
.thrv_columns .tve-flexible-container object,
.thrv_columns .tve-flexible-container embed {
  width: 92%;
}

@media only screen and (max-width: 940px) {

  .thrv_columns .tve-flexible-container iframe,
  .thrv_columns .tve-flexible-container object,
  .thrv_columns .tve-flexible-container embed {
    width: 88%;
  }
}

.thrv_columns .tve_oth .tve-flexible-container iframe,
.thrv_columns .tve_oth .tve-flexible-container object,
.thrv_columns .tve_oth .tve-flexible-container embed {
  width: 82%;
}

@media only screen and (max-width: 940px) {

  .thrv_columns .tve_oth .tve-flexible-container iframe,
  .thrv_columns .tve_oth .tve-flexible-container object,
  .thrv_columns .tve_oth .tve-flexible-container embed {
    width: 80%;
  }
}

.thrv_cc_icons {
  overflow: hidden;
}

.thrv_cc_wrapper {
  margin: 0 auto;
  display: table;
}

.tve_cc_logo {
  width: 46px;
  height: 32px;
  display: block;
  float: left;
  margin: 5px;
  overflow: hidden;
}

.tve_cc_amex {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cc_amex.png") no-repeat;
}

.tve_cc_discover {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cc_discover.png") no-repeat;
}

.tve_cc_mc {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cc_mc.png") no-repeat;
}

.tve_cc_paypal {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cc_paypal.png") no-repeat;
}

.tve_cc_visa {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cc_visa.png") no-repeat;
}

.tve_more_tag {
  border-top: 1px dotted #cbcbcb;
  height: 25px;
  margin: 0;
}

.tve_more_tag span {
  background: #dfe8f1;
  border: 1px solid #cccccc;
  border-top: none;
  color: #000 !important;
  display: block;
  float: right;
  font-size: 12px !important;
  padding: 0px 5px;
}

.tve_more_tag span:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.thrv_content_container_shortcode {
  margin-top: 0px;
}

.thrv_content_container_shortcode .tve_content_inner {
  max-width: 100%;
  padding: 1px;
}

.thrv_content_container_shortcode>.tve_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.thrv_page_section {
  margin: 0px;
  padding: 0px;
}

.thrv_page_section .out.tve_brdr_none {
  border-style: none !important;
}

.thrv_page_section .out.tve_brdr_dotted {
  border-style: dotted !important;
}

.thrv_page_section .out.tve_brdr_dashed {
  border-style: dashed !important;
}

.thrv_page_section .out.tve_brdr_solid {
  border-style: solid !important;
}

.thrv_page_section .out.tve_brdr_double {
  border-style: double !important;
}

.thrv_page_section .out.tve_brdr_groove {
  border-style: groove !important;
}

.thrv_page_section .out.tve_brdr_ridge {
  border-style: ridge !important;
}

.thrv_page_section .out.tve_brdr_inset {
  border-style: inset !important;
}

.thrv_page_section .out.tve_brdr_outset {
  border-style: outset !important;
}

.tve_table_row {
  border: 0;
}

.tve_table_row td,
.tve_table_row th {
  line-height: 1;
  padding: 3px;
  background-clip: padding-box;
}

.tve_table_row td.tcb-parent-placeholder-empty,
.tve_table_row th.tcb-parent-placeholder-empty {
  vertical-align: top;
  height: 40px;
}

.tve_table_row td.tve_table_cell>p,
.tve_table_row th.tve_table_cell>p {
  margin: 0;
  padding: 0;
}

.tve_table_row td.tve_valign_top,
.tve_table_row th.tve_valign_top {
  vertical-align: top;
}

.tve_table_row td.tve_valign_bottom,
.tve_table_row th.tve_valign_bottom {
  vertical-align: bottom;
}

.tve_table_row td.tve_valign_middle,
.tve_table_row th.tve_valign_middle {
  vertical-align: middle;
}

.tve_table_row td.tve_align_left,
.tve_table_row th.tve_align_left {
  text-align: left;
}

.tve_table_row td.tve_align_center,
.tve_table_row th.tve_align_center {
  text-align: center;
}

.tve_table_row td.tve_align_right,
.tve_table_row th.tve_align_right {
  text-align: right;
}

.tve_table_row td.tve_align_justify,
.tve_table_row th.tve_align_justify {
  text-align: justify;
}

.tve_table_row td:empty {
  height: 20px;
}

.tve_table {
  margin: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tve_table.tve_no_border {
  border: 0 !important;
}

.tve_table.tve_no_inner_border>tbody>tr>td,
.tve_table.tve_no_inner_border>thead>tr>th {
  border-width: 0 !important;
}

.tve_table tbody tr.tve_odd {
  background-color: #ccc;
}

.tve_table tbody tr.tve_even {
  background-color: #eee;
}

.tve_table.tve_brdr_none {
  border-style: none !important;
}

.tve_table.tve_brdr_none td,
.tve_table.tve_brdr_none th {
  border-style: none !important;
}

.tve_table>tbody>tr>td.tve_brdr_none,
.tve_table>thead>tr>th.tve_brdr_none {
  border-style: none !important;
}

.tve_table.tve_brdr_dotted {
  border-style: dotted !important;
}

.tve_table.tve_brdr_dotted td,
.tve_table.tve_brdr_dotted th {
  border-style: dotted !important;
}

.tve_table>tbody>tr>td.tve_brdr_dotted,
.tve_table>thead>tr>th.tve_brdr_dotted {
  border-style: dotted !important;
}

.tve_table.tve_brdr_dashed {
  border-style: dashed !important;
}

.tve_table.tve_brdr_dashed td,
.tve_table.tve_brdr_dashed th {
  border-style: dashed !important;
}

.tve_table>tbody>tr>td.tve_brdr_dashed,
.tve_table>thead>tr>th.tve_brdr_dashed {
  border-style: dashed !important;
}

.tve_table.tve_brdr_solid {
  border-style: solid !important;
}

.tve_table.tve_brdr_solid td,
.tve_table.tve_brdr_solid th {
  border-style: solid !important;
}

.tve_table>tbody>tr>td.tve_brdr_solid,
.tve_table>thead>tr>th.tve_brdr_solid {
  border-style: solid !important;
}

.tve_table.tve_brdr_double {
  border-style: double !important;
}

.tve_table.tve_brdr_double td,
.tve_table.tve_brdr_double th {
  border-style: double !important;
}

.tve_table>tbody>tr>td.tve_brdr_double,
.tve_table>thead>tr>th.tve_brdr_double {
  border-style: double !important;
}

.tve_table.tve_brdr_groove {
  border-style: groove !important;
}

.tve_table.tve_brdr_groove td,
.tve_table.tve_brdr_groove th {
  border-style: groove !important;
}

.tve_table>tbody>tr>td.tve_brdr_groove,
.tve_table>thead>tr>th.tve_brdr_groove {
  border-style: groove !important;
}

.tve_table.tve_brdr_ridge {
  border-style: ridge !important;
}

.tve_table.tve_brdr_ridge td,
.tve_table.tve_brdr_ridge th {
  border-style: ridge !important;
}

.tve_table>tbody>tr>td.tve_brdr_ridge,
.tve_table>thead>tr>th.tve_brdr_ridge {
  border-style: ridge !important;
}

.tve_table.tve_brdr_inset {
  border-style: inset !important;
}

.tve_table.tve_brdr_inset td,
.tve_table.tve_brdr_inset th {
  border-style: inset !important;
}

.tve_table>tbody>tr>td.tve_brdr_inset,
.tve_table>thead>tr>th.tve_brdr_inset {
  border-style: inset !important;
}

.tve_table.tve_brdr_outset {
  border-style: outset !important;
}

.tve_table.tve_brdr_outset td,
.tve_table.tve_brdr_outset th {
  border-style: outset !important;
}

.tve_table>tbody>tr>td.tve_brdr_outset,
.tve_table>thead>tr>th.tve_brdr_outset {
  border-style: outset !important;
}

.preview-mobile .tve_table {
  overflow-x: scroll;
}

.preview-mobile .tve_table>tbody>tr>td,
.preview-mobile .tve_table>thead>tr>th {
  width: 110px;
}

@media only screen and (max-device-width: 1024px) {
  .tve_table {
    overflow-x: scroll;
  }

  .tve_table>tbody>tr>td,
  .tve_table>thead>tr>th {
    width: 110px;
  }
}

.tve_image.tve_brdr_none {
  border-style: none !important;
}

.tve_image.tve_brdr_dotted {
  border-style: dotted !important;
}

.tve_image.tve_brdr_dashed {
  border-style: dashed !important;
}

.tve_image.tve_brdr_solid {
  border-style: solid !important;
}

.tve_image.tve_brdr_double {
  border-style: double !important;
}

.tve_image.tve_brdr_groove {
  border-style: groove !important;
}

.tve_image.tve_brdr_ridge {
  border-style: ridge !important;
}

.tve_image.tve_brdr_inset {
  border-style: inset !important;
}

.tve_image.tve_brdr_outset {
  border-style: outset !important;
}

.thrv_content_reveal {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .tve_responsive_vertical_video_container {
    padding-bottom: 133% !important;
  }
}

@media only screen and (max-width: 540px) {
  .tve_responsive_vertical_video_container {
    padding-bottom: 233% !important;
  }
}

.thrv_audio {
  width: 100%;
}

.tve_audio_container {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.tve_audio_container .tve_audio-no_audio {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  display: block;
  padding-bottom: 25%;
}

.tve_responsive_video_container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  display: block;
}

.tve_responsive_video_container .tve_wistia_loader {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/loader_transparent.gif");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}

.thrv_responsive_video[data-controls="0"] .tve_responsive_video_container {
  padding-top: 0;
}

.tve_responsive_video_container .tve-video {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.tve_responsive_video_container .iframe-embed {
  position: static;
}

.tve_responsive_video_container iframe,
.tve_responsive_video_container object,
.tve_responsive_video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.tve_responsive_video_container .voo-id #theImg {
  position: absolute;
}

.tve_responsive_video_container .video-player-container.vooplayer {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

.tve_responsive_video_container .video-skin-player {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.tve_responsive_video_container .top-fixed {
  cursor: pointer;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.tve_responsive_video_container .top-left {
  cursor: pointer;
  position: fixed !important;
  top: 50px;
  left: 50px;
  z-index: 99999;
}

.tve_responsive_video_container .top-right {
  cursor: pointer;
  position: fixed !important;
  top: 50px;
  right: 50px;
  left: inherit;
  bottom: inherit;
  z-index: 99999;
}

.tve_responsive_video_container .right-hand,
.tve_responsive_video_container .bottom-right {
  cursor: pointer;
  position: fixed !important;
  top: inherit;
  left: inherit;
  right: 50px;
  bottom: 50px;
  z-index: 99999;
}

.tve_responsive_video_container .left-hand,
.tve_responsive_video_container .bottom-left {
  cursor: pointer;
  position: fixed !important;
  top: inherit;
  right: inherit;
  left: 50px;
  bottom: 50px;
  z-index: 99999;
}

.tve_responsive_video_container .keep-original,
.tve_responsive_video_container .keep-original-position {
  cursor: pointer;
  position: fixed !important;
  top: 50px;
  z-index: 99999;
  bottom: auto;
  left: auto;
  right: auto;
}

.tve_with_wistia_popover {
  padding-bottom: 0px;
}

.responsive_video_option {
  display: none;
}

.thrv_contents_table {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.thrv_contents_table.tve_p_right {
  float: right;
}

.thrv_contents_table.tve_p_left {
  float: left;
}

.thrv_contents_table.tve_p_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tve_contents_table,
.tve-toc-content {
  width: 100%;
}

.tve_contents_table.tve_p_right,
.tve-toc-content.tve_p_right {
  float: right;
}

.tve_contents_table.tve_p_left,
.tve-toc-content.tve_p_left {
  float: left;
}

.tve_contents_table.tve_p_center,
.tve-toc-content.tve_p_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tve_contents_table .tve_ct_content,
.tve-toc-content .tve_ct_content {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tve_contents_table .ct_column,
.tve-toc-content .ct_column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.tve_contents_table .ct_column:not(:last-child),
.tve-toc-content .ct_column:not(:last-child) {
  background-image: -o-repeating-linear-gradient(top,
      #b0b1b5 0,
      #3b3b3c 1px,
      #3b3b3c 2px,
      #b0b1b5 3px,
      transparent 3px,
      transparent 6px);
  background-image: repeating-linear-gradient(to bottom,
      #b0b1b5 0,
      #3b3b3c 1px,
      #3b3b3c 2px,
      #b0b1b5 3px,
      transparent 3px,
      transparent 6px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: calc(100% - 2px) 0;
}

.tve_contents_table .tve_ct_title,
.tve-toc-content .tve_ct_title {
  display: inline-block;
  color: #ffffff;
  padding: 5px 50px;
  font-size: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}

.tve_contents_table .tve_ct_level0,
.tve-toc-content .tve_ct_level0 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b4b4b;
  font-size: 16px;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.tve_contents_table .tve_ct_level1,
.tve-toc-content .tve_ct_level1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b4b4b;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0 20px;
  margin: 6px 0 4px 0;
}

.tve_contents_table .tve_ct_level2,
.tve-toc-content .tve_ct_level2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b4b4b;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 3px 0 1px 0;
  padding: 0 30px;
}

.tve_contents_table .ct_column a,
.tve_contents_table .ct_column a:visited,
.tve_contents_table .ct_column a:active,
.tve-toc-content .ct_column a,
.tve-toc-content .ct_column a:visited,
.tve-toc-content .ct_column a:active {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
}

.tve_contents_table .ct_column a.tve_ct_level0,
.tve_contents_table .ct_column a:visited.tve_ct_level0,
.tve_contents_table .ct_column a:active.tve_ct_level0,
.tve-toc-content .ct_column a.tve_ct_level0,
.tve-toc-content .ct_column a:visited.tve_ct_level0,
.tve-toc-content .ct_column a:active.tve_ct_level0 {
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.tve_contents_table .ct_column a.tve_ct_level1,
.tve_contents_table .ct_column a:visited.tve_ct_level1,
.tve_contents_table .ct_column a:active.tve_ct_level1,
.tve-toc-content .ct_column a.tve_ct_level1,
.tve-toc-content .ct_column a:visited.tve_ct_level1,
.tve-toc-content .ct_column a:active.tve_ct_level1 {
  padding-left: 40px;
  margin: 6px 0 4px 0;
}

.tve_contents_table .ct_column a.tve_ct_level2,
.tve_contents_table .ct_column a:visited.tve_ct_level2,
.tve_contents_table .ct_column a:active.tve_ct_level2,
.tve-toc-content .ct_column a.tve_ct_level2,
.tve-toc-content .ct_column a:visited.tve_ct_level2,
.tve-toc-content .ct_column a:active.tve_ct_level2 {
  padding-left: 60px;
  margin: 3px 0 1px 0;
}

.tve_contents_table .ct_column a:hover,
.tve_contents_table .ct_column a:visited:hover,
.tve_contents_table .ct_column a:active:hover,
.tve-toc-content .ct_column a:hover,
.tve-toc-content .ct_column a:visited:hover,
.tve-toc-content .ct_column a:active:hover {
  text-decoration: underline;
}

.tve_contents_table.tve_blue a:hover,
.tve-toc-content.tve_blue a:hover {
  color: #4e7ac7 !important;
}

.tve_contents_table.tve_blue .tve_ct_title,
.tve-toc-content.tve_blue .tve_ct_title {
  background-color: #4e7ac7;
}

.tve_contents_table.tve_green a:hover,
.tve-toc-content.tve_green a:hover {
  color: #45bf55 !important;
}

.tve_contents_table.tve_green .tve_ct_title,
.tve-toc-content.tve_green .tve_ct_title {
  background-color: #45bf55;
}

.tve_contents_table.tve_black a:hover,
.tve-toc-content.tve_black a:hover {
  color: #595959 !important;
}

.tve_contents_table.tve_black .tve_ct_title,
.tve-toc-content.tve_black .tve_ct_title {
  background-color: #595959;
}

.tve_contents_table.tve_orange a:hover,
.tve-toc-content.tve_orange a:hover {
  color: #ff712c !important;
}

.tve_contents_table.tve_orange .tve_ct_title,
.tve-toc-content.tve_orange .tve_ct_title {
  background-color: #ff712c;
}

.tve_contents_table.tve_purple a:hover,
.tve-toc-content.tve_purple a:hover {
  color: #9768d1 !important;
}

.tve_contents_table.tve_purple .tve_ct_title,
.tve-toc-content.tve_purple .tve_ct_title {
  background-color: #9768d1;
}

.tve_contents_table.tve_red a:hover,
.tve-toc-content.tve_red a:hover {
  color: #e93c31 !important;
}

.tve_contents_table.tve_red .tve_ct_title,
.tve-toc-content.tve_red .tve_ct_title {
  background-color: #e93c31;
}

.tve_contents_table.tve_teal a:hover,
.tve-toc-content.tve_teal a:hover {
  color: teal !important;
}

.tve_contents_table.tve_teal .tve_ct_title,
.tve-toc-content.tve_teal .tve_ct_title {
  background-color: teal;
}

.tve_contents_table.tve_white a:hover,
.tve-toc-content.tve_white a:hover {
  color: #4b4b4b;
}

.tve_contents_table.tve_white .tve_ct_title,
.tve-toc-content.tve_white .tve_ct_title {
  background-color: #efefef;
  color: #595959;
}

.tve_contents_table.tve_white .tve_contents_table,
.tve-toc-content.tve_white .tve_contents_table {
  background-color: #ffffff;
}

.thrv_star_rating>.tve_rating_stars {
  display: block;
  height: 25px;
  background: url("data:image/png;base64,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") repeat-x 0 -26px;
}

.thrv_star_rating>.tve_rating_stars>span {
  display: block;
  height: 25px;
  background: url("data:image/png;base64,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") repeat-x 0 0px;
}

.thrv_star_rating>.tve_rating_stars.tve_rightBtn {
  float: right;
}

.thrv_star_rating.tve_blue>span>span {
  background-position: 0 -104px;
}

.thrv_star_rating.tve_green>span>span {
  background-position: 0 -78px;
}

.thrv_star_rating.tve_orange>span>span {
  background-position: 0 -130px;
}

.thrv_star_rating.tve_purple>span>span {
  background-position: 0 -156px;
}

.thrv_star_rating.tve_red>span>span {
  background-position: 0 -52px;
}

.thrv_star_rating.tve_teal>span>span {
  background-position: 0 -182px;
}

.thrv_star_rating.tve_white>span>span {
  background-position: 0 -208px;
}

@media only screen and (max-width: 740px) {
  .thrv_contents_table .tve_ct_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .thrv_contents_table .ct_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: none !important;
  }
}

.tve_shortcode_editor .pattern1,
.tve_p_lb_background .tve_p_lb_content.pattern1,
.tve_post_lp .tve_lp_content.pattern1 {
  background: #2980b9;
}

.tve_shortcode_editor .pattern2,
.tve_p_lb_background .tve_p_lb_content.pattern2,
.tve_post_lp .tve_lp_content.pattern2 {
  background: #c0392b;
}

.tve_shortcode_editor .pattern3,
.tve_p_lb_background .tve_p_lb_content.pattern3,
.tve_post_lp .tve_lp_content.pattern3 {
  background: #2ecc71;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_none,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_none {
  border-style: none !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_dotted,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_dotted {
  border-style: dotted !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_dashed,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_dashed {
  border-style: dashed !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_solid,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_solid {
  border-style: solid !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_double,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_double {
  border-style: double !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_groove,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_groove {
  border-style: groove !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_ridge,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_ridge {
  border-style: ridge !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_inset,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_inset {
  border-style: inset !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_outset,
.tve_p_lb_background .tve_p_lb_close.tve_brdr_outset {
  border-style: outset !important;
}

a:not(.tcb-button-link) svg.tcb-icon {
  color: #111;
}

.tcb-styled-list-icon a {
  color: inherit !important;
}

.tcb-styled-list-icon a svg.tcb-icon {
  color: inherit;
}

.thrv_icon {
  line-height: 0;
}

.thrv_icon.tcb-icon-display {
  display: table;
}

.thrv_icon.thrv_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.thrv_icon .tve_blue {
  color: #4e7ac7;
}

.thrv_icon .tve_green {
  color: #45bf55;
}

.thrv_icon .tve_orange {
  color: #ff712c;
}

.thrv_icon .tve_black {
  color: #595959;
}

.thrv_icon .tve_purple {
  color: #9768d1;
}

.thrv_icon .tve_red {
  color: #e93c31;
}

.thrv_icon .tve_teal {
  color: teal;
}

.thrv_icon .tve_white {
  color: #efefef;
}

.thrv_icon.aligncenter {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

.thrv_icon span.tve_sc_icon {
  -ms-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  display: inline-block;
  font-size: inherit;
  height: auto;
  width: auto;
  text-align: center;
  text-decoration: none !important;
  background-clip: padding-box;
  -webkit-transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
  -ms-transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}

.thrv_icon span.tve_sc_icon:before {
  color: inherit !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_none {
  border-style: none !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_dotted {
  border-style: dotted !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_dashed {
  border-style: dashed !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_solid {
  border-style: solid !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_double {
  border-style: double !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_groove {
  border-style: groove !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_ridge {
  border-style: ridge !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_inset {
  border-style: inset !important;
}

.thrv_icon span.tve_sc_icon.tve_brdr_outset {
  border-style: outset !important;
}

.thrv_icon.tve_brdr_none {
  border-style: none;
}

.thrv_icon.tve_brdr_dotted {
  border-style: dotted;
}

.thrv_icon.tve_brdr_dashed {
  border-style: dashed;
}

.thrv_icon.tve_brdr_solid {
  border-style: solid;
}

.thrv_icon.tve_brdr_double {
  border-style: double;
}

.thrv_icon.tve_brdr_groove {
  border-style: groove;
}

.thrv_icon.tve_brdr_ridge {
  border-style: ridge;
}

.thrv_icon.tve_brdr_inset {
  border-style: inset;
}

.thrv_icon.tve_brdr_outset {
  border-style: outset;
}

.thrv_page_section .out.pswr .lightSec .cck,
.thrv_page_section .out.pswr .lightSec .cck>* {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.thrv_wrapper .tve-hyperlinks-lightbox-wrapper,
#tve_lightbox_content .tve-hyperlinks-lightbox-wrapper {
  min-width: 800px;
}

.thrv_wrapper [class^="icon-"],
.thrv_wrapper [class*=" icon-"],
#tve_lightbox_content [class^="icon-"],
#tve_lightbox_content [class*=" icon-"] {
  border-radius: 0;
  background: transparent;
}

body:not(.tve_editor_page) .tve_post_grid_masonry {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  -o-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 900px) {

  ::i-block-chrome,
  .tve_btn.tve_nb.tve_btn5 .tve_btn_txt,
  .tve_btn.tve_nb.tve_btn6 .tve_btn_txt {
    min-width: 250px;
  }
}

body .tve_shortcode_editor .thrv_wrapper .lightSec {
  color: #fff;
}

body .tve_shortcode_editor .thrv_wrapper .lightSec p,
body .tve_shortcode_editor .thrv_wrapper .lightSec ul,
body .tve_shortcode_editor .thrv_wrapper .lightSec ol,
body .tve_shortcode_editor .thrv_wrapper .lightSec li,
body .tve_shortcode_editor .thrv_wrapper .lightSec div,
body .tve_shortcode_editor .thrv_wrapper .lightSec h1,
body .tve_shortcode_editor .thrv_wrapper .lightSec h2,
body .tve_shortcode_editor .thrv_wrapper .lightSec h3,
body .tve_shortcode_editor .thrv_wrapper .lightSec h4,
body .tve_shortcode_editor .thrv_wrapper .lightSec h5,
body .tve_shortcode_editor .thrv_wrapper .lightSec h6,
body .tve_shortcode_editor .thrv_wrapper .lightSec>p {
  color: #fff;
}

body .tve_shortcode_editor .thrv_wrapper .lightSec p span {
  color: inherit;
}

body .tve_shortcode_editor .thrv_wrapper .lightSec span.tve_ct_title {
  color: #fff;
}

body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI {
  color: #333;
}

body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI p,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI ul,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI ol,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI li,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h1,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h2,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h3,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h4,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h5,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h6,
body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI>p {
  color: inherit;
}

body .tve_shortcode_editor .thrv_wrapper .darkSec {
  color: #333;
}

body .tve_shortcode_editor .thrv_wrapper .darkSec p,
body .tve_shortcode_editor .thrv_wrapper .darkSec ul,
body .tve_shortcode_editor .thrv_wrapper .darkSec ol,
body .tve_shortcode_editor .thrv_wrapper .darkSec li,
body .tve_shortcode_editor .thrv_wrapper .darkSec h1,
body .tve_shortcode_editor .thrv_wrapper .darkSec h2,
body .tve_shortcode_editor .thrv_wrapper .darkSec h3,
body .tve_shortcode_editor .thrv_wrapper .darkSec h4,
body .tve_shortcode_editor .thrv_wrapper .darkSec h5,
body .tve_shortcode_editor .thrv_wrapper .darkSec h6,
body .tve_shortcode_editor .thrv_wrapper .darkSec>p {
  color: #333;
}

body .tve_shortcode_editor .thrv_wrapper .darkSec p span {
  color: inherit;
}

body .tve_shortcode_editor .thrv_wrapper .darkSec span.tve_ct_title {
  color: #fff;
}

body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI {
  color: #333;
}

body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI p,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI ul,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI ol,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI li,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h1,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h2,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h3,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h4,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h5,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h6,
body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI>p {
  color: inherit;
}

.tve_cb.tve_cb_symbol {
  padding-top: 30px;
  margin-top: 45px;
  position: relative;
}

.tve_cb.tve_cb_symbol>.thrv_icon,
.tve_cb.tve_cb_symbol>.thrv_cb_text {
  margin: 0;
  position: absolute;
  top: 0;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.tve_cb.tve_cb_symbol>.thrv_icon span.tve_sc_icon,
.tve_cb.tve_cb_symbol>.thrv_icon span.tve_sc_text,
.tve_cb.tve_cb_symbol>.thrv_cb_text span.tve_sc_icon,
.tve_cb.tve_cb_symbol>.thrv_cb_text span.tve_sc_text {
  border-radius: 50%;
  background-color: #333333;
  border-color: none;
  text-align: center;
  color: #efefef;
  display: inline-block;
  font-size: 40px;
  height: 40px;
  line-height: 1;
  min-width: 40px;
  padding: 20px;
  width: auto;
}

.tve_cb.tve_cb_symbol>.thrv_icon.aligncenter,
.tve_cb.tve_cb_symbol>.thrv_cb_text.aligncenter {
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tve_cb.tve_cb_symbol>.thrv_icon.alignright,
.tve_cb.tve_cb_symbol>.thrv_cb_text.alignright {
  float: none !important;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.tve_cb.tve_cb_symbol>.thrv_icon.alignleft,
.tve_cb.tve_cb_symbol>.thrv_cb_text.alignleft {
  float: none !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.tve_cb.tve_cb_symbol.tve_sb_bot {
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 45px;
}

.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon,
.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text {
  top: auto;
  bottom: 0;
}

.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon.aligncenter,
.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text.aligncenter {
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon.alignright,
.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text.alignright {
  float: none !important;
  left: 100%;
  -webkit-transform: translate(-100%, 50%);
  -ms-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}

.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon.alignleft,
.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text.alignleft {
  float: none !important;
  left: 0;
  -webkit-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}

.thrv_widget_menu li {
  margin-top: 0px;
  padding: 0px 10px;
}

.thrv_widget_menu.thrv_wrapper.tcb-mega-std .tve_w_menu.tve_horizontal>li ul {
  border: none;
}

.thrv_widget_menu.thrv_wrapper.tve-vertical-menu {
  width: 100%;
}

.thrv_widget_menu.thrv_wrapper.tve_center {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu {
  position: relative;
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
  list-style-image: none;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
  list-style-image: none;
  background-color: #fff;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li {
  margin-bottom: 0;
  margin-left: 0;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li:before {
  content: "";
  display: none;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a {
  color: #373737;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: relative;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical>li ul {
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical>li ul li>a {
  padding: 2px 15px;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal {
  z-index: 9;
  padding: 0;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li {
  display: inline-block;
  position: relative;
  padding: 2px 10px;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul {
  padding: 0;
  position: absolute;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  display: none;
  z-index: 4;
}

@media only screen and (min-width: 774px) {
  .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul .tve_w_menu.tve_horizontal>li ul {
    left: -100%;
  }

  .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul .tve_w_menu.tve_horizontal>li ul li {
    text-align: right;
  }
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li {
  padding: 0;
  display: block;
  position: relative;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li>a {
  padding: 2px 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.thrv_widget_menu.thrv_wrapper:not(.tve-regular) ul.tve_w_menu.tve_horizontal>li ul {
  position: static;
}

@media only screen and (max-width: 774px) {
  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve_menu_title {
    display: none;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .thrive-shortcode-html {
    padding-top: 1px;
    position: relative;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_center,
  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_left,
  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_right {
    display: block;
    float: none;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.t_tve_horizontal {
    border-radius: 4px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    float: right;
    font-size: 33px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 33px;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .thrv_icon {
    margin: 0;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .tcb-icon-close {
    display: none;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-open {
    display: none;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-close {
    display: block;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul {
    max-width: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-width: 250px;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul li,
  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul a {
    display: block !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    top: 50px !important;
    position: absolute;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    z-index: 9999;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal.tve-m-expanded {
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    border: 1px solid #b4b4b4;
    top: 49px !important;
    min-height: 200px;
    overflow-y: scroll;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal>li>a {
    padding: 12px 15px;
    display: block;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal>li ul {
    display: block !important;
    position: static !important;
    border: 0 !important;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal>li ul a:after {
    display: none !important;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal>li ul a {
    border-radius: 0 !important;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal>li>ul>li>a {
    padding-left: 30px;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal>li>ul>li>ul>li>a {
    padding-left: 45px;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal>li>ul>li>ul>li>ul>li>a {
    padding-left: 45px;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-track {
    background-color: #e1e1e1;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar {
    width: 6px;
    background-color: #e1e1e1;
  }

  .thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
  }
}

.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical a,
.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal a {
  line-height: 2;
}

.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical svg,
.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal svg {
  width: 1.5em;
  height: 1em;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  fill: currentColor;
  margin-left: 5px;
}

.thrv_widget_menu.thrv_wrapper.tve-regular .tve_vertical li>a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body.tve-lightbox-page .tve_p_lb_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
}

body.tve-lightbox-page .tve_p_lb_background {
  top: 32px;
  padding-top: 150px;
}

body.tve-lightbox-page .tve-spacer {
  height: 40px;
  width: 100%;
}

.tve-lp-pw-form {
  margin: auto;
  max-width: 700px;
  padding: 50px 0 0;
}

.thrv_progress_bar {
  padding: 0;
}

.tve_progress_bar {
  border-radius: 1px;
  background: #f7f7f7;
  display: block;
  font-size: 18px;
  height: 2.778em;
  position: relative;
  overflow: hidden;
}

.thrv_progress_bar.tve_brdr_none {
  border-style: none !important;
}

.thrv_progress_bar.tve_brdr_dotted {
  border-style: dotted !important;
}

.thrv_progress_bar.tve_brdr_dashed {
  border-style: dashed !important;
}

.thrv_progress_bar.tve_brdr_solid {
  border-style: solid !important;
}

.thrv_progress_bar.tve_brdr_double {
  border-style: double !important;
}

.thrv_progress_bar.tve_brdr_groove {
  border-style: groove !important;
}

.thrv_progress_bar.tve_brdr_ridge {
  border-style: ridge !important;
}

.thrv_progress_bar.tve_brdr_inset {
  border-style: inset !important;
}

.thrv_progress_bar.tve_brdr_outset {
  border-style: outset !important;
}

@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes progress-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.thrv_data_element_start .tve_progress_bar_fill {
  -webkit-animation: progress-bar 2s linear;
  animation: progress-bar 2s linear;
}

.tve_progress_bar_fill {
  border-radius: 1px;
  height: 2.778em;
  overflow: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
  .tve_progress_bar_fill {
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }
}

.tve_progress_bar .tve_data_element_label {
  border-radius: 1px;
  background: rgba(44, 44, 44, 0.67);
  color: #fff;
  display: block;
  font-weight: 300;
  line-height: 26px;
  height: 1.444em;
  margin: auto 0;
  max-width: 80%;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 3;
  white-space: nowrap;
}

.thrv_fill_counter {
  border-radius: 100%;
  display: table;
}

.thrv_fill_counter.aligncenter {
  display: table;
}

.thrv_fill_counter.tve_brdr_none {
  border-style: none !important;
}

.thrv_fill_counter.tve_brdr_dotted {
  border-style: dotted !important;
}

.thrv_fill_counter.tve_brdr_dashed {
  border-style: dashed !important;
}

.thrv_fill_counter.tve_brdr_solid {
  border-style: solid !important;
}

.thrv_fill_counter.tve_brdr_double {
  border-style: double !important;
}

.thrv_fill_counter.tve_brdr_groove {
  border-style: groove !important;
}

.thrv_fill_counter.tve_brdr_ridge {
  border-style: ridge !important;
}

.thrv_fill_counter.tve_brdr_inset {
  border-style: inset !important;
}

.thrv_fill_counter.tve_brdr_outset {
  border-style: outset !important;
}

.tve_normalfc .tve_fill_counter {
  height: 202px;
  width: 202px;
}

.tve_normalfc .tve_fill_counter .tve_fill_circle,
.tve_normalfc .tve_fill_counter .tve_fill_c_in {
  height: 202px;
  width: 202px;
}

.tve_normalfc .tve_fill_counter .tve_fill_circle {
  clip: rect(0px, 202px, 202px, 101px);
}

.tve_normalfc .tve_fill_counter .tve_fill_circle .tve_fill_c_in {
  clip: rect(0px, 101px, 202px, 0px);
}

.tve_normalfc .tve_fill_text_in {
  height: 186px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  width: 186px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_normalfc .tve_fill_text_in .tve_fill_text {
  font-size: 60px;
  line-height: normal;
}

.tve_normalfc .tve_fill_text_in .thrv-inline-text {
  line-height: normal;
}

.tve_fill_counter {
  border-radius: 50%;
  background-color: #e0e0e0;
  position: relative;
}

.tve_fill_counter .tve_fill_circle,
.tve_fill_counter .tve_fill_c_in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  position: absolute;
  transition: -webkit-transform 2s;
  transition: -ms-transform 2s;
  -webkit-transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition:
    transform 2s,
    -webkit-transform 2s;
}

.tve_fill_text_in {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  text-align: center;
}

.tve_fill_text_in .tve_fill_text_before {
  font-weight: 300;
}

.tve_fill_text_in .tve_fill_text {
  font-weight: 300;
}

.tve_fill_text_in .tve_fill_text_after {
  font-weight: 300;
}

.tve_fill_text_in .tve_data_element_label {
  color: #343434;
  display: block;
  font-size: 17px;
  font-weight: 300;
}

@-webkit-keyframes fill-counter-svg-normal {
  from {
    stroke-dasharray: 0 635;
  }
}

@keyframes fill-counter-svg-normal {
  from {
    stroke-dasharray: 0 635;
  }
}

@-webkit-keyframes fill-counter-svg-small {
  from {
    stroke-dasharray: 0 321;
  }
}

@keyframes fill-counter-svg-small {
  from {
    stroke-dasharray: 0 321;
  }
}

@-webkit-keyframes fill-counter-svg-big {
  from {
    stroke-dasharray: 0 792;
  }
}

@keyframes fill-counter-svg-big {
  from {
    stroke-dasharray: 0 792;
  }
}

.tve_fill_counter_n {
  position: relative;
}

.tve_fill_counter_n .tve_fill_counter_circle {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #e0e0e0;
  border-radius: 50%;
  display: block;
  stroke-dasharray: inherit;
}

.tve_fill_counter_n .tve_fill_counter_circle circle {
  -webkit-transition: stroke-dasharray 2s linear;
  -o-transition: stroke-dasharray 2s linear;
  transition: stroke-dasharray 2s linear;
  fill: none;
}

.thrv_data_element_start .tve_fill_counter_n .tve_fill_counter_circle circle,
.tve_editor_page .tve_fill_counter_n .tve_fill_counter_circle circle {
  stroke-dasharray: inherit;
}

.tve_normalfc .tve_fill_counter_circle {
  height: 202px;
  width: 202px;
}

.tve_normalfc .tve_fill_counter_circle circle {
  stroke-dasharray: 0 635;
  stroke-width: 16;
}

.tve_normalfc.thrv_data_element_start .tve_fill_counter_circle circle {
  -webkit-animation: fill-counter-svg-normal 2s linear;
  animation: fill-counter-svg-normal 2s linear;
}

.tve_number_counter {
  display: table;
  text-align: center;
}

.tve_number_counter .tve_numberc_before {
  font-weight: 300;
  font-size: 50px;
  line-height: 1em;
}

.tve_number_counter .tve_numberc_text {
  font-weight: 300;
  font-size: 50px;
  line-height: 1em;
}

.tve_number_counter .tve_numberc_after {
  font-weight: 300;
  font-size: 50px;
  line-height: 1em;
}

.tve_number_counter .tve_data_element_label {
  color: #2c2c2c;
  display: block;
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px;
  padding: 0 20px;
}

.thrv_data_element.thrv_wrapper.aligncenter {
  display: table;
}

.thrv_data_element_start .tve_progress_bar_fill {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#tve_editor [class*="ttfm"] a {
  font-family: inherit !important;
}

.thrv_responsive_video.thrv_wrapper {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thrv_responsive_video.thrv_wrapper.rv_style_white_frame {
  background: #000;
  border: 7px solid #fff;
  border-radius: 7px;
  padding: 0;
}

.thrv_responsive_video.thrv_wrapper.rv_style_gray_frame {
  background: #000;
  border: 10px solid #f1f1f1;
  padding: 0;
}

.thrv_responsive_video.thrv_wrapper.rv_style_gray_frame .tve_responsive_video_container {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
}

.thrv_responsive_video.thrv_wrapper.rv_style_dark_frame {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000),
      color-stop(50%, #656565),
      color-stop(50%, #000),
      to(#000));
  background-image: -o-linear-gradient(#000 0%,
      #656565 50%,
      #000 50%,
      #000 100%);
  background-image: linear-gradient(#000 0%, #656565 50%, #000 50%, #000 100%);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.95);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.95);
  border-radius: 20px;
  padding: 20px;
}

.thrv_responsive_video.thrv_wrapper.rv_style_dark_frame .tve_responsive_video_container {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  background: #000;
}

.thrv_responsive_video.thrv_wrapper.rv_style_light_frame {
  background: #000;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19);
  padding: 0;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style1 {
  background: #000;
  margin-bottom: 50px;
  position: relative;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style1:after {
  background-image: -o-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 50%);
  background-image: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 50%);
  border-radius: 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style2 {
  background: #000;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  position: relative;
  -webkit-perspective: 150px;
  perspective: 150px;
  padding: 0;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style2:before {
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
  -webkit-box-shadow: 0 0 8px 9px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 8px 9px rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style3 {
  background: #000;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  margin-bottom: 50px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style3:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style4 {
  background: #000;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.56);
  margin-bottom: 50px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style4:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style5 {
  background: #000;
  -webkit-perspective: 150px;
  perspective: 150px;
  -webkit-perspective-origin: bottom center;
  perspective-origin: bottom center;
  padding: 0;
  position: relative;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style5:before {
  -webkit-transform: rotateX(-25deg);
  transform: rotateX(-25deg);
  -webkit-box-shadow: 0 0 14px 9px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 14px 9px rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style6 {
  background: #000;
  padding: 0;
  position: relative;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style6 .tve_responsive_video_container {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19);
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style6:before,
.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style6:after {
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style6:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 1px;
}

.thrv_responsive_video.thrv_wrapper.rv_style_lifted_style6:after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_grey_monitor {
  position: relative;
}

.thrv_responsive_video.thrv_wrapper.rv_style_grey_monitor[data-embed_type="popover"]:before {
  background-size: 100% 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_grey_monitor:before {
  background-image: url("data:image/png;base64,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");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -7%;
  bottom: -34%;
  left: -4%;
  right: -4%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_black_monitor {
  position: relative;
}

.thrv_responsive_video.thrv_wrapper.rv_style_black_monitor[data-embed_type="popover"]:before {
  background-size: 100% 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_black_monitor:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABWgAAAP1CAMAAADLhfbRAAADAFBMVEVMaXH+/v7///////////8RJDP///////////////////8MExkZM0oPIjT///8YGRr///////////9eaXP///////+NlJv////Hycv///////8nKi3///////////+boqj///////////+6wMX///////8RL0cJFB7////////////Dx8z///+Zm5////////////8KEhgbN1AOIjPHy8/////////////P09f////////R1dmZm5/v8fPW296xs7ZZanfZ3eEXGBiCjpqvusSXo66ksLvR0tQYGRpTWF7LzM+cn6MLExoNJz0KHS4QLEIWMkgfOk8lLzkNFBkXLkEQHyzW19lxg5Foe4owQlGwsrZKWmcQEBBic4LT1NYzNDUUFRaNj5PW19moqq5JTFASICwRFRgYJzISGSAZGhvZ2dtKVmC/wMMSFhgSGiEXISoaHyQ4P0YrMzoPEBCrrbFGTlXc3N6MjpMPEBDFxslMT1M0NDWys7fb3N6dn6POz9EhIyUVFhcPDw9XWV07PD4VFhY2NjYVFBUoKSkiIiIcHBwwLzDg4OIVFhdiZWg2NjYTDgsVEQ4iHhtucHMRCwcQDQsODg4PDw8PEBIQEBASEhITExMUFBMWFhYYGBgaGhocHBweHh4hISEMKjojIyMlJSUnJycpKSkrKystLS0uLi4zLy0wMDAyMjIzMzMJR2lBQ0ZPUFFQUlQEbqZ4en1+gIV/gYaAg4eChYmEh4uGiY2Ji4+LjpKNj5OPkZWRlJiUlZqVl5yXmZ2Ym56anJ+bnKCcnaKdn6SeoaSfoaWgoaWgoqaho6eio6ejpKmkpaqkpaylpqump6unqKmmqKynqa2oqa+pq6+qq7CrrLGsrbKtr7OvsbWxsreztLi0trm2uLu4ur27vMC+wMPBwsXDxMjFx8nIyczKzM7MztDOz9LQ0dPS09bU1djW19nY2dvZ2tzb3N7c3d/e3+Df4OLh4ePh4uPi4uXj5OXk5ebo6Onr7Ozw8fH09PT29vb///+qCKMaAAAAlHRSTlMAAQIDBAQFBgcICQkJCQoKCwwNDQ4PDxAQERISExQVFRYXGBgZGhoaGxwdHR4eHyAhISEhISIjJCQlJigoKSstLi81ODw9QkRRV1hYWlpa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");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -7%;
  bottom: -34%;
  left: -4%;
  right: -4%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_black_tablet {
  position: relative;
}

.thrv_responsive_video.thrv_wrapper.rv_style_black_tablet[data-embed_type="popover"]:before {
  background-size: 100% 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_black_tablet:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABZEAAAMfCAMAAACQA2lmAAACYVBMVEVMaXEAAAAAAAAAAAD///8tLi8JCgr///8BAQH///8DAwP///8JCgr7+/v////l5eUBAQHExMQAAAABAQFcX2Krq6sGBgYYGBmRkZEbGxt/gYIaGhpucHEdHR0WFhZra2sbGxtjY2OOkpRDRksdHR1cXmAeHh6VmJsfHx9UVFSUmJsjIyRQUFCipqkiIiJfZGtMTEwiIiJMTEyLj5FMTEyjp6okJCRKSkpjZmdFRkgjIyNxdnqpra9MTk+jpqkmJiZHR0c6OjtFRUUlJSU8PT4lJSWBgYhFRUWam6GIiI9WVlYAAAEEBAUJCQoNDQ0IDhoPDw8QEBAPERYRERESEhINEyITExMUExcUFBQVFRUVFRgWFhYLFzUXFxcXFxsYGBgNGDYZGRkYGh8aGhobGxscHBwcHCAdHR0dHSMeHh4fHx8fHyEfICAgHyQgICAgICEhISEhISciIiIeIykjIyMkJCQkJCglJSUlJSomJiYmJicnJycoKCgpKSkpKSspKS4qKiorKjArKyssLCwtLS0uLi4uLi8uLjEvLy8wMDAwMDYxMTEyMjIxMzQzMzMyMzY0NDQ0NDg1NTU2NjY3NjY2Njs3Nzc4ODg3OD85OTk6Ojo7Ozs6Oz87O0E8PDw9PT06PUc+PUM+Pj4/Pz82P1g/P0VAQEBBQUE/QUlCQkJDQ0NERERFRUVERUtGRkZHR0dIR0dISEhJSUlJSVBKSkpKSk5LS0tLS1JMTExNTU1NTVROTk5DT21PT09JUF9PT1dQUFBRUVFUVFpQVlxXWV5aXmVgYGRkZWtubnV5eYCTk5oRuHt1AAAAS3RSTlMAAQIFBgoMDA8XGBwiJCYqLDEyNzg5QkNHUFdYXV5gbXd9gYWHiZWepKWstre+v8XJzM/S09Xa293j5ebn7O7w8vT4+fv8/Pz+/v6LQRw6AAAhGUlEQVR42uzdP28jRRzG8Wdm187uxnHixM4fQi6hQKArqBCKhJDI3YFA0NHToOtokSivuA7RUfB+aCkQEjUth1CUxHZs78zOostJB4fuuHgnEhb+fl7Eo0c/j581+ifbLrqr/WNVpQtBtQBgTm/0hRdITGJSo+8eDcehlmrvvJ4yepbNOhsbJ2E2CWWoFAQA88rfFl4sSUyatlr65vSsrCVVM//8RDZ53tt+zw1L70Id6McAmnh9T/gXVta07Upmv/3t7CponfPPSeR2p7P1obuYOUcaA2iq/Y4VXsKqnWaZffj7pJJUlzM9lugp01nbfO3d8/PL0nOtANDY4brwMnUdXOl191c/lWRS65/tyMl6uvvxZDihHwOIkRwnwjV7cqvTevDoyTV5/PeOnHXT/Y/OhmNHPwYQ42BTuG5ProI++HnqJdnU/ZXIRZEc3TsdTinIAKKY21Tka6vlgrnzy9hLstYr0ZUiT45OTkdlJQCIsTcQ5qnJwbz/JJITVYkeKzJzcI9ABhDNvNkS5nAVyT+Ng6SkTCQpy7X9CYEMIN6At8gNIvnOj6NaMkoktTph/bOLCwIZQLTbVOT5I1np3R+mkmor2bWwcjijIQOIt1UI8wqzUTjMjZRaqQjqHw9nvHoDEO1AaBLJ4y/7VjJWWdt3P724dDx7AxBrrSvML1TT8kHXSNYUQbvusiSQAUQ7FJoIblQPrGTz4DdPxtwsAMTL+bteQ8FPv+4a2cxrt5pyswAQ70hoJpSTumdlg1apyABuQrYlNFW5nRVjfeir9FRkANEO2EVuLLjp/Z5ssJ87niIDiJfuCI0FH7rWaud04gQAsW5RkWN4/9WK1bbYqAcQL2HRIkaoZspt8YUqjhYAou2zixyl8sps79zxWT0A0cwrQpQ6rNhi7L0AINJ2W4hSV7n9fuJqzsgAYt0SooRQd20I3CwAROvnQmxHvm9riUgGwMbQf66SeD8IQPF6q0I8S0UGQEVeCLUsv+oBYKl+IXC1AEBFJpEBsFQPEhkAb5FJZAD/V+2BQCIDYIaTRAYAlupJZACL51VmOG9KqhuSbKy1iHdgCaVvJVpq1XjkFy2Re4PCyAjAstnb0DKrFdrpH4uWyBtFRh4DS8juZ1putfzC3ZGNIZCBZdRf9kD+k707WEEQCKMw+iuiUJhhWfb+L9pybNH+guc8xMcwONfq+i6uyL0gwym96vQ631oAEVZL9b5+AxyRFRng6DYXigxE8FxPkYEQ13uhyECEvVBkIMJkqV6RgRCfQpGBCOOzUGQgwu6priIDGQavQxQZCPF2RFZkIEPvFlmRgRDbWCgyYGNIkQGax+mX6hUZ8DpEkQF+LJbqFRlwRFZkgKPZUr0iA2Y4FRnAUr0iA37mpMgAf02PQpEBt8iKDNCMW6HIgBlORQZoBjOcigyEeA2FIgMJerfIigxYqldkAEv1igxYqldkAA+oFRmIt1wLRQYckRUZoJmXQpEBH1ooMkBzWQtFBsxwKjJAMzkiKzIQYjfD+WXvDnIQhIIgCk4IQQ0RjIjI/S/q8v8N+15UHeJlQqBRZCDDaGNIkYEQpxNZkYEMg6V6RQZC/CzVKzJgqV6RAXofS/WKDPiAWpEBeu9HociAD6gVGaBZLNUrMuBEVmSA3mypXpEBJ7IiA1iqV2TAu8iKDHBpsjGkyIClekUG6I0eWigyEOJwIisykGFwIisyEGK3VK/IgFffFBmgt90LRQYinIUiAxFWS/WKDDiRFRmgtzwLRQYiHIUiAxHmV6HIgBNZkQGa21YoMuBnTooM0Ex7ociAGU5FBmhGP3NSZCDE1wynIgMZBk+RFRkIsU+FIgOW6hUZwFK9IgM+oEaRgQvrXCgy4ERW5D97d5jSMBAEYHQIpcGWGEktxvuf00TwR7IWtII0O5D3DvExTDdTgFXXB4oMeGihyACr0xAoMmBEVmSAVevGkCIDznAqMkDpYGmhyIARWZEBSo0RWZGBJEaX6hUZyKG5BIoMpPDqDKciA74O2TtFBr4bngJFBozIocgAi+cuUGTApfq9U2SgdH4JFBkwIu+eIgOF1tchigwkMQaKDKRwvAaKDKQwOsOpyEAOB1vkeqb5IxzdAxZvilDHFF8UGVg0/u+0Vo4VGbhxPQYVaqzIgBtDGWqsyMCidHGpftsaKzLgA+oMOVZk4Df9OdimxooMGJEz1FiRgfu6PnhwjRUZ8NAiQ44VGfiz0xA8rMaKDDjDmb7GpWmeFRmIiNaIXDXHsxkZcIYzQ41tLYDSwaX6SjW2RwZuvRuRKyyOZ7/sAc5wZhiOvbUAVqVRCTatsddvwI8aW+T/mD/Zu7ed1mEgCqADVOVSQVEvkP7/d8ZGVIAgAgSJqYO81vM54m1rtDOe5l8EcraPDHxr51L9WDl+I3shAnhA/Tdy2X+cei9EgM11UDuNI+LCjAwYkf82jf3yKfBzd7dBreI4kh4ZcKl+DsOxL3vAR6v7oEIa27UAnOE8QVXhl08BZzj/R3FsHxn4yiE4XVXhhQjwjaUbQxXTeMgLEXjhUj1jq4rIuUAaR8pmZGjaYhtMSuO+xHCctRZAxKMI+CifPo31yIBL9TNI48i+7AGv9s5wjqsqiqSxXQvAjaE5FMe234CB7VU0r0JxbB8ZcGNoFsWxFyLAp9YraVy1OB7KSSKDEVkaTxyOc5r8J/uIhRkZ2nW7Fsd1iuOhXmsBzeukcf3iOHo9MhBxcy+NaxfHvS97wFEnjetWFXYtgFeXW3FcL41tvwHvddK4enE8lNxHhjYt9tK49nA8/K/ZjAyNOpyJ4/mksdYCnjnDKY2LpHEen8Z6ZGhet5DGpYrjFGl0HPuyB8T5vvk0LhPHaUJVYdcCONotDcdV09j2G/DmQRrXS2PXOIH3NtfS+Asp6sVxksjgdYjieAbDcTYjQ6PuVobjWaWx1gKMyNL4hGlsHxn41GotjQsXx6kfNxz7sgfN6xTHE4fjoTQmje1aABGXG8NxsTQeWRzbfgPi6CCNy1QVBYrjoV4iQ1uWu/BzTE/s3cFqGzEQgOGxMW6c4LrE8cZ5/+dcqSQUSkRPYrcrPN93TA4xPgzDv4p2hOW4VaNWOzIkc98Jx+NNY9UCUjpMUsU607j3t1VHhrTed6bxCuO49i7HnuzBJzfVC8eLLce1bxo7awHJ3Y7C8RDh2Ok3ICapYqRw3PIuasjk+mQaD7Mct8o825HBf4cIx9tPY9UC0rmchOMBp7GODFZk4XjZcNz1u+LJHmR1PgvHq3za0nf+rThrAZ9cwykcLzaNO1OFm4Ygt+dfwvHA0zjmg5uGwIosHHd92NIZjv9pVi0glx9X4XjMVKEjgxVZOB5hGnuyBykdb8LxaOHYWQuICNdwCscdH3bZ5dhNQxARruEUjhdejkvE3DeNW8VNQ5DD/SBVrDGN+3fjVo1qR4Yc9jepYvNpHLP37AER8XY0jTvC8ZLLsffsAX9MwvGWqcJ79oC/Xk/C8VbT2Hv2gO/uUsU24dh79oDWzxfTeM1wXOsS0zhqcfcbWJGF4w1SRaPakSGJl4twPPI0jqpagBVZqtg+HEfVkSGV51fTeIwTx63qyR44iywcjxKOW+61gEd3fBOO100VUeau5bhVih0ZHt19J1WsOI07U4XzyJDSYUqQKjYIx/3T2ESGL26q9zqm7Zbjr5+byJDafhKOB0kVJjKkdzukD8dRBpjGJjIQMTnj9j/CcV3km6wmMjy065NwvP5yXPu+yvaP7u3I8Ng+hOPxU0UU1QIyuJyE49GnsY4MVmTh+LuyyTT2ZA8SOZ+F49/s3dtu2kAUhlHKKW1oQwIx5P2fs8xur0eVqMb4wPZalyRK736NPk/NXA/HxV0L8BpO4XhGqaJWvGkI8jq8C8fVzwZa41u0rHH9eTgjQ2JX4XjYcFz/nfY1Vi0gu5ezcDzw4bg8Yo11ZFiCL+F4pDVuD8ee7MFC7DvheFZrXCvuWsByXL8Jx3MPx7VikSGn7adwPM7hOFYRLWtcK+5aQFqXrXA8QqqItnBcK6oFZLbuhOOhU0U8KFXoyJDd5y6E4ydYY0/2wJvqpYp+4fhBqcJdC1iG03drPPtwXCvhvRaQ0kU4HnSNa6XvSoczMqT19lM4vi8mCse1UC0gtatUMddwXAsdGZI7HK3xM4Tj8GQPFuAqHM/ujlstfIcILMPrSTieMBy3Z5DbzSJDOp1UMXI4jtL7bxdnZEhpf7LGI6aKqH7SssaqBaT1tRGOxwrH0f9srCNDZtuzcDxQOG7//fAdIrBM141U8cBwPNwau2sB+a1PN2vckCqmWOOa91pANt22f6oQjkcJx/XHxRkZsumE48HXuBal7xyrFpDSeSdVjJIqau1rrCNDWt3s7rhZ47+KuxawQMcfvo5p4FTRvsb3Py8WGTK5CscNd9zKaorDca2UcEaGTH4dhOMJUsUtou8aqxaQz0U4nixVtK+xjgwpvb4Jx08Wjj3Zg7QuwvFThWP/ixoSezla44Y5nmiNfYcI5HaZ4Vs1heP//tXfe3ctII/9u3A8zRrHrdz5F++usTMyJNOtpYoJwnH0PxyrFpDO9mMlHP9TmfMa68iQ0nkjHI+aKvqvsSd7kNX6LBwPv8b15+3h2F0LyOxjJxz/Ye9eltqIgQCKCsfxJCY2D4+L//9PRkrWWoTHTCF3c84SKKq8abquhlGwcNyr1ZuGIImrcDwuHLfVy3GzI0MiD5N7/KOE415TLSCZF+E4ZDguTUeGdM7Tdw/HpcYLx83JHqQ0C8cBp3FvcbIHGdzfC8fxwnH/G6odGVK4usd/XDhuZakfDMe9qlpAHtNJOB6UKtr65VhHhlxehOOg09jJHqRzOAvH/7Rg09h/UUNK1zvh+CuX41a2Gse9ZiJDdPsn4Tjkctx/ubpDBOK73AnHQ6dxaeV13TQuVbWAHHYX4XjANO6smcY6MuQx/xCOB4Xjsj5VONmDVHbPwnHM5bh61gLSefwpHEdMFe4QgYxm4TjJNC6vxZuGILbzJBwPD8dLbe9PFe4QgbyuUsXY5Xj5yHLsDhFI7fT7/+PYNL71aawjQx4X4fhT07jUr53G7hCBb+D4xz3+g5bj1eHYsxaQzSwc38Y0rpt8vOZNQxDYdN4qHHvG7dPTuJXStvhj00qzI0Nks3A8Ihxv//GaagHhHR6E45HL8UbTWEeGFOadcDx0Gq8Px072IIv9+a1xLBzf8DQuzbMWkMjzrgrHkcNxr9bFRIagdo/C8U0sx0tpbf00tiNDaI974Xh8qli22I1VCwjvSTgOMI3f+kbVkSGDh+n7hOP1b9XcPlVsEo6d7EESF+F4zXI8fhp7rwXkcfolHIcOx251gkQunnG7oWlc22fCcf+NWk1kCOl4FI4jh+NetSNDYHN1j3/UcNyrqgXENh2F4xThuOrIEN8sHA+Yxt3Prw7HTvYghcNp7XIsHI9OFZ61gCxm4fgve3ew2kQQBnB8MtkmabZJN2k8CCJIr+LRs7168qDv4QNIEcQH8CA+hT6Ad0EvPkXxICJqTYiY/cYtSq1T0XR3ycw3/H/0VLLZpoeP5b+TncjCcb2LY5+wqxOgT7ZDOA4ajn3SxjQ27OoEqDS1hONIwnHNUuETqgWgld3VG46NUx6O2x/HQkcGNCs6QjhOZBpzZw9QzhaE45ZTRZhpzFoLIAGjjHAcVzguXSmtbHToWGsBaDMhHMeUKsq2rppZawEoNOoRjtVPY57GCSRiSjiOIhyX9da4MZGBlOR9wnGgcNx8GjORgcTsEY51pgomMpCe/oBUoSpViKkwkYE0zZjG0U1jZ8q649jH6jdAk16eQjg2oiAc13iT9aYx++wBqZixj3+gcFwrFvl40hCQkiwnVTRPFaGmMfvsAWmZdljjFmIaN08V7LMHJMfuEo4VhmP22QOSVBCOIw3HTszFCKvfAOVsQTiOMFW4k58LEdYjA/qNuoTj2MKxa5QqfCJMZECLCeF4A6ki0DQWrpEBVcZbhOMA4XgT05hqAagzIRzHEo5bHcd0ZEChvEc4jjYcu5rTmDt7gFJTCTCNgz9VU0E4lprTmLUWgF7DHuE4VDhufxqz+g3QbUI4DhiOWx3HPB8Z0K4/IBwHCscbm8ZOpGQiAxoUhOOkUoXPcY0M6JHtsI9/stPYOKoFoMqUcJxoOHZ0ZECbbOgIx6dc8HDsE1dvGnNnD9BobAnH8aQKX71pzFoLQCk7JhyHSxVNp3F+c78vxx/eHX1Z/f+TWAMgciNrfpOKOc9VzJpcZf1fS6XB2SplZd138F7qvbzW+fx3qfnR13fmqPze/aMXo8f96bWrs87869z945OIGMc1MhC9gnAcIhw3TxWDu0+umMpDWX789G3lxBzbbfvXw6gWgBLjbmtfjiYcbzIc3zg47JoHh2+fLX+eqdNxRhbZgKdxAooVhGMN4dhnb++bR/Jq7+npqYZmIc59L/Ozx3FnD1Alt8KK4/imsR+Ofdmdy868ef3nqaqZXBqZ578OY60FoE5BOA4Qjpv+f+2tS7J4/tn4hqulOxnJwuo3QKPhFuE4eDi++N96vZi/f1ma87Lhwsl8m2e/ASoVhOMf7N3LbhxFGAXgU9U3j3suPY4xFholwgtAiuAJeABni8QT8BzhEhZIbHgB2LFkxYpIgARbLpIFESLgAJLNxU4GbMb2XLrqB0RErPa4226hTlV8vm1P/mpncdQ6U9PlZFUhKLPUH+1+IvNXWxiLHS8wkYk8lMQsjt2vKooXg5X9oy/llNV0MoaxmolM5J+MxbFnafyP9MhuzU5dLQgMJi0UWNiciUzktLjF4tj94rh4UeFgeFCy3MKhWBMcv85nZCIfdHgAiAfFcfGqHsuodLVoimmr8IGzJ3JgBUTUvLDNNHa/qjDWCI7L81xKV4tmMv8DIaqEq5mS8e4eiKhp3f8/jWF9K45hXE5jnJTnKtLlq2kjs6DON3udy0e7NkwH/R9BRM3Sbe5xc644rr653KjIolRkYOokcjzYu3eAeJZlj/8GImpUR7GqqJHGDT8cF1kDQRkLKAWpsfvNrs72RpGZDaPW5Xs5iKhBuss09qGqKK4mUJVvJFJSJ5F158/DKHgB+acLvZWfQUQNSjWLY9/SuCyRLSqFFZcVAklWodHPlrZ44AhRkzIWxy4Wx/WWs6hkRUKUMojTUQigvxwrEFGDUs2qwoviWETsedNYydylqxJZkkvm4Psser5/eBdE1KCMaex+VSG1n43VvBka5X7VrSvP3vnlncfenG6DiJqzGNY8qhRNH1VqMMd5F6w+kbT6SvVRpZXDqv/A6n+mINW3o+b+P4Uot7Pc77Z6b18X3OS51URNylgcu1wcC06lpPp+BAqQc++1sN88119MYcxTm+yRiRqURKwqnC2OUUFmAUqJEi213sa58cOTS9dubojiIzJRgzKmsa/FcWCRB+VLWyiFGomsrdrfAKAYyERNipOH/1ZN7jiu9zVemItUra2h6yQyNCwAdshEzeqwOPanOC7ejxKZxmUz1N9QI5EZxkQPRZiyqvCpOLY4Lh7Dls6IDXKcINbyjfVELuoyjT2qKoo3pLSVSXL6jCREXhzCM0SInKVTHsfkQhpD6v3+IxmLmOC0GUnXjic4xvLkUyKXdRSLY0+K4/nCXGlt58+IB7OjwwdDeBY1keN0l8Wx81VFqRBBr3f3EHO016zekQdDmMhEjkt5jr9vaVwUhMvLV29v4oTB2sRsje8PYSITeaDD4tj94rhiRv77Wv/a8INh4QH56qUZvv7DAmAiE/khDVgc/8s6WxxXzxh+sR498dL0w1v4z8ozg9lk9PkIYCITeaPH4tjHqqI4Y/je+tPqjdc+u7793c5RkPVXVoLJFHduGTCRifyxGLA49iCNq4dM3x+8CMgN3HjFvC5iZTbZ/GoEMJGJPNJhcexZcQwRzLX11ur2q/rl+x/66dvbE4CJTOSTJGZx7EtxXG3/XdgrH62HH4+29gGAiUzkl7ZlcexLVYEzDdnZwdnwvRZErokXWBw/Kml8HgJYPiMTuabN4tiB4rjZOBa2FkRuClssjn0sjuunMXtkInelfKvmRaoq+M0ekct0m8XxRUlj7rUgcl1bWBxfhOKYu9+IPKBb3OPmYXEs9hxjhPuRiTyRBiyOH+2qgr8QIfLHYs005jn+PqQxf7NH5JU0YHFco6rwpThmIhN5JWVx/Bd7d6zcIAxEUZSAjJDt//9bQjKTjnRpsrs6p6ZwdUfzxqAqh+P7T1JkyObZDMcVpwpFhozehuOoNf774ViRIafeDMe1pgpFhrzehuNCNVZkSG3vhuMiw7EiQ3pvw3GJ4ViRoYB2GI7TTxWKDEW8DMdpa3x+XsuiyFBHO07DcaIa359WZKhk3NtjOI46HN8fVmSoZn0ajjMcju8PKzJU9DIcT19jRYYg1mE4TjUcKzIUNj5cx/TbFXQ4VmSo7bgMxzmmCkWG8p6b4TjBVKHIMIXDPf5qrMgQQ2+G49DDsSLDjH99Oxf3+EcbjhUZ5rI3w3HMqUKRYT7DcKzGigwxtHYajoMNx4oMvjFkOI4wHCsyTKzthuMwU4Uiw+KIbDhWY0WGANbdcBxgOFZk4NswHP/3cKzIwI+1+6rm9FOFIkMQx3KpsRorMoTwMBybKhQZYuib4ViNFRliOEwVpgpFhhj65h5/NVZkiKHnvY7JcKzIUMvevBytxooMMRyGY1OFIkMMrRmOHY4VGWIY7vFXY0WGGNrDcKzGigwxdMOx4ViRIYa1G44djhUZYhiGYzVWZIhhbafh+Iu9OzqNIAaiIHirHWkv/4B9jsHYhv6oCqIRD8GosSJDwttUYThWZIgYNfY4VmRoeC7DsRorMjQ8hmM1VmRoeC5TheFYkaHhcY7J41iRoeFchmM1VmRo2B/DsRwrMiTMbThWY0WGhsdwrMaKDA1zu+OvxooMDcdwLMeKDA1rDMdqrMjQ8DYcq7EiQ8O6P4ZjNVZkSNimCjlWZIg4aqzGigwNx3CsxooMEdtwrMaKDA1nmSrkWJGhYauxGisyNMzry3CMIkPCMRyjyNAwl6kCRYaGo8YoMjSs64+mCsOxIgO/tN3xR5GhYY2pAkWGhv1fNTZVKDLwM2v8cUORoWEbjlFkaFhjOEaRoWEMxygyRGzDMYoMDcdwjCJDxBiOUWRomMtwjCJDwzEco8jQMK+PGqPIkHAbjlFkaFi3c0woMjRsUwWKDA3rNlV8s28nJwwEMBAEzazyz9hHFqYfVUE0YkAoMjScGqPI0LAzHKPI0HCGYxQZGnamChQZGvZWYxQZGh7DMYoMDWc4RpEh4jFVoMjQcGqMIkPEYzhGkaFhhmMUGSLOVIEiQ8NeXzVGkSFhhmMUGRo2wzGKDA0zVaDI0LCpMYoMDTMco8gQMcMxigwNZ6pAkSFipgoUGRrOVIEiQ8VHjVFkSJjhGEWGiDmOUWRomBqjyBAxNUaRoWGGYxQZIuY4RpGhYWqMIsM/+cZDkeHVN8MxigwNcxyjyBAxNUaRoWGmChQZIqbGKDI0zFSBIkPE1BhFhoaZKlBkiJgao8jQMFMFigwRU2MUGRpmqvixWwcnAMAwDMSK95+59OsNGoI0xHEoMkxx1RhFhv+8MYoMg0SNUWQwxygy0KLGKDJ4YxQZaFFjFBnMMYoMtKgxigzeGEUGWtQYRQZzjCIDaowiw0RRYxQZ3DFb5ACgyAAoMoAiA6DIAIoMgCIDKDIAigygyAAoMoAiA6DIAIoMgCIDKDIAigygyAAoMgCKDKDIACgygCIDoMgAigyAIgMoMgCKDDx26kAAAAAAAMj/tREidOSqjlx15KqOXHXkqo5cdeSqjlx15KqOXNWRq45c1ZGrjlzVkauOXNWRq45c1ZGrjlzVkauOXNWRq45c1ZGrjlzVkauOXNWRqzpy1ZGrOnLVkas6ctWRqzpy1ZGrOnLVkas6ctWRqzpy1ZGrsFMHAgAAAABA/q+NEKEjVx25qiNXdeSqI1d15KojV3XkqiNXdeSqI1d15KojV3XkqiNXdeSqI1d15KojV3XkqiNXdeSqjlx15KqOXHXkqo5cdeSqjlx15KqOXHXkqo5cdeSqjlx15KqOXHXkqo5cdeSqjlzVkauOXIWdOhAAAAAAEORvPcgFEUYGMDIARgYwMgBGBjAyAEYGMDIARgYwMgBGBjAyAEYGMDIARga4MzKAkQEwMoCRATAygJEBMDKAkQEwMoCRATAygJEBMDKAkQEwMoCRATAygJEBMDIARgYwMgBGBjAyAEYGMDIARgYwMgBGBoidO7pBGIQCKAqUxn6YuIH7T+EEDuAS1TR+2BgFHUIjhnPY4eYFyFNkABQZQJEBUGQARQZAkQEUGQBFBlBkABQZAEUGUGQAFBlAkQFQZABFBkCRARQZAEUGUGQAFBlAkQH4iyKXGgB6VEtzRa5VkoEOfLN+OXzIsgnxfQC6UkNdl+aKfC67waU00J1SL+0V+TnPAQB/LQAUGQBFBlBkABQZQJEBUGQARQZAkQE6lqyiAGimyMZkgBakkPQYoBHDab/eHwGA3xqnKa12aAI0IA7HdNuO0esewI/FlK8pHHI2JQO82ruflriBMADjb2Yy+UN2YSPSFlqh7aEnhVL8En5fYb9ALR5EevAkohWtXUt0W1fdTSaZaUGortujJpfnd0zm/PDykiEdUyq6Ubo0ITMyAHQsCLVVYoVNMgB0TWmZqsQqwzURAOhWoM3uWMVqOzUMyQDQKRWmRa0knpqIGRkAOhVEZmzVmVgTG5IMAB0KTLxTeHVSZp/7iRYAQGd00h9VTtnvLpKEIRkAuhOYRIpGtFynyehtZZ0AALoRZkvD00aU+KNpHKUxewsA6IiO093zxosWaarB5UpdNwIA6EAQ9Qbbo0ZEi8itffHtvWVvAQCdCLN866D0d0WWyWxiX1fOCwCgbToZ7O3/dv/+fHp2dZL2IlbJANA6HfXSowsnf91V2JfNz7Wm8UzJANB6kPPNY+vviyy+tMUqSQaA9oO8NDwsnTwosvjq9nLVO5IMAO0JwqSfDw9KJ3NFFm+vLtaMeJoMAC3RUTbobx6WjTwqsvj61w/7zglJBoCWBuRevvfluHSyUGTx7up29iFQIjQZAJ69x3HWG2ztj6y7fzZ3QKVvVj5ez2bW83EyADybQAUmSXpfT06nD2sbyBwV5i833E1ZWeeoMgA8S42VDqM4U8Pzce3mXi0c1fnyq3U7tU3tnOdmNQA8JRUoFWqTmp1RMW6cl0dFXmxytJwvfxJb142QZAB4Okp0GBrZLcZF9bjHIsH/G27CPDVZf10AAE9pZ3Jjp+PaeicL/gDQOhk9xyn7jgAAAABJRU5ErkJggg==");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -5%;
  right: -6%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_white_tablet {
  position: relative;
}

.thrv_responsive_video.thrv_wrapper.rv_style_white_tablet[data-embed_type="popover"]:before {
  background-size: 100% 100%;
}

.thrv_responsive_video.thrv_wrapper.rv_style_white_tablet:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAe4AAAEVCAYAAAAmQgaMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlDOTM4RUZENDY3MjExRUM5Mzk4RjAwMEUxRUZGQTEyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlDOTM4RUZFNDY3MjExRUM5Mzk4RjAwMEUxRUZGQTEyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUM5MzhFRkI0NjcyMTFFQzkzOThGMDAwRTFFRkZBMTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUM5MzhFRkM0NjcyMTFFQzkzOThGMDAwRTFFRkZBMTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4gzBSjAAARYklEQVR42uzd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");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -6%;
  right: -6%;
}

@media only screen and (max-device-width: 1366px) {
  .thrv_responsive_video.thrv_wrapper:not(.tcb-no-perspective) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.tve_selected_typist {
  -webkit-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

span.tve_typefocus .tve_selected_typist {
  background-color: #fff;
}

.typed-cursor {
  color: inherit !important;
  display: inline-block;
  font-family: arial, sans-serif;
  opacity: 1;
  -webkit-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#tve_zoom_overlay {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
}

#tve_zoom_lightbox {
  position: fixed;
  background: white;
  z-index: 1000050;
  top: 50%;
  left: 50%;
  padding: 15px;
  border-radius: 10px;
  height: auto;
}

.tve_close_lb {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
  color: #fff;
  background: black;
  height: 25px;
  width: 25px;
  border-radius: 16px;
  font-size: 10px;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 10px 2px #000;
  box-shadow: 0 0 10px 2px #000;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tve_close_lb:hover,
.tve_close_lb:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.tve_ea_thrive_zoom img:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.video_overlay {
  cursor: pointer;
}

.video_overlay.tcb-video-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.06)),
      to(rgba(0, 0, 0, 0.06)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.06),
      rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
  background-size: auto;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.video_overlay.tcb-video-cover[data-ct="video_cover-0"],
.video_overlay.tcb-video-cover[data-ct="video_cover--1"] {
  --tcb-local-default-master-h: var(--tcb-main-master-h, 0);
  --tcb-local-default-master-s: var(--tcb-main-master-s, 100%);
  --tcb-local-default-master-l: var(--tcb-main-master-l, 69%);
  --tcb-local-default-master-a: var(--tcb-main-master-a, 1);
}

.video_overlay.tcb-video-cover[data-ct="video_cover-0"] .tcb-video-cover-default-play-icon,
.video_overlay.tcb-video-cover[data-ct="video_cover--1"] .tcb-video-cover-default-play-icon {
  background-color: hsla(var(--tcb-local-default-master-h),
      var(--tcb-local-default-master-s),
      var(--tcb-local-default-master-l),
      var(--tcb-main-master-a, 1)) !important;
  --background-color: hsla(var(--tcb-local-default-master-h),
      var(--tcb-local-default-master-s),
      var(--tcb-local-default-master-l),
      var(--tcb-main-master-a, 1)) !important;
  --tve-applied-background-color: hsla(var(--tcb-local-default-master-h),
      var(--tcb-local-default-master-s),
      var(---tcb-local-default-master-l),
      var(--tcb-main-master-a, 1)) !important;
}

.video_overlay.tcb-video-cover .tcb-video-cover-image {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video_overlay.tcb-video-cover .tcb-video-cover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.video_overlay.tcb-video-cover .thrv_wrapper {
  position: relative;
  z-index: 2;
}

.video_overlay.tcb-video-cover .tcb-video-cover-default-text-wrapper {
  position: relative;
  top: 0;
  left: 0;
  z-index: 12;
  margin: 0 auto;
  padding: 9px 11px 11px;
}

.video_overlay.tcb-video-cover .tcb-video-cover-default-text-wrapper p,
.video_overlay.tcb-video-cover .tcb-video-cover-default-text-wrapper .tcb-plain-text {
  letter-spacing: 2px;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 1.35em !important;
  color: #111 !important;
  font-weight: bold !important;
}

@media (max-width: 1023px) {

  .video_overlay.tcb-video-cover .tcb-video-cover-default-text-wrapper p,
  .video_overlay.tcb-video-cover .tcb-video-cover-default-text-wrapper .tcb-plain-text {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {

  .video_overlay.tcb-video-cover .tcb-video-cover-default-text-wrapper p,
  .video_overlay.tcb-video-cover .tcb-video-cover-default-text-wrapper .tcb-plain-text {
    font-size: 15px !important;
  }
}

.video_overlay.video_overlay_image {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
}

.video_overlay .overlay_play_button {
  -webkit-transition: color, 0.3s, ease;
  -o-transition: color, 0.3s, ease;
  transition: color, 0.3s, ease;
  color: inherit;
  cursor: pointer;
  text-align: center;
}

.video_overlay .overlay_play_button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4em;
  height: 5em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video_overlay .overlay_play_button div.thrv_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
}

.tcb-video-cover-default-text-wrapper-bg {
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}

.tcb-video-cover-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.tcb-video-cover-default-arrow {
  --tcb-icon-rotation-angle: -127deg;
  position: relative;
  font-size: 45px;
  width: 45px;
  height: 45px;
  left: -74px;
  margin: 0 auto -33px auto !important;
  z-index: 12 !important;
  color: #111 !important;
}

@media (max-width: 1023px) {
  .tcb-video-cover-default-arrow {
    font-size: 39px;
    width: 39px;
    height: 39px;
    inset: 6px -15px -42px -66px;
    margin-bottom: -27px !important;
  }
}

@media (max-width: 767px) {
  .tcb-video-cover-default-arrow {
    right: -19px;
    bottom: -35px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    left: -47px;
    margin-bottom: -24px !important;
    margin-top: -2px !important;
  }
}

.tcb-video-cover-default-play-icon {
  font-size: 50px;
  border-radius: 100px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  max-height: 50px;
  -webkit-box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.22);
  margin: 0 auto;
  background-color: #ff6161;
  padding: 22px !important;
  z-index: 14 !important;
}

@media (max-width: 1023px) {
  .tcb-video-cover-default-play-icon {
    font-size: 40px;
    width: 40px;
    height: 40px;
    max-height: 40px;
    padding: 18px !important;
  }
}

@media (max-width: 767px) {
  .tcb-video-cover-default-play-icon {
    font-size: 26px;
    width: 26px;
    height: 26px;
    max-height: 26px;
    padding: 12px !important;
  }
}

.tcb-video-cover-default-play-icon .tcb-icon {
  color: #fff;
}

.rv_button_rounded_rectangle_light {
  position: relative;
}

.rv_button_rounded_rectangle_light .video_overlay {
  color: rgba(255, 255, 255, 0.7);
}

.rv_button_rounded_rectangle_light .video_overlay:hover {
  color: #fff;
}

.rv_button_rounded_rectangle_light .overlay_play_button {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.rv_button_rounded_rectangle_dark {
  position: relative;
}

.rv_button_rounded_rectangle_dark .video_overlay {
  color: #000000;
}

.rv_button_rounded_rectangle_dark .video_overlay:hover {
  color: #5a6e6c;
}

.rv_button_rounded_rectangle_dark .overlay_play_button {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid;
  border-radius: 15px;
  line-height: initial;
  padding: 10px 30px 8px 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 11px rgba(252, 247, 249, 0.47);
}

.rv_button_rounded_rectangle_dark .overlay_play_button:before {
  content: "\25B6";
  font-size: 40px;
}

.rv_button_circular_dark {
  position: relative;
}

.rv_button_circular_dark .video_overlay {
  color: rgba(0, 0, 0, 0.7);
}

.rv_button_circular_dark .video_overlay:hover {
  color: #000;
}

.rv_button_circular_dark .overlay_play_button {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}

.rv_button_circular_dark .overlay_play_button:hover {
  text-shadow: 0 0 27px rgba(189, 197, 216, 0.75);
}

.rv_button_circular_dark .overlay_play_button:before {
  content: "\25B6";
  font-size: 35px;
  line-height: 35px;
  color: #cecece;
  margin-left: 4px;
}

.rv_button_circular_outline_dark {
  position: relative;
}

.rv_button_circular_outline_dark .video_overlay {
  color: #3b3247;
}

.rv_button_circular_outline_dark .video_overlay:hover {
  color: #08060c;
}

.rv_button_circular_outline_dark .video_overlay:hover .overlay_play_button:before {
  border-color: #08060c;
}

.rv_button_circular_outline_dark .overlay_play_button {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 20px rgba(234, 218, 221, 0.74);
}

.rv_button_circular_outline_dark .overlay_play_button:hover {
  text-shadow: 0 0 20px #eadadd;
}

.rv_button_circular_outline_dark .overlay_play_button:before {
  content: "\25B6";
  font-size: 35px;
  border: 3px solid #3b3247;
  padding: 10px 7px 7px 13px;
  border-radius: 100%;
  line-height: 35px;
  width: 35px;
  height: 35px;
}

.rv_button_simple_play_light {
  position: relative;
}

.rv_button_simple_play_light .video_overlay {
  color: #fff;
}

.rv_button_simple_play_light .overlay_play_button {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 11px #000;
}

.rv_button_simple_play_light .overlay_play_button:hover {
  text-shadow: 0 0 11px rgba(184, 118, 82, 0.75);
}

.rv_button_simple_play_light .overlay_play_button:before {
  content: "\25B6";
  font-size: 100px;
}

.tve_with_wistia_popover {
  height: 100%;
  padding-bottom: 0;
}

.tve_wistia_popover {
  height: 100%;
}

.wistia_popover_overlay {
  z-index: 1000002 !important;
}

.wistia_popover_embed {
  z-index: 1000003 !important;
}

.wistia_placebo_close_button {
  z-index: 1000004 !important;
}

.thrv_wrapper .wistia_responsive_padding {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 56.25%;
}

span.tve_wistia_popover>div {
  display: inline;
}

@-webkit-keyframes tooltip-top {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tooltip-top {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-top-right {
  from {
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes tooltip-top-right {
  from {
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-right {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes tooltip-right {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-bottom-right {
  from {
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    opacity: 1;
  }
}

@keyframes tooltip-bottom-right {
  from {
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-bottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tooltip-bottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-bottom-left {
  from {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes tooltip-bottom-left {
  from {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-left {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes tooltip-left {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-top-left {
  from {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes tooltip-top-left {
  from {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.tve_ui_tooltip {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  max-width: 300px;
  padding: 10px;
  position: fixed;
  z-index: 2147483646;
}

.tve_ui_tooltip:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.tve_ui_tooltip:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.tve_ui_tooltip.tve_tooltip_style_light:after {
  color: #fff;
}

.tve_ui_tooltip.tve_tooltip_style_dark:after {
  color: #494949;
}

.tve_ui_tooltip.tve_tooltip_position_top {
  -webkit-animation-name: tooltip-top;
  animation-name: tooltip-top;
}

.tve_ui_tooltip.tve_tooltip_position_top:after {
  border-top: 7px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -7px;
}

.tve_ui_tooltip.tve_tooltip_position_top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -8px;
}

.tve_ui_tooltip.tve_tooltip_position_top_right {
  -webkit-animation-name: tooltip-top-right;
  animation-name: tooltip-top-right;
  border-bottom-left-radius: 0;
}

.tve_ui_tooltip.tve_tooltip_position_top_right:after {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_position_top_right:before {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_position_right {
  -webkit-animation-name: tooltip-right;
  animation-name: tooltip-right;
}

.tve_ui_tooltip.tve_tooltip_position_right:after {
  border-right: 7px solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -7px;
}

.tve_ui_tooltip.tve_tooltip_position_right:before {
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.15);
  margin: auto;
  top: 0;
  bottom: 0;
  left: -8px;
}

.tve_ui_tooltip.tve_tooltip_position_bottom_right {
  -webkit-animation-name: tooltip-bottom-right;
  animation-name: tooltip-bottom-right;
  border-top-left-radius: 0;
}

.tve_ui_tooltip.tve_tooltip_position_bottom_right:after {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_position_bottom_right:before {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_position_bottom {
  -webkit-animation-name: tooltip-bottom;
  animation-name: tooltip-bottom;
}

.tve_ui_tooltip.tve_tooltip_position_bottom:after {
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: auto;
  left: 0;
  right: 0;
  top: -7px;
}

.tve_ui_tooltip.tve_tooltip_position_bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  margin: auto;
  left: 0;
  right: 0;
  top: -8px;
}

.tve_ui_tooltip.tve_tooltip_position_bottom_left {
  -webkit-animation-name: tooltip-bottom-left;
  animation-name: tooltip-bottom-left;
  border-top-right-radius: 0;
}

.tve_ui_tooltip.tve_tooltip_position_bottom_left:after {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_position_bottom_left:before {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_position_left {
  -webkit-animation-name: tooltip-left;
  animation-name: tooltip-left;
}

.tve_ui_tooltip.tve_tooltip_position_left:after {
  border-left: 7px solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -7px;
}

.tve_ui_tooltip.tve_tooltip_position_left:before {
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.15);
  margin: auto;
  top: 0;
  bottom: 0;
  right: -8px;
}

.tve_ui_tooltip.tve_tooltip_position_top_left {
  -webkit-animation-name: tooltip-top-left;
  animation-name: tooltip-top-left;
  border-bottom-right-radius: 0;
}

.tve_ui_tooltip.tve_tooltip_position_top_left:after {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_position_top_left:before {
  display: none;
}

.tve_ui_tooltip.tve_tooltip_style_light {
  background: #fff;
  color: #a9a9a9;
}

.tve_ui_tooltip.tve_tooltip_style_dark {
  background: #494949;
  color: #c9c9c9;
}

.tvd-toast {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tvd-toast.tve-fe-message {
  top: 50px;
  width: 60%;
  padding: 0;
  color: #000000;
  max-width: 500px;
  position: fixed;
  z-index: 9999993;
  left: 50%;
}

.tvd-toast.tve-fe-message .tve-toast-message {
  position: relative;
  left: -50%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 #a7a7a7;
  box-shadow: 0 0 15px 0 #a7a7a7;
}

.tvd-toast.tve-fe-message .tve-toast-icon-container {
  display: inline-block;
  width: 50px;
  background: green;
  color: #ffffff;
  height: 100%;
  position: absolute;
}

.tvd-toast.tve-fe-message .tve-toast-icon-container.tve-toast-error {
  background: red;
}

.tvd-toast.tve-fe-message .tve-toast-message-container {
  padding: 20px 10px 20px 70px;
  margin: auto 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.tvd-toast.tve-fe-message span {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  height: 100%;
  width: 100%;
}

.tve-editable-field {
  text-align: left;
}

.tve-editable-field p {
  display: inline-block;
  padding-left: 10px;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 75%;
}

.tve-editable-field span {
  cursor: pointer;
  float: right;
  position: relative;
  top: 5px;
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/tve_lock.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#tve_editor.tve_empty_dropzone .thrv_symbol.thrv_header .symbol-section-in,
#tve_editor.tve_empty_dropzone .thrv_symbol.thrv_footer .symbol-section-in {
  padding: 1px;
}

#wrapper .symbol-edit-mode.thrv_header .symbol-section-in,
#wrapper .symbol-edit-mode.thrv_footer .symbol-section-in {
  padding: 1px;
}

.thrv_symbol.thrv_header,
.thrv_symbol.thrv_footer {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thrv_symbol.thrv_header .thrive-symbol-shortcode,
.thrv_symbol.thrv_footer .thrive-symbol-shortcode {
  margin: 0 auto;
  position: relative;
}

.symbol-section-in {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.symbol-section-in:empty:before {
  font-family: sans-serif;
  line-height: 40px;
}

.symbol-section-in:after,
.symbol-section-in:before {
  content: "";
  display: block;
  overflow: auto;
}

.symbol-section-in.symbol-section-full-height {
  min-height: 100vh !important;
}

.thrive-shortcode-content a {
  color: inherit;
}

.thrive-shortcode-content[data-shortcode="thrive_woo_meta_shortcode"][data-attr-on_sale_effect="strikethrough"] {
  text-decoration: line-through;
}

.thrive-shortcode-content[data-shortcode="thrive_woo_meta_shortcode"][data-attr-on_sale_effect="fade_n_strike"] {
  opacity: 0.5;
  text-decoration: line-through;
}

.thrive-shortcode-content[data-shortcode="thrive_woo_meta_shortcode"][data-attr-on_sale_effect="fade"] {
  opacity: 0.5;
}

.tve-loader-square {
  overflow: hidden;
  position: relative;
}

.tve-loader-square:before {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/spinner.svg");
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.tcb-woo-shop.tve-loader-square,
.tcb-woo-product-categories.tve-loader-square {
  overflow: visible;
  position: relative;
}

.tcb-woo-shop.tve-loader-square:before,
.tcb-woo-product-categories.tve-loader-square:before {
  position: absolute;
  background-size: 70px 70px;
}

.symbol-section-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: hidden;
}

#tve_zoom_image_content img {
  max-width: 100%;
}

.tve-page-section-out[data-clip-id],
.tve-content-box-background[data-clip-id] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}

.thrv_widget:empty {
  display: none;
}

body:not(.tve_editor_page) .tve_more_tag {
  visibility: hidden;
  height: 1px !important;
}

.tve-hide-x-overflow {
  overflow-x: hidden !important;
}

.grecaptcha-badge {
  z-index: 99;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder {
  min-height: var(--tcb-container-height-d, 100px) !important;
  position: relative;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,
:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 1023px) {
  :not(#_s):not(#_s) .tcb-conditional-display-placeholder {
    min-height: var(--tcb-container-height-t) !important;
  }
}

@media (max-width: 767px) {
  :not(#_s):not(#_s) .tcb-conditional-display-placeholder {
    min-height: var(--tcb-container-height-m) !important;
  }
}

.thrv-google-map-embedded-code,
.thrv_tw_qs {
  max-width: 100%;
}

.tve_shortcode_rendered p:empty {
  display: none !important;
}

.tve_shortcode_rendered ul,
.tve_shortcode_rendered ol {
  line-height: 1.875em;
  margin-bottom: 1.25em;
  padding-left: 3.15em;
}

.thrv_facebook_comments {
  min-width: 100px;
}

.tve-fb-comments {
  width: 100%;
}

.tve-fb-comments>span {
  width: 100% !important;
}

.tve-fb-comments iframe {
  width: 100% !important;
}

@keyframes slide-wobble {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
  }

  25% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  50% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

.tcb-woo-mini-cart {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  cursor: pointer;
  color: #93a3b0;
  overflow: visible !important;
  --tve-cart-size: 30px;
}

.tcb-woo-mini-cart:not(.tcb-compact-edit-mode) {
  position: relative;
}

.tcb-woo-mini-cart:not(.tcb-compact-edit-mode):after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0);
}

.tcb-woo-mini-cart>div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-woo-mini-cart[data-align="right"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.tcb-woo-mini-cart[data-align="center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tcb-woo-mini-cart .widget_shopping_cart_content,
.tcb-woo-mini-cart .tcb-woo-mini-cart-items,
.tcb-woo-mini-cart .tcb-woo-mini-cart-amount,
.tcb-woo-mini-cart .tcb-woo-mini-cart-text {
  display: none;
}

.tcb-woo-mini-cart[data-type="amount"] .tcb-woo-mini-cart-amount {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 6px;
}

.tcb-woo-mini-cart[data-type="text"] .tcb-woo-mini-cart-text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 6px;
}

.tcb-woo-mini-cart .tcb-woo-mini-cart-icon {
  font-size: var(--tve-cart-size);
  position: relative;
}

.tcb-woo-mini-cart .tcb-woo-mini-cart-count {
  text-align: center;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  min-width: var(--tve-cart-count-size);
  min-height: var(--tve-cart-count-size);
  padding: 3px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  --tve-cart-count-size: calc(var(--tve-cart-size) / 2);
  font-size: var(--tve-cart-count-size);
  background-color: #fa6400;
  color: #fff;
}

.tcb-woo-mini-cart .tcb-woo-mini-cart-count:empty {
  display: none;
}

.tcb-woo-mini-cart-content-wrapper {
  display: none;
  top: 0;
  position: absolute;
  z-index: 142 !important;
}

.admin-bar .tcb-woo-mini-cart-content-wrapper {
  z-index: 99999 !important;
}

.tcb-woo-mini-cart-content-wrapper.full-height {
  position: fixed;
  height: 100vh;
  max-width: 90vw;
}

.tcb-woo-mini-cart-content-wrapper.full-height .tcb-woo-mini-cart-content,
.tcb-woo-mini-cart-content-wrapper.full-height .widget_shopping_cart_content {
  margin-top: 0 !important;
  height: 100%;
  max-width: 90vw;
}

.tcb-woo-mini-cart-content-wrapper.full-height .woocommerce-mini-cart-item {
  max-width: 90vw;
}

.tcb-woo-mini-cart-content-wrapper.full-height .widget_shopping_cart_content {
  overflow-y: auto;
}

.tcb-woo-mini-cart-content-wrapper.full-height .widget_shopping_cart_content:not(.tcb-woo-no-items) {
  padding-top: 23px !important;
}

.tcb-woo-mini-cart-content-wrapper.full-height .widget_shopping_cart_content .tcb-cart-close-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgOSAxMCI+CiAgICA8cGF0aCBmaWxsPSIjNEI0QjRCIiBmaWxsLW9wYWNpdHk9Ii41NTIiIGQ9Ik03LjkxNiA5LjEyNWMuMDY0IDAgLjExNC0uMDE4LjE1LS4wNTVsLjYzLS42MjljLjAzNi0uMDM2LjA1NC0uMDg2LjA1NC0uMTVzLS4wMTgtLjExNC0uMDU1LS4xNUw1LjMwNSA0Ljc1bDMuMzktMy4zOWMuMDM3LS4wMzcuMDU1LS4wODcuMDU1LS4xNTFzLS4wMTgtLjExNC0uMDU1LS4xNWwtLjYyOS0uNjNDOC4wMy4zOTQgNy45OC4zNzYgNy45MTYuMzc2cy0uMTE0LjAxOC0uMTUuMDU1TDQuMzc1IDMuODIuOTg1LjQzQy45NDcuMzkzLjg5Ny4zNzUuODMzLjM3NVMuNzIuMzkzLjY4NC40M2wtLjYzLjYyOWMtLjAzNi4wMzYtLjA1NC4wODYtLjA1NC4xNXMuMDE4LjExNC4wNTUuMTVsMy4zOSAzLjM5MS0zLjM5IDMuMzlDLjAxOCA4LjE3OCAwIDguMjI4IDAgOC4yOTJzLjAxOC4xMTQuMDU1LjE1bC42MjkuNjNjLjAzNi4wMzYuMDg2LjA1NC4xNS4wNTRzLjExNC0uMDE4LjE1LS4wNTVsMy4zOTEtMy4zOSAzLjM5IDMuMzljLjAzNy4wMzcuMDg3LjA1NS4xNTEuMDU1eiIvPgo8L3N2Zz4K");
  color: #b1b1b1;
  opacity: 0.8;
  position: absolute;
  right: 9px;
  top: 9px;
  height: 10px;
  width: 9px;
  cursor: pointer;
}

.tcb-woo-mini-cart-content-wrapper.full-height .widget_shopping_cart_content .tcb-cart-close-icon:hover {
  opacity: 1;
}

.tcb-woo-mini-cart-content-wrapper.full-height .woocommerce-mini-cart__empty-message {
  height: 100%;
  max-width: 90vw;
  background-position-y: calc(50% - 20px) !important;
}

.tcb-woo-mini-cart-content-wrapper.full-height .tcb-woo-mini-cart-no-products {
  height: 100%;
}

.tcb-woo-mini-cart-content-wrapper .animate-cart {
  position: relative;
}

.tcb-woo-mini-cart-content-wrapper .animate-cart>li {
  -webkit-transition:
    left 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  -o-transition:
    left 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  transition:
    left 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}

.tcb-woo-mini-cart-content-wrapper:not(.full-height) {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition:
    max-width 1s ease-in-out,
    max-height 1s ease-in-out;
  -o-transition:
    max-width 1s ease-in-out,
    max-height 1s ease-in-out;
  transition:
    max-width 1s ease-in-out,
    max-height 1s ease-in-out;
}

.tcb-woo-mini-cart-content-wrapper:not(.full-height) .woocommerce-mini-cart {
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.tcb-woo-mini-cart-content-wrapper .tcb-woo-mini-cart-content {
  border: 0 !important;
  border-radius: 0 !important;
  color: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  background: unset !important;
  text-shadow: unset !important;
  --tve-font-size: unset !important;
}

.tcb-woo-mini-cart-content-wrapper.open {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tcb-woo-mini-cart-content-wrapper .widget_shopping_cart_content:not(.tcb-woo-no-items) {
  padding: 20px;
}

.tcb-woo-mini-cart-content-wrapper .widget_shopping_cart_content,
.tcb-woo-mini-cart-content-wrapper .tcb-woo-mini-cart-no-products .woocommerce-mini-cart__empty-message {
  width: 300px;
  background: white;
  margin-top: 14px;
  -webkit-box-shadow: 0 2px 10px 0 #c9caca;
  box-shadow: 0 2px 10px 0 #c9caca;
  border: solid 1px rgba(80, 86, 95, 0.2);
  position: relative;
}

.tcb-woo-mini-cart-content-wrapper .tcb-woo-mini-cart-no-products .woocommerce-mini-cart__empty-message,
.tcb-woo-mini-cart-content-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  background: #edeeef url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDM0IDMwIj4KICAgIDxwYXRoIGZpbGw9IiM5M0EzQjAiIGZpbGwtb3BhY2l0eT0iLjUiIGQ9Ik0zMC45NDUgMTcuNjU1bDIuNzctMTIuMTg3Yy4yLS44OC0uNDctMS43MTgtMS4zNzItMS43MThIOS4zM2wtLjUzNy0yLjYyNkM4LjY1OC40NyA4LjA4MiAwIDcuNDE0IDBIMS40MDZDLjYzIDAgMCAuNjMgMCAxLjQwNnYuOTM4QzAgMy4xMi42MyAzLjc1IDEuNDA2IDMuNzVoNC4wOTVsNC4xMTYgMjAuMTIzYy0uOTg1LjU2Ni0xLjY0OCAxLjYyOC0xLjY0OCAyLjg0NkM3Ljk2OSAyOC41MyA5LjQzOCAzMCAxMS4yNSAzMHMzLjI4MS0xLjQ3IDMuMjgxLTMuMjgxYzAtLjkxOS0uMzc4LTEuNzQ4LS45ODYtMi4zNDRIMjUuODNjLS42MDcuNTk2LS45ODUgMS40MjUtLjk4NSAyLjM0NCAwIDEuODEyIDEuNDY5IDMuMjgxIDMuMjgxIDMuMjgxczMuMjgxLTEuNDcgMy4yODEtMy4yODFjMC0xLjMtLjc1NS0yLjQyMi0xLjg1LTIuOTU0bC4zMjMtMS40MjJjLjItLjg4LS40NjktMS43MTgtMS4zNzEtMS43MThIMTIuNzhsLS4zODMtMS44NzVoMTcuMTc2Yy42NTcgMCAxLjIyNi0uNDU0IDEuMzcyLTEuMDk1eiIvPgo8L3N2Zz4K") top 60px center no-repeat;
}

.tcb-woo-mini-cart-content-wrapper .tcb-woo-mini-cart-no-products .woocommerce-mini-cart__empty-message:after,
.tcb-woo-mini-cart-content-wrapper .widget_shopping_cart_content .woocommerce-mini-cart__empty-message:after {
  background-color: inherit;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__total {
  padding: 10px 0 0;
  margin: 20px 0 15px;
  border-top: 1px solid #f0f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  --tve-font-size: 12px;
  --g-bold-weight: bold;
  font-size: var(--tve-font-size);
  font-weight: var(--g-bold-weight);
  color: #50565f;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: calc(var(--tve-font-size) + 4px) !important;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__buttons {
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__buttons a:not(.checkout) {
  background: none;
  padding: 0;
  --tve-text-decoration: underline;
  --tve-color: var(--tcb-skin-color-0);
  margin: 15px 0 8px;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__buttons a:not(.checkout):hover {
  background: none;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__buttons a.checkout {
  text-align: center;
  display: block;
  width: 100%;
  background: var(--tcb-skin-color-0);
  color: var(--tve-color, white) !important;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  border-radius: 0;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__buttons a.checkout:hover {
  background: var(--tcb-skin-color-1);
  color: var(--tve-color, white) !important;
}

.tcb-woo-mini-cart-content-wrapper ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
  margin-bottom: 10px;
  min-height: 80px;
  padding: 5px 5px 2px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tcb-woo-mini-cart-content-wrapper ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:before,
.tcb-woo-mini-cart-content-wrapper ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:after {
  content: none;
}

.tcb-woo-mini-cart-content-wrapper ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:hover {
  background-color: rgba(240, 243, 243, 0.8);
}

.tcb-woo-mini-cart-content-wrapper ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img {
  width: 80px;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart-item a.remove_from_cart_button {
  visibility: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  display: block;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  color: #6a6b6c;
  text-decoration: none;
  border: 0;
}

@media screen and (max-width: 782px) {
  .tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart-item a.remove_from_cart_button {
    opacity: 1 !important;
    visibility: visible;
  }
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart-item a.remove_from_cart_button:hover {
  opacity: 1;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart-item:hover a.remove_from_cart_button {
  visibility: visible;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart-item a:not(.remove_from_cart_button) {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  padding: 0 15px 0 0 !important;
  --tve-color: #50565f;
  --tve-font-size: 12px;
  --tve-font-weight: bold;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart-item a:not(.remove_from_cart_button)>img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  float: none;
  margin: 0;
  left: 0;
  top: 0;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart-item .quantity {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  --tve-color: #93a3b0;
  --tve-font-size: 12px;
  --tve-font-weight: bold;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.tcb-woo-mini-cart-content-wrapper .quantity,
.tcb-woo-mini-cart-content-wrapper a:not(.remove_from_cart_button),
.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__total>strong,
.tcb-woo-mini-cart-content-wrapper .woocommerce-Price-amount,
.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__buttons>.button,
.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__empty-message {
  color: var(--tve-color) !important;
  text-transform: var(--tve-text-transform) !important;
  font-weight: var(--tve-font-weight) !important;
  font-style: var(--tve-font-style) !important;
  -webkit-text-decoration: var(--tve-text-decoration) !important;
  text-decoration: var(--tve-text-decoration) !important;
  font-size: var(--tve-font-size) !important;
  line-height: var(--tve-line-height) !important;
  font-family: var(--tve-font-family) !important;
  letter-spacing: var(--tve-letter-spacing) !important;
}

.tcb-woo-mini-cart-content-wrapper .woocommerce-mini-cart__empty-message {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 105px 0 75px;
  --tve-font-size: 18px;
}

.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) .woocommerce-product-gallery,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) .summary,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) #reviews,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) section.products {
  position: relative;
}

.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) .woocommerce-product-gallery:after,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) .summary:after,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) #reviews:after,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) section.products:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0);
}

.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) .woocommerce-product-gallery:after,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) .summary:after,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) #reviews:after,
.tve_editor_page div.post-wrapper.product:not(.thrive-woocommerce-product-editable) section.products:after {
  z-index: 100;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.tve_btn.tve_black a>span {
  color: #ffffff;
}

.tve_btn.tve_blue a>span {
  color: #ffffff;
}

.tve_btn.tve_green a>span {
  color: #ffffff;
}

.tve_btn.tve_orange a>span {
  color: #ffffff;
}

.tve_btn.tve_purple a>span {
  color: #ffffff;
}

.tve_btn.tve_red a>span {
  color: #ffffff;
}

.tve_btn.tve_teal a>span {
  color: #ffffff;
}

.tve_btn.tve_white a.tve_btnLink {
  color: #6f6e6e;
}

.tve_btn.tve_white a.tve_btnLink>span {
  color: #6f6e6e;
}

.tve_normalBtn.tve_btn5.tve_black i,
.tve_normalBtn.tve_btn6.tve_black i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_black.png");
}

.tve_normalBtn.tve_btn5.tve_blue i,
.tve_normalBtn.tve_btn6.tve_blue i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_blue.png");
}

.tve_normalBtn.tve_btn5.tve_green i,
.tve_normalBtn.tve_btn6.tve_green i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_green.png");
}

.tve_normalBtn.tve_btn5.tve_orange i,
.tve_normalBtn.tve_btn6.tve_orange i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_orange.png");
}

.tve_normalBtn.tve_btn5.tve_purple i,
.tve_normalBtn.tve_btn6.tve_purple i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_purple.png");
}

.tve_normalBtn.tve_btn5.tve_red i,
.tve_normalBtn.tve_btn6.tve_red i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_red.png");
}

.tve_normalBtn.tve_btn5.tve_teal i,
.tve_normalBtn.tve_btn6.tve_teal i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_teal.png");
}

.tve_normalBtn.tve_btn5.tve_white i,
.tve_normalBtn.tve_btn6.tve_white i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_white.png");
}

.tve_smallBtn.tve_btn5.tve_black i,
.tve_smallBtn.tve_btn6.tve_black i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_black.png");
}

.tve_smallBtn.tve_btn5.tve_blue i,
.tve_smallBtn.tve_btn6.tve_blue i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_blue.png");
}

.tve_smallBtn.tve_btn5.tve_green i,
.tve_smallBtn.tve_btn6.tve_green i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_green.png");
}

.tve_smallBtn.tve_btn5.tve_orange i,
.tve_smallBtn.tve_btn6.tve_orange i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_orange.png");
}

.tve_smallBtn.tve_btn5.tve_purple i,
.tve_smallBtn.tve_btn6.tve_purple i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_purple.png");
}

.tve_smallBtn.tve_btn5.tve_red i,
.tve_smallBtn.tve_btn6.tve_red i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_red.png");
}

.tve_smallBtn.tve_btn5.tve_teal i,
.tve_smallBtn.tve_btn6.tve_teal i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_teal.png");
}

.tve_smallBtn.tve_btn5.tve_white i,
.tve_smallBtn.tve_btn6.tve_white i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_small_white.png");
}

.tve_bigBtn.tve_btn5.tve_black i,
.tve_bigBtn.tve_btn6.tve_black i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_black.png");
}

.tve_bigBtn.tve_btn5.tve_blue i,
.tve_bigBtn.tve_btn6.tve_blue i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_blue.png");
}

.tve_bigBtn.tve_btn5.tve_green i,
.tve_bigBtn.tve_btn6.tve_green i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_green.png");
}

.tve_bigBtn.tve_btn5.tve_orange i,
.tve_bigBtn.tve_btn6.tve_orange i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_orange.png");
}

.tve_bigBtn.tve_btn5.tve_purple i,
.tve_bigBtn.tve_btn6.tve_purple i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_purple.png");
}

.tve_bigBtn.tve_btn5.tve_red i,
.tve_bigBtn.tve_btn6.tve_red i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_red.png");
}

.tve_bigBtn.tve_btn5.tve_teal i,
.tve_bigBtn.tve_btn6.tve_teal i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_teal.png");
}

.tve_bigBtn.tve_btn5.tve_white i,
.tve_bigBtn.tve_btn6.tve_white i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_big_white.png");
}

.tve_hugeBtn.tve_btn5.tve_black i,
.tve_hugeBtn.tve_btn6.tve_black i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_black.png");
}

.tve_hugeBtn.tve_btn5.tve_blue i,
.tve_hugeBtn.tve_btn6.tve_blue i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_blue.png");
}

.tve_hugeBtn.tve_btn5.tve_green i,
.tve_hugeBtn.tve_btn6.tve_green i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_green.png");
}

.tve_hugeBtn.tve_btn5.tve_orange i,
.tve_hugeBtn.tve_btn6.tve_orange i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_orange.png");
}

.tve_hugeBtn.tve_btn5.tve_purple i,
.tve_hugeBtn.tve_btn6.tve_purple i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_purple.png");
}

.tve_hugeBtn.tve_btn5.tve_red i,
.tve_hugeBtn.tve_btn6.tve_red i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_red.png");
}

.tve_hugeBtn.tve_btn5.tve_teal i,
.tve_hugeBtn.tve_btn6.tve_teal i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_teal.png");
}

.tve_hugeBtn.tve_btn5.tve_white i,
.tve_hugeBtn.tve_btn6.tve_white i {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/btn_huge_white.png");
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_black {
  color: #101010;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black a:hover {
  color: #101010;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a.tve-active {
  background-color: #101010;
  color: #ffffff;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_blue {
  color: #3e68b2;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue a:hover {
  color: #3e68b2;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a.tve-active {
  background-color: #3e68b2;
  color: #ffffff;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_green {
  color: #1abc9c;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green a:hover {
  color: #1abc9c;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a.tve-active {
  background-color: #1abc9c;
  color: #ffffff;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_orange {
  color: #e67e22;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange a:hover {
  color: #e67e22;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a.tve-active {
  background-color: #e67e22;
  color: #ffffff;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_purple {
  color: #8656c1;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple a:hover {
  color: #8656c1;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a.tve-active {
  background-color: #8656c1;
  color: #ffffff;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_red {
  color: #ce271b;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red a:hover {
  color: #ce271b;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a.tve-active {
  background-color: #ce271b;
  color: #ffffff;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_teal {
  color: #387d71;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal a:hover {
  color: #387d71;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a.tve-active {
  background-color: #387d71;
  color: #ffffff;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_white {
  color: #d8d8d8;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white a:hover {
  color: #d8d8d8;
}

.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a:hover,
.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a.tve-active {
  background-color: #d8d8d8;
  color: #ffffff;
}

.tve_flt .tve_fg .tve_line {
  padding-left: 90px;
}

.tve_flt .tve_fg {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin-left: auto;
  margin-right: auto;
  padding: 4.2%;
  position: relative;
  width: 83%;
}

.tve_flt .tve_fg>span {
  background-repeat: no-repeat;
  display: block;
}

.tve_flt .tve_fg hr {
  border: none;
  height: 1px;
  margin: 25px auto 25px auto;
  width: 60%;
}

.tve_flt .tve_fg .tve_line {
  height: 51px;
  max-height: 51px;
  position: relative;
}

.tve_flt .tve_fg .tve_line h3 {
  position: absolute;
  top: 50%;
  height: 51px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: -16px 0px 0px 0px !important;
  padding: 0px !important;
}

.tve_flt .tve_fg.tve_fg3 .tve_badge,
.tve_flt .tve_fg.tve_fg4 .tve_badge,
.tve_flt .tve_fg.tve_fg5 .tve_badge {
  display: block;
  position: absolute;
  z-index: 2;
}

.tve_flt .tve_fg.tve_fg2 h2,
.tve_flt .tve_fg.tve_fg1 h2 {
  text-align: center;
}

.tve_flt .tve_fg1 {
  margin: 100px auto 0px auto;
}

.tve_flt .tve_fg1 .tve_badge {
  margin: -130px auto 0px auto;
}

.tve_flt .tve_fg2 {
  margin-top: 10px;
}

.tve_flt .tve_fg3 {
  margin-top: 30px;
  position: relative;
  width: 78%;
}

.tve_flt .tve_fg3 .tve_line h3 {
  left: 28%;
  width: 70%;
}

.tve_flt .tve_fg3 p {
  clear: right;
}

.tve_flt .tve_fg4 {
  margin-top: 30px;
}

.tve_flt .tve_fg4 .tve_line {
  padding-right: 10px;
  width: 60%;
}

.tve_flt .tve_fg4 .tve_line h3 {
  left: 25%;
  width: 75%;
}

.tve_flt .tve_fg5 {
  margin-top: 60px;
  padding-top: 1%;
  padding-bottom: 10%;
}

.tve_flt .tve_fg5 .tve_badge {
  left: -70px;
  top: -51px;
}

.tve_flt .tve_fg5 .tve_rbn {
  margin-top: 12%;
  margin-bottom: -17%;
  position: relative;
}

.tve_flt .tve_fg5 .tve_rbn>span.tve_left {
  height: 42px;
  width: 6px;
}

.tve_flt .tve_fg5 .tve_line {
  height: 38px;
  max-height: 38px;
  width: 78%;
}

.tve_flt .tve_fg5 .tve_line h3 {
  height: 38px;
}

.tve_flt .tve_fg2 {
  background: #fef29e;
  margin-bottom: 105px;
}

.tve_flt .tve_fg2 .tve_badge {
  margin: 0px auto -129px auto;
}

.tve_flt .tve_fg2 hr {
  background: #eedf75;
}

.tve_flt .tve_fg3 {
  position: relative;
  background: #f2f0f0;
  border: 2px solid #cbc9c9;
  margin-top: 40px;
  padding-top: 20px;
}

.tve_flt .tve_fg3 .tve_badge {
  top: -33px;
  left: -60px;
}

.tve_flt .tve_fg3 .tve_line {
  float: right;
  margin-right: -5.6%;
  margin-bottom: 70px;
  padding-left: 0px;
  width: 100%;
  z-index: 1;
}

.tve_flt .tve_fg3 .tve_line h3 {
  left: 15%;
  width: 80%;
}

.tve_flt .tve_fg3 .tve_rbn {
  margin-top: 80px;
}

.tve_flt .tve_fg4 {
  margin-top: 50px;
}

.tve_flt .tve_fg4 .tve_line {
  margin-bottom: 70px;
  width: 80%;
}

.tve_flt .tve_fg4 .tve_badge {
  left: -35px;
  top: -30px;
  height: 176px;
  width: 220px;
}

.tve_flt .tve_fg5 {
  padding-bottom: 37%;
  margin-bottom: 100px;
}

.tve_flt .tve_fg5 .tve_badge {
  height: 176px;
  top: -73px;
  width: 176px;
}

.tve_flt .tve_fg5 .tve_rbn {
  margin-bottom: -48%;
  margin-top: 89px;
}

.tve_flt .tve_fg5 .tve_line h3 {
  left: 25%;
  width: 70%;
}

.tve_flt .tve_fg1,
.tve_flt .tve_fg5,
.tve_flt .tve_fg3,
.tve_flt .tve_fg4 {
  background: #fff;
  border: 2px solid #e5e5e5;
}

.tve_flt .tve_fg1 .tve_badge,
.tve_flt .tve_fg2 .tve_badge,
.tve_flt .tve_fg3 .tve_badge {
  height: 176px;
  width: 176px;
}

.tve_flt .tve_fg1 hr,
.tve_flt .tve_fg5 hr {
  background: #e5e5e5;
}

.tve_flt .tve_black.tve_fg1 .tve_badge,
.tve_flt .tve_black.tve_fg2 .tve_badge,
.tve_flt .tve_black.tve_fg3 .tve_badge,
.tve_flt .tve_black.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/black_s1_f.png");
}

.tve_flt .tve_black.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/black_s3_f.png");
}

.tve_flt .tve_blue.tve_fg1 .tve_badge,
.tve_flt .tve_blue.tve_fg2 .tve_badge,
.tve_flt .tve_blue.tve_fg3 .tve_badge,
.tve_flt .tve_blue.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/blue_s1_f.png");
}

.tve_flt .tve_blue.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/blue_s3_f.png");
}

.tve_flt .tve_green.tve_fg1 .tve_badge,
.tve_flt .tve_green.tve_fg2 .tve_badge,
.tve_flt .tve_green.tve_fg3 .tve_badge,
.tve_flt .tve_green.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/green_s1_f.png");
}

.tve_flt .tve_green.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/green_s3_f.png");
}

.tve_flt .tve_orange.tve_fg1 .tve_badge,
.tve_flt .tve_orange.tve_fg2 .tve_badge,
.tve_flt .tve_orange.tve_fg3 .tve_badge,
.tve_flt .tve_orange.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/orange_s1_f.png");
}

.tve_flt .tve_orange.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/orange_s3_f.png");
}

.tve_flt .tve_purple.tve_fg1 .tve_badge,
.tve_flt .tve_purple.tve_fg2 .tve_badge,
.tve_flt .tve_purple.tve_fg3 .tve_badge,
.tve_flt .tve_purple.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/purple_s1_f.png");
}

.tve_flt .tve_purple.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/purple_s3_f.png");
}

.tve_flt .tve_red.tve_fg1 .tve_badge,
.tve_flt .tve_red.tve_fg2 .tve_badge,
.tve_flt .tve_red.tve_fg3 .tve_badge,
.tve_flt .tve_red.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/red_s1_f.png");
}

.tve_flt .tve_red.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/red_s3_f.png");
}

.tve_flt .tve_teal.tve_fg1 .tve_badge,
.tve_flt .tve_teal.tve_fg2 .tve_badge,
.tve_flt .tve_teal.tve_fg3 .tve_badge,
.tve_flt .tve_teal.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/teal_s1_f.png");
}

.tve_flt .tve_teal.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/teal_s3_f.png");
}

.tve_flt .tve_white.tve_fg1 .tve_badge,
.tve_flt .tve_white.tve_fg2 .tve_badge,
.tve_flt .tve_white.tve_fg3 .tve_badge,
.tve_flt .tve_white.tve_fg5 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/white_s1_f.png");
}

.tve_flt .tve_white.tve_fg4 .tve_badge {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/white_s3_f.png");
}

.tve_flt .tve_fg3.tve_black .tve_line,
.tve_flt .tve_fg4.tve_black .tve_line,
.tve_flt .tve_fg5.tve_black .tve_line {
  background: #101010;
}

.tve_flt .tve_fg3.tve_blue .tve_line,
.tve_flt .tve_fg4.tve_blue .tve_line,
.tve_flt .tve_fg5.tve_blue .tve_line {
  background: #3e68b2;
}

.tve_flt .tve_fg3.tve_green .tve_line,
.tve_flt .tve_fg4.tve_green .tve_line,
.tve_flt .tve_fg5.tve_green .tve_line {
  background: #34ae44;
}

.tve_flt .tve_fg3.tve_orange .tve_line,
.tve_flt .tve_fg4.tve_orange .tve_line,
.tve_flt .tve_fg5.tve_orange .tve_line {
  background: #e25c1b;
}

.tve_flt .tve_fg3.tve_purple .tve_line,
.tve_flt .tve_fg4.tve_purple .tve_line,
.tve_flt .tve_fg5.tve_purple .tve_line {
  background: #8656c1;
}

.tve_flt .tve_fg3.tve_red .tve_line,
.tve_flt .tve_fg4.tve_red .tve_line,
.tve_flt .tve_fg5.tve_red .tve_line {
  background: #ce271b;
}

.tve_flt .tve_fg3.tve_teal .tve_line,
.tve_flt .tve_fg4.tve_teal .tve_line,
.tve_flt .tve_fg5.tve_teal .tve_line {
  background: #387d71;
}

.tve_flt .tve_fg3.tve_white .tve_line,
.tve_flt .tve_fg4.tve_white .tve_line,
.tve_flt .tve_fg5.tve_white .tve_line {
  background: #d8d8d8;
}

.tve_flt .tve_black.tve_fg1 h2,
.tve_flt .tve_black.tve_fg2 h2 {
  color: #1f1f1f !important;
}

.tve_flt .tve_black.tve_fg3 h3,
.tve_flt .tve_black.tve_fg4 h3,
.tve_flt .tve_black.tve_fg5 h3 {
  color: #fff !important;
}

.tve_flt .tve_blue.tve_fg1 h2,
.tve_flt .tve_blue.tve_fg2 h2 {
  color: #4e7ac7 !important;
}

.tve_flt .tve_blue.tve_fg3 h3,
.tve_flt .tve_blue.tve_fg4 h3,
.tve_flt .tve_blue.tve_fg5 h3 {
  color: #fff !important;
}

.tve_flt .tve_green.tve_fg1 h2,
.tve_flt .tve_green.tve_fg2 h2 {
  color: #45bf55 !important;
}

.tve_flt .tve_green.tve_fg3 h3,
.tve_flt .tve_green.tve_fg4 h3,
.tve_flt .tve_green.tve_fg5 h3 {
  color: #fff !important;
}

.tve_flt .tve_orange.tve_fg1 h2,
.tve_flt .tve_orange.tve_fg2 h2 {
  color: #ff712c !important;
}

.tve_flt .tve_orange.tve_fg3 h3,
.tve_flt .tve_orange.tve_fg4 h3,
.tve_flt .tve_orange.tve_fg5 h3 {
  color: #fff !important;
}

.tve_flt .tve_purple.tve_fg1 h2,
.tve_flt .tve_purple.tve_fg2 h2 {
  color: #9768d1 !important;
}

.tve_flt .tve_purple.tve_fg3 h3,
.tve_flt .tve_purple.tve_fg4 h3,
.tve_flt .tve_purple.tve_fg5 h3 {
  color: #fff !important;
}

.tve_flt .tve_red.tve_fg1 h2,
.tve_flt .tve_red.tve_fg2 h2 {
  color: #e5372b !important;
}

.tve_flt .tve_red.tve_fg3 h3,
.tve_flt .tve_red.tve_fg4 h3,
.tve_flt .tve_red.tve_fg5 h3 {
  color: #fff !important;
}

.tve_flt .tve_teal.tve_fg1 h2,
.tve_flt .tve_teal.tve_fg2 h2 {
  color: #479486 !important;
}

.tve_flt .tve_teal.tve_fg3 h3,
.tve_flt .tve_teal.tve_fg4 h3,
.tve_flt .tve_teal.tve_fg5 h3 {
  color: #fff !important;
}

.tve_flt .tve_white.tve_fg1 h2,
.tve_flt .tve_white.tve_fg2 h2 {
  color: #3d3d3d !important;
}

.tve_flt .tve_white.tve_fg3 h3,
.tve_flt .tve_white.tve_fg4 h3,
.tve_flt .tve_white.tve_fg5 h3 {
  color: #3d3d3d !important;
}

.tve_flt .tve_white .tve_line {
  background: #fcfcfc;
}

.tve_flt .tve_btn.tve_nb.tve_btn5,
.tve_flt .tve_btn.tve_nb.tve_btn6 {
  display: table;
  overflow: hidden;
}

.tve_flt .tve_btn.tve_nb.tve_btn5 a.tve_btnLink,
.tve_flt .tve_btn.tve_nb.tve_btn6 a.tve_btnLink {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: table !important;
  overflow: hidden;
  table-layout: auto;
  width: 100%;
}

.tve_flt .tve_btn.tve_nb.tve_btn5 .tve_btn_im,
.tve_flt .tve_btn.tve_nb.tve_btn6 .tve_btn_im {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}

.tve_flt .tve_btn.tve_nb.tve_btn5 .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_nb.tve_btn6 .tve_btn_im .tve_btn_divider {
  display: block;
  height: 500px;
  position: absolute;
  top: -200px;
  right: 0;
  width: 1px;
}

.tve_flt .tve_btn.tve_nb.tve_btn5 .tve_btn_im i,
.tve_flt .tve_btn.tve_nb.tve_btn6 .tve_btn_im i {
  margin-top: 0;
}

.tve_flt .tve_btn.tve_nb.tve_btn5 .tve_btn_im i.tve_sc_icon,
.tve_flt .tve_btn.tve_nb.tve_btn6 .tve_btn_im i.tve_sc_icon {
  height: auto;
  min-width: 50px;
  width: auto;
}

.tve_flt .tve_btn.tve_nb.tve_btn5 .tve_btn_txt,
.tve_flt .tve_btn.tve_nb.tve_btn6 .tve_btn_txt {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: table-cell;
  padding-right: 10%;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

@media only screen and (max-width: 940px) {

  .tve_flt .tve_btn.tve_nb.tve_btn5 .tve_btn_txt,
  .tve_flt .tve_btn.tve_nb.tve_btn6 .tve_btn_txt {
    white-space: normal;
  }
}

@media only screen and (max-width: 540px) {

  .tve_flt .thrv_button_shortcode .tve_btn.tve_btn5 .tve_btn_im,
  .tve_flt .thrv_button_shortcode .tve_btn.tve_btn6 .tve_btn_im {
    display: none;
  }

  .tve_flt .thrv_button_shortcode .tve_btn.tve_btn5 .tve_btn_txt,
  .tve_flt .thrv_button_shortcode .tve_btn.tve_btn6 .tve_btn_txt {
    padding-right: 0;
  }
}

.tve_flt .tve_btn.tve_btn1,
.tve_flt .tve_btn.tve_btn2,
.tve_flt .tve_btn.tve_btn7 {
  border-radius: 2px;
}

.tve_flt .tve_btn.tve_btn3,
.tve_flt .tve_btn.tve_btn6,
.tve_flt .tve_btn.tve_btn8 {
  border-radius: 100px;
}

.tve_flt .tve_btn.tve_black {
  background: #595959;
}

.tve_flt .tve_btn.tve_black a {
  text-shadow: #6c6c6c 0px 1px 0px;
}

.tve_flt .tve_btn.tve_black.tve_btn7,
.tve_flt .tve_btn.tve_black.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #0e0e0e;
  box-shadow: 0 5px 0 #0e0e0e;
  border-bottom: 1px solid #737272;
}

.tve_flt .tve_btn.tve_black.tve_btn7:hover,
.tve_flt .tve_btn.tve_black.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #333333;
  box-shadow: 0 5px 0 #333333;
  border-bottom: 1px solid #727272;
}

.tve_flt .tve_btn.tve_black.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_black.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #1d1d1d;
}

.tve_flt .tve_btn.tve_black.tve_btn5 a>div,
.tve_flt .tve_btn.tve_black.tve_btn6 a>div {
  border-right: 1px solid #1d1d1d;
}

.tve_flt .tve_btn.tve_black:hover {
  background-color: #686868;
}

.tve_flt .tve_btn.tve_black:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #383838;
}

.tve_flt .tve_btn.tve_black:hover a>div {
  border-right: 1px solid #383838;
}

.tve_flt .tve_btn.tve_blue {
  background-color: #4e7ac7;
}

.tve_flt .tve_btn.tve_blue a {
  text-shadow: #1176c1 0px 1px 0px;
}

.tve_flt .tve_btn.tve_blue.tve_btn7,
.tve_flt .tve_btn.tve_blue.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #3c65ab;
  box-shadow: 0 5px 0 #3c65ab;
  border-bottom: 1px solid #7597d3;
}

.tve_flt .tve_btn.tve_blue.tve_btn7:hover,
.tve_flt .tve_btn.tve_blue.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #4268aa;
  box-shadow: 0 5px 0 #4268aa;
  border-bottom: 1px solid #7597d3;
}

.tve_flt .tve_btn.tve_blue.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_blue.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #3c65ab;
}

.tve_flt .tve_btn.tve_blue.tve_btn5 a>div,
.tve_flt .tve_btn.tve_blue.tve_btn6 a>div {
  border-right: 1px solid #3c65ab;
}

.tve_flt .tve_btn.tve_blue:hover {
  background-color: #5981c6;
}

.tve_flt .tve_btn.tve_blue:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #4371ad;
}

.tve_flt .tve_btn.tve_blue:hover a>div {
  border-right: 1px solid #4371ad;
}

.tve_flt .tve_btn.tve_green {
  background: #45bf55;
}

.tve_flt .tve_btn.tve_green a {
  text-shadow: #329d40 0px 1px 0px;
}

.tve_flt .tve_btn.tve_green.tve_btn7,
.tve_flt .tve_btn.tve_green.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #36aa45;
  box-shadow: 0 5px 0 #36aa45;
  border-bottom: 1px solid #6bcc78;
}

.tve_flt .tve_btn.tve_green.tve_btn7:hover,
.tve_flt .tve_btn.tve_green.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #42b54a;
  box-shadow: 0 5px 0 #42b54a;
  border-bottom: 1px solid #6bcc78;
}

.tve_flt .tve_btn.tve_green.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_green.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #36aa45;
}

.tve_flt .tve_btn.tve_green.tve_btn5 a>div,
.tve_flt .tve_btn.tve_green.tve_btn6 a>div {
  border-right: 1px solid #36aa45;
}

.tve_flt .tve_btn.tve_green:hover {
  background-color: #52c958;
}

.tve_flt .tve_btn.tve_green:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #39b542;
}

.tve_flt .tve_btn.tve_green:hover a>div {
  border-right: 1px solid #39b542;
}

.tve_flt .tve_btn.tve_orange {
  background: #ff712c;
}

.tve_flt .tve_btn.tve_orange a {
  text-shadow: #d76a01 0px 1px 0px;
}

.tve_flt .tve_btn.tve_orange.tve_btn7,
.tve_flt .tve_btn.tve_orange.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #e25f20;
  box-shadow: 0 5px 0 #e25f20;
  border-bottom: 1px solid #ff935f;
}

.tve_flt .tve_btn.tve_orange.tve_btn7:hover,
.tve_flt .tve_btn.tve_orange.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #e56e24;
  box-shadow: 0 5px 0 #e56e24;
  border-bottom: 1px solid #ff935f;
}

.tve_flt .tve_btn.tve_orange.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_orange.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #e25f20;
}

.tve_flt .tve_btn.tve_orange.tve_btn5 a>div,
.tve_flt .tve_btn.tve_orange.tve_btn6 a>div {
  border-right: 1px solid #e25f20;
}

.tve_flt .tve_btn.tve_orange:hover {
  background-color: #ff8738;
}

.tve_flt .tve_btn.tve_orange:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #e57027;
}

.tve_flt .tve_btn.tve_orange:hover a>div {
  border-right: 1px solid #e57027;
}

.tve_flt .tve_btn.tve_purple {
  background: #9768d1;
}

.tve_flt .tve_btn.tve_purple a {
  text-shadow: #2f579c 0px 1px 0px;
}

.tve_flt .tve_btn.tve_purple.tve_btn7,
.tve_flt .tve_btn.tve_purple.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #8352bf;
  box-shadow: 0 5px 0 #8352bf;
  border-bottom: 1px solid #b28fdd;
}

.tve_flt .tve_btn.tve_purple.tve_btn7:hover,
.tve_flt .tve_btn.tve_purple.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #8d5cc9;
  box-shadow: 0 5px 0 #8d5cc9;
  border-bottom: 1px solid #b28fdd;
}

.tve_flt .tve_btn.tve_purple.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_purple.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #8352bf;
}

.tve_flt .tve_btn.tve_purple.tve_btn5 a>div,
.tve_flt .tve_btn.tve_purple.tve_btn6 a>div {
  border-right: 1px solid #8352bf;
}

.tve_flt .tve_btn.tve_purple:hover {
  background-color: #a67add;
}

.tve_flt .tve_btn.tve_purple:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #8e5ec9;
}

.tve_flt .tve_btn.tve_purple:hover a>div {
  border-right: 1px solid #8e5ec9;
}

.tve_flt .tve_btn.tve_red {
  background: #e93c31;
}

.tve_flt .tve_btn.tve_red a {
  text-shadow: #a70c0c 0px 1px 0px;
}

.tve_flt .tve_btn.tve_red.tve_btn7,
.tve_flt .tve_btn.tve_red.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #c5281d;
  box-shadow: 0 5px 0 #c5281d;
  border-bottom: 1px solid #ee685f;
}

.tve_flt .tve_btn.tve_red.tve_btn7:hover,
.tve_flt .tve_btn.tve_red.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #d33726;
  box-shadow: 0 5px 0 #d33726;
  border-bottom: 1px solid #ee685f;
}

.tve_flt .tve_btn.tve_red.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_red.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #c5281d;
}

.tve_flt .tve_btn.tve_red.tve_btn5 a>div,
.tve_flt .tve_btn.tve_red.tve_btn6 a>div {
  border-right: 1px solid #c5281d;
}

.tve_flt .tve_btn.tve_red:hover {
  background-color: #ea493f;
}

.tve_flt .tve_btn.tve_red:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #d63131;
}

.tve_flt .tve_btn.tve_red:hover a>div {
  border-right: 1px solid #d63131;
}

.tve_flt .tve_btn.tve_teal {
  background: teal;
}

.tve_flt .tve_btn.tve_teal a {
  text-shadow: #005454 0px 1px 0px;
}

.tve_flt .tve_btn.tve_teal.tve_btn7,
.tve_flt .tve_btn.tve_teal.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #006a6a;
  box-shadow: 0 5px 0 #006a6a;
  border-bottom: 1px solid #00b3b3;
}

.tve_flt .tve_btn.tve_teal.tve_btn7:hover,
.tve_flt .tve_btn.tve_teal.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #007c7c;
  box-shadow: 0 5px 0 #007c7c;
  border-bottom: 1px solid #00b3b3;
}

.tve_flt .tve_btn.tve_teal.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_teal.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #006a6a;
}

.tve_flt .tve_btn.tve_teal.tve_btn5 a>div,
.tve_flt .tve_btn.tve_teal.tve_btn6 a>div {
  border-right: 1px solid #006a6a;
}

.tve_flt .tve_btn.tve_teal:hover {
  background-color: #008e85;
}

.tve_flt .tve_btn.tve_teal:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #007c72;
}

.tve_flt .tve_btn.tve_teal:hover a>div {
  border-right: 1px solid #007c72;
}

.tve_flt .tve_btn.tve_white {
  background: #efefef;
}

.tve_flt .tve_btn.tve_white a {
  text-shadow: #ffffff 0px 0px 0px;
}

.tve_flt .tve_btn.tve_white.tve_btn7,
.tve_flt .tve_btn.tve_white.tve_btn8 {
  -webkit-box-shadow: 0 5px 0 #d9d9d9;
  box-shadow: 0 5px 0 #d9d9d9;
  border-bottom: 1px solid #fbfbfb;
}

.tve_flt .tve_btn.tve_white.tve_btn7:hover,
.tve_flt .tve_btn.tve_white.tve_btn8:hover {
  -webkit-box-shadow: 0 5px 0 #dddddd;
  box-shadow: 0 5px 0 #dddddd;
  border-bottom: 1px solid #fbfbfb;
}

.tve_flt .tve_btn.tve_white.tve_btn5.tve_nb .tve_btn_im .tve_btn_divider,
.tve_flt .tve_btn.tve_white.tve_btn6.tve_nb .tve_btn_im .tve_btn_divider {
  background: #d9d9d9;
}

.tve_flt .tve_btn.tve_white.tve_btn5 a>div,
.tve_flt .tve_btn.tve_white.tve_btn6 a>div {
  border-right: 1px solid #d9d9d9;
}

.tve_flt .tve_btn.tve_white:hover {
  background-color: #f4f4f4;
}

.tve_flt .tve_btn.tve_white:hover.tve_nb .tve_btn_im .tve_btn_divider {
  background: #e2e2e2;
}

.tve_flt .tve_btn.tve_white:hover a>div {
  border-right: 1px solid #e2e2e2;
}

.tve_flt .tve_ca {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 40px auto 80px auto;
  padding: 4%;
  position: relative;
  width: 85%;
}

.tve_flt .tve_ca.tve_ca1 .tve_btn_cnt {
  margin-top: 4%;
}

.tve_flt .tve_ca.tve_ca1 .tve_btn_cnt .tve_btn.tve_normalBtn {
  font-size: 30px !important;
  line-height: 100% !important;
}

.tve_flt .tve_ca.tve_ca1 .tve_btn_cnt .tve_btn.tve_normalBtn,
.tve_flt .tve_ca.tve_ca4 .tve_btn_cnt .tve_btn.tve_normalBtn {
  display: inline-block;
  font-size: 30px !important;
  line-height: 100% !important;
  position: relative;
  width: auto;
}

.tve_flt .tve_ca.tve_ca3 .tve_btn.tve_normalBtn,
.tve_flt .tve_ca.tve_ca4 .tve_btn.tve_normalBtn {
  font-size: 30px;
  line-height: 100% !important;
}

.tve_flt .tve_ca.tve_ca3 .tve_btn.tve_normalBtn .tve_ca_sp,
.tve_flt .tve_ca.tve_ca4 .tve_btn.tve_normalBtn .tve_ca_sp {
  display: block;
  font-size: 12px;
}

.tve_flt .tve_ca.tve_ca2 h1,
.tve_flt .tve_ca.tve_ca2 h2,
.tve_flt .tve_ca.tve_ca2 h3,
.tve_flt .tve_ca.tve_ca2 h2.tve_ca_heading,
.tve_flt .tve_ca.tve_ca3 h1,
.tve_flt .tve_ca.tve_ca3 h2,
.tve_flt .tve_ca.tve_ca3 h3,
.tve_flt .tve_ca.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_ca.tve_ca4 h1,
.tve_flt .tve_ca.tve_ca4 h2,
.tve_flt .tve_ca.tve_ca4 h3,
.tve_flt .tve_ca.tve_ca4 h2.tve_ca_heading {
  margin: 0px !important;
  padding: 0px !important;
}

.tve_flt .tve_ca p {
  color: #888787;
  margin: 0px !important;
  padding: 0px !important;
}

.tve_flt .tve_ca.tve_ca1 .tve_line {
  padding: 0px 20px;
  margin: 0 auto;
}

.tve_flt .tve_ca .tve_btn_cnt {
  height: 0px;
  position: relative;
  bottom: 0px;
  text-align: center;
}

.tve_flt .tve_black.tve_ca1 h1,
.tve_flt .tve_black.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_black.tve_ca3 h1,
.tve_flt .tve_black.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_black.tve_ca4 h1,
.tve_flt .tve_black.tve_ca4 h2.tve_ca_heading {
  color: #1f1f1f !important;
}

.tve_flt .tve_black.tve_ca2,
.tve_flt .tve_black.tve_ca3 {
  border: 2px solid #000000;
}

.tve_flt .tve_black.tve_ca2 .tve_ca_t {
  background-color: #1f1f1f;
}

.tve_flt .tve_black.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #000000;
}

.tve_flt .tve_blue.tve_ca1 h1,
.tve_flt .tve_blue.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_blue.tve_ca3 h1,
.tve_flt .tve_blue.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_blue.tve_ca4 h1,
.tve_flt .tve_blue.tve_ca4 h2.tve_ca_heading {
  color: #4e7ac7 !important;
}

.tve_flt .tve_blue.tve_ca2,
.tve_flt .tve_blue.tve_ca3 {
  border: 2px solid #345da4;
}

.tve_flt .tve_blue.tve_ca2 .tve_ca_t {
  background-color: #4e7ac7;
}

.tve_flt .tve_blue.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #345da4;
}

.tve_flt .tve_green.tve_ca1 h1,
.tve_flt .tve_green.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_green.tve_ca3 h1,
.tve_flt .tve_green.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_green.tve_ca4 h1,
.tve_flt .tve_green.tve_ca4 h2.tve_ca_heading {
  color: #45bf55 !important;
}

.tve_flt .tve_green.tve_ca2,
.tve_flt .tve_green.tve_ca3 {
  border: 2px solid #2ea43e;
}

.tve_flt .tve_green.tve_ca2 .tve_ca_t {
  background-color: #45bf55;
}

.tve_flt .tve_green.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #2ea43e;
}

.tve_flt .tve_orange.tve_ca1 h1,
.tve_flt .tve_orange.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_orange.tve_ca3 h1,
.tve_flt .tve_orange.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_orange.tve_ca4 h1,
.tve_flt .tve_orange.tve_ca4 h2.tve_ca_heading {
  color: #ff712c !important;
}

.tve_flt .tve_orange.tve_ca2,
.tve_flt .tve_orange.tve_ca3 {
  border: 2px solid #d8591c;
}

.tve_flt .tve_orange.tve_ca2 .tve_ca_t {
  background-color: #ff712c;
}

.tve_flt .tve_orange.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #d8591c;
}

.tve_flt .tve_purple.tve_ca1 h1,
.tve_flt .tve_purple.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_purple.tve_ca3 h1,
.tve_flt .tve_purple.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_purple.tve_ca4 h1,
.tve_flt .tve_purple.tve_ca4 h2.tve_ca_heading {
  color: #9768d1 !important;
}

.tve_flt .tve_purple.tve_ca2,
.tve_flt .tve_purple.tve_ca3 {
  border: 2px solid #7546b0;
}

.tve_flt .tve_purple.tve_ca2 .tve_ca_t {
  background-color: #9768d1;
}

.tve_flt .tve_purple.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #7546b0;
}

.tve_flt .tve_red.tve_ca1 h1,
.tve_flt .tve_red.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_red.tve_ca3 h1,
.tve_flt .tve_red.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_red.tve_ca4 h1,
.tve_flt .tve_red.tve_ca4 h2.tve_ca_heading {
  color: #e5372b !important;
  text-align: center;
}

.tve_flt .tve_red.tve_ca2,
.tve_flt .tve_red.tve_ca3 {
  border: 2px solid #cd2b1f;
}

.tve_flt .tve_red.tve_ca2 .tve_ca_t {
  background-color: #e5372b;
}

.tve_flt .tve_red.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #cd2b1f;
}

.tve_flt .tve_teal.tve_ca1 h1,
.tve_flt .tve_teal.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_teal.tve_ca3 h1,
.tve_flt .tve_teal.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_teal.tve_ca4 h1,
.tve_flt .tve_teal.tve_ca4 h2.tve_ca_heading {
  color: #479486 !important;
}

.tve_flt .tve_teal.tve_ca2,
.tve_flt .tve_teal.tve_ca3 {
  border: 2px solid #008080;
}

.tve_flt .tve_teal.tve_ca2 .tve_ca_t {
  background-color: #479486;
}

.tve_flt .tve_teal.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #008080;
}

.tve_flt .tve_white.tve_ca1 h1,
.tve_flt .tve_white.tve_ca1 h2.tve_ca_heading,
.tve_flt .tve_white.tve_ca3 h1,
.tve_flt .tve_white.tve_ca3 h2.tve_ca_heading,
.tve_flt .tve_white.tve_ca4 h1,
.tve_flt .tve_white.tve_ca4 h2.tve_ca_heading {
  color: #4c4c4c !important;
}

.tve_flt .tve_white.tve_ca2,
.tve_flt .tve_white.tve_ca3 {
  border: 2px solid #efefef;
}

.tve_flt .tve_white.tve_ca2 .tve_ca_t {
  background-color: #efefef;
}

.tve_flt .tve_white.tve_ca2 .tve_ca_t a {
  color: #4c4c4c !important;
}

.tve_flt .tve_white.tve_ca3 .tve_ca_t .tve_btn {
  border: 2px solid #efefef;
}

.tve_flt .tve_arrow_left,
.tve_flt .tve_arrow_right {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrows.png");
  display: inline-block;
  height: 84px;
  width: 64px;
}

.tve_flt .tve_arrow_left {
  background-position: 0px 0px;
}

.tve_flt .tve_arrow_right {
  background-position: -64px 0px;
}

.tve_flt .tve_ca h1,
.tve_flt .tve_ca h2,
.tve_flt .tve_ca h3,
.tve_flt .tve_ca h2.tve_ca_heading {
  color: #6b6b6b !important;
}

.tve_flt .tve_black.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_black.png");
}

.tve_flt .tve_blue.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_blue.png");
}

.tve_flt .tve_green.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_green.png");
}

.tve_flt .tve_orange.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_orange.png");
}

.tve_flt .tve_purple.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_purple.png");
}

.tve_flt .tve_red.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_red.png");
}

.tve_flt .tve_teal.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_teal.png");
}

.tve_flt .tve_white.tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/cta_arrow_white.png");
}

.tve_flt .tve_black.tve_ca2 .tve_ca_t a {
  color: #fff !important;
}

.tve_flt .tve_blue.tve_ca2 .tve_ca_t a {
  color: #fff !important;
}

.tve_flt .tve_green.tve_ca2 .tve_ca_t a {
  color: #fff !important;
}

.tve_flt .tve_orange.tve_ca2 .tve_ca_t a {
  color: #fff !important;
}

.tve_flt .tve_purple.tve_ca2 .tve_ca_t a {
  color: #fff !important;
}

.tve_flt .tve_red.tve_ca2 .tve_ca_t a {
  color: #fff !important;
}

.tve_flt .tve_teal.tve_ca2 .tve_ca_t a {
  color: #fff !important;
}

.tve_flt .tve_ca1 {
  text-align: center;
  margin-bottom: 100px;
  padding: 0px 39px 19px 39px;
}

.tve_flt .tve_ca1 .tve_line {
  width: 90%;
}

.tve_flt .tve_ca1 .tve_line h1,
.tve_flt .tve_ca1 .tve_line h2.tve_ca_heading {
  margin-bottom: 10px;
}

.tve_flt .tve_ca1 .tve_btn {
  top: 0px;
}

.tve_flt .tve_ca2 .tve_ca_o {
  float: left;
  font-size: 1em;
  line-height: 1em;
  padding: 1.2em 0em 0em 0em;
  width: 70%;
}

.tve_flt .tve_ca2 {
  height: 97px;
  padding: 0px 0px 0px 34px;
  margin: 10px auto;
}

.tve_flt .tve_ca2 h3 {
  margin-top: 15px !important;
}

.tve_flt .tve_ca2 h3,
.tve_flt .tve_ca2 p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
}

.tve_flt .tve_ca2 .tve_ca_t {
  float: right;
  height: 121px;
  margin-top: -12px;
  margin-right: -2px;
  padding-right: 5px;
  position: relative;
  text-align: center;
  width: 25%;
}

.tve_flt .tve_ca2 .tve_ca_t a {
  display: block;
  font-size: 26px !important;
  line-height: 26px !important;
  margin-top: 18%;
  text-decoration: none;
}

.tve_flt .tve_ca2 .tve_ca_t a>.tve_ca_sp {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 121px;
  min-width: 64px;
  position: absolute;
  left: -64px;
  top: 0px;
}

.tve_flt .tve_ca3 {
  margin: 0px auto 25px auto;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.tve_flt .tve_ca3 .tve_ca_t {
  height: 40px;
  text-align: center;
}

.tve_flt .tve_ca3 .tve_ca_t .tve_btn {
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tve_flt .tve_ca3 .tve_ca_t .tve_btn .tve_btnLink {
  font-weight: bold;
}

.tve_flt .tve_ca3 .tve_ca_t .tve_btn .tve_btnLink>.tve_ca_sp {
  display: none;
}

.tve_flt .tve_ca4 {
  margin: 0px auto;
  text-align: center;
}

.tve_flt .tve_ca4 .tve_btn_cnt {
  background: #c5c5c5;
  height: 1px;
  margin: 60px auto 0px auto;
  width: 70%;
}

.tve_flt .tve_ca4 .tve_btn.tve_normalBtn {
  bottom: 30px;
  padding: 0px 60px;
}

.tve_flt .tve_ca4 .tve_btn.tve_normalBtn .tve_btnLink>.tve_ca_sp {
  display: none;
}

.tve_flt .tve_black.tve_cb2 ul,
.tve_flt .tve_black.tve_cb2 ol,
.tve_flt .tve_black.tve_cb3 ul,
.tve_flt .tve_black.tve_cb3 ol,
.tve_flt .tve_black.tve_cb5 ul,
.tve_flt .tve_black.tve_cb5 ol,
.tve_flt .tve_black.tve_cb6 ul,
.tve_flt .tve_black.tve_cb6 ol {
  color: #fff;
}

.tve_flt .tve_black.tve_ts2 ul,
.tve_flt .tve_black.tve_ts2 ol,
.tve_flt .tve_black.tve_ts3 ul,
.tve_flt .tve_black.tve_ts3 ol,
.tve_flt .tve_black.tve_ts4 ul,
.tve_flt .tve_black.tve_ts4 ol,
.tve_flt .tve_black.tve_ts9 ul,
.tve_flt .tve_black.tve_ts9 ol {
  color: #fff;
}

.tve_flt .tve_blue.tve_cb2 ul,
.tve_flt .tve_blue.tve_cb2 ol,
.tve_flt .tve_blue.tve_cb3 ul,
.tve_flt .tve_blue.tve_cb3 ol,
.tve_flt .tve_blue.tve_cb5 ul,
.tve_flt .tve_blue.tve_cb5 ol,
.tve_flt .tve_blue.tve_cb6 ul,
.tve_flt .tve_blue.tve_cb6 ol {
  color: #fff;
}

.tve_flt .tve_blue.tve_ts2 ul,
.tve_flt .tve_blue.tve_ts2 ol,
.tve_flt .tve_blue.tve_ts3 ul,
.tve_flt .tve_blue.tve_ts3 ol,
.tve_flt .tve_blue.tve_ts4 ul,
.tve_flt .tve_blue.tve_ts4 ol,
.tve_flt .tve_blue.tve_ts9 ul,
.tve_flt .tve_blue.tve_ts9 ol {
  color: #fff;
}

.tve_flt .tve_green.tve_cb2 ul,
.tve_flt .tve_green.tve_cb2 ol,
.tve_flt .tve_green.tve_cb3 ul,
.tve_flt .tve_green.tve_cb3 ol,
.tve_flt .tve_green.tve_cb5 ul,
.tve_flt .tve_green.tve_cb5 ol,
.tve_flt .tve_green.tve_cb6 ul,
.tve_flt .tve_green.tve_cb6 ol {
  color: #fff;
}

.tve_flt .tve_green.tve_ts2 ul,
.tve_flt .tve_green.tve_ts2 ol,
.tve_flt .tve_green.tve_ts3 ul,
.tve_flt .tve_green.tve_ts3 ol,
.tve_flt .tve_green.tve_ts4 ul,
.tve_flt .tve_green.tve_ts4 ol,
.tve_flt .tve_green.tve_ts9 ul,
.tve_flt .tve_green.tve_ts9 ol {
  color: #fff;
}

.tve_flt .tve_orange.tve_cb2 ul,
.tve_flt .tve_orange.tve_cb2 ol,
.tve_flt .tve_orange.tve_cb3 ul,
.tve_flt .tve_orange.tve_cb3 ol,
.tve_flt .tve_orange.tve_cb5 ul,
.tve_flt .tve_orange.tve_cb5 ol,
.tve_flt .tve_orange.tve_cb6 ul,
.tve_flt .tve_orange.tve_cb6 ol {
  color: #fff;
}

.tve_flt .tve_orange.tve_ts2 ul,
.tve_flt .tve_orange.tve_ts2 ol,
.tve_flt .tve_orange.tve_ts3 ul,
.tve_flt .tve_orange.tve_ts3 ol,
.tve_flt .tve_orange.tve_ts4 ul,
.tve_flt .tve_orange.tve_ts4 ol,
.tve_flt .tve_orange.tve_ts9 ul,
.tve_flt .tve_orange.tve_ts9 ol {
  color: #fff;
}

.tve_flt .tve_purple.tve_cb2 ul,
.tve_flt .tve_purple.tve_cb2 ol,
.tve_flt .tve_purple.tve_cb3 ul,
.tve_flt .tve_purple.tve_cb3 ol,
.tve_flt .tve_purple.tve_cb5 ul,
.tve_flt .tve_purple.tve_cb5 ol,
.tve_flt .tve_purple.tve_cb6 ul,
.tve_flt .tve_purple.tve_cb6 ol {
  color: #fff;
}

.tve_flt .tve_purple.tve_ts2 ul,
.tve_flt .tve_purple.tve_ts2 ol,
.tve_flt .tve_purple.tve_ts3 ul,
.tve_flt .tve_purple.tve_ts3 ol,
.tve_flt .tve_purple.tve_ts4 ul,
.tve_flt .tve_purple.tve_ts4 ol,
.tve_flt .tve_purple.tve_ts9 ul,
.tve_flt .tve_purple.tve_ts9 ol {
  color: #fff;
}

.tve_flt .tve_red.tve_cb2 ul,
.tve_flt .tve_red.tve_cb2 ol,
.tve_flt .tve_red.tve_cb3 ul,
.tve_flt .tve_red.tve_cb3 ol,
.tve_flt .tve_red.tve_cb5 ul,
.tve_flt .tve_red.tve_cb5 ol,
.tve_flt .tve_red.tve_cb6 ul,
.tve_flt .tve_red.tve_cb6 ol {
  color: #fff;
}

.tve_flt .tve_red.tve_ts2 ul,
.tve_flt .tve_red.tve_ts2 ol,
.tve_flt .tve_red.tve_ts3 ul,
.tve_flt .tve_red.tve_ts3 ol,
.tve_flt .tve_red.tve_ts4 ul,
.tve_flt .tve_red.tve_ts4 ol,
.tve_flt .tve_red.tve_ts9 ul,
.tve_flt .tve_red.tve_ts9 ol {
  color: #fff;
}

.tve_flt .tve_teal.tve_cb2 ul,
.tve_flt .tve_teal.tve_cb2 ol,
.tve_flt .tve_teal.tve_cb3 ul,
.tve_flt .tve_teal.tve_cb3 ol,
.tve_flt .tve_teal.tve_cb5 ul,
.tve_flt .tve_teal.tve_cb5 ol,
.tve_flt .tve_teal.tve_cb6 ul,
.tve_flt .tve_teal.tve_cb6 ol {
  color: #fff;
}

.tve_flt .tve_teal.tve_ts2 ul,
.tve_flt .tve_teal.tve_ts2 ol,
.tve_flt .tve_teal.tve_ts3 ul,
.tve_flt .tve_teal.tve_ts3 ol,
.tve_flt .tve_teal.tve_ts4 ul,
.tve_flt .tve_teal.tve_ts4 ol,
.tve_flt .tve_teal.tve_ts9 ul,
.tve_flt .tve_teal.tve_ts9 ol {
  color: #fff;
}

.tve_flt .tve_cb {
  width: auto;
}

.tve_flt .tve_cb h1,
.tve_flt .tve_cb h2.tve_ca_heading {
  color: #fff;
}

.tve_flt .tve_cb .tve_cb_cnt {
  padding: 20px;
}

.tve_flt .tve_black.tve_cb.tve_cb1,
.tve_flt .tve_black.tve_cb.tve_cb3,
.tve_flt .tve_black.tve_cb.tve_cb4,
.tve_flt .tve_black.tve_cb.tve_cb6 {
  border: 2px solid #1f1f1f;
}

.tve_flt .tve_black.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_black.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_black.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_black.tve_cb.tve_cb2,
.tve_flt .tve_black.tve_cb.tve_cb5,
.tve_flt .tve_black.tve_cb.tve_cb_symbol {
  background: #1f1f1f;
}

.tve_flt .tve_black.tve_cb.tve_cb2 hr {
  background: #131313;
}

.tve_flt .tve_black.tve_cb .tve_hd h3 {
  text-shadow: 0 1px 0 #0b0b0b;
  color: #fff;
  margin: 0px !important;
}

.tve_flt .tve_black.tve_cb.tve_cb3,
.tve_flt .tve_black.tve_cb.tve_cb6 {
  background: #2f2f2f;
}

.tve_flt .tve_black.tve_cb5 .tve_cb_cnt p {
  text-shadow: 0 1px 0 #0b0b0b;
  color: #fff;
}

.tve_flt .tve_black.tve_cb_symbol .tve_cb_cnt p,
.tve_flt .tve_black.tve_cb_symbol li {
  color: #fff;
}

.tve_flt .tve_blue.tve_cb.tve_cb1,
.tve_flt .tve_blue.tve_cb.tve_cb3,
.tve_flt .tve_blue.tve_cb.tve_cb4,
.tve_flt .tve_blue.tve_cb.tve_cb6 {
  border: 2px solid #4e7ac7;
}

.tve_flt .tve_blue.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_blue.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_blue.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_blue.tve_cb.tve_cb2,
.tve_flt .tve_blue.tve_cb.tve_cb5,
.tve_flt .tve_blue.tve_cb.tve_cb_symbol {
  background: #4e7ac7;
}

.tve_flt .tve_blue.tve_cb.tve_cb2 hr {
  background: #3966b5;
}

.tve_flt .tve_blue.tve_cb.tve_cb3,
.tve_flt .tve_blue.tve_cb.tve_cb6 {
  background: #608ad2;
}

.tve_flt .tve_blue.tve_cb .tve_hd h3 {
  text-shadow: 0 1px 0 #2d59a6;
  color: #fff;
  margin: 0px !important;
}

.tve_flt .tve_blue.tve_cb5 .tve_cb_cnt p {
  text-shadow: 0 1px 0 #2d59a6;
  color: #fff;
}

.tve_flt .tve_blue.tve_cb_symbol .tve_cb_cnt p,
.tve_flt .tve_blue.tve_cb_symbol li {
  color: #fff;
}

.tve_flt .tve_green.tve_cb.tve_cb1,
.tve_flt .tve_green.tve_cb.tve_cb3,
.tve_flt .tve_green.tve_cb.tve_cb4,
.tve_flt .tve_green.tve_cb.tve_cb6 {
  border: 2px solid #45bf55;
}

.tve_flt .tve_green.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_green.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_green.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_green.tve_cb.tve_cb2,
.tve_flt .tve_green.tve_cb.tve_cb5,
.tve_flt .tve_green.tve_cb.tve_cb_symbol {
  background: #45bf55;
}

.tve_flt .tve_green.tve_cb.tve_cb2 hr {
  background: #2fa73f;
}

.tve_flt .tve_green.tve_cb.tve_cb3,
.tve_flt .tve_green.tve_cb.tve_cb6 {
  background: #52ce62;
}

.tve_flt .tve_green.tve_cb .tve_hd h3 {
  text-shadow: 0 1px 0 #279435;
  color: #fff;
  margin: 0px !important;
}

.tve_flt .tve_green.tve_cb5 .tve_cb_cnt p {
  text-shadow: 0 1px 0 #279435;
  color: #fff;
}

.tve_flt .tve_green.tve_cb_symbol .tve_cb_cnt p,
.tve_flt .tve_green.tve_cb_symbol li {
  color: #fff;
}

.tve_flt .tve_orange.tve_cb.tve_cb1,
.tve_flt .tve_orange.tve_cb.tve_cb3,
.tve_flt .tve_orange.tve_cb.tve_cb4,
.tve_flt .tve_orange.tve_cb.tve_cb6 {
  border: 2px solid #ff712c;
}

.tve_flt .tve_orange.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_orange.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_orange.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_orange.tve_cb.tve_cb2,
.tve_flt .tve_orange.tve_cb.tve_cb5,
.tve_flt .tve_orange.tve_cb.tve_cb_symbol {
  background: #ff712c;
}

.tve_flt .tve_orange.tve_cb.tve_cb2 hr {
  background: #ed6321;
}

.tve_flt .tve_orange.tve_cb.tve_cb3,
.tve_flt .tve_orange.tve_cb.tve_cb6 {
  background: #fe8f59;
}

.tve_flt .tve_orange.tve_cb .tve_hd h3 {
  text-shadow: 0 1px 0 #e05c1c;
  color: #fff;
  margin: 0px !important;
}

.tve_flt .tve_orange.tve_cb5 .tve_cb_cnt p {
  text-shadow: 0 1px 0 #e05c1c;
  color: #fff;
}

.tve_flt .tve_orange.tve_cb_symbol .tve_cb_cnt p,
.tve_flt .tve_orange.tve_cb_symbol li {
  color: #fff;
}

.tve_flt .tve_purple.tve_cb.tve_cb1,
.tve_flt .tve_purple.tve_cb.tve_cb3,
.tve_flt .tve_purple.tve_cb.tve_cb4,
.tve_flt .tve_purple.tve_cb.tve_cb6 {
  border: 2px solid #9768d1;
}

.tve_flt .tve_purple.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_purple.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_purple.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_purple.tve_cb.tve_cb2,
.tve_flt .tve_purple.tve_cb.tve_cb5,
.tve_flt .tve_purple.tve_cb.tve_cb_symbol {
  background: #9768d1;
}

.tve_flt .tve_purple.tve_cb.tve_cb2 hr {
  background: #8858c2;
}

.tve_flt .tve_purple.tve_cb.tve_cb3,
.tve_flt .tve_purple.tve_cb.tve_cb6 {
  background: #a477dc;
}

.tve_flt .tve_purple.tve_cb .tve_hd h3 {
  text-shadow: 0 1px 0 #7044a7;
  color: #fff;
  margin: 0px !important;
}

.tve_flt .tve_purple.tve_cb5 .tve_cb_cnt p {
  text-shadow: 0 1px 0 #7044a7;
  color: #fff;
}

.tve_flt .tve_purple.tve_cb_symbol .tve_cb_cnt p,
.tve_flt .tve_purple.tve_cb_symbol li {
  color: #fff;
}

.tve_flt .tve_red.tve_cb.tve_cb1,
.tve_flt .tve_red.tve_cb.tve_cb3,
.tve_flt .tve_red.tve_cb.tve_cb4,
.tve_flt .tve_red.tve_cb.tve_cb6 {
  border: 2px solid #e5372b;
}

.tve_flt .tve_red.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_red.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_red.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_red.tve_cb.tve_cb2,
.tve_flt .tve_red.tve_cb.tve_cb5,
.tve_flt .tve_red.tve_cb.tve_cb_symbol {
  background: #e5372b;
}

.tve_flt .tve_red.tve_cb.tve_cb2 hr {
  background: #d22115;
}

.tve_flt .tve_red.tve_cb.tve_cb3,
.tve_flt .tve_red.tve_cb.tve_cb6 {
  background: #f54d42;
}

.tve_flt .tve_red.tve_cb .tve_hd h3 {
  text-shadow: 0 1px 0 #a1180f;
  color: #fff;
  margin: 0px !important;
}

.tve_flt .tve_red.tve_cb5 .tve_cb_cnt p {
  text-shadow: 0 1px 0 #a1180f;
  color: #fff;
}

.tve_flt .tve_red.tve_cb_symbol .tve_cb_cnt p,
.tve_flt .tve_red.tve_cb_symbol li {
  color: #fff;
}

.tve_flt .tve_teal.tve_cb.tve_cb1,
.tve_flt .tve_teal.tve_cb.tve_cb3,
.tve_flt .tve_teal.tve_cb.tve_cb4,
.tve_flt .tve_teal.tve_cb.tve_cb6 {
  border: 2px solid #479486;
}

.tve_flt .tve_teal.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_teal.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_teal.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_teal.tve_cb.tve_cb2,
.tve_flt .tve_teal.tve_cb.tve_cb5,
.tve_flt .tve_teal.tve_cb.tve_cb_symbol {
  background: #479486;
}

.tve_flt .tve_teal.tve_cb.tve_cb2 hr {
  background: #307c6e;
}

.tve_flt .tve_teal.tve_cb.tve_cb3,
.tve_flt .tve_teal.tve_cb.tve_cb6 {
  background: #57a798;
}

.tve_flt .tve_teal.tve_cb .tve_hd h3 {
  text-shadow: 0 1px 0 #226055;
  color: #fff;
  margin: 0px !important;
}

.tve_flt .tve_teal.tve_cb5 .tve_cb_cnt p {
  text-shadow: 0 1px 0 #226055;
  color: #fff;
}

.tve_flt .tve_teal.tve_cb_symbol .tve_cb_cnt p,
.tve_flt .tve_teal.tve_cb_symbol li {
  color: #fff;
}

.tve_flt .tve_white.tve_cb.tve_cb1,
.tve_flt .tve_white.tve_cb.tve_cb3,
.tve_flt .tve_white.tve_cb.tve_cb4,
.tve_flt .tve_white.tve_cb.tve_cb6 {
  border: 2px solid #efefef;
}

.tve_flt .tve_white.tve_cb.tve_cb1 .tve_hd,
.tve_flt .tve_white.tve_cb.tve_cb2 .tve_hd,
.tve_flt .tve_white.tve_cb.tve_cb3 .tve_hd,
.tve_flt .tve_white.tve_cb.tve_cb5,
.tve_flt .tve_white.tve_cb.tve_cb_symbol {
  background: #efefef;
}

.tve_flt .tve_white.tve_cb .tve_hd h3,
.tve_flt .tve_white.tve_cb .tve_cb_cnt p {
  color: #525151;
  margin: 0px;
}

.tve_flt .tve_white.tve_cb.tve_cb2 {
  background: #efefef;
  border: 2px solid #d3d1d1;
}

.tve_flt .tve_white.tve_cb.tve_cb2 hr {
  background: #d3d1d1;
}

.tve_flt .tve_white.tve_cb.tve_cb3,
.tve_flt .tve_white.tve_cb.tve_cb6 {
  background: #ffffff;
}

.tve_flt .tve_white.tve_cb.tve_cb5 {
  border: 2px solid #d3d1d1;
}

.tve_flt .tve_cb1 {
  overflow: hidden;
}

.tve_flt .tve_cb2 .tve_cb_cnt p {
  color: #fff;
}

.tve_flt .tve_cb2 h3 {
  color: #fff;
}

.tve_flt .tve_cb2 hr {
  border: none;
  height: 1px;
  margin: 5px 0px 0px 0px !important;
  width: 100%;
}

.tve_flt .tve_cb3 {
  margin: 0 auto;
  width: inherit;
}

.tve_flt .tve_cb3>hr {
  display: none;
}

.tve_flt .tve_cb3 .tve_hd {
  margin: 23px -17px 0px -17px;
  width: 99.3%;
}

.tve_flt .tve_cb3 .tve_cb_cnt p,
.tve_flt .tve_cb6 .tve_cb_cnt p {
  color: #fff;
}

.tve_flt .tve_black.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.tve_flt .tve_blue.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.tve_flt .tve_green.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.tve_flt .tve_orange.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.tve_flt .tve_purple.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.tve_flt .tve_red.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.tve_flt .tve_teal.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.tve_flt .tve_white.tve_cb.tve_cb4 div.tve_hd {
  padding: 0px;
}

.thrv_columns .tve_flt .tve_ts {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.thrv_columns .tve_flt .tve_ts div {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.tve_flt .tve_ts.tve_ts1 {
  margin-bottom: 40px;
}

.tve_flt .tve_ts.tve_black .tve_ts_o img,
.tve_flt .tve_ts.tve_black.tve_ts1,
.tve_flt .tve_ts.tve_black .tve_ts_imc {
  border: 2px solid #1f1f1f;
}

.tve_flt .tve_ts.tve_black.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_black.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_black.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_black.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_black.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_black.tve_ts9 .tve_ts_cn {
  background-color: #1f1f1f;
}

.tve_flt .tve_ts.tve_black.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_black.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_black.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_black.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_black.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_black.tve_ts9 .tve_ts_cn p {
  color: #fef1f1;
}

.tve_flt .tve_ts.tve_black.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_black.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #131313;
}

.tve_flt .tve_ts.tve_blue .tve_ts_o img,
.tve_flt .tve_ts.tve_blue.tve_ts1,
.tve_flt .tve_ts.tve_blue .tve_ts_imc {
  border: 2px solid #4e7ac7;
}

.tve_flt .tve_ts.tve_blue.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_blue.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_blue.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_blue.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_blue.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_blue.tve_ts9 .tve_ts_cn {
  background-color: #4e7ac7;
}

.tve_flt .tve_ts.tve_blue.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_blue.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_blue.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_blue.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_blue.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_blue.tve_ts9 .tve_ts_cn p {
  color: #ffffff;
}

.tve_flt .tve_ts.tve_blue.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_blue.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #3764b2;
}

.tve_flt .tve_ts.tve_green .tve_ts_o img,
.tve_flt .tve_ts.tve_green.tve_ts1,
.tve_flt .tve_ts.tve_green .tve_ts_imc {
  border: 2px solid #45bf55;
}

.tve_flt .tve_ts.tve_green.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_green.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_green.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_green.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_green.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_green.tve_ts9 .tve_ts_cn {
  background-color: #45bf55;
}

.tve_flt .tve_ts.tve_green.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_green.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_green.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_green.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_green.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_green.tve_ts9 .tve_ts_cn p {
  color: #ebfded;
}

.tve_flt .tve_ts.tve_green.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_green.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #2ea53e;
}

.tve_flt .tve_ts.tve_orange .tve_ts_o img,
.tve_flt .tve_ts.tve_orange.tve_ts1,
.tve_flt .tve_ts.tve_orange .tve_ts_imc {
  border: 2px solid #ff712c;
}

.tve_flt .tve_ts.tve_orange.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_orange.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_orange.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_orange.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_orange.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_orange.tve_ts9 .tve_ts_cn {
  background-color: #ff712c;
}

.tve_flt .tve_ts.tve_orange.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_orange.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_orange.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_orange.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_orange.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_orange.tve_ts9 .tve_ts_cn p {
  color: #fdf7f4;
}

.tve_flt .tve_ts.tve_orange.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_orange.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #e85c18;
}

.tve_flt .tve_ts.tve_purple .tve_ts_o img,
.tve_flt .tve_ts.tve_purple.tve_ts1,
.tve_flt .tve_ts.tve_purple .tve_ts_imc {
  border: 2px solid #9768d1;
}

.tve_flt .tve_ts.tve_purple.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_purple.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_purple.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_purple.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_purple.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_purple.tve_ts9 .tve_ts_cn {
  background-color: #9768d1;
}

.tve_flt .tve_ts.tve_purple.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_purple.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_purple.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_purple.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_purple.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_purple.tve_ts9 .tve_ts_cn p {
  color: #f6eeff;
}

.tve_flt .tve_ts.tve_purple.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_purple.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #8858c2;
}

.tve_flt .tve_ts.tve_red .tve_ts_o img,
.tve_flt .tve_ts.tve_red.tve_ts1,
.tve_flt .tve_ts.tve_red .tve_ts_imc {
  border: 2px solid #e5372b;
}

.tve_flt .tve_ts.tve_red.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_red.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_red.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_red.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_red.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_red.tve_ts9 .tve_ts_cn {
  background-color: #e5372b;
}

.tve_flt .tve_ts.tve_red.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_red.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_red.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_red.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_red.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_red.tve_ts9 .tve_ts_cn p {
  color: #fdeeed;
}

.tve_flt .tve_ts.tve_red.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_red.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #d22115;
}

.tve_flt .tve_ts.tve_teal .tve_ts_o img,
.tve_flt .tve_ts.tve_teal.tve_ts1,
.tve_flt .tve_ts.tve_teal .tve_ts_imc {
  border: 2px solid #479486;
}

.tve_flt .tve_ts.tve_teal.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_teal.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_teal.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_teal.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_teal.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_teal.tve_ts9 .tve_ts_cn {
  background-color: #479486;
}

.tve_flt .tve_ts.tve_teal.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_teal.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_teal.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_teal.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_teal.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_teal.tve_ts9 .tve_ts_cn p {
  color: #effefb;
}

.tve_flt .tve_ts.tve_teal.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_teal.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #286f62;
}

.tve_flt .tve_ts.tve_white .tve_ts_o img,
.tve_flt .tve_ts.tve_white.tve_ts1,
.tve_flt .tve_ts.tve_white .tve_ts_imc {
  border: 2px solid #efefef;
}

.tve_flt .tve_ts.tve_white.tve_ts2 .tve_ts_cn,
.tve_flt .tve_ts.tve_white.tve_ts3 .tve_ts_cn,
.tve_flt .tve_ts.tve_white.tve_ts3 .tve_ts_o,
.tve_flt .tve_ts.tve_white.tve_ts1 .tve_ts_o,
.tve_flt .tve_ts.tve_white.tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts.tve_white.tve_ts9 .tve_ts_cn {
  background-color: #efefef;
}

.tve_flt .tve_ts.tve_white.tve_ts2 .tve_ts_cn p,
.tve_flt .tve_ts.tve_white.tve_ts3 .tve_ts_cn p,
.tve_flt .tve_ts.tve_white.tve_ts3 .tve_ts_o p,
.tve_flt .tve_ts.tve_white.tve_ts1 .tve_ts_o p,
.tve_flt .tve_ts.tve_white.tve_ts4 .tve_ts_cn p,
.tve_flt .tve_ts.tve_white.tve_ts9 .tve_ts_cn p {
  color: #4e4e4e;
}

.tve_flt .tve_ts.tve_white.tve_ts2 .tve_ts_o,
.tve_flt .tve_ts.tve_white.tve_ts3 .tve_ts_o {
  border-bottom: 1px solid #d3d1d1;
}

.tve_flt .tve_ts .tve_ts_ql {
  float: left;
  display: block;
  height: 19px;
  margin-right: 20px;
}

.tve_flt .tve_ts .tve_ts_cn {
  padding: 40px;
}

.tve_flt .tve_ts .tve_ts_o>span {
  font-size: 1em;
}

.tve_flt .tve_ts .tve_ts_o>span>b {
  font-size: 1.3em;
}

.tve_flt .tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts9 .tve_ts_cn {
  padding-bottom: 20px;
}

.tve_flt .tve_tS:before {
  content: "" !important;
}

.tve_flt .tve_ts_c {
  display: block;
  height: 19px;
  width: 21px;
}

.tve_flt .tve_ts .tve_ts_qr {
  display: block;
  height: 19px;
  width: 27px;
}

.tve_flt .tve_ts .tve_ts_qr {
  float: right;
  margin-top: -15px;
}

.tve_flt .tve_ts .tve_ts_ql {
  width: 27px;
}

.tve_flt .tve_ts2 .tve_ts_o,
.tve_flt .tve_ts4 .tve_ts_o,
.tve_flt .tve_ts9 .tve_ts_o {
  text-align: center;
}

.tve_flt .tve_ts2 .tve_ts_o .tve_ts_imc,
.tve_flt .tve_ts4 .tve_ts_o .tve_ts_imc,
.tve_flt .tve_ts9 .tve_ts_o .tve_ts_imc {
  border-radius: 100px !important;
  display: inline-block;
}

.tve_flt .tve_ts2 .tve_ts_o img,
.tve_flt .tve_ts4 .tve_ts_o img,
.tve_flt .tve_ts9 .tve_ts_o img {
  border-radius: 100px !important;
  border: none !important;
  display: block;
  max-height: 104px;
  margin: 0 auto;
  max-width: 104px;
}

.tve_flt .tve_ts1 {
  padding: 40px;
  position: relative;
}

.tve_flt .tve_ts1 .tve_ts_o {
  display: table;
  position: absolute;
  left: -2px;
  bottom: -34px;
  height: 63px;
}

.tve_flt .tve_ts1 .tve_ts_o img {
  float: left;
  max-height: 63px;
  max-width: 63px;
}

.tve_flt .tve_ts1 .tve_ts_o>span {
  color: #fff;
  clear: right;
  display: block;
  padding: 0px 0px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0px 20px;
  line-height: 1.5em;
}

.tve_flt .tve_black.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_black.png") no-repeat center top;
}

.tve_flt .tve_black.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_black.png") no-repeat center top;
}

.tve_flt .tve_black .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_black.png") no-repeat center top;
}

.tve_flt .tve_black .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_black.png");
}

.tve_flt .tve_blue.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_blue.png") no-repeat center top;
}

.tve_flt .tve_blue.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_blue.png") no-repeat center top;
}

.tve_flt .tve_blue .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_blue.png") no-repeat center top;
}

.tve_flt .tve_blue .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_blue.png");
}

.tve_flt .tve_green.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_green.png") no-repeat center top;
}

.tve_flt .tve_green.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_green.png") no-repeat center top;
}

.tve_flt .tve_green .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_green.png") no-repeat center top;
}

.tve_flt .tve_green .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_green.png");
}

.tve_flt .tve_orange.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_orange.png") no-repeat center top;
}

.tve_flt .tve_orange.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_orange.png") no-repeat center top;
}

.tve_flt .tve_orange .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_orange.png") no-repeat center top;
}

.tve_flt .tve_orange .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_orange.png");
}

.tve_flt .tve_purple.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_purple.png") no-repeat center top;
}

.tve_flt .tve_purple.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_purple.png") no-repeat center top;
}

.tve_flt .tve_purple .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_purple.png") no-repeat center top;
}

.tve_flt .tve_purple .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_purple.png");
}

.tve_flt .tve_red.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_red.png") no-repeat center top;
}

.tve_flt .tve_red.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_red.png") no-repeat center top;
}

.tve_flt .tve_red .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_red.png") no-repeat center top;
}

.tve_flt .tve_red .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_red.png");
}

.tve_flt .tve_teal.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_teal.png") no-repeat center top;
}

.tve_flt .tve_teal.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_teal.png") no-repeat center top;
}

.tve_flt .tve_teal .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_teal.png") no-repeat center top;
}

.tve_flt .tve_teal .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_teal.png");
}

.tve_flt .tve_white.tve_ts4 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_white.png") no-repeat center top;
}

.tve_flt .tve_white.tve_ts9 .tve_ts_c {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/qc_r_white.png") no-repeat center top;
}

.tve_flt .tve_white .tve_ts_qr {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_r_white.png") no-repeat center top;
}

.tve_flt .tve_white .tve_ts_ql {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/q_l_white.png");
}

.tve_flt .tve_black.tve_ts2 .tve_ts_o,
.tve_flt .tve_black.tve_ts3 .tve_ts_o {
  color: #fff !important;
}

.tve_flt .tve_blue.tve_ts2 .tve_ts_o,
.tve_flt .tve_blue.tve_ts3 .tve_ts_o {
  color: #fff !important;
}

.tve_flt .tve_green.tve_ts2 .tve_ts_o,
.tve_flt .tve_green.tve_ts3 .tve_ts_o {
  color: #fff !important;
}

.tve_flt .tve_orange.tve_ts2 .tve_ts_o,
.tve_flt .tve_orange.tve_ts3 .tve_ts_o {
  color: #fff !important;
}

.tve_flt .tve_purple.tve_ts2 .tve_ts_o,
.tve_flt .tve_purple.tve_ts3 .tve_ts_o {
  color: #fff !important;
}

.tve_flt .tve_red.tve_ts2 .tve_ts_o,
.tve_flt .tve_red.tve_ts3 .tve_ts_o {
  color: #fff !important;
}

.tve_flt .tve_teal.tve_ts2 .tve_ts_o,
.tve_flt .tve_teal.tve_ts3 .tve_ts_o {
  color: #fff !important;
}

.tve_flt .tve_ts2 {
  margin-top: 60px;
  position: relative;
}

.tve_flt .tve_ts2 .tve_ts_o {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -50px;
  left: 0px;
  right: 0px;
  padding-bottom: 10px;
  text-align: center;
  min-width: 40%;
}

.tve_flt .tve_ts2 .tve_ts_o b {
  display: block;
}

.tve_flt .tve_ts2 .tve_ts_o span {
  line-height: 1.5em;
}

.tve_flt .tve_ts2 .tve_ts_cn {
  margin-top: 10px;
  padding-top: 130px;
}

.tve_flt .tve_ts2 .tve_ts_cn p:first-of-type {
  margin-top: 0px !important;
}

.tve_flt .tve_ts2.tve_white .tve_ts_o {
  color: #4e4e4e !important;
}

.tve_flt .tve_ts2.tve_np {
  margin-top: 0px;
}

.tve_flt .tve_ts3 .tve_ts_o {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin: 0 auto;
  padding: 10px 40px;
}

.tve_flt .tve_ts3 .tve_ts_o img {
  max-height: 68px;
  float: left;
  max-width: 68px;
}

.tve_flt .tve_ts3 .tve_ts_o>span {
  display: block;
  float: left;
  margin-left: 20px;
  padding-top: 15px;
  line-height: 1.5em;
}

.tve_flt .tve_ts3 .tve_ts_o>span>b {
  display: block;
}

.tve_flt .tve_ts3 .tve_ts_o:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.tve_flt .tve_ts3 .tve_ts_cn {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}

.tve_flt .tve_ts3 .tve_ts_cn p:first-of-type {
  margin-top: 0px !important;
}

.tve_flt .tve_ts4,
.tve_flt .tve_ts9 {
  width: 100%;
}

.tve_flt .tve_ts4 .tve_ts_cn,
.tve_flt .tve_ts9 .tve_ts_cn {
  width: 78%;
}

.thrv_columns .tve_flt .tve_ts4 .tve_ts_cn,
.thrv_columns .tve_flt .tve_ts9 .tve_ts_cn {
  width: 84%;
}

.tve_flt .tve_ts4 .tve_ts_cn p:first-of-type,
.tve_flt .tve_ts9 .tve_ts_cn p:first-of-type {
  margin-top: 0px !important;
}

.tve_flt .tve_ts4 .tve_ts_o,
.tve_flt .tve_ts9 .tve_ts_o {
  color: #3b3b3b;
  float: left;
  width: 17%;
}

.thrv_columns .tve_flt .tve_ts4 .tve_ts_o,
.thrv_columns .tve_flt .tve_ts9 .tve_ts_o {
  width: 30%;
}

.tve_flt .tve_ts4 .tve_ts_o>span,
.tve_flt .tve_ts9 .tve_ts_o>span {
  display: block;
  text-align: center;
  line-height: 1.5em;
}

.tve_flt .tve_ts4 .tve_ts_o>span>b,
.tve_flt .tve_ts9 .tve_ts_o>span>b {
  display: block;
}

.tve_flt .tve_ts4 .tve_ts_t,
.tve_flt .tve_ts9 .tve_ts_t {
  float: left;
  width: 83%;
}

.thrv_columns .tve_flt .tve_ts4 .tve_ts_t,
.thrv_columns .tve_flt .tve_ts9 .tve_ts_t {
  width: 70%;
}

.tve_flt .tve_ts2.tve_np .tve_ts_o {
  top: 30px;
}

.tve_flt .tve_ts3.tve_np .tve_ts_o {
  padding-bottom: 40px;
}

.tve_flt .tve_ts3.tve_np .tve_ts_o>span {
  margin-left: 0px;
}

.tve_flt .tve_ts4.tve_np .tve_ts_o,
.tve_flt .tve_ts9.tve_np .tve_ts_o {
  top: 30px;
}

.tve_flt .tve_black.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_black.png") !important;
}

.tve_flt .tve_black.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_black.png") !important;
}

.tve_flt .tve_black.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_black.png") !important;
}

.tve_flt .tve_black.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_black.png") !important;
}

.tve_flt .tve_black.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_black.png") !important;
}

.tve_flt .tve_black.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_black.png") !important;
}

.tve_flt .tve_black.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_black.png") !important;
}

.tve_flt .tve_blue.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_blue.png") !important;
}

.tve_flt .tve_blue.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_blue.png") !important;
}

.tve_flt .tve_blue.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_blue.png") !important;
}

.tve_flt .tve_blue.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_blue.png") !important;
}

.tve_flt .tve_blue.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_blue.png") !important;
}

.tve_flt .tve_blue.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_blue.png") !important;
}

.tve_flt .tve_blue.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_blue.png") !important;
}

.tve_flt .tve_green.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_green.png") !important;
}

.tve_flt .tve_green.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_green.png") !important;
}

.tve_flt .tve_green.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_green.png") !important;
}

.tve_flt .tve_green.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_green.png") !important;
}

.tve_flt .tve_green.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_green.png") !important;
}

.tve_flt .tve_green.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_green.png") !important;
}

.tve_flt .tve_green.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_green.png") !important;
}

.tve_flt .tve_orange.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_orange.png") !important;
}

.tve_flt .tve_orange.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_orange.png") !important;
}

.tve_flt .tve_orange.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_orange.png") !important;
}

.tve_flt .tve_orange.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_orange.png") !important;
}

.tve_flt .tve_orange.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_orange.png") !important;
}

.tve_flt .tve_orange.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_orange.png") !important;
}

.tve_flt .tve_orange.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_orange.png") !important;
}

.tve_flt .tve_purple.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_purple.png") !important;
}

.tve_flt .tve_purple.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_purple.png") !important;
}

.tve_flt .tve_purple.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_purple.png") !important;
}

.tve_flt .tve_purple.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_purple.png") !important;
}

.tve_flt .tve_purple.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_purple.png") !important;
}

.tve_flt .tve_purple.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_purple.png") !important;
}

.tve_flt .tve_purple.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_purple.png") !important;
}

.tve_flt .tve_red.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_red.png") !important;
}

.tve_flt .tve_red.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_red.png") !important;
}

.tve_flt .tve_red.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_red.png") !important;
}

.tve_flt .tve_red.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_red.png") !important;
}

.tve_flt .tve_red.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_red.png") !important;
}

.tve_flt .tve_red.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_red.png") !important;
}

.tve_flt .tve_red.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_red.png") !important;
}

.tve_flt .tve_teal.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_teal.png") !important;
}

.tve_flt .tve_teal.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_teal.png") !important;
}

.tve_flt .tve_teal.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_teal.png") !important;
}

.tve_flt .tve_teal.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_teal.png") !important;
}

.tve_flt .tve_teal.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_teal.png") !important;
}

.tve_flt .tve_teal.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_teal.png") !important;
}

.tve_flt .tve_teal.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_teal.png") !important;
}

.tve_flt .tve_white.tve_ul1 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul1_f_white.png") !important;
}

.tve_flt .tve_white.tve_ul2 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul2_f_white.png") !important;
}

.tve_flt .tve_white.tve_ul3 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul3_f_white.png") !important;
}

.tve_flt .tve_white.tve_ul4 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul4_f_white.png") !important;
}

.tve_flt .tve_white.tve_ul5 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul5_f_white.png") !important;
}

.tve_flt .tve_white.tve_ul6 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul6_f_white.png") !important;
}

.tve_flt .tve_white.tve_ul7 li {
  list-style-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/ul7_f_white.png") !important;
}

.tve_flt .tve_sep {
  border: none;
  margin: 0 !important;
  max-width: 100% !important;
}

.tve_flt .thrv_wrapper>.tve_sep {
  width: 100%;
  background-color: transparent;
}

.tve_flt .tve_sep1 {
  border-top: 1px solid #d9d9d9;
}

.tve_flt .tve_sep2 {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/flat_sep2.png");
  background-repeat: repeat-x;
  height: 4px;
}

.tve_flt .tve_sep3 {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/flat_sep3.png");
  background-repeat: repeat-x;
  height: 1px;
}

.tve_flt .tve_sep4 {
  background-image: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/flat_sep4.png");
  background-repeat: repeat-x;
  height: 3px;
}

.tve_flt .tve_scT.tve_black li.tve_tS span.thrv-inline-text,
.tve_flt .tve_scT.tve_black li.tve_tS span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_black li.tve_tS.edit_light span.thrv-inline-text,
.tve_flt .tve_scT.tve_black li.tve_tS.edit_light span .tve-tab-text {
  color: #000000 !important;
}

.tve_flt .tve_scT.tve_blue li.tve_tS span.thrv-inline-text,
.tve_flt .tve_scT.tve_blue li.tve_tS span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_blue li.tve_tS.edit_light span.thrv-inline-text,
.tve_flt .tve_scT.tve_blue li.tve_tS.edit_light span .tve-tab-text {
  color: #000000 !important;
}

.tve_flt .tve_scT.tve_green li.tve_tS span.thrv-inline-text,
.tve_flt .tve_scT.tve_green li.tve_tS span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_green li.tve_tS.edit_light span.thrv-inline-text,
.tve_flt .tve_scT.tve_green li.tve_tS.edit_light span .tve-tab-text {
  color: #000000 !important;
}

.tve_flt .tve_scT.tve_orange li.tve_tS span.thrv-inline-text,
.tve_flt .tve_scT.tve_orange li.tve_tS span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_orange li.tve_tS.edit_light span.thrv-inline-text,
.tve_flt .tve_scT.tve_orange li.tve_tS.edit_light span .tve-tab-text {
  color: #000000 !important;
}

.tve_flt .tve_scT.tve_purple li.tve_tS span.thrv-inline-text,
.tve_flt .tve_scT.tve_purple li.tve_tS span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_purple li.tve_tS.edit_light span.thrv-inline-text,
.tve_flt .tve_scT.tve_purple li.tve_tS.edit_light span .tve-tab-text {
  color: #000000 !important;
}

.tve_flt .tve_scT.tve_red li.tve_tS span.thrv-inline-text,
.tve_flt .tve_scT.tve_red li.tve_tS span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_red li.tve_tS.edit_light span.thrv-inline-text,
.tve_flt .tve_scT.tve_red li.tve_tS.edit_light span .tve-tab-text {
  color: #000000 !important;
}

.tve_flt .tve_scT.tve_teal li.tve_tS span.thrv-inline-text,
.tve_flt .tve_scT.tve_teal li.tve_tS span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_teal li.tve_tS.edit_light span.thrv-inline-text,
.tve_flt .tve_scT.tve_teal li.tve_tS.edit_light span .tve-tab-text {
  color: #000000 !important;
}

.tve_flt .tve_scT.tve_white li.tve_tS span {
  color: #4e4e4e !important;
}

.tve_flt .tve_scT>ul li:hover span.thrv-inline-text,
.tve_flt .tve_scT>ul li:hover span .tve-tab-text {
  color: #fff !important;
}

.tve_flt .tve_scT.tve_black>ul li.tve_tS {
  background: #101010;
}

.tve_flt .tve_scT.tve_black>ul li:hover {
  background: #434343;
}

.tve_flt .tve_scT.tve_black>ul li a {
  color: #101010 !important;
}

.tve_flt .tve_scT.tve_blue>ul li.tve_tS {
  background: #3e68b2;
}

.tve_flt .tve_scT.tve_blue>ul li:hover {
  background: #335694;
}

.tve_flt .tve_scT.tve_blue>ul li a {
  color: #3e68b2 !important;
}

.tve_flt .tve_scT.tve_green>ul li.tve_tS {
  background: #34ae44;
}

.tve_flt .tve_scT.tve_green>ul li:hover {
  background: #2b8f38;
}

.tve_flt .tve_scT.tve_green>ul li a {
  color: #34ae44 !important;
}

.tve_flt .tve_scT.tve_orange>ul li.tve_tS {
  background: #e25c1b;
}

.tve_flt .tve_scT.tve_orange>ul li:hover {
  background: #be4d17;
}

.tve_flt .tve_scT.tve_orange>ul li a {
  color: #e25c1b !important;
}

.tve_flt .tve_scT.tve_purple>ul li.tve_tS {
  background: #8656c1;
}

.tve_flt .tve_scT.tve_purple>ul li:hover {
  background: #7140ae;
}

.tve_flt .tve_scT.tve_purple>ul li a {
  color: #8656c1 !important;
}

.tve_flt .tve_scT.tve_red>ul li.tve_tS {
  background: #ce271b;
}

.tve_flt .tve_scT.tve_red>ul li:hover {
  background: #aa2016;
}

.tve_flt .tve_scT.tve_red>ul li a {
  color: #ce271b !important;
}

.tve_flt .tve_scT.tve_teal>ul li.tve_tS {
  background: #387d71;
}

.tve_flt .tve_scT.tve_teal>ul li:hover {
  background: #2b6158;
}

.tve_flt .tve_scT.tve_teal>ul li a {
  color: #387d71 !important;
}

.tve_flt .tve_scT.tve_white>ul li.tve_tS {
  background: #d8d8d8;
}

.tve_flt .tve_scT.tve_white>ul li:hover {
  background: #c4c4c4;
}

.tve_flt .tve_scT.tve_white>ul li a {
  color: #4e4e4e !important;
}

.tve_flt .tve_black>.tve_faq:hover {
  background: #101010;
}

.tve_flt .tve_blue>.tve_faq:hover {
  background: #3e68b2;
}

.tve_flt .tve_green>.tve_faq:hover {
  background: #34ae44;
}

.tve_flt .tve_orange>.tve_faq:hover {
  background: #e25c1b;
}

.tve_flt .tve_purple>.tve_faq:hover {
  background: #8656c1;
}

.tve_flt .tve_red>.tve_faq:hover {
  background: #ce271b;
}

.tve_flt .tve_teal>.tve_faq:hover {
  background: #387d71;
}

.tve_flt .tve_white>.tve_faq:hover {
  background: #fff;
}

.tve_flt .tve_white>.tve_faq:hover h4 {
  color: #000 !important;
}

.tve_flt .tve_white>.tve_faq:hover .tve_toggle {
  background: url("/user/themes/naqeebtheme/wp-content/plugins/thrive-visual-editor/editor/css/images/toggle_closed.png") no-repeat center center;
}

.tve_flt .tve_prt.tve_black .tve_prt_col .tve_prt_in {
  background-color: #393838;
}

.tve_flt .tve_prt.tve_blue .tve_prt_col .tve_prt_in {
  background-color: #7597d3;
}

.tve_flt .tve_prt.tve_green .tve_prt_col .tve_prt_in {
  background-color: #6bcc78;
}

.tve_flt .tve_prt.tve_orange .tve_prt_col .tve_prt_in {
  background-color: #ff935f;
}

.tve_flt .tve_prt.tve_purple .tve_prt_col .tve_prt_in {
  background-color: #b28fdd;
}

.tve_flt .tve_prt.tve_red .tve_prt_col .tve_prt_in {
  background-color: #eb6258;
}

.tve_flt .tve_prt.tve_teal .tve_prt_col .tve_prt_in {
  background-color: #5db1a2;
}

.tve_flt .tve_prt.tve_white .tve_prt_col .tve_prt_in {
  background-color: #d6d5d5;
}

.tve_flt .tve_prt.tve_black .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #1f1f1f;
}

.tve_flt .tve_prt.tve_blue .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #4e7ac7;
}

.tve_flt .tve_prt.tve_green .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #45bf55;
}

.tve_flt .tve_prt.tve_orange .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #ff712c;
}

.tve_flt .tve_prt.tve_purple .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #9768d1;
}

.tve_flt .tve_prt.tve_red .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #e5372b;
}

.tve_flt .tve_prt.tve_teal .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #479486;
}

.tve_flt .tve_prt.tve_white .tve_prt_col.tve_hgh .tve_prt_in {
  background-color: #efefef;
}

.tve_flt .tve_prt.tve_black .tve_prt_col .tve_ftr {
  border-color: #060505;
}

.tve_flt .tve_prt.tve_blue .tve_prt_col .tve_ftr {
  border-color: #3661ac;
}

.tve_flt .tve_prt.tve_green .tve_prt_col .tve_ftr {
  border-color: #369b43;
}

.tve_flt .tve_prt.tve_orange .tve_prt_col .tve_ftr {
  border-color: #f85100;
}

.tve_flt .tve_prt.tve_purple .tve_prt_col .tve_ftr {
  border-color: #7c41c5;
}

.tve_flt .tve_prt.tve_red .tve_prt_col .tve_ftr {
  border-color: #c52318;
}

.tve_flt .tve_prt.tve_teal .tve_prt_col .tve_ftr {
  border-color: #367267;
}

.tve_flt .tve_prt.tve_white .tve_prt_col .tve_ftr {
  border-color: #bcbcbc;
}

.tve_flt .tve_prt.tve_black .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #393838;
}

.tve_flt .tve_prt.tve_blue .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #7597d3;
}

.tve_flt .tve_prt.tve_green .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #6bcc78;
}

.tve_flt .tve_prt.tve_orange .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #ff935f;
}

.tve_flt .tve_prt.tve_purple .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #b28fdd;
}

.tve_flt .tve_prt.tve_red .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #eb6258;
}

.tve_flt .tve_prt.tve_teal .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #5db1a2;
}

.tve_flt .tve_prt.tve_white .tve_prt_col.tve_hgh .tve_ftr {
  border-color: #d6d5d5;
}

.tve_flt .tve_prt.tve_black h2 {
  text-shadow: #060505 0px 1px 0px;
}

.tve_flt .tve_prt.tve_blue h2 {
  text-shadow: #3661ac 0px 1px 0px;
}

.tve_flt .tve_prt.tve_green h2 {
  text-shadow: #369b43 0px 1px 0px;
}

.tve_flt .tve_prt.tve_orange h2 {
  text-shadow: #f85100 0px 1px 0px;
}

.tve_flt .tve_prt.tve_purple h2 {
  text-shadow: #7c41c5 0px 1px 0px;
}

.tve_flt .tve_prt.tve_red h2 {
  text-shadow: #c52318 0px 1px 0px;
}

.tve_flt .tve_prt.tve_teal h2 {
  text-shadow: #367267 0px 1px 0px;
}

.tve_flt .tve_prt.tve_white h2 {
  text-shadow: #bcbcbc 0px 1px 0px;
}

.tve_flt .tve_prt .tve_prt_in h2 {
  color: #fff !important;
}

.tve_flt .tve_prt .tve_prt_in p {
  color: #fff !important;
}

.tve_flt .tve_prt .tve_prt_in h3 {
  color: #fff !important;
}

.tve_flt .tve_prt .tve_prt_in .tve_ctr h3 {
  margin-top: 15px;
}

.tve_flt .tve_prt .tve_ul {
  color: #fff !important;
}

.tve_flt .tve_prt .tve_ul:last-of-type li:last-of-type {
  margin-bottom: 0px;
}

.tve_flt .tve_prt.tve_white h2,
.tve_flt .tve_prt.tve_white h3,
.tve_flt .tve_prt.tve_white p,
.tve_flt .tve_prt.tve_white ul {
  color: #525151 !important;
}

.tve_flt .tve_prt h3>span {
  font-size: 0.8em;
}

.tve_flt .tve_prt .tve_ftr {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
}

.tve_flt .tve_prt .tve_cond {
  margin-bottom: 15px;
}

.tve_flt .tve_prt .tve_ctr:last-of-type .tve_cond {
  margin-bottom: 30px;
}

.tve_flt .tve_prt_in {
  width: 99.5%;
}

.tve_flt .tve_hgh .tve_prt_in {
  margin: 0px -0.5%;
}

.tve_flt .tve_five .tve_prt_in {
  width: 99.4%;
}

.tve_flt .tve_wrap_all .tve_prt .tve_ul li {
  color: #fff;
}

.tve_flt .tve_table.tve_black {
  border: 1px solid #101010;
}

.tve_flt .tve_table.tve_black>thead>tr>th {
  background: #101010;
  border-color: #101010;
  border-style: solid;
}

.tve_flt .tve_table.tve_black>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_black>tbody>tr>td {
  border-color: #101010;
  border-style: solid;
}

.tve_flt .tve_table.tve_blue {
  border: 1px solid #3e68b2;
}

.tve_flt .tve_table.tve_blue>thead>tr>th {
  background: #3e68b2;
  border-color: #3e68b2;
  border-style: solid;
}

.tve_flt .tve_table.tve_blue>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_blue>tbody>tr>td {
  border-color: #3e68b2;
  border-style: solid;
}

.tve_flt .tve_table.tve_green {
  border: 1px solid #34ae44;
}

.tve_flt .tve_table.tve_green>thead>tr>th {
  background: #34ae44;
  border-color: #34ae44;
  border-style: solid;
}

.tve_flt .tve_table.tve_green>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_green>tbody>tr>td {
  border-color: #34ae44;
  border-style: solid;
}

.tve_flt .tve_table.tve_orange {
  border: 1px solid #e25c1b;
}

.tve_flt .tve_table.tve_orange>thead>tr>th {
  background: #e25c1b;
  border-color: #e25c1b;
  border-style: solid;
}

.tve_flt .tve_table.tve_orange>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_orange>tbody>tr>td {
  border-color: #e25c1b;
  border-style: solid;
}

.tve_flt .tve_table.tve_purple {
  border: 1px solid #8656c1;
}

.tve_flt .tve_table.tve_purple>thead>tr>th {
  background: #8656c1;
  border-color: #8656c1;
  border-style: solid;
}

.tve_flt .tve_table.tve_purple>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_purple>tbody>tr>td {
  border-color: #8656c1;
  border-style: solid;
}

.tve_flt .tve_table.tve_red {
  border: 1px solid #ce271b;
}

.tve_flt .tve_table.tve_red>thead>tr>th {
  background: #ce271b;
  border-color: #ce271b;
  border-style: solid;
}

.tve_flt .tve_table.tve_red>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_red>tbody>tr>td {
  border-color: #ce271b;
  border-style: solid;
}

.tve_flt .tve_table.tve_teal {
  border: 1px solid #387d71;
}

.tve_flt .tve_table.tve_teal>thead>tr>th {
  background: #387d71;
  border-color: #387d71;
  border-style: solid;
}

.tve_flt .tve_table.tve_teal>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_teal>tbody>tr>td {
  border-color: #387d71;
  border-style: solid;
}

.tve_flt .tve_table.tve_white {
  border: 1px solid #d8d8d8;
}

.tve_flt .tve_table.tve_white>thead>tr>th {
  background: #d8d8d8;
  border-color: #d8d8d8;
  border-style: solid;
}

.tve_flt .tve_table.tve_white>thead>tr>th>p {
  color: #fff;
}

.tve_flt .tve_table.tve_white>tbody>tr>td {
  border-color: #d8d8d8;
  border-style: solid;
}

.tve_flt .tve_image.tve_black {
  border-color: #101010;
}

.tve_flt .tve_image.tve_blue {
  border-color: #3e68b2;
}

.tve_flt .tve_image.tve_green {
  border-color: #34ae44;
}

.tve_flt .tve_image.tve_orange {
  border-color: #e25c1b;
}

.tve_flt .tve_image.tve_purple {
  border-color: #8656c1;
}

.tve_flt .tve_image.tve_red {
  border-color: #ce271b;
}

.tve_flt .tve_image.tve_teal {
  border-color: #387d71;
}

.tve_flt .tve_image.tve_white {
  border-color: #d8d8d8;
}

.tve_flt .tve_table.tve_white>thead>tr>th>p {
  color: #3d3d3d;
}

.tve_flt .tve_contents_table {
  border-radius: 3px;
  background-color: #eaecf1;
  padding: 0 0 10px 0;
}

.tve_flt .tve_contents_table .tve_ct_title {
  border-radius: 3px;
  display: block;
}

.tve_flt .thrv_contents_table.tve_blue .tve_ct_title {
  background-color: #4e7ac7;
}

.tve_flt .thrv_contents_table.tve_blue .tve_contents_table a:hover {
  color: #4e7ac7;
}

.tve_flt .thrv_contents_table.tve_red .tve_ct_title {
  background-color: #e5372b;
}

.tve_flt .thrv_contents_table.tve_red .tve_contents_table a:hover {
  color: #e5372b;
}

.tve_flt .thrv_contents_table.tve_green .tve_ct_title {
  background-color: #45bf55;
}

.tve_flt .thrv_contents_table.tve_green .tve_contents_table a:hover {
  color: #45bf55;
}

.tve_flt .thrv_contents_table.tve_orange .tve_ct_title {
  background-color: #ff712c;
}

.tve_flt .thrv_contents_table.tve_orange .tve_contents_table a:hover {
  color: #ff712c;
}

.tve_flt .thrv_contents_table.tve_purple .tve_ct_title {
  background-color: #9768d1;
}

.tve_flt .thrv_contents_table.tve_purple .tve_contents_table a:hover {
  color: #9768d1;
}

.tve_flt .thrv_contents_table.tve_teal .tve_ct_title {
  background-color: #479486;
}

.tve_flt .thrv_contents_table.tve_teal .tve_contents_table a:hover {
  color: #479486;
}

.tve_flt .thrv_contents_table.tve_black .tve_ct_title {
  background-color: #1f1f1f;
}

.tve_flt .thrv_contents_table.tve_black .tve_contents_table a:hover {
  color: #1f1f1f;
}

.tve_flt .thrv_contents_table.tve_white .tve_ct_title {
  background-color: #efefef;
  color: #535353;
}

.tve_flt .thrv_contents_table.tve_white .tve_contents_table {
  background: none;
}

.tve_flt .thrv_contents_table.tve_white .tve_contents_table a:hover {
  color: #1f1f1f;
}

.tve_flt .thrv_countdown_timer {
  opacity: 0;
}

.tve_flt .thrv_countdown_timer.tve_cd_expired {
  opacity: 1;
}

.tve_flt .thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits {
  border-radius: 5px;
  font-size: 48px;
  height: 80px;
  min-width: 50px;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tve_flt .thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tve_flt .thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits [class*="part-"] {
  color: #fff;
  font-weight: 700;
  line-height: 80px;
  min-width: 25px;
  right: 10px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits .part-2 {
  right: 35px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits .part-3 {
  right: 60px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits .part-4 {
  right: 85px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part {
  border-radius: 100%;
  padding: 20px 0;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits {
  font-size: 60px;
  height: 85px;
  min-width: 80px;
  padding: 0 35px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits [class*="part-"] {
  line-height: 70px;
  min-width: 40px;
  right: 35px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits .part-2 {
  right: 75px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits .part-3 {
  right: 115px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits .part-4 {
  right: 155px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-caption {
  border-top: 0;
  font-size: 13px;
  position: relative;
}

.tve_flt .thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-caption:before {
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 80px;
}

.tve_flt .thrv_countdown_timer.tve_countdown_timer_evergreen {
  opacity: 1;
}

.tve_flt .thrv_countdown_timer.init_done {
  -webkit-transition: 0.2s, opacity, ease-in;
  -o-transition: 0.2s, opacity, ease-in;
  transition: 0.2s, opacity, ease-in;
  opacity: 1;
}

.tve_flt .thrv_countdown_timer .tve_t_part {
  position: relative;
  margin-right: 10px;
  float: left;
}

.tve_flt .thrv_countdown_timer .tve_t_part.ct_finished {
  display: none !important;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits {
  position: relative;
  padding: 0 17px;
  height: 38px;
  overflow: hidden;
  min-width: 50px;
  font-size: 170%;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits [class*="part-"] {
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 17px;
  min-width: 25px;
  text-align: center;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits [class*="part-"].go-down {
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
  top: 100%;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits [class*="part-"].next {
  top: -100%;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits [class*="part-"].next.go-down {
  top: 0;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits [class*="part-"].ct-d-placeholder {
  position: static;
  display: inline-block;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits .part-2 {
  right: 42px;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits .part-3 {
  right: 67px;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-digits .part-4 {
  right: 92px;
}

.tve_flt .thrv_countdown_timer .tve_t_part .t-caption {
  border-top: 1px solid #dedede;
  padding: 5px 0;
  min-width: 60px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .tve_flt .thrv_countdown_timer.thrv_wrapper.tve_countdown_2 .tve_t_part {
    border-radius: 10px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper.tve_countdown_3 .tve_t_part .t-digits:after {
    display: none;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part {
    margin-right: 4px;
    padding: 0;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part .t-digits {
    height: 30px;
    min-width: 36px !important;
    padding: 0 5px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part .t-digits [class*="part-"] {
    font-size: 18px;
    line-height: 30px;
    right: 5px;
    min-width: 18px;
    width: 18px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part .t-digits .part-2 {
    right: 33px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part .t-digits .part-3 {
    right: 51px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part .t-digits .part-4 {
    right: 69px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part .t-caption {
    display: block;
    font-size: 11px;
    padding: 0 0 5px;
    border-top: none;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper .tve_t_part .t-caption:before {
    display: none;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper[data-dd="2"] .tve_t_day .t-digits {
    min-width: 36px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper[data-dd="3"] .tve_t_day .t-digits {
    min-width: 54px;
  }

  .tve_flt .thrv_countdown_timer.thrv_wrapper[data-dd="4"] .tve_t_day .t-digits {
    min-width: 72px;
  }
}

.tve_flt .thrv_countdown_timer.tve_black .t-caption {
  color: #101010;
}

.tve_flt .thrv_countdown_timer.tve_black.tve_countdown_3 .t-digits {
  background: #101010;
}

.tve_flt .thrv_countdown_timer.tve_black.tve_countdown_2 .tve_t_part {
  border: 4px solid #101010;
}

.tve_flt .thrv_countdown_timer.tve_black.tve_countdown_2 .t-digits [class*="part-"] {
  color: #101010;
}

.tve_flt .thrv_countdown_timer.tve_black.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_countdown_timer.tve_blue .t-caption {
  color: #404b6c;
}

.tve_flt .thrv_countdown_timer.tve_blue.tve_countdown_3 .t-digits {
  background: #404b6c;
}

.tve_flt .thrv_countdown_timer.tve_blue.tve_countdown_2 .tve_t_part {
  border: 4px solid #404b6c;
}

.tve_flt .thrv_countdown_timer.tve_blue.tve_countdown_2 .t-digits [class*="part-"] {
  color: #404b6c;
}

.tve_flt .thrv_countdown_timer.tve_blue.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_countdown_timer.tve_green .t-caption {
  color: #56ac45;
}

.tve_flt .thrv_countdown_timer.tve_green.tve_countdown_3 .t-digits {
  background: #56ac45;
}

.tve_flt .thrv_countdown_timer.tve_green.tve_countdown_2 .tve_t_part {
  border: 4px solid #56ac45;
}

.tve_flt .thrv_countdown_timer.tve_green.tve_countdown_2 .t-digits [class*="part-"] {
  color: #56ac45;
}

.tve_flt .thrv_countdown_timer.tve_green.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_countdown_timer.tve_orange .t-caption {
  color: #e25c1b;
}

.tve_flt .thrv_countdown_timer.tve_orange.tve_countdown_3 .t-digits {
  background: #e25c1b;
}

.tve_flt .thrv_countdown_timer.tve_orange.tve_countdown_2 .tve_t_part {
  border: 4px solid #e25c1b;
}

.tve_flt .thrv_countdown_timer.tve_orange.tve_countdown_2 .t-digits [class*="part-"] {
  color: #e25c1b;
}

.tve_flt .thrv_countdown_timer.tve_orange.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_countdown_timer.tve_purple .t-caption {
  color: #8656c1;
}

.tve_flt .thrv_countdown_timer.tve_purple.tve_countdown_3 .t-digits {
  background: #8656c1;
}

.tve_flt .thrv_countdown_timer.tve_purple.tve_countdown_2 .tve_t_part {
  border: 4px solid #8656c1;
}

.tve_flt .thrv_countdown_timer.tve_purple.tve_countdown_2 .t-digits [class*="part-"] {
  color: #8656c1;
}

.tve_flt .thrv_countdown_timer.tve_purple.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_countdown_timer.tve_red .t-caption {
  color: #ce271b;
}

.tve_flt .thrv_countdown_timer.tve_red.tve_countdown_3 .t-digits {
  background: #ce271b;
}

.tve_flt .thrv_countdown_timer.tve_red.tve_countdown_2 .tve_t_part {
  border: 4px solid #ce271b;
}

.tve_flt .thrv_countdown_timer.tve_red.tve_countdown_2 .t-digits [class*="part-"] {
  color: #ce271b;
}

.tve_flt .thrv_countdown_timer.tve_red.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_countdown_timer.tve_teal .t-caption {
  color: #387d71;
}

.tve_flt .thrv_countdown_timer.tve_teal.tve_countdown_3 .t-digits {
  background: #387d71;
}

.tve_flt .thrv_countdown_timer.tve_teal.tve_countdown_2 .tve_t_part {
  border: 4px solid #387d71;
}

.tve_flt .thrv_countdown_timer.tve_teal.tve_countdown_2 .t-digits [class*="part-"] {
  color: #387d71;
}

.tve_flt .thrv_countdown_timer.tve_teal.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_countdown_timer.tve_white .t-caption {
  color: #d8d8d8;
}

.tve_flt .thrv_countdown_timer.tve_white.tve_countdown_3 .t-digits {
  background: #d8d8d8;
}

.tve_flt .thrv_countdown_timer.tve_white.tve_countdown_2 .tve_t_part {
  border: 4px solid #d8d8d8;
}

.tve_flt .thrv_countdown_timer.tve_white.tve_countdown_2 .t-digits [class*="part-"] {
  color: #d8d8d8;
}

.tve_flt .thrv_countdown_timer.tve_white.tve_countdown_2 .t-caption:before {
  background: currentColor;
}

.tve_flt .thrv_progress_bar.tve_blue .tve_progress_bar_fill {
  background: #537ea2;
}

.tve_flt .thrv_fill_counter.tve_blue .tve_fill_c_in {
  background: #537ea2;
}

.tve_flt .thrv_fill_counter.tve_blue .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_blue .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_blue .tve_fill_text_after {
  color: #537ea2;
}

.tve_flt .thrv_fill_counter.tve_blue .tve_fill_counter_circle circle {
  stroke: #537ea2;
}

.tve_flt .thrv_number_counter.tve_blue .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_blue .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_blue .tve_numberc_text {
  color: #537ea2;
}

.tve_flt .thrv_progress_bar.tve_black .tve_progress_bar_fill {
  background: #2c2c2c;
}

.tve_flt .thrv_fill_counter.tve_black .tve_fill_c_in {
  background: #2c2c2c;
}

.tve_flt .thrv_fill_counter.tve_black .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_black .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_black .tve_fill_text_after {
  color: #2c2c2c;
}

.tve_flt .thrv_fill_counter.tve_black .tve_fill_counter_circle circle {
  stroke: #2c2c2c;
}

.tve_flt .thrv_number_counter.tve_black .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_black .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_black .tve_numberc_text {
  color: #2c2c2c;
}

.tve_flt .thrv_progress_bar.tve_green .tve_progress_bar_fill {
  background: #408c52;
}

.tve_flt .thrv_fill_counter.tve_green .tve_fill_c_in {
  background: #408c52;
}

.tve_flt .thrv_fill_counter.tve_green .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_green .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_green .tve_fill_text_after {
  color: #408c52;
}

.tve_flt .thrv_fill_counter.tve_green .tve_fill_counter_circle circle {
  stroke: #408c52;
}

.tve_flt .thrv_number_counter.tve_green .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_green .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_green .tve_numberc_text {
  color: #408c52;
}

.tve_flt .thrv_progress_bar.tve_white .tve_progress_bar_fill {
  background: #fff;
}

.tve_flt .thrv_fill_counter.tve_white .tve_fill_c_in {
  background: #fff;
}

.tve_flt .thrv_fill_counter.tve_white .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_white .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_white .tve_fill_text_after {
  color: #fff;
}

.tve_flt .thrv_fill_counter.tve_white .tve_fill_counter_circle circle {
  stroke: #fff;
}

.tve_flt .thrv_number_counter.tve_white .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_white .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_white .tve_numberc_text {
  color: #fff;
}

.tve_flt .thrv_progress_bar.tve_orange .tve_progress_bar_fill {
  background: #e58406;
}

.tve_flt .thrv_fill_counter.tve_orange .tve_fill_c_in {
  background: #e58406;
}

.tve_flt .thrv_fill_counter.tve_orange .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_orange .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_orange .tve_fill_text_after {
  color: #e58406;
}

.tve_flt .thrv_fill_counter.tve_orange .tve_fill_counter_circle circle {
  stroke: #e58406;
}

.tve_flt .thrv_number_counter.tve_orange .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_orange .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_orange .tve_numberc_text {
  color: #e58406;
}

.tve_flt .thrv_progress_bar.tve_purple .tve_progress_bar_fill {
  background: #7c5f95;
}

.tve_flt .thrv_fill_counter.tve_purple .tve_fill_c_in {
  background: #7c5f95;
}

.tve_flt .thrv_fill_counter.tve_purple .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_purple .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_purple .tve_fill_text_after {
  color: #7c5f95;
}

.tve_flt .thrv_fill_counter.tve_purple .tve_fill_counter_circle circle {
  stroke: #7c5f95;
}

.tve_flt .thrv_number_counter.tve_purple .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_purple .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_purple .tve_numberc_text {
  color: #7c5f95;
}

.tve_flt .thrv_progress_bar.tve_red .tve_progress_bar_fill {
  background: #9f1a1a;
}

.tve_flt .thrv_fill_counter.tve_red .tve_fill_c_in {
  background: #9f1a1a;
}

.tve_flt .thrv_fill_counter.tve_red .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_red .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_red .tve_fill_text_after {
  color: #9f1a1a;
}

.tve_flt .thrv_fill_counter.tve_red .tve_fill_counter_circle circle {
  stroke: #9f1a1a;
}

.tve_flt .thrv_number_counter.tve_red .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_red .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_red .tve_numberc_text {
  color: #9f1a1a;
}

.tve_flt .thrv_progress_bar.tve_teal .tve_progress_bar_fill {
  background: #42a593;
}

.tve_flt .thrv_fill_counter.tve_teal .tve_fill_c_in {
  background: #42a593;
}

.tve_flt .thrv_fill_counter.tve_teal .tve_fill_text,
.tve_flt .thrv_fill_counter.tve_teal .tve_fill_text_before,
.tve_flt .thrv_fill_counter.tve_teal .tve_fill_text_after {
  color: #42a593;
}

.tve_flt .thrv_fill_counter.tve_teal .tve_fill_counter_circle circle {
  stroke: #42a593;
}

.tve_flt .thrv_number_counter.tve_teal .tve_numberc_before,
.tve_flt .thrv_number_counter.tve_teal .tve_numberc_after,
.tve_flt .thrv_number_counter.tve_teal .tve_numberc_text {
  color: #42a593;
}

@media only screen and (max-width: 1080px) {
  .tve_flt .tve_ts1 {
    width: 75%;
  }

  .tve_flt .tve_fg4 .tve_line h3 {
    left: 33%;
    width: 66%;
  }

  .tve_flt .tve_ts4 .tve_ts_cn,
  .tve_flt .tve_ts9 .tve_ts_cn {
    width: 74%;
  }
}

@media only screen and (max-width: 940px) {
  .tve_flt .tve_ca4 .tve_btn_cnt {
    background: none;
    width: 100%;
  }

  .tve_flt .tve_ca4 .tve_btn_cnt .tve_btn.tve_normalBtn {
    padding: 0px 0px;
  }

  .tve_flt .tve_ca4 .tve_btn_cnt .tve_btn.tve_normalBtn a {
    line-height: 100%;
    padding: 20px 10px;
  }

  .tve_flt .tve_ts9 .tve_ts_o,
  .tve_flt .tve_ts4 .tve_ts_o {
    display: table-header-group;
  }

  .tve_flt .tve_ts9 .tve_ts_t,
  .tve_flt .tve_ts4 .tve_ts_t {
    display: table-footer-group;
  }

  .tve_flt .tve_ts9 .tve_ts_o,
  .tve_flt .tve_ts9 .tve_ts_t,
  .tve_flt .tve_ts4 .tve_ts_o,
  .tve_flt .tve_ts4 .tve_ts_t {
    float: none;
  }

  .tve_flt .tve_ts9 .tve_ts_cn,
  .tve_flt .tve_ts4 .tve_ts_cn {
    float: none;
    margin: 0 auto;
    width: 84%;
  }

  .thrv_columns .tve_flt .tve_ts9 .tve_ts_cn,
  .thrv_columns .tve_flt .tve_ts4 .tve_ts_cn {
    width: 87%;
  }
}

@media only screen and (max-width: 740px) {

  .tve_flt .tve_btn.tve_bigBtn.tve_btn5 a,
  .tve_flt .tve_btn.tve_bigBtn.tve_btn6 a {
    padding: 33px 10px;
  }

  .tve_flt .tve_btn.tve_bigBtn.tve_btn5 a>div,
  .tve_flt .tve_btn.tve_bigBtn.tve_btn6 a>div {
    height: 92px;
    margin: -33px 0px;
  }

  .tve_flt .tve_btn.tve_bigBtn.tve_btn5 a>div i,
  .tve_flt .tve_btn.tve_bigBtn.tve_btn6 a>div i {
    margin-right: 15px;
  }

  .tve_flt .tve_btn.tve_hugeBtn {
    font-size: 36px !important;
    line-height: 36px !important;
    width: 99%;
  }

  .tve_flt .tve_btn.tve_hugeBtn.tve_btn5 a,
  .tve_flt .tve_btn.tve_hugeBtn.tve_btn6 a {
    padding: 33px 10px;
  }

  .tve_flt .tve_btn.tve_hugeBtn.tve_btn5 a>div,
  .tve_flt .tve_btn.tve_hugeBtn.tve_btn6 a>div {
    height: 101px;
    margin: -33px 0px;
  }

  .tve_flt .tve_btn.tve_hugeBtn.tve_btn5 a>div i,
  .tve_flt .tve_btn.tve_hugeBtn.tve_btn6 a>div i {
    margin-right: 15px;
    margin-top: 22px;
  }

  .tve_flt .tve_fg5 {
    margin-bottom: 60px;
  }

  .tve_flt .tve_fg5 .tve_line {
    width: 75%;
  }

  .tve_flt .tve_fg5 .tve_line h3 {
    left: 10px;
    width: 100%;
  }

  .tve_flt .tve_fg5 .tve_rbn {
    margin-top: 10px;
  }

  .tve_flt .tve_fg.tve_fg4 .tve_line,
  .tve_flt .tve_fg.tve_fg5 .tve_line {
    margin-left: -5.5%;
  }

  .tve_flt .tve_fg.tve_fg5 .tve_rbn {
    margin-bottom: -50%;
  }

  .tve_flt .tve_fg.tve_fg5 .tve_rbn .tve_line {
    margin-top: 200px;
  }

  .tve_flt .tve_fg .tve_line {
    height: auto;
    max-height: 100%;
    margin-top: 160px;
    margin-bottom: 20px;
    padding: 0px;
    width: 111%;
  }

  .tve_flt .tve_fg .tve_line h3 {
    height: auto;
    left: 0%;
    margin: 0px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    -o-text-overflow: visible;
    text-overflow: visible;
    text-align: center;
    white-space: normal;
  }

  .tve_flt .tve_fg .tve_badge {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 0px;
  }

  .tve_flt .tve_arrow_left,
  .tve_flt .tve_arrow_right {
    display: none;
  }

  .tve_flt .tve_ca {
    width: 74%;
  }

  .tve_flt .tve_ca1 .tve_btn {
    top: -15px;
  }

  .tve_flt .tve_ca2 .tve_ca_t {
    width: 29%;
  }

  .tve_flt .tve_ts4 .tve_ts_cn,
  .tve_flt .tve_ts9 .tve_ts_cn {
    width: 75%;
  }
}

@media only screen and (max-width: 700px) {
  .tve_flt .tve_ca2 .tve_ca_t {
    float: none;
    height: auto;
    margin-top: 10px;
    margin-left: -20px;
    width: 100%;
  }

  .tve_flt .tve_ca2 .tve_ca_t a {
    margin-top: 0px;
  }

  .tve_flt .tve_ca2 .tve_ca_t a>.tve_ca_sp {
    display: none;
  }

  .tve_flt .tve_ca2 h3,
  .tve_flt .tve_ca2 p {
    white-space: pre-wrap;
  }

  .tve_flt .tve_ca2 {
    height: auto;
    width: 75%;
  }

  .tve_flt .tve_ca2 .tve_ca_o {
    float: none;
    width: 100%;
  }

  .tve_flt .tve_ca.tve_ca2 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 560px) {

  .tve_flt .tve_btn.tve_btn5 a.tve_btnLink,
  .tve_flt .tve_btn.tve_btn6 a.tve_btnLink {
    padding: 0px 0px 10px 0px;
  }

  .tve_flt .tve_btn.tve_btn5 a.tve_btnLink>div,
  .tve_flt .tve_btn.tve_btn6 a.tve_btnLink>div {
    border-right: none !important;
    margin: 0px !important;
    width: 100%;
  }

  .tve_flt .tve_btn.tve_btn5.tve_nb a.tve_btnLink,
  .tve_flt .tve_btn.tve_btn6.tve_nb a.tve_btnLink {
    padding: 20px;
  }

  .tve_flt .tve_btn.tve_hugeBtn {
    font-size: 20px !important;
    width: 100% !important;
  }

  .tve_flt .tve_btn.tve_normalBtn {
    width: 90%;
  }

  .tve_flt .tve_btn.tve_smallBtn {
    width: 90%;
  }

  .tve_flt .tve_btn.tve_fullwidthBtn {
    min-width: 100%;
    width: 100%;
  }

  .tve_flt .tve_ca .tve_btn.tve_normalBtn {
    width: 50%;
  }

  .tve_flt .tve_ca .tve_btn.tve_smallBtn {
    width: 30%;
  }

  .tve_flt .tve_ts4 .tve_ts_o,
  .tve_flt .tve_ts9 .tve_ts_o {
    width: 100%;
  }

  .tve_flt .tve_ts4 .tve_ts_cn {
    width: 80%;
  }

  .tve_flt .tve_ts4 .tve_ts_c,
  .tve_flt .tve_ts9 .tve_ts_c {
    display: none;
  }

  .tve_flt .tve_ts2 .tve_ts_o {
    padding-bottom: 0px;
    top: -60px;
  }

  .tve_flt .tve_fg5 {
    padding-bottom: 43%;
  }

  .tve_flt .tve_ts1 .tve_ts_o {
    position: static;
  }

  .tve_flt .tve_ca3 .tve_ca_t .tve_btn {
    min-width: 80%;
    width: 80%;
  }
}

@media only screen and (max-width: 380px) {
  .tve_flt .tve_ca3 .tve_btn.tve_normalBtn {
    width: 238px;
  }

  .tve_flt .tve_ts1 {
    width: 60%;
  }
}

.tve_prt .tve_prt_col {
  float: left;
  margin-top: 10px;
}

.tve_prt .tve_prt_col.tve_hgh {
  margin-top: 0px;
}

.tve_prt .tve_prt_col.tve_hgh .tve_prt_in {
  padding: 50px 1.3% 10px 1.3%;
}

.tve_prt .tve_prt_in {
  margin: 0 auto;
  padding: 40px 0px 1px 0px;
  position: relative;
  z-index: 0;
}

.tve_prt .tve_prt_in h2 {
  margin: 0px;
}

.tve_prt .tve_prt_in .tve_ftr p {
  margin: 15px 0px 25px 0px;
}

.tve_prt .tve_prt_in .tve_ctr h3 {
  margin-top: 0px;
}

.tve_prt .tve_ul {
  margin: 0px;
  padding-left: 25px;
  padding-bottom: 0px;
}

.tve_prt .tve_ul li {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 10px;
}

.tve_prt .tve_ul li:before {
  content: "" !important;
}

.tve_prt .tve_ul:last-of-type li:last-of-type {
  margin-bottom: 10px;
}

.tve_prt .tve_hgh .tve_prt_in {
  z-index: 1;
}

.tve_prt .tve_cond {
  font-size: 0.8em;
  margin-bottom: 30px;
}

.tve_prt .tve_ctr,
.tve_prt .tve_ftr,
.tve_prt .thrv_button_shortcode {
  margin: 0 auto;
  width: 75%;
}

.tve_prt .tve_btn.tve_normalBtn {
  min-width: 100%;
  margin-bottom: 15px;
  width: 100%;
}

.tve_prt .thrv_button_shortcode {
  display: block;
  margin-bottom: 0px;
}

.tve_prt .thrv_button_shortcode .tve_btn a.tve_btnLink {
  text-shadow: none;
}

.tve_prt .tve_centerBtn {
  display: table;
  margin: 0 auto;
  width: auto;
}

.tve_prt .tve_btn.tve_bigBtn {
  min-width: 100%;
}

.tve_four .tve_prt_in .tve_ul {
  font-size: 0.9em;
}

.tve_five .tve_prt_in .tve_ul {
  font-size: 0.8em;
  text-indent: 0px;
}

.thrv_post_grid .tve_post_grid_wrapper {
  width: 100%;
}

.thrv_post_grid .tve_post_grid_wrapper.tve_post_grid_masonry .tve_pg_container {
  margin: 0 5px;
}

@media (min-width: 1024px) {
  .thrv_post_grid .tve_pg_row:last-child .tve_post {
    padding-bottom: 0;
  }
}

.thrv_post_grid .tve_post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-bottom: 15px;
  position: relative;
}

.thrv_post_grid .tve_post:hover .tve_post_grid_image_wrapper .tve_pg_img_overlay {
  background-color: rgba(255, 255, 255, 0.34);
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.thrv_post_grid .tve_post:hover .tve_post_grid_image_wrapper .tve_pg_img_overlay .thrv-icon-forward {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.thrv_post_grid .tve_post .tve_pg_img_overlay {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.thrv_post_grid .tve_post .tve_pg_img_overlay .thrv-icon-forward {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #161616;
  color: #b8b0af;
  padding: 10px;
}

.thrv_post_grid .tve_post .tve_pg_container {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e0e0;
  -webkit-box-shadow: 0px 3px 2px -3px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 3px 2px -3px rgba(0, 0, 0, 0.9);
}

.thrv_post_grid .tve_post.tve_last {
  margin-right: 0;
}

.thrv_post_grid .tve_post .tve_post_grid_image_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

.thrv_post_grid .tve_post .tve-post-grid-title {
  overflow: hidden;
  text-transform: none;
  padding: 15px;
  margin: 0;
  line-height: 1;
  font-size: 40px;
  display: block;
}

.thrv_post_grid .tve_post .tve-post-grid-title a {
  color: inherit;
  text-decoration: none;
}

.thrv_post_grid .tve_post .tve-post-grid-title a:hover {
  text-decoration: none;
}

.thrv_post_grid .tve_post .tve-post-grid-text {
  margin: 0 15px 15px 15px;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #e1e0e0;
  padding: 15px 0 0 0;
  overflow: hidden;
}

.thrv_post_grid .tve_post .tve_pg_more {
  margin: 0 15px 15px 15px;
  font-weight: 600;
}

.thrv_post_grid .tve_post .tve_pg_more a {
  color: inherit;
  font-weight: 600;
}

.thrv_post_grid .tve_post .tve_pg_more a:hover {
  text-decoration: underline;
}

.thrv_post_grid .tve_post .tve_pg_more span {
  font-size: 10px;
  font-weight: bold;
}

.thrv_post_grid .tve_pg_row .tve_pg_container {
  margin: 0 5px;
}

.thrv_post_grid .tve_pg_row .tve_post:first-child .tve_pg_container {
  margin: 0 5px 0 0;
}

.thrv_post_grid .tve_pg_row .tve_post:last-child .tve_pg_container {
  margin: 0 0 0 5px;
}

.thrv_post_grid .tve_post_grid_vertical .tve_pg_row {
  margin: 0 0 15px 0;
}

.thrv_post_grid .tve_post_grid_vertical .tve_pg_row:last-child {
  margin-bottom: 0;
}

.thrv_post_grid .tve_post_grid_vertical .tve_post:last-child .tve_pg_container {
  margin: 0;
}

.thrv_post_grid .tve_post_grid_vertical .tve_post {
  margin: 0;
}

.thrv_post_grid .tve_post_grid_vertical .tve_post .tve-post-grid-text {
  padding: 15px;
  margin: 0;
}

.thrv_post_grid .tve_post_grid_vertical .tve_post .tve_pg_more {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}

.thrv_post_grid .tve_post_grid_vertical .tve_post .tve_pg_more a {
  border-width: 0;
}

.thrv_post_grid .tve_post_width_1 {
  width: 100%;
}

.thrv_post_grid .tve_post_width_1 .tve_post_grid_image_wrapper {
  height: 640px;
}

.thrv_post_grid .tve_post_grid_vertical .tve_post_width_1 .tve_post_grid_image_wrapper {
  height: 235px;
  width: 342px;
  float: left;
}

.thrv_post_grid .tve_post_width_2 {
  width: 50%;
}

.thrv_post_grid .tve_post_width_3 {
  width: 33.33%;
}

.thrv_post_grid .tve_post_width_4 {
  width: 25%;
}

.thrv_post_grid .tve_post_width_4 .tve_post_grid_image_wrapper {
  height: 200px;
}

.thrv_post_grid .tve_post_width_5 {
  width: 20%;
}

.thrv_post_grid .tve_post_width_5 .tve_post_grid_image_wrapper {
  height: 150px;
}

.thrv_post_grid .tve_post_width_6 {
  width: 16.6%;
}

.thrv_post_grid .tve_post_width_6 .tve_post_grid_image_wrapper {
  height: 125px;
}

.thrv_post_grid.tve_black .tve_post .tve-post-grid-title a {
  color: #595959;
}

.thrv_post_grid.tve_blue .tve_post .tve-post-grid-title a {
  color: #4e7ac7;
}

.thrv_post_grid.tve_green .tve_post .tve-post-grid-title a {
  color: #45bf55;
}

.thrv_post_grid.tve_orange .tve_post .tve-post-grid-title a {
  color: #ff712c;
}

.thrv_post_grid.tve_purple .tve_post .tve-post-grid-title a {
  color: #9768d1;
}

.thrv_post_grid.tve_red .tve_post .tve-post-grid-title a {
  color: #e93c31;
}

.thrv_post_grid.tve_teal .tve_post .tve-post-grid-title a {
  color: teal;
}

.thrv_post_grid.tve_white .tve_post .tve-post-grid-title a {
  color: #efefef;
}

@media only screen and (max-width: 774px) {

  .thrv_post_grid .tve_post_width_1,
  .thrv_post_grid .tve_post_width_2,
  .thrv_post_grid .tve_post_width_3,
  .thrv_post_grid .tve_post_width_4,
  .thrv_post_grid .tve_post_width_5,
  .thrv_post_grid .tve_post_width_6 {
    width: 100%;
  }

  .thrv_post_grid .tve_post_width_1 .tve_pg_container,
  .thrv_post_grid .tve_post_width_2 .tve_pg_container,
  .thrv_post_grid .tve_post_width_3 .tve_pg_container,
  .thrv_post_grid .tve_post_width_4 .tve_pg_container,
  .thrv_post_grid .tve_post_width_5 .tve_pg_container,
  .thrv_post_grid .tve_post_width_6 .tve_pg_container {
    margin: 0 !important;
  }

  .thrv_post_grid .tve_post_grid_vertical .tve_post .tve_pg_more {
    display: block;
  }

  .thrv_post_grid .tve_post_grid_vertical .tve_post_width_1 .tve_post_grid_image_wrapper {
    width: 100%;
  }
}

.tve_gr.tve_gr1 .tve_twc .tve_gri .upload_image span,
.tve_gr.tve_gr1 .tve_oth .tve_gri .upload_image span,
.tve_gr.tve_gr1 .tve_thc .tve_gri .upload_image span,
.tve_gr.tve_gr1 .tve_foc .tve_gri .upload_image span {
  display: none;
}

.tve_gr.tve_gr1 .tve_oth .upload_image,
.tve_gr.tve_gr1 .tve_thc .upload_image {
  padding: 8px;
}

.tve_gr.tve_gr1 .tve_foc .upload_image {
  padding: 3px;
}

.tve_gr.tve_gr2 .tve_twc .tve_gri .upload_image span,
.tve_gr.tve_gr2 .tve_oth .tve_gri .upload_image span,
.tve_gr.tve_gr2 .tve_thc .tve_gri .upload_image span,
.tve_gr.tve_gr2 .tve_foc .tve_gri .upload_image span {
  display: none;
}

.tve_gr.tve_gr2 .tve_oth .upload_image,
.tve_gr.tve_gr2 .tve_thc .upload_image,
.tve_gr.tve_gr2 .tve_foc .upload_image {
  padding: 8px;
}

.tve_gr.tve_gr3 .tve_oth .tve_gri .upload_image span,
.tve_gr.tve_gr3 .tve_thc .tve_gri .upload_image span,
.tve_gr.tve_gr3 .tve_foc .tve_gri .upload_image span {
  display: none;
}

@media only screen and (max-width: 600px) {
  .tve_gr .tve_colm {
    width: 100%;
  }
}

@media only screen and (max-width: 772px) {

  .tve_gr .tve_gri,
  .tve_gr .tve_grt {
    text-align: center;
  }
}

@media only screen and (max-width: 940px) {

  .tve_gr.tve_gr1 .tve_oth,
  .tve_gr.tve_gr1 .tve_thc,
  .tve_gr.tve_gr2 .tve_oth,
  .tve_gr.tve_gr2 .tve_thc,
  .tve_gr.tve_gr3 .tve_oth,
  .tve_gr.tve_gr3 .tve_thc {
    width: 32%;
  }

  .tve_gr.tve_gr1 .tve_oth .tve_gri,
  .tve_gr.tve_gr1 .tve_oth .tve_grt,
  .tve_gr.tve_gr1 .tve_thc .tve_gri,
  .tve_gr.tve_gr1 .tve_thc .tve_grt,
  .tve_gr.tve_gr2 .tve_oth .tve_gri,
  .tve_gr.tve_gr2 .tve_oth .tve_grt,
  .tve_gr.tve_gr2 .tve_thc .tve_gri,
  .tve_gr.tve_gr2 .tve_thc .tve_grt,
  .tve_gr.tve_gr3 .tve_oth .tve_gri,
  .tve_gr.tve_gr3 .tve_oth .tve_grt,
  .tve_gr.tve_gr3 .tve_thc .tve_gri,
  .tve_gr.tve_gr3 .tve_thc .tve_grt {
    margin-right: 0;
    width: 100%;
  }

  .tve_gr.tve_gr1 .tve_oth .tve_gri img,
  .tve_gr.tve_gr1 .tve_oth .tve_grt img,
  .tve_gr.tve_gr1 .tve_thc .tve_gri img,
  .tve_gr.tve_gr1 .tve_thc .tve_grt img,
  .tve_gr.tve_gr2 .tve_oth .tve_gri img,
  .tve_gr.tve_gr2 .tve_oth .tve_grt img,
  .tve_gr.tve_gr2 .tve_thc .tve_gri img,
  .tve_gr.tve_gr2 .tve_thc .tve_grt img,
  .tve_gr.tve_gr3 .tve_oth .tve_gri img,
  .tve_gr.tve_gr3 .tve_oth .tve_grt img,
  .tve_gr.tve_gr3 .tve_thc .tve_gri img,
  .tve_gr.tve_gr3 .tve_thc .tve_grt img {
    display: table;
    margin: 0 auto;
  }
}

.tve_gr h1,
.tve_gr h2,
.tve_gr h3,
.tve_gr h4,
.tve_gr h5,
.tve_gr h6 {
  margin: 0px !important;
}

.tve_gr .tve_gri {
  margin-top: 10px;
  margin-right: 10px;
}

.tve_gr .tve_gri.alignleft,
.tve_gr .tve_gri.alignright {
  margin: 10px 0 0 0;
}

.tve_gr .tve_gri.alignleft {
  margin-right: 10px;
}

.tve_gr .tve_gri .alignleft,
.tve_gr .tve_gri .alignright {
  margin: 0;
}

.tve_gr .tve_gri .thrv_wrapper {
  margin: 0;
}

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

.tve_gr.tve_gr1 .tve_gri {
  margin-right: 5%;
  width: 12%;
}

.tve_gr.tve_gr1 .tve_grt {
  width: 83%;
}

.tve_gr.tve_gr2 .tve_gri {
  width: 24%;
}

.tve_gr.tve_gr2 .tve_grt {
  width: 71%;
}

.tve_gr.tve_gr3 .tve_gri {
  width: 36%;
}

.tve_gr.tve_gr3 .tve_grt {
  width: 59%;
}

@media only screen and (max-width: 600px) {
  .tve_gr .colm {
    width: 100%;
  }
}

.tve_gr h1,
.tve_gr h2,
.tve_gr h3,
.tve_gr h4,
.tve_gr h5,
.tve_gr h6 {
  margin: 0 !important;
}

@media only screen and (max-width: 774px) {
  .tve_gr.tve_gr1 .tve_gri {
    width: 100%;
  }

  .tve_gr.tve_gr1 .tve_gri img {
    display: table;
    margin: 0 auto;
    max-width: auto;
    width: auto;
  }
}

@media only screen and (max-width: 774px) {
  .tve_gr.tve_gr1 .tve_grt {
    width: 100%;
  }
}

@media only screen and (max-width: 774px) {
  .tve_gr.tve_gr2 .tve_gri {
    width: 100%;
  }

  .tve_gr.tve_gr2 .tve_gri img {
    display: table;
    margin: 0 auto;
    max-width: auto;
    width: auto;
  }
}

@media only screen and (max-width: 774px) {
  .tve_gr.tve_gr2 .tve_grt {
    width: 100%;
  }
}

@media only screen and (max-width: 774px) {
  .tve_gr.tve_gr3 .tve_gri {
    width: 100%;
  }

  .tve_gr.tve_gr3 .tve_gri img {
    display: table;
    margin: 0 auto;
    max-width: auto;
    width: auto;
  }
}

@media only screen and (max-width: 774px) {
  .tve_gr.tve_gr3 .tve_grt {
    width: 100%;
  }
}

@media only screen and (max-width: 1080px) {

  .thrv_columns .tve_foc:not(.tve_df),
  .tve_gr .tve_foc:not(.tve_df) {
    padding: 0% 2% 0% 0%;
    width: 49%;
  }

  .thrv_columns .tve_foc:not(.tve_df):nth-child(2n),
  .tve_gr .tve_foc:not(.tve_df):nth-child(2n) {
    padding: 0% 0% 0% 0%;
  }

  .thrv_columns .tve_fic,
  .tve_gr .tve_fic {
    padding: 0% 2% 0% 0%;
    width: 49%;
  }

  .thrv_columns .tve_fic:nth-child(2n),
  .tve_gr .tve_fic:nth-child(2n) {
    padding: 0% 0% 0% 0%;
  }

  .thrv_columns .tve_tfo:not(.tve_df),
  .tve_gr .tve_tfo:not(.tve_df) {
    padding: 0% 2% 0% 0%;
    width: 49%;
  }

  .thrv_columns .tve_tfo:not(.tve_df):nth-child(2n),
  .tve_gr .tve_tfo:not(.tve_df):nth-child(2n) {
    padding: 0% 0% 0% 0%;
  }

  .thrv_columns .tve_foc:not(.tve_df)+.tve_twc.tve_lst,
  .tve_gr .tve_foc:not(.tve_df)+.tve_twc.tve_lst {
    padding: 0;
    width: 100%;
  }

  .thrv_columns .tve_foc:not(.tve_df)+.tve_twc,
  .tve_gr .tve_foc:not(.tve_df)+.tve_twc {
    padding: 0;
  }

  .thrv_columns .tve_twc+.tve_foc:not(.tve_df).tve_lst,
  .tve_gr .tve_twc+.tve_foc:not(.tve_df).tve_lst {
    padding: 0;
    width: 100%;
  }

  .thrv_columns .tve_twc+.tve_foc:not(.tve_df)+.tve_foc:not(.tve_df).tve_lst,
  .tve_gr .tve_twc+.tve_foc:not(.tve_df)+.tve_foc:not(.tve_df).tve_lst {
    padding: 0;
    width: 100%;
  }

  #tve_editor .rfs {
    font-size: 70px !important;
  }
}

@media only screen and (max-width: 940px) {

  .thrv_columns .tve_thc,
  .thrv_columns .tve_oth,
  .thrv_columns .tve_tth,
  .tve_gr .tve_thc,
  .tve_gr .tve_oth,
  .tve_gr .tve_tth {
    padding: 0%;
    width: 100%;
  }

  .thrv_columns .tve_thc.tve_lst,
  .thrv_columns .tve_oth.tve_lst,
  .thrv_columns .tve_tth.tve_lst,
  .tve_gr .tve_thc.tve_lst,
  .tve_gr .tve_oth.tve_lst,
  .tve_gr .tve_tth.tve_lst {
    padding: 0%;
  }

  .thrv_columns .tve_oth,
  .thrv_columns .tve_ofo,
  .tve_gr .tve_oth,
  .tve_gr .tve_ofo {
    padding: 0%;
    width: 100%;
  }

  .thrv_columns .tve_oth.tve_lst,
  .thrv_columns .tve_ofo.tve_lst,
  .tve_gr .tve_oth.tve_lst,
  .tve_gr .tve_ofo.tve_lst {
    padding: 0%;
    width: 100%;
  }

  .thrv_columns .tve_ofo,
  .tve_gr .tve_ofo {
    padding: 0%;
    width: 100%;
  }

  .thrv_columns .tve_tfo.tve_df,
  .thrv_columns .tve_tfo.tve_df.tve_lst,
  .tve_gr .tve_tfo.tve_df,
  .tve_gr .tve_tfo.tve_df.tve_lst {
    padding: 0%;
    width: 100%;
  }

  .thrv_columns .tve_fft,
  .tve_gr .tve_fft {
    padding: 0%;
    width: 49%;
  }

  .thrv_columns .tve_fft:first-child,
  .tve_gr .tve_fft:first-child {
    padding: 0% 2% 0% 0%;
  }

  .thrv_columns .tve_fft.tve_lst,
  .tve_gr .tve_fft.tve_lst {
    padding: 0% 0% 0% 0%;
    width: 100%;
  }

  .thrv_columns .tve_twc+.tve_fft.tve_lst,
  .tve_gr .tve_twc+.tve_fft.tve_lst {
    padding: 0%;
  }

  .thrv_columns .tve_fft+.tve_twc.tve_lst,
  .tve_gr .tve_fft+.tve_twc.tve_lst {
    width: 100%;
  }

  .thrv_columns .tve_fft+.tve_twc,
  .tve_gr .tve_fft+.tve_twc {
    padding: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .thrv_table {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 774px) {

  .thrv_columns .tve_colm,
  .tve_gr .tve_colm {
    margin-right: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .tve_gr .tve_gri.alignleft .tve_image_caption,
  .tve_gr .tve_gri.alignleft .thrv_icon,
  .tve_gr .tve_gri.alignright .tve_image_caption,
  .tve_gr .tve_gri.alignright .thrv_icon {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media only screen and (max-width: 940px) {
  .tve_gr3 .tve_twc .tve_gri .upload_image>span {
    display: none;
  }

  .tve_four {
    width: 50%;
  }

  .tve_prt .tve_five {
    width: 50%;
  }

  .tve_prt .tve_five:nth-child(4) {
    margin-bottom: 10px;
  }

  .tve_prt .tve_five:nth-child(5) {
    display: table;
    float: none;
    margin: 0px auto 0px;
  }
}

@media only screen and (max-width: 740px) {
  .tve_colm .tve_gri .upload_image span {
    display: block !important;
  }

  .tve_scT>ul li {
    padding: 15px 5px !important;
  }
}

@media only screen and (max-width: 774px) {

  .tve_prt .tve_two,
  .tve_prt .tve_three,
  .tve_prt .tve_four,
  .tve_prt .tve_five {
    float: none;
    margin: 10px 0px !important;
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  #tve_editor .rft {
    font-size: 30px !important;
  }

  #tve_editor .rfs {
    font-size: 30px !important;
  }

  .tve_ca .tve_btn.tve_normalBtn {
    min-width: 10px;
  }

  .tve_ca .tve_btn.tve_normalBtn a.tve_btnLink {
    font-size: 16px;
  }

  .tve_btn.tve_bigBtn {
    min-width: 10px;
  }

  .thrv_columns .tve_colm {
    width: 100%;
  }

  .tve_scT>.tve_scTC {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top: 0;
  }

  .tve_scT>ul li {
    border-top: 0;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    float: none;
    margin-left: 0px !important;
    width: 100%;
    border-radius: 0px;
  }

  .tve_scT>ul li:first-child {
    border-top: 1px solid #d5d5d5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .tve_scT>ul li.tve_tS {
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
  }

  .tve_scT.tve_vtabs {
    padding-left: 0 !important;
  }

  .tve_scT.tve_vtabs ul {
    position: static;
    width: auto !important;
  }

  .tve_scT.tve_vtabs ul li {
    border-radius: 0;
    margin-bottom: 0px !important;
    border-right: 1px solid #d5d5d5;
  }

  .tve_scT.tve_vtabs ul li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .tve_scT.tve_vtabs ul li.tve_tS {
    margin-right: 0 !important;
  }

  .tve_scT.tve_vtabs .tve_scTC {
    left: 0;
    border-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    min-height: 0px !important;
  }
}

.thrv_wrapper .alignnone {
  margin: 10px;
}

.thrv_wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thrv_wrapper.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thrv_wrapper .alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

.thrv_wrapper.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

.thrv_wrapper .alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

.thrv_wrapper.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

.thrv_wrapper.thrv_contentbox_shortcode {
  position: relative;
}

/*
     FILE ARCHIVED ON 08:35:40 Aug 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:21:43 Jun 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.771
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.019
  esindex: 0.013
  cdx.remote: 20.03
  LoadShardBlock: 110.667 (3)
  PetaboxLoader3.datanode: 116.281 (4)
  load_resource: 147.182
  PetaboxLoader3.resolve: 115.229
*/