.twbb-headline {
  font-size: 43px;
  line-height: 1.2;
  display: block;
}
.twbb-headline--style-rotate .twbb-headline-dynamic-wrapper {
  text-align: left;
}
.twbb-headline--style-highlight .twbb-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}
.twbb-headline--style-highlight .twbb-headline-dynamic-text {
  z-index: 1;
}
.twbb-headline--style-highlight .twbb-headline-plain-text {
  z-index: 1;
  position: relative;
}
.twbb-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.twbb-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: twbb-headline-dash 10s infinite;
  animation: twbb-headline-dash 10s infinite;
}
.twbb-headline--style-highlight svg path:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes twbb-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes twbb-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.twbb-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}
.twbb-headline-dynamic-wrapper .twbb-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.twbb-headline-dynamic-wrapper
  .twbb-headline-dynamic-text.twbb-headline-text-active {
  position: relative;
}
.twbb-headline-animation-type-flip .twbb-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.twbb-headline-animation-type-flip .twbb-headline-dynamic-text {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.twbb-headline-animation-type-flip
  .twbb-headline-dynamic-text.twbb-headline-text-active {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: twbb-headline-flip-in 1.2s;
  animation: twbb-headline-flip-in 1.2s;
}
.twbb-headline-animation-type-flip
  .twbb-headline-dynamic-text.twbb-headline-text-inactive {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: twbb-headline-flip-out 1.2s;
  animation: twbb-headline-flip-out 1.2s;
}
@-webkit-keyframes twbb-headline-flip-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes twbb-headline-flip-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes twbb-headline-flip-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes twbb-headline-flip-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.twbb-headline-animation-type-typing .twbb-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.twbb-headline-animation-type-typing .twbb-headline-dynamic-wrapper::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
}
.twbb-headline-animation-type-typing
  .twbb-headline-dynamic-wrapper:not(.twbb-headline-typing-selected):after {
  -webkit-animation: twbb-headline-pulse 1s infinite;
  animation: twbb-headline-pulse 1s infinite;
}
.twbb-headline-animation-type-typing
  .twbb-headline-dynamic-wrapper.twbb-headline-typing-selected {
  background-color: #0d0d0d;
}
.twbb-headline-animation-type-typing
  .twbb-headline-dynamic-wrapper.twbb-headline-typing-selected::after {
  visibility: hidden;
}
.twbb-headline-animation-type-typing
  .twbb-headline-dynamic-wrapper.twbb-headline-typing-selected
  .twbb-headline-dynamic-text {
  color: #aebcb9;
}
.twbb-headline-animation-type-typing
  .twbb-headline-dynamic-text:not(.twbb-headline-text-active) {
  visibility: hidden;
}
.twbb-headline-animation-type-typing
  .twbb-headline-dynamic-letter:not(.twbb-headline-animation-in) {
  position: absolute;
  visibility: hidden;
}
@-webkit-keyframes twbb-headline-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes twbb-headline-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.twbb-headline-animation-type-swirl .twbb-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.twbb-headline-animation-type-swirl .twbb-headline-dynamic-letter {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.twbb-headline-animation-type-swirl .twbb-headline-dynamic-text {
  opacity: 0;
}
.twbb-headline-animation-type-swirl .twbb-headline-dynamic-letter {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.twbb-headline-text-active
  .twbb-headline-animation-type-swirl
  .twbb-headline-dynamic-letter {
  opacity: 1;
}
.twbb-headline-animation-type-swirl
  .twbb-headline-dynamic-letter.twbb-headline-animation-in {
  -webkit-animation: twbb-headline-swirl-in 0.4s forwards;
  animation: twbb-headline-swirl-in 0.4s forwards;
}
.twbb-headline-animation-type-swirl
  .twbb-headline-dynamic-letter:not(.twbb-headline-animation-in) {
  -webkit-animation: twbb-headline-swirl-out 0.4s forwards;
  animation: twbb-headline-swirl-out 0.4s forwards;
}
@-webkit-keyframes twbb-headline-swirl-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes twbb-headline-swirl-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes twbb-headline-swirl-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes twbb-headline-swirl-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.twbb-headline-animation-type-slide-down .twbb-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
.twbb-headline-animation-type-slide-down .twbb-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.twbb-headline-animation-type-slide-down .twbb-headline-dynamic-text {
  opacity: 0;
  top: 0.2em;
}
.twbb-headline-animation-type-slide-down
  .twbb-headline-dynamic-text.twbb-headline-text-active {
  top: 0;
  opacity: 1;
  -webkit-animation: twbb-headline-slide-down-in 0.6s;
  animation: twbb-headline-slide-down-in 0.6s;
}
.twbb-headline-animation-type-slide-down
  .twbb-headline-dynamic-text.twbb-headline-text-inactive {
  -webkit-animation: twbb-headline-slide-down-out 0.6s;
  animation: twbb-headline-slide-down-out 0.6s;
}
@-webkit-keyframes twbb-headline-slide-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes twbb-headline-slide-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes twbb-headline-slide-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes twbb-headline-slide-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.twbb-headline-animation-type-clip .twbb-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
.twbb-headline-animation-type-clip .twbb-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.twbb-headline-animation-type-clip .twbb-headline-dynamic-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #0d0d0d;
}
.twbb-headline-animation-type-clip .twbb-headline-dynamic-text {
  opacity: 0;
}
.twbb-headline-animation-type-clip
  .twbb-headline-dynamic-text.twbb-headline-text-active {
  opacity: 1;
}
.twbb-headline-animation-type-drop-in .twbb-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.twbb-headline-animation-type-drop-in .twbb-headline-dynamic-text {
  opacity: 0;
}
.twbb-headline-animation-type-drop-in
  .twbb-headline-dynamic-text.twbb-headline-text-active {
  opacity: 1;
  -webkit-animation: twbb-headline-drop-in-in 0.8s;
  animation: twbb-headline-drop-in-in 0.8s;
}
.twbb-headline-animation-type-drop-in
  .twbb-headline-dynamic-text.twbb-headline-text-inactive {
  -webkit-animation: twbb-headline-drop-in-out 0.8s;
  animation: twbb-headline-drop-in-out 0.8s;
}
@-webkit-keyframes twbb-headline-drop-in-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes twbb-headline-drop-in-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes twbb-headline-drop-in-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
@keyframes twbb-headline-drop-in-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.twbb-headline-animation-type-blinds .twbb-headline-dynamic-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.twbb-headline-animation-type-blinds .twbb-headline-dynamic-text {
  opacity: 0;
}
.twbb-headline-animation-type-blinds .twbb-headline-dynamic-letter {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.twbb-headline-text-active
  .twbb-headline-animation-type-blinds
  .twbb-headline-dynamic-letter {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.twbb-headline-animation-type-blinds
  .twbb-headline-dynamic-letter.twbb-headline-animation-in {
  -webkit-animation: twbb-headline-blinds-in 0.6s forwards;
  animation: twbb-headline-blinds-in 0.6s forwards;
}
.twbb-headline-animation-type-blinds
  .twbb-headline-dynamic-letter:not(.twbb-headline-animation-in) {
  -webkit-animation: twbb-headline-blinds-out 0.6s forwards;
  animation: twbb-headline-blinds-out 0.6s forwards;
}
@-webkit-keyframes twbb-headline-blinds-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes twbb-headline-blinds-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes twbb-headline-blinds-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@keyframes twbb-headline-blinds-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.twbb-headline-animation-type-wave .twbb-headline-dynamic-text {
  opacity: 0;
}
.twbb-headline-animation-type-wave .twbb-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.twbb-headline-text-active
  .twbb-headline-animation-type-wave
  .twbb-headline-dynamic-letter {
  opacity: 1;
}
.twbb-headline-animation-type-wave
  .twbb-headline-dynamic-letter.twbb-headline-animation-in {
  -webkit-animation: twbb-headline-wave-up 0.6s forwards;
  animation: twbb-headline-wave-up 0.6s forwards;
}
.twbb-headline-animation-type-wave
  .twbb-headline-dynamic-letter:not(.twbb-headline-animation-in) {
  -webkit-animation: twbb-headline-wave-down 0.6s forwards;
  animation: twbb-headline-wave-down 0.6s forwards;
}
@-webkit-keyframes twbb-headline-wave-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes twbb-headline-wave-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes twbb-headline-wave-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes twbb-headline-wave-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.twbb-headline-animation-type-slide .twbb-headline-dynamic-text {
  opacity: 0;
}
.twbb-headline-animation-type-slide
  .twbb-headline-dynamic-text.twbb-headline-text-active {
  opacity: 1;
  -webkit-animation: twbb-headline-slide-in 0.6s;
  animation: twbb-headline-slide-in 0.6s;
}
.twbb-headline-animation-type-slide
  .twbb-headline-dynamic-text.twbb-headline-text-inactive {
  -webkit-animation: twbb-headline-slide-out 0.6s;
  animation: twbb-headline-slide-out 0.6s;
}
@-webkit-keyframes twbb-headline-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes twbb-headline-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes twbb-headline-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes twbb-headline-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.twbb-headline-animation-type-blinds .twbb-headline-dynamic-text,
.twbb-headline-animation-type-swirl .twbb-headline-dynamic-text,
.twbb-headline-animation-type-wave .twbb-headline-dynamic-text {
  white-space: nowrap;
}
.twbb-msie .twbb-headline--style-highlight svg {
  top: auto;
  left: auto;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}
.elementor-author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-author-box__avatar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}
.elementor-author-box__avatar img {
  width: 100px;
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor-author-box__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 17px;
}
.elementor-author-box__name {
  font-size: 24px;
  margin-bottom: 5px;
}
.elementor-author-box__bio,
.elementor-author-box__bio p {
  margin-bottom: 0.8em;
}
.elementor-author-box__bio p:last-of-type {
  margin-bottom: 0;
}
.elementor-author-box--layout-image-left .elementor-author-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-author-box--layout-image-left .elementor-author-box__avatar {
  margin-left: 0;
  margin-right: 25px;
}
.elementor-author-box--layout-image-right .elementor-author-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-author-box--layout-image-right .elementor-author-box__avatar {
  margin-right: 0;
  margin-left: 25px;
}
.elementor-author-box--layout-image-above .elementor-author-box {
  display: block;
}
.elementor-author-box--layout-image-above .elementor-author-box__avatar {
  margin: 0 auto 15px;
  display: inline-block;
}
.elementor-author-box--layout-image-above.elementor-author-box--align-left
  .elementor-author-box__avatar {
  margin-left: 0;
}
.elementor-author-box--layout-image-above.elementor-author-box--align-right
  .elementor-author-box__avatar {
  margin-right: 0;
}
.elementor-author-box--align-left .elementor-author-box {
  text-align: left;
}
.elementor-author-box--align-right .elementor-author-box {
  text-align: right;
}
.elementor-author-box--align-center .elementor-author-box {
  text-align: center;
}
.elementor-button.elementor-author-box__button {
  border: solid 2px #55595c;
  font-size: 15px;
  font-weight: 100;
  padding: 10px 18px;
}
.elementor-button.elementor-author-box__button,
.elementor-button.elementor-author-box__button:hover {
  background: 0 0;
  color: #55595c;
}
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above)
  .elementor-author-box__avatar,
.elementor-widget-author-box:not(
    .elementor-author-box--layout-image-above
  ).elementor-author-box--image-valign-top
  .elementor-author-box__avatar {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.elementor-widget-author-box:not(
    .elementor-author-box--layout-image-above
  ).elementor-author-box--image-valign-middle
  .elementor-author-box__avatar {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
.entry-summary blockquote.elementor-blockquote {
  margin-right: 0;
  margin-left: 0;
}
.elementor-widget-twbb_blockquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  quotes: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  border-bottom: 0 none;
  font-style: normal;
  color: #55595c;
}
.elementor-widget-twbb_blockquote blockquote cite:after,
.elementor-widget-twbb_blockquote blockquote cite:before,
.elementor-widget-twbb_blockquote blockquote footer:after,
.elementor-widget-twbb_blockquote blockquote footer:before,
.elementor-widget-twbb_blockquote blockquote:after,
.elementor-widget-twbb_blockquote blockquote:before {
  content: "";
  content: none;
}
.twbb_elementor-blockquote {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.twbb_elementor-blockquote__author,
.twbb_elementor-blockquote__content {
  margin-bottom: 0;
  font-style: normal;
}
.twbb_elementor-blockquote__author {
  font-weight: 700;
  white-space: pre-wrap;
}
.twbb_elementor-blockquote footer {
  margin-top: 12px;
  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;
}
.twbb_elementor-blockquote__tweet-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #1da1f2;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 1;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.twbb_elementor-blockquote__tweet-button:hover {
  color: #0967a0;
}
.twbb_elementor-blockquote__tweet-button span {
  font-weight: 600;
}
.twbb_elementor-blockquote__tweet-button i,
.twbb_elementor-blockquote__tweet-button span {
  vertical-align: middle;
}
.twbb_elementor-blockquote__tweet-button i + span {
  margin-left: 0.5em;
}
.twbb_elementor-blockquote__tweet-label {
  white-space: pre-wrap;
}
.twbb_elementor-blockquote--button-skin-bubble
  .twbb_elementor-blockquote__tweet-button,
.twbb_elementor-blockquote--button-skin-classic
  .twbb_elementor-blockquote__tweet-button {
  padding: 0.7em 1.2em;
  border-radius: 100em;
  background-color: #1da1f2;
  color: #fff;
  font-size: 15px;
}
.twbb_elementor-blockquote--button-skin-bubble
  .twbb_elementor-blockquote__tweet-button:hover,
.twbb_elementor-blockquote--button-skin-classic
  .twbb_elementor-blockquote__tweet-button:hover {
  background-color: #0967a0;
  color: #fff;
}
.twbb_elementor-blockquote--button-skin-bubble
  .twbb_elementor-blockquote__tweet-button:hover:before,
.twbb_elementor-blockquote--button-skin-classic
  .twbb_elementor-blockquote__tweet-button:hover:before {
  border-right-color: #0967a0;
}
.twbb_elementor-blockquote--button-skin-bubble.twbb_elementor-blockquote--button-view-icon
  .twbb_elementor-blockquote__tweet-button,
.twbb_elementor-blockquote--button-skin-classic.twbb_elementor-blockquote--button-view-icon
  .twbb_elementor-blockquote__tweet-button {
  padding: 0;
  width: 2em;
  height: 2em;
}
.twbb_elementor-blockquote--button-skin-bubble.twbb_elementor-blockquote--button-view-icon
  .twbb_elementor-blockquote__tweet-button
  i,
.twbb_elementor-blockquote--button-skin-classic.twbb_elementor-blockquote--button-view-icon
  .twbb_elementor-blockquote__tweet-button
  i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.twbb_elementor-blockquote--button-skin-bubble
  .twbb_elementor-blockquote__tweet-button:before {
  content: "";
  border: solid 0.5em transparent;
  border-right-color: #1da1f2;
  position: absolute;
  left: -0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1, 0.65);
  -ms-transform: translateY(-50%) scale(1, 0.65);
  transform: translateY(-50%) scale(1, 0.65);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.twbb_elementor-blockquote--button-skin-bubble.twbb_elementor-blockquote--align-left
  .twbb_elementor-blockquote__tweet-button:before {
  right: auto;
  left: -0.8em;
  border-right-color: #1da1f2;
  border-left-color: transparent;
}
.twbb_elementor-blockquote--button-skin-bubble.twbb_elementor-blockquote--align-left
  .twbb_elementor-blockquote__tweet-button:hover:before {
  border-right-color: #0967a0;
}
.twbb_elementor-blockquote--button-skin-bubble.twbb_elementor-blockquote--align-right
  .twbb_elementor-blockquote__tweet-button:before {
  left: auto;
  right: -0.8em;
  border-right-color: transparent;
  border-left-color: #1da1f2;
}
.twbb_elementor-blockquote--button-skin-bubble.twbb_elementor-blockquote--align-right
  .twbb_elementor-blockquote__tweet-button:hover:before {
  border-left-color: #0967a0;
}
.twbb_elementor-blockquote--skin-boxed .twbb_elementor-blockquote {
  background-color: #e6e9ec;
  padding: 30px;
}
.twbb_elementor-blockquote--skin-border .twbb_elementor-blockquote {
  border-color: #e6e9ec;
  border-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
}
.twbb_elementor-blockquote--skin-quotation .twbb_elementor-blockquote:before {
  content: "“";
  font-size: 100px;
  color: #e6e9ec;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}
.twbb_elementor-blockquote--skin-quotation .twbb_elementor-blockquote__content {
  margin-top: 15px;
}
.twbb_elementor-blockquote--align-left .twbb_elementor-blockquote__content {
  text-align: left;
}
.twbb_elementor-blockquote--align-left .twbb_elementor-blockquote footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.twbb_elementor-blockquote--align-right .twbb_elementor-blockquote__content {
  text-align: right;
}
.twbb_elementor-blockquote--align-right .twbb_elementor-blockquote footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.twbb_elementor-blockquote--align-center .twbb_elementor-blockquote {
  text-align: center;
}
.twbb_elementor-blockquote--align-center .twbb_elementor-blockquote footer,
.twbb_elementor-blockquote--align-center .twbb_elementor-blockquote__author {
  display: block;
}
.twbb_elementor-blockquote--align-center
  .twbb_elementor-blockquote__tweet-button {
  margin-right: auto;
  margin-left: auto;
}
.twbb_cta-wrapper {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
}
.twbb_cta-wrapper.twbb_cta-with-icon {
  align-items: center;
  justify-content: center;
}
.twbb_cta-icon-wrapper > div {
  padding: 10px;
}
.twbb_cta-position-image-top .twbb_cta-wrapper {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.twbb_cta-position-image-top .twbb_cta-image-background-wrapper {
  width: 100%;
}
.twbb_cta-position-image-left .twbb_cta-wrapper,
.twbb_cta-position-image-right .twbb_cta-wrapper {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.twbb_cta-position-image-left .twbb_cta-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.twbb_cta-position-image-right .twbb_cta-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.twbb_cta-position-image-left .twbb_cta-image-background-wrapper,
.twbb_cta-position-image-right .twbb_cta-image-background-wrapper {
  width: auto;
  min-width: 50%;
}
.twbb_cta-position-image-left .twbb_cta-content-wrapper,
.twbb_cta-position-image-right .twbb_cta-content-wrapper {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}
.twbb_cta-position-image-bottom .twbb_cta-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.twbb_cta-image-background-wrapper {
  width: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.twbb_cta-image-background {
  will-change: transform;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  z-index: 1;
}
.twbb_cta-image-background,
.twbb_cta-image-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1.3s;
  -webkit-transition: all 1.3s;
  -o-transition: all 1.3s;
}
.twbb_cta-image-background-overlay {
  display: block;
  z-index: 2;
}
.twbb_cta-wrapper:hover .twbb_cta-image-background-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.twbb_cta-content-wrapper {
  min-height: 250px;
  padding: 20px;
  background-color: #fafafa;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-content: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  overflow: hidden;
  z-index: 2;
}
.twbb_cta-content-inner {
  width: 100%;
}
.twbb_cta-content-wrapper:hover {
  background-color: #f0f5f7;
}
.twbb_cta-button-wrapper,
.twbb_cta-content-wrapper,
.twbb_cta-content-wrapper .twbb_cta-description,
.twbb_cta-content-wrapper .twbb_cta-title {
  position: relative;
  width: 100%;
  margin: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.twbb_cta-content-wrapper .twbb_cta-description,
.twbb_cta-content-wrapper .twbb_cta-title {
  width: 100%;
  padding: unset;
  margin: unset;
  font-family: Roboto, Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3b3b42;
}
.twbb_cta-content-wrapper .twbb_cta-description {
  color: #505055;
  margin-bottom: 20px;
}
.twbb_cta-content-wrapper .twbb_cta-title {
  margin-bottom: 14px;
  font-weight: 900;
  font-size: 24px;
}
.twbb_cta-valign-align-top .twbb_cta-content-wrapper {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.twbb_cta-valign-align-middle .twbb_cta-content-wrapper {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.twbb_cta-valign-align-bottom .twbb_cta-content-wrapper {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.twbb_cta-position-button-right .twbb_cta-content-wrapper {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.twbb_cta-button-wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.twbb_cta-position-button-vertical .twbb_cta-button-wrapper {
  flex-direction: column;
}
.twbb_cta-position-button-vertical
  .twbb_cta-button-wrapper
  .twbb_cta-button-item {
  flex: 1;
}
.twbb_cta-position-button-vertical
  .twbb_cta-button-wrapper
  .twbb_cta-button-item:first-child {
  margin-bottom: 10px;
}
.twbb_cta-button-wrapper-center .twbb_cta-button-wrapper {
  align-items: center;
  justify-content: center;
}
.twbb_cta-button-wrapper-left .twbb_cta-button-wrapper {
  align-items: flex-start;
  justify-content: flex-start;
}
.twbb_cta-button-wrapper-right .twbb_cta-button-wrapper {
  align-items: flex-end;
  justify-content: flex-end;
}
.twbb_cta-position-button-horizontal
  .twbb_cta-button-wrapper
  .twbb_cta-button-item {
  flex-basis: inherit;
}
.twbb_cta-position-button-horizontal
  .twbb_cta-button-wrapper
  .twbb_cta-button-item:first-child {
  margin-right: 10px;
}
.twbb_cta-button-wrapper .twbb_cta-button-enable-no {
  display: none;
}
.twbb_cta-button-wrapper .twbb_cta-button {
  width: 100%;
  display: inline-block;
  line-height: 1;
  border-style: solid;
  border-width: 0;
  background-color: #818a91;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  align-self: center;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
}
.twbb_cta-button-wrapper .twbb_cta-button:hover {
  box-shadow: none;
  text-decoration: none;
}
.twbb_cta-button.twbb_cta-button-size-xs {
  padding: 8px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 13px;
}
.twbb_cta-button.twbb_cta-button-size-sm {
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
}
.twbb_cta-button.twbb_cta-button-size-md {
  padding: 12px 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 16px;
}
.twbb_cta-button.twbb_cta-button-size-lg {
  padding: 15px 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 18px;
}
.twbb_cta-button.twbb_cta-button-size-xl {
  padding: 20px 45px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 20px;
}
.twbb_cta-wrapper .elementor-ribbon {
  position: absolute;
  z-index: 3;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.twbb_cta-wrapper .elementor-ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.twbb_cta-wrapper .elementor-ribbon.elementor-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.twbb_cta-wrapper .elementor-ribbon.elementor-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
@media (max-device-width: 1024px) {
  .twbb_cta-wrapper {
    cursor: pointer;
  }
}
@media (min-width: 1025px) {
  .twbb_cta-desktop-position-image-top .twbb_cta-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twbb_cta-desktop-position-image-top .twbb_cta-image-background-wrapper {
    width: 100%;
  }
  .twbb_cta-desktop-position-image-left .elementor-cta,
  .twbb_cta-desktop-position-image-right .elementor-cta {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .twbb_cta-desktop-position-image-left .twbb_cta-image-background-wrapper,
  .twbb_cta-desktop-position-image-right .twbb_cta-image-background-wrapper {
    width: auto;
    min-width: 50%;
  }
  .twbb_cta-desktop-position-image-left .twbb_cta-content-wrapper,
  .twbb_cta-desktop-position-image-right .twbb_cta-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .twbb_cta-desktop-position-image-left .twbb_cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .twbb_cta-desktop-position-image-right .twbb_cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .twbb_cta-tablet-position-image-top .twbb_cta-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twbb_cta-tablet-position-image-top .twbb_cta-image-background-wrapper {
    width: 100%;
  }
  .twbb_cta-tablet-position-image-left .twbb_cta-wrapper,
  .twbb_cta-tablet-position-image-right .twbb_cta-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .twbb_cta-tablet-position-image-left .twbb_cta-image-background-wrapper,
  .twbb_cta-tablet-position-image-right .twbb_cta-image-background-wrapper {
    width: auto;
    min-width: 50%;
  }
  .twbb_cta-tablet-position-image-left .twbb_cta-content-wrapper,
  .twbb_cta-tablet-position-image-right .twbb_cta-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .twbb_cta-tablet-position-image-left .twbb_cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .twbb_cta-tablet-position-image-right .twbb_cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .twbb_cta-tablet-position-image-bottom .twbb_cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .twbb_cta-tablet-position-button-bottom .twbb_cta-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twbb_cta-tablet-position-button-right .twbb_cta-content-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .twbb_cta-position-button-mobile-vertical .twbb_cta-button-wrapper,
  .twbb_cta-position-button-vertical .twbb_cta-button-wrapper {
    flex-direction: unset;
  }
  .twbb_cta-position-button-mobile-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item,
  .twbb_cta-position-button-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item {
    flex: unset;
  }
  .twbb_cta-position-button-mobile-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child,
  .twbb_cta-position-button-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-bottom: unset;
  }
  .twbb_cta-position-button-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child,
  .twbb_cta-position-button-mobile-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-right: unset;
  }
  .twbb_cta-position-button-tablet-vertical .twbb_cta-button-wrapper {
    flex-direction: column;
  }
  .twbb_cta-position-button-tablet-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item {
    flex: 1;
  }
  .twbb_cta-position-button-tablet-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-bottom: 10px;
  }
  .twbb_cta-position-button-tablet-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item {
    flex-basis: inherit;
  }
  .twbb_cta-position-button-tablet-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-right: 10px;
  }
  .twbb_cta-mobile-position-button-bottom .twbb_cta-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twbb_cta-mobile-position-button-right .twbb_cta-content-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .twbb_cta-mobile-position-image-top .twbb_cta-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .twbb_cta-mobile-position-image-top .twbb_cta-image-background-wrapper {
    width: 100%;
  }
  .twbb_cta-mobile-position-image-left .twbb_cta-wrapper,
  .twbb_cta-mobile-position-image-right .twbb_cta-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .twbb_cta-mobile-position-image-left .twbb_cta-image-background-wrapper,
  .twbb_cta-mobile-position-image-right .twbb_cta-image-background-wrapper {
    width: auto;
    min-width: 50%;
  }
  .twbb_cta-mobile-position-image-left .elementor-cta__content,
  .twbb_cta-mobile-position-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .twbb_cta-mobile-position-image-left .twbb_cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .twbb_cta-mobile-position-image-right .twbb_cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .twbb_cta-mobile-position-image-bottom .twbb_cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 360px) {
  .twbb_cta-position-button-tablet-vertical .twbb_cta-button-wrapper,
  .twbb_cta-position-button-vertical .twbb_cta-button-wrapper {
    flex-direction: unset;
  }
  .twbb_cta-position-button-tablet-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item,
  .twbb_cta-position-button-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item {
    flex: unset;
  }
  .twbb_cta-position-button-tablet-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child,
  .twbb_cta-position-button-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-bottom: unset;
  }
  .twbb_cta-position-button-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child,
  .twbb_cta-position-button-tablet-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-right: unset;
  }
  .twbb_cta-position-button-mobile-vertical .twbb_cta-button-wrapper {
    flex-direction: column;
  }
  .twbb_cta-position-button-mobile-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item {
    flex: 1;
  }
  .twbb_cta-position-button-mobile-vertical
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-bottom: 10px;
  }
  .twbb_cta-position-button-mobile-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item {
    flex-basis: inherit;
  }
  .twbb_cta-position-button-mobile-horizontal
    .twbb_cta-button-wrapper
    .twbb_cta-button-item:first-child {
    margin-right: 10px;
  }
}
.twbb_cta-image-background-animation-zoom-in:hover .twbb_cta-image-background,
.twbb_cta-image-background-animation-zoom-out .twbb_cta-image-background {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.twbb_cta-image-background-animation-zoom-out:hover .twbb_cta-image-background {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.twbb_cta-image-background-animation-move-left .twbb_cta-image-background {
  transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  -webkit-transform: scale(1.2) translateX(8%);
}
.twbb_cta-image-background-animation-move-left:hover .twbb_cta-image-background,
.twbb_cta-image-background-animation-move-right .twbb_cta-image-background {
  transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  -webkit-transform: scale(1.2) translateX(-8%);
}
.twbb_cta-image-background-animation-move-right:hover
  .twbb_cta-image-background {
  transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  -webkit-transform: scale(1.2) translateX(8%);
}
.twbb_cta-image-background-animation-move-up .twbb_cta-image-background {
  transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  -webkit-transform: scale(1.2) translateY(8%);
}
.twbb_cta-image-background-animation-move-down .twbb_cta-image-background,
.twbb_cta-image-background-animation-move-up:hover .twbb_cta-image-background {
  transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  -webkit-transform: scale(1.2) translateY(-8%);
}
.twbb_cta-image-background-animation-move-down:hover
  .twbb_cta-image-background {
  transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  -webkit-transform: scale(1.2) translateY(8%);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-grow {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-shrink {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-enter-zoom-in,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-enter-zoom-out,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-fade-in {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-zoom-in,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-zoom-out,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-fade-out {
  opacity: 0;
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-zoom-out {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-zoom-in {
  transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-enter-from-bottom,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-enter-from-left,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-enter-from-right,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-enter-from-top {
  opacity: 1;
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-right {
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-left {
  transform: translateX(-1000px);
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-top {
  transform: translateY(-600px);
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-bottom {
  transform: translateY(600px);
  -webkit-transform: translateY(600px);
  -ms-transform: translateY(600px);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-bottom,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-left,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-right,
.twbb_cta-animated-content:hover .twbb_cta-content-animation-exit-to-top {
  opacity: 0;
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-move-right {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-move-left {
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-move-up {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
}
.twbb_cta-animated-content:hover .twbb_cta-content-animation-move-down {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
}
.twbb_cta-animated-content [class^="twbb_cta-animated-item"] {
  will-change: transform, opacity;
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-zoom-in {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-zoom-out {
  transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-zoom-in,
.twbb_cta-animated-content .twbb_cta-content-animation-enter-zoom-out,
.twbb_cta-animated-content .twbb_cta-content-animation-fade-in {
  opacity: 0;
}
.twbb_cta-animated-content .twbb_cta-content-animation-exit-zoom-in,
.twbb_cta-animated-content .twbb_cta-content-animation-exit-zoom-out,
.twbb_cta-animated-content .twbb_cta-content-animation-fade-out {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-right {
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-left {
  transform: translateX(-1000px);
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-top {
  transform: translateY(-600px);
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-bottom {
  transform: translateY(500px);
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
}
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-bottom,
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-left,
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-right,
.twbb_cta-animated-content .twbb_cta-content-animation-enter-from-top {
  opacity: 0;
}
.twbb_cta-animated-content .twbb_cta-content-animation-exit-to-bottom,
.twbb_cta-animated-content .twbb_cta-content-animation-exit-to-left,
.twbb_cta-animated-content .twbb_cta-content-animation-exit-to-right,
.twbb_cta-animated-content .twbb_cta-content-animation-exit-to-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.prismjs-dark code[class*="language-"],
.prismjs-dark pre[class*="language-"] {
  color: #fff;
  background: 0 0;
  text-shadow: 0 -0.1em 0.2em #000;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.prismjs-dark pre[class*="language-"] {
  background: #4c3f33;
  padding: 1em;
  margin: 0;
  overflow: auto;
  border: 0.3em solid #7a6651;
  border-radius: 0.5em;
  box-shadow: 1px 1px 0.5em #000 inset;
}
.prismjs-dark :not(pre) > code[class*="language-"] {
  padding: 0.15em 0.2em 0.05em;
  border-radius: 0.3em;
  border: 0.13em solid #7a6651;
  box-shadow: 1px 1px 0.3em -0.1em #000 inset;
  white-space: normal;
}
.prismjs-dark .token.cdata,
.prismjs-dark .token.doctype,
.prismjs-dark .token.prolog,
.token.comment {
  color: #997f66;
}
.prismjs-dark .token.namespace,
.prismjs-dark .token.punctuation {
  opacity: 0.7;
}
.prismjs-dark .token.boolean,
.prismjs-dark .token.constant,
.prismjs-dark .token.number,
.prismjs-dark .token.property,
.prismjs-dark .token.symbol,
.prismjs-dark .token.tag {
  color: #d1939e;
}
.prismjs-dark .token.attr-name,
.prismjs-dark .token.builtin,
.prismjs-dark .token.char,
.prismjs-dark .token.inserted,
.prismjs-dark .token.selector,
.prismjs-dark .token.string {
  color: #bce051;
}
.prismjs-dark .language-css .token.string,
.prismjs-dark .style .token.string,
.prismjs-dark .token.entity,
.prismjs-dark .token.operator,
.prismjs-dark .token.url,
.token.variable {
  color: #f4b73d;
}
.prismjs-dark .token.atrule,
.prismjs-dark .token.attr-value,
.prismjs-dark .token.keyword {
  color: #d1939e;
}
.prismjs-dark .token.important,
.prismjs-dark .token.regex {
  color: #e90;
}
.prismjs-dark .token.bold,
.prismjs-dark .token.important {
  font-weight: 700;
}
.prismjs-dark .token.italic {
  font-style: italic;
}
.prismjs-dark .token.entity {
  cursor: help;
}
.prismjs-dark .token.deleted {
  color: red;
}
.prismjs-default code[class*="language-"],
.prismjs-default pre[class*="language-"] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.prismjs-default code[class*="language-"] ::-moz-selection,
.prismjs-default code[class*="language-"]::-moz-selection,
.prismjs-default pre[class*="language-"] ::-moz-selection,
.prismjs-default pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
.prismjs-default code[class*="language-"] ::selection,
.prismjs-default code[class*="language-"]::selection,
.prismjs-default pre[class*="language-"] ::selection,
.prismjs-default pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  .prismjs-default code[class*="language-"],
  .prismjs-default pre[class*="language-"] {
    text-shadow: none;
  }
}
.prismjs-default pre[class*="language-"] {
  padding: 1em;
  margin: 0;
  overflow: auto;
}
.prismjs-default :not(pre) > code[class*="language-"],
.prismjs-default pre[class*="language-"] {
  background: #f5f2f0;
}
.prismjs-default :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.prismjs-default .token.cdata,
.prismjs-default .token.comment,
.prismjs-default .token.doctype,
.prismjs-default .token.prolog {
  color: #708090;
}
.prismjs-default .token.punctuation {
  color: #999;
}
.prismjs-default .token.namespace {
  opacity: 0.7;
}
.prismjs-default .token.boolean,
.prismjs-default .token.constant,
.prismjs-default .token.deleted,
.prismjs-default .token.number,
.prismjs-default .token.property,
.prismjs-default .token.symbol,
.prismjs-default .token.tag {
  color: #905;
}
.prismjs-default .token.attr-name,
.prismjs-default .token.builtin,
.prismjs-default .token.char,
.prismjs-default .token.inserted,
.prismjs-default .token.selector,
.prismjs-default .token.string {
  color: #690;
}
.prismjs-default .language-css .token.string,
.prismjs-default .style .token.string,
.prismjs-default .token.entity,
.prismjs-default .token.operator,
.prismjs-default .token.url {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5);
}
.prismjs-default .token.atrule,
.prismjs-default .token.attr-value,
.prismjs-default .token.keyword {
  color: #07a;
}
.prismjs-default .token.class-name,
.prismjs-default .token.function {
  color: #dd4a68;
}
.prismjs-default .token.important,
.prismjs-default .token.regex,
.prismjs-default .token.variable {
  color: #e90;
}
.prismjs-default .token.bold,
.prismjs-default .token.important {
  font-weight: 700;
}
.prismjs-default .token.italic {
  font-style: italic;
}
.prismjs-default .token.entity {
  cursor: help;
}
.prismjs-okaidia code[class*="language-"],
.prismjs-okaidia pre[class*="language-"] {
  color: #f8f8f2;
  background: 0 0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.prismjs-okaidia pre[class*="language-"] {
  padding: 1em;
  margin: 0;
  overflow: auto;
  border-radius: 0.3em;
}
.prismjs-okaidia :not(pre) > code[class*="language-"],
.prismjs-okaidia pre[class*="language-"] {
  background: #272822;
}
.prismjs-okaidia :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.prismjs-okaidia .token.cdata,
.prismjs-okaidia .token.comment,
.prismjs-okaidia .token.doctype,
.prismjs-okaidia .token.prolog {
  color: #8292a2;
}
.prismjs-okaidia .token.punctuation {
  color: #f8f8f2;
}
.prismjs-okaidia .token.namespace {
  opacity: 0.7;
}
.prismjs-okaidia .token.constant,
.prismjs-okaidia .token.deleted,
.prismjs-okaidia .token.property,
.prismjs-okaidia .token.symbol,
.prismjs-okaidia .token.tag {
  color: #f92672;
}
.prismjs-okaidia .token.boolean,
.prismjs-okaidia .token.number {
  color: #ae81ff;
}
.prismjs-okaidia .token.attr-name,
.prismjs-okaidia .token.builtin,
.prismjs-okaidia .token.char,
.prismjs-okaidia .token.inserted,
.prismjs-okaidia .token.selector,
.prismjs-okaidia .token.string {
  color: #a6e22e;
}
.prismjs-okaidia .language-css .token.string,
.prismjs-okaidia .style .token.string,
.prismjs-okaidia .token.entity,
.prismjs-okaidia .token.operator,
.prismjs-okaidia .token.url,
.prismjs-okaidia .token.variable {
  color: #f8f8f2;
}
.prismjs-okaidia .token.atrule,
.prismjs-okaidia .token.attr-value,
.prismjs-okaidia .token.class-name,
.prismjs-okaidia .token.function {
  color: #e6db74;
}
.prismjs-okaidia .token.keyword {
  color: #66d9ef;
}
.prismjs-okaidia .token.important,
.prismjs-okaidia .token.regex {
  color: #fd971f;
}
.prismjs-okaidia .token.bold,
.prismjs-okaidia .token.important {
  font-weight: 700;
}
.prismjs-okaidia .token.italic {
  font-style: italic;
}
.prismjs-okaidia .token.entity {
  cursor: help;
}
.prismjs-solarizedlight code[class*="language-"],
.prismjs-solarizedlight pre[class*="language-"] {
  color: #657b83;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.prismjs-solarizedlight code[class*="language-"] ::-moz-selection,
.prismjs-solarizedlight code[class*="language-"]::-moz-selection,
.prismjs-solarizedlight pre[class*="language-"] ::-moz-selection,
.prismjs-solarizedlight pre[class*="language-"]::-moz-selection {
  background: #073642;
}
.prismjs-solarizedlight code[class*="language-"] ::selection,
.prismjs-solarizedlight code[class*="language-"]::selection,
.prismjs-solarizedlight pre[class*="language-"] ::selection,
.prismjs-solarizedlight pre[class*="language-"]::selection {
  background: #073642;
}
.prismjs-solarizedlight pre[class*="language-"] {
  padding: 1em;
  margin: 0;
  overflow: auto;
  border-radius: 0.3em;
}
.prismjs-solarizedlight :not(pre) > code[class*="language-"],
.prismjs-solarizedlight pre[class*="language-"] {
  background-color: #fdf6e3;
}
.prismjs-solarizedlight :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.prismjs-solarizedlight .token.cdata,
.prismjs-solarizedlight .token.comment,
.prismjs-solarizedlight .token.doctype,
.prismjs-solarizedlight .token.prolog {
  color: #93a1a1;
}
.prismjs-solarizedlight .token.punctuation {
  color: #586e75;
}
.prismjs-solarizedlight .token.namespace {
  opacity: 0.7;
}
.prismjs-solarizedlight .token.boolean,
.prismjs-solarizedlight .token.constant,
.prismjs-solarizedlight .token.deleted,
.prismjs-solarizedlight .token.number,
.prismjs-solarizedlight .token.property,
.prismjs-solarizedlight .token.symbol,
.token.tag {
  color: #268bd2;
}
.prismjs-solarizedlight .token.attr-name,
.prismjs-solarizedlight .token.builtin,
.prismjs-solarizedlight .token.char,
.prismjs-solarizedlight .token.inserted,
.prismjs-solarizedlight .token.selector,
.prismjs-solarizedlight .token.string,
.prismjs-solarizedlight .token.url {
  color: #2aa198;
}
.prismjs-solarizedlight .token.entity {
  color: #657b83;
  background: #eee8d5;
}
.prismjs-solarizedlight .token.atrule,
.prismjs-solarizedlight .token.attr-value,
.prismjs-solarizedlight .token.keyword {
  color: #859900;
}
.prismjs-solarizedlight .token.class-name,
.prismjs-solarizedlight .token.function {
  color: #b58900;
}
.prismjs-solarizedlight .token.important,
.prismjs-solarizedlight .token.regex,
.prismjs-solarizedlight .token.variable {
  color: #cb4b16;
}
.prismjs-solarizedlight .token.bold,
.prismjs-solarizedlight .token.important {
  font-weight: 700;
}
.prismjs-solarizedlight .token.italic {
  font-style: italic;
}
.prismjs-solarizedlight .token.entity {
  cursor: help;
}
.prismjs-tomorrow code[class*="language-"],
.prismjs-tomorrow pre[class*="language-"] {
  color: #ccc;
  background: 0 0;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.prismjs-tomorrow pre[class*="language-"] {
  padding: 1em;
  margin: 0;
  overflow: auto;
}
.prismjs-tomorrow :not(pre) > code[class*="language-"],
.prismjs-tomorrow pre[class*="language-"] {
  background: #2d2d2d;
}
.prismjs-tomorrow :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.prismjs-tomorrow .token.block-comment,
.prismjs-tomorrow .token.cdata,
.prismjs-tomorrow .token.comment,
.prismjs-tomorrow .token.doctype,
.prismjs-tomorrow .token.prolog {
  color: #999;
}
.prismjs-tomorrow .token.punctuation {
  color: #ccc;
}
.prismjs-tomorrow .token.attr-name,
.prismjs-tomorrow .token.deleted,
.prismjs-tomorrow .token.namespace,
.prismjs-tomorrow .token.tag {
  color: #e2777a;
}
.prismjs-tomorrow .token.function-name {
  color: #6196cc;
}
.prismjs-tomorrow .token.boolean,
.prismjs-tomorrow .token.function,
.prismjs-tomorrow .token.number {
  color: #f08d49;
}
.prismjs-tomorrow .token.class-name,
.prismjs-tomorrow .token.constant,
.prismjs-tomorrow .token.property,
.prismjs-tomorrow .token.symbol {
  color: #f8c555;
}
.prismjs-tomorrow .token.atrule,
.prismjs-tomorrow .token.builtin,
.prismjs-tomorrow .token.important,
.prismjs-tomorrow .token.keyword,
.prismjs-tomorrow .token.selector {
  color: #cc99cd;
}
.prismjs-tomorrow .token.attr-value,
.prismjs-tomorrow .token.char,
.prismjs-tomorrow .token.regex,
.prismjs-tomorrow .token.string,
.prismjs-tomorrow .token.variable {
  color: #7ec699;
}
.prismjs-tomorrow .token.entity,
.prismjs-tomorrow .token.operator,
.prismjs-tomorrow .token.url {
  color: #67cdcc;
}
.prismjs-tomorrow .token.bold,
.prismjs-tomorrow .token.important {
  font-weight: 700;
}
.prismjs-tomorrow .token.italic {
  font-style: italic;
}
.prismjs-tomorrow .token.entity {
  cursor: help;
}
.prismjs-tomorrow .token.inserted {
  color: green;
}
.prismjs-twilight code[class*="language-"],
.prismjs-twilight pre[class*="language-"] {
  color: #fff;
  background: 0 0;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  text-shadow: 0 -0.1em 0.2em #000;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.prismjs-twilight :not(pre) > code[class*="language-"],
.prismjs-twilight pre[class*="language-"] {
  background: #141414;
}
.prismjs-twilight pre[class*="language-"] {
  border-radius: 0.5em;
  border: 0.3em solid #545454;
  box-shadow: 1px 1px 0.5em #000 inset;
  margin: 0;
  overflow: auto;
  padding: 1em;
}
.prismjs-twilight code[class*="language-"] ::-moz-selection,
.prismjs-twilight code[class*="language-"]::-moz-selection,
.prismjs-twilight pre[class*="language-"] ::-moz-selection,
.prismjs-twilight pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: rgba(237, 237, 237, 0.15);
}
.prismjs-twilight code[class*="language-"] ::selection,
.prismjs-twilight code[class*="language-"]::selection,
.prismjs-twilight pre[class*="language-"] ::selection,
.prismjs-twilight pre[class*="language-"]::selection {
  text-shadow: none;
  background: rgba(237, 237, 237, 0.15);
}
.prismjs-twilight :not(pre) > code[class*="language-"] {
  border-radius: 0.3em;
  border: 0.13em solid #545454;
  box-shadow: 1px 1px 0.3em -0.1em #000 inset;
  padding: 0.15em 0.2em 0.05em;
  white-space: normal;
}
.prismjs-twilight .token.cdata,
.prismjs-twilight .token.comment,
.prismjs-twilight .token.doctype,
.prismjs-twilight .token.prolog {
  color: #777;
}
.prismjs-twilight .token.namespace,
.prismjs-twilight .token.punctuation {
  opacity: 0.7;
}
.prismjs-twilight .token.boolean,
.prismjs-twilight .token.deleted,
.prismjs-twilight .token.number,
.prismjs-twilight .token.tag {
  color: #ce6849;
}
.prismjs-twilight .token.builtin,
.prismjs-twilight .token.constant,
.prismjs-twilight .token.keyword,
.prismjs-twilight .token.property,
.prismjs-twilight .token.selector,
.prismjs-twilight .token.symbol {
  color: #f9ed99;
}
.prismjs-twilight .language-css .token.string,
.prismjs-twilight .style .token.string,
.prismjs-twilight .token.attr-name,
.prismjs-twilight .token.attr-value,
.prismjs-twilight .token.char,
.prismjs-twilight .token.entity,
.prismjs-twilight .token.inserted,
.prismjs-twilight .token.operator,
.prismjs-twilight .token.string,
.prismjs-twilight .token.url,
.prismjs-twilight .token.variable {
  color: #909e6a;
}
.prismjs-twilight .token.atrule {
  color: #7385a5;
}
.prismjs-twilight .token.important,
.prismjs-twilight .token.regex {
  color: #e8c062;
}
.prismjs-twilight .token.bold,
.prismjs-twilight .token.important {
  font-weight: 700;
}
.prismjs-twilight .token.italic {
  font-style: italic;
}
.prismjs-twilight .token.entity {
  cursor: help;
}
.prismjs-twilight pre[data-line] {
  padding: 1em;
  position: relative;
}
.prismjs-twilight .language-markup .token.attr-name,
.prismjs-twilight .language-markup .token.punctuation,
.prismjs-twilight .language-markup .token.tag {
  color: #ac885c;
}
.prismjs-twilight .token {
  position: relative;
  z-index: 1;
}
.prismjs-twilight .line-highlight {
  background: rgba(84, 84, 84, 0.25);
  background: linear-gradient(
    to right,
    rgba(84, 84, 84, 0.1) 70%,
    rgba(84, 84, 84, 0)
  );
  border-bottom: 1px dashed #545454;
  border-top: 1px dashed #545454;
  left: 0;
  line-height: inherit;
  margin-top: 0.75em;
  padding: inherit 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  white-space: pre;
  z-index: 0;
}
.prismjs-twilight .line-highlight:before,
.prismjs-twilight .line-highlight[data-end]:after {
  background-color: #8693a6;
  border-radius: 999px;
  box-shadow: 0 1px #fff;
  color: #f4f1ef;
  content: attr(data-start);
  font: 700 65%/1.5 sans-serif;
  left: 0.6em;
  min-width: 1em;
  padding: 0 0.5em;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 0.4em;
  vertical-align: 0.3em;
}
.prismjs-twilight .line-highlight[data-end]:after {
  bottom: 0.4em;
  content: attr(data-end);
  top: auto;
}
.copy-to-clipboard div.code-toolbar {
  position: relative;
}
.copy-to-clipboard div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.copy-to-clipboard div.code-toolbar:focus-within > .toolbar,
.copy-to-clipboard div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
.copy-to-clipboard div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
.copy-to-clipboard div.code-toolbar > .toolbar a {
  cursor: pointer;
}
.copy-to-clipboard div.code-toolbar > .toolbar button {
  border: 0;
  font: inherit;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.copy-to-clipboard div.code-toolbar > .toolbar a,
.copy-to-clipboard div.code-toolbar > .toolbar button,
.copy-to-clipboard div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}
.copy-to-clipboard div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar span:hover {
  color: inherit;
  text-decoration: none;
}
:not(.copy-to-clipboard) > div.code-toolbar > .toolbar {
  display: none;
}
.word-wrap code[class*="language-"],
.word-wrap pre[class*="language-"] {
  white-space: pre-wrap !important;
}
.elementor-widget-code-highlight pre {
  direction: ltr;
}
.prismjs-twilight pre:not([data-line=""]):not(.line-numbers) {
  padding: 0.8em 0 1em 2em;
}
.prismjs-dark pre:not([data-line=""]):not(.line-numbers),
.prismjs-default pre:not([data-line=""]):not(.line-numbers),
.prismjs-okaidia pre:not([data-line=""]):not(.line-numbers),
.prismjs-solarizedlight pre:not([data-line=""]):not(.line-numbers),
.prismjs-tomorrow pre:not([data-line=""]):not(.line-numbers) {
  padding: 1em 0 1em 2em;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: rgba(153, 122, 102, 0.08);
  background: linear-gradient(
    to right,
    rgba(153, 122, 102, 0.1) 70%,
    rgba(153, 122, 102, 0)
  );
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
@media print {
  .line-highlight {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: 0.4em;
  left: 0.6em;
  min-width: 1em;
  padding: 0 0.5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f4f1ef;
  font: 700 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: 0.3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px #fff;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0.4em;
}
.line-numbers .line-highlight:after,
.line-numbers .line-highlight:before {
  content: none;
}
pre[id].linkable-line-numbers span.line-numbers-rows {
  pointer-events: all;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
  cursor: pointer;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
  background-color: rgba(128, 128, 128, 0.2);
}
pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
.elementor-widget-twbbcountdown .tenweb-countdown-wrapper {
  flex-direction: row;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-item,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-squares
  .tenweb-countdown-item {
  background-color: #09203f;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.elementor-widget-twbbcountdown .tenweb-countdown-digits,
.elementor-widget-twbbcountdown .tenweb-countdown-label {
  line-height: 1.1;
}
.elementor-widget-twbbcountdown .tenweb-countdown-digits {
  font-size: 64px;
  font-weight: 700;
}
.elementor-widget-twbbcountdown .tenweb-countdown-label {
  font-size: 16px;
  font-weight: 200;
  text-transform: lowercase;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
  .tenweb-countdown-digits {
  font-family: Roboto, Sans-serif;
  font-weight: 400;
  font-size: 53px;
  color: #09203f;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
  .tenweb-countdown-label {
  text-transform: lowercase;
  font-weight: 300;
  font-size: 15px;
  color: #09203f;
}
@media (max-width: 1024px) {
  .elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
    .tenweb-countdown-item {
    padding: 0 !important;
  }
  .elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
    .tenweb-countdown-digits {
    font-size: 19px;
  }
  .elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
    .tenweb-countdown-label {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
    .tenweb-countdown-item {
    padding: 0 !important;
  }
  .elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
    .tenweb-countdown-digits {
    font-size: 15px;
  }
  .elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
    .tenweb-countdown-label {
    font-size: 8px;
  }
  .elementor-widget-twbbcountdown .tenweb-countdown-digits {
    font-size: 22px;
  }
  .elementor-widget-twbbcountdown .tenweb-countdown-label {
    font-size: 11px;
  }
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-wrapper,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-squares
  .tenweb-countdown-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-twbbcountdown
  .tenweb-countdown-wrapper.tenweb-countdown-header {
  display: block;
}
.elementor-widget-twbbcountdown
  .tenweb-countdown-wrapper.tenweb-countdown-header
  .tenweb-countdown-label {
  text-transform: none;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-digits,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-label,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-squares
  .tenweb-countdown-digits,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-squares
  .tenweb-countdown-label {
  display: block;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-item,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-squares
  .tenweb-countdown-item {
  flex-basis: 0;
  flex-grow: 1;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-inline {
  text-align: center;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-item
  > div,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-squares
  .tenweb-countdown-item
  > div {
  padding-top: 100%;
  position: relative;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-item
  > div
  > div,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-squares
  .tenweb-countdown-item
  > div
  > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px 0;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-circles
  .tenweb-countdown-item {
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
}
.elementor-widget-twbbcountdown.tenweb-countdown--layout-inline
  .tenweb-countdown-item,
.elementor-widget-twbbcountdown.tenweb-countdown--layout-inline.tenweb-countdown--delimiters-yes
  .tenweb-countdown-delimiter-container:not(:last-child) {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.elementor-widget-twbbcountdown.elementor-widget
  .tenweb-countdown-delimiter-container {
  display: none;
}
.tenweb-hidden {
  display: none !important;
}
.tenweb-countdown-description {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.tenweb-countdown-expired .tenweb-countdown-label {
  font-size: 22px;
  font-weight: 600;
}
.elementor-facebook-widget.fb_iframe_widget,
.elementor-facebook-widget.fb_iframe_widget span {
  width: 100% !important;
}
.elementor-facebook-widget.fb_iframe_widget iframe {
  position: relative;
  width: 100% !important;
}
.elementor-facebook-widget.fb-like {
  height: 1px;
}
.elementor-widget-facebook-comments iframe {
  width: 100% !important;
}
.tenweb-flip-box {
  height: 280px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-device-width: ELEMENTOR_SCREEN_MD_MAX) {
  .tenweb-flip-box {
    cursor: pointer;
  }
}
.tenweb-flip-box__front {
  background-color: #1abc9c;
}
.tenweb-flip-box__back {
  background-color: #4054b2;
  display: block;
}
.tenweb-flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.tenweb-flip-box__layer__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  padding: 35px;
}
.tenweb-flip-box__layer__title {
  font-size: 21px;
}
.tenweb-flip-box__layer__description {
  font-size: 14px;
}
.tenweb-flip-box__layer__description,
.tenweb-flip-box__layer__title {
  color: #fff;
}
.tenweb-flip-box__layer__description:not(:last-child),
.tenweb-flip-box__layer__title:not(:last-child) {
  margin: 0 0 20px;
  padding: 0;
}
.tenweb-flip-box__layer__title {
  line-height: 1;
  font-weight: 600;
}
.tenweb-flip-box .tenweb-icon,
.tenweb-flip-box .tenweb-view-framed .tenweb-icon,
.tenweb-flip-box .tenweb-view-stacked .tenweb-icon {
  color: #fff;
}
.tenweb-flip-box .tenweb-view-framed .tenweb-icon {
  color: #fff;
  border-color: #fff;
}
.tenweb-flip-box .tenweb-view-stacked .tenweb-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.tenweb-flip-box .tenweb-flip-box__button.tenweb-button {
  cursor: pointer;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #fff;
  color: #fff;
  background: 0 0;
}
.tenweb-flip-box__button.tenweb-button:hover {
  background: 0 0;
  text-decoration: none;
}
.tenweb-flip-box__image {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}
.tenweb-flip-box__image img {
  width: 50%;
}
.tenweb-flip-box .tenweb-icon-wrapper {
  margin-bottom: 20px;
}
.tenweb-flip-box--3d .tenweb-flip-box__layer__inner {
  -webkit-transform: translateZ(90px) scale(0.91);
  transform: translateZ(90px) scale(0.91);
}
.tenweb-flip-box--3d .tenweb-flip-box__layer__overlay {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.tenweb-flip-box--effect-flip .tenweb-flip-box {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tenweb-flip-box--effect-flip .tenweb-flip-box__layer {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tenweb-flip-box--effect-flip .tenweb-flip-box__front {
  -webkit-transform: none;
  -ms-transform: none;
  z-index: 1;
}
.tenweb-flip-box--effect-flip .tenweb-flip-box:hover .tenweb-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-right
  .tenweb-flip-box__back {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-left
  .tenweb-flip-box__back,
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-right
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-left
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-up
  .tenweb-flip-box__back {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-down
  .tenweb-flip-box__back,
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-up
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}
.tenweb-flip-box--effect-flip.tenweb-flip-box--direction-down
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}
.tenweb-flip-box--effect-push .tenweb-flip-box__front {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-right
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-left
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-up
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-down
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}
.tenweb-flip-box--effect-push .tenweb-flip-box,
.tenweb-flip-box--effect-slide .tenweb-flip-box {
  overflow: hidden;
}
.tenweb-flip-box--effect-push .tenweb-flip-box:hover .tenweb-flip-box__back,
.tenweb-flip-box--effect-slide .tenweb-flip-box:hover .tenweb-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-right
  .tenweb-flip-box__back,
.tenweb-flip-box--effect-slide.tenweb-flip-box--direction-right
  .tenweb-flip-box__back {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-left
  .tenweb-flip-box__back,
.tenweb-flip-box--effect-slide.tenweb-flip-box--direction-left
  .tenweb-flip-box__back {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-up
  .tenweb-flip-box__back,
.tenweb-flip-box--effect-slide.tenweb-flip-box--direction-up
  .tenweb-flip-box__back {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}
.tenweb-flip-box--effect-push.tenweb-flip-box--direction-down
  .tenweb-flip-box__back,
.tenweb-flip-box--effect-slide.tenweb-flip-box--direction-down
  .tenweb-flip-box__back {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}
.tenweb-flip-box--effect-zoom-out .tenweb-flip-box .tenweb-flip-box__front {
  -webkit-transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.35s, width 0.1ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
  width: 100%;
}
.tenweb-flip-box--effect-zoom-out
  .tenweb-flip-box:hover
  .tenweb-flip-box__front {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 0.7s 0.1s, width 0.1ms 0.7s,
    -webkit-transform 0.8s;
  transition: opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
  -o-transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
}
.tenweb-flip-box--effect-zoom-in .tenweb-flip-box .tenweb-flip-box__back {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.5s 0.2s;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
}
.tenweb-flip-box--effect-zoom-in .tenweb-flip-box:hover .tenweb-flip-box__back {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.5s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tenweb-flip-box--effect-fade .tenweb-flip-box .tenweb-flip-box__back {
  opacity: 0;
}
.tenweb-flip-box--effect-fade .tenweb-flip-box:hover .tenweb-flip-box__back {
  opacity: 1;
}
.elementor-widget-twbb-flip-box.tenweb-flip-box--flipped
  .elementor-widget-container
  .tenweb-flip-box__front {
  display: none;
}
.elementor-widget-twbb-flip-box.tenweb-flip-box--flipped
  .elementor-widget-container
  .tenweb-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
@-webkit-keyframes e-hotspot-soft-beat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes e-hotspot-soft-beat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes e-hotspot-expand {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes e-hotspot-expand {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.elementor-widget-twbb_hotspot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--background-align);
  -ms-flex-pack: var(--background-align);
  justify-content: var(--background-align);
}
.elementor-widget-twbb_hotspot .elementor-widget-container {
  position: relative;
  display: inline-block;
  width: var(--container-width);
  max-width: var(--container-max-width);
  height: var(--container-height);
}
.elementor-widget-twbb_hotspot .elementor-widget-container > img {
  display: block;
  width: var(--image-width, auto);
  height: var(--container-height);
  opacity: var(--opacity, 1);
}
.e-hotspot {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}
.e-hotspot--position-left.e-hotspot--position-top {
  -webkit-transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    calc(-1 * var(--hotspot-translate-y))
  );
  -ms-transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    calc(-1 * var(--hotspot-translate-y))
  );
  transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    calc(-1 * var(--hotspot-translate-y))
  );
}
.e-hotspot--position-left.e-hotspot--position-bottom {
  -webkit-transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    var(--hotspot-translate-y)
  );
  -ms-transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    var(--hotspot-translate-y)
  );
  transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    var(--hotspot-translate-y)
  );
}
.e-hotspot--position-right.e-hotspot--position-top {
  -webkit-transform: translate(
    var(--hotspot-translate-x),
    calc(-1 * var(--hotspot-translate-y))
  );
  -ms-transform: translate(
    var(--hotspot-translate-x),
    calc(-1 * var(--hotspot-translate-y))
  );
  transform: translate(
    var(--hotspot-translate-x),
    calc(-1 * var(--hotspot-translate-y))
  );
}
.e-hotspot--position-right.e-hotspot--position-bottom {
  -webkit-transform: translate(
    var(--hotspot-translate-x),
    var(--hotspot-translate-y)
  );
  -ms-transform: translate(
    var(--hotspot-translate-x),
    var(--hotspot-translate-y)
  );
  transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
}
.e-hotspot--active {
  z-index: 2;
}
.e-hotspot__inner-circle,
.e-hotspot__outer-circle {
  content: "";
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
}
.e-hotspot__inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--hotspot-color);
  padding: calc(var(--hotspot-size, 18px) / 2);
}
.e-hotspot__outer-circle {
  background-color: var(--hotspot-color);
  padding: var(--hotspot-padding, 4px);
  width: var(--hotspot-size, 18px);
  height: var(--hotspot-size, 18px);
}
.e-hotspot--icon .e-hotspot__button {
  line-height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: var(--hotspot-size, 18px);
  width: var(--hotspot-size, 18px);
  height: var(--hotspot-size, 18px);
}
.e-hotspot__icon,
.e-hotspot__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.e-hotspot__icon svg,
.e-hotspot__label svg {
  width: var(--hotspot-size, 18px);
  height: auto;
}
.e-hotspot__button {
  cursor: pointer;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--hotspot-color);
  font-size: var(--hotspot-size, 18px);
  min-width: var(--hotspot-button-width);
  min-height: var(--hotspot-button-height);
}
.e-hotspot__button:before {
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  left: -5px;
  top: -5px;
  position: absolute;
  padding: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.e-hotspot__button svg {
  fill: var(--hotspot-color);
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button {
  min-width: var(--hotspot-min-width);
  min-height: var(--hotspot-min-height);
  background-color: var(--hotspot-box-color);
  padding: var(--hotspot-padding, 4px);
  border-radius: var(--hotspot-border-radius, 3px);
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before {
  border-radius: var(--hotspot-border-radius, 3px);
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand::before {
  background-color: var(--hotspot-box-color);
}
.e-hotspot--overlay {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.e-hotspot--active .e-hotspot--overlay,
.e-hotspot--overlay:hover {
  opacity: 1;
}
.e-hotspot--soft-beat {
  -webkit-animation: e-hotspot-soft-beat 0.7s infinite alternate;
  animation: e-hotspot-soft-beat 0.7s infinite alternate;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.e-hotspot--expand .e-hotspot__outer-circle {
  -webkit-animation: e-hotspot-expand 2s infinite;
  animation: e-hotspot-expand 2s infinite;
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-animation: e-hotspot-expand 2s infinite;
  animation: e-hotspot-expand 2s infinite;
}
.e-hotspot--sequenced {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.e-hotspot__direction-mask {
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
.e-hotspot__tooltip {
  white-space: var(--white-space, nowrap);
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--tooltip-transition-duration, 500ms);
  -o-transition-duration: var(--tooltip-transition-duration, 500ms);
  transition-duration: var(--tooltip-transition-duration, 500ms);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  pointer-events: none;
  color: var(--tooltip-text-color, #fff);
  text-align: var(--tooltip-align);
  min-width: var(--tooltip-min-width);
  padding: var(--tooltip-padding, 8px);
  border-radius: var(--tooltip-border-radius);
  background-color: var(--tooltip-color);
}
.e-hotspot__tooltip p:last-of-type {
  margin-bottom: 0;
}
.e-hotspot__direction-mask .e-hotspot__tooltip {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: static;
}
.e-hotspot--active .e-hotspot__tooltip {
  pointer-events: visible;
}
.e-hotspot--fade-in-out {
  opacity: 0;
}
.e-hotspot--active .e-hotspot--fade-in-out {
  opacity: 1;
}
.e-hotspot--fade-grow {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.e-hotspot--active .e-hotspot--fade-grow {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.e-hotspot--override-tooltip-animation-from-top,
.e-hotspot--tooltip-animation-from-top {
  -webkit-transform: translate(0, calc(-100% - 1px));
  -ms-transform: translate(0, calc(-100% - 1px));
  transform: translate(0, calc(-100% - 1px));
}
.e-hotspot--override-tooltip-animation-from-left,
.e-hotspot--tooltip-animation-from-left {
  -webkit-transform: translate(calc(-100% - 1px), 0);
  -ms-transform: translate(calc(-100% - 1px), 0);
  transform: translate(calc(-100% - 1px), 0);
}
.e-hotspot--override-tooltip-animation-from-right,
.e-hotspot--tooltip-animation-from-right {
  -webkit-transform: translate(calc(100% + 1px), 0);
  -ms-transform: translate(calc(100% + 1px), 0);
  transform: translate(calc(100% + 1px), 0);
}
.e-hotspot--override-tooltip-animation-from-bottom,
.e-hotspot--tooltip-animation-from-bottom {
  -webkit-transform: translate(0, calc(100% + 1px));
  -ms-transform: translate(0, calc(100% + 1px));
  transform: translate(0, calc(100% + 1px));
}
.e-hotspot--fade-direction {
  opacity: 0;
}
.e-hotspot--active .e-hotspot--fade-direction,
.e-hotspot--active .e-hotspot--slide-direction {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.e-hotspot--show-tooltip {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.twbb-add_new_page {
  min-width: 20px;
  line-height: 0;
  border: unset;
  text-align: left;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: unset;
  z-index: 9;
}
.elementor-editor-active .ai-recreated-menu-item,
.elementor-editor-preview .ai-recreated-menu-item {
  border: 1px dashed #1d232726 !important;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  width: fit-content;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.elementor-editor-active .ai-recreated-menu-item:hover,
.elementor-editor-preview .ai-recreated-menu-item:hover {
  border: 0 !important;
}
.elementor-editor-active .ai-recreated-menu-item a,
.elementor-editor-preview .ai-recreated-menu-item a {
  color: #323a4550 !important;
}
.site-main .menu-navigation-container {
  overflow: visible;
}
.twbb-item:after,
.twbb-item:before {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  opacity: 0;
}
.twbb-item-active:after,
.twbb-item-active:before,
.twbb-item.highlighted:after,
.twbb-item.highlighted:before,
.twbb-item:focus:after,
.twbb-item:focus:before,
.twbb-item:hover:after,
.twbb-item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.e--pointer-double-line.e--animation-grow
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-double-line.e--animation-grow
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-grow
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-overline.e--animation-grow
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before,
.e--pointer-underline.e--animation-grow
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-grow
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  height: 0;
  width: 0;
  left: 50%;
}
.e--pointer-double-line.e--animation-drop-out
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-drop-out
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before,
.e--pointer-underline.e--animation-drop-out
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  top: 10px;
}
.e--pointer-double-line.e--animation-drop-out
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-overline.e--animation-drop-out
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-drop-out
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after {
  bottom: 10px;
}
.e--pointer-double-line.e--animation-drop-in
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-drop-in
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before,
.e--pointer-underline.e--animation-drop-in
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  top: -10px;
}
.e--pointer-double-line.e--animation-drop-in
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-overline.e--animation-drop-in
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-drop-in
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after {
  bottom: -10px;
}
.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .twbb-item,
.e--pointer-double-line.e--animation-none .twbb-item:after,
.e--pointer-double-line.e--animation-none .twbb-item:before,
.e--pointer-double-line.e--animation-none .twbb-item:focus,
.e--pointer-double-line.e--animation-none .twbb-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .twbb-item,
.e--pointer-overline.e--animation-none .twbb-item:after,
.e--pointer-overline.e--animation-none .twbb-item:before,
.e--pointer-overline.e--animation-none .twbb-item:focus,
.e--pointer-overline.e--animation-none .twbb-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .twbb-item,
.e--pointer-underline.e--animation-none .twbb-item:after,
.e--pointer-underline.e--animation-none .twbb-item:before,
.e--pointer-underline.e--animation-none .twbb-item:focus,
.e--pointer-underline.e--animation-none .twbb-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-double-line .twbb-item:before,
.e--pointer-overline .twbb-item:before {
  content: "";
  top: 0;
}
.e--pointer-double-line.e--animation-slide
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-slide
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  width: 10px;
  left: -20px;
}
.e--pointer-double-line .twbb-item:after,
.e--pointer-underline .twbb-item:after {
  content: "";
  bottom: 0;
}
.e--pointer-double-line.e--animation-slide
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-slide
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):after {
  width: 10px;
  left: calc(100% + 20px);
}
.e--pointer-framed .twbb-item:after,
.e--pointer-framed .twbb-item:before {
  background: 0 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c;
}
.e--pointer-framed .twbb-item:before {
  content: "";
}
.e--pointer-framed.e--animation-grow
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.e--pointer-framed.e--animation-shrink
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.e--pointer-framed.e--animation-grow .twbb-item:before,
.e--pointer-framed.e--animation-shrink .twbb-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  -o-transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.e--pointer-framed.e--animation-draw .twbb-item:after,
.e--pointer-framed.e--animation-draw .twbb-item:before {
  width: 3px;
  height: 3px;
}
.e--pointer-framed.e--animation-draw .twbb-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  -o-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.e--pointer-framed.e--animation-draw .twbb-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  -o-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.e--pointer-framed.e--animation-draw .twbb-item-active:after,
.e--pointer-framed.e--animation-draw .twbb-item-active:before,
.e--pointer-framed.e--animation-draw .twbb-item.highlighted:after,
.e--pointer-framed.e--animation-draw .twbb-item.highlighted:before,
.e--pointer-framed.e--animation-draw .twbb-item:focus:after,
.e--pointer-framed.e--animation-draw .twbb-item:focus:before,
.e--pointer-framed.e--animation-draw .twbb-item:hover:after,
.e--pointer-framed.e--animation-draw .twbb-item:hover:before {
  width: 100%;
  height: 100%;
}
.e--pointer-framed.e--animation-draw .twbb-item-active:before,
.e--pointer-framed.e--animation-draw .twbb-item.highlighted:before,
.e--pointer-framed.e--animation-draw .twbb-item:focus:before,
.e--pointer-framed.e--animation-draw .twbb-item:hover:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  -o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.e--pointer-framed.e--animation-draw .twbb-item-active:after,
.e--pointer-framed.e--animation-draw .twbb-item.highlighted:after,
.e--pointer-framed.e--animation-draw .twbb-item:focus:after,
.e--pointer-framed.e--animation-draw .twbb-item:hover:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  -o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.e--pointer-framed.e--animation-corners .twbb-item:after,
.e--pointer-framed.e--animation-corners .twbb-item:before {
  width: 3px;
  height: 3px;
}
.e--pointer-framed.e--animation-corners .twbb-item:before {
  border-width: 3px 0 0 3px;
}
.e--pointer-framed.e--animation-corners .twbb-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0;
}
.e--pointer-framed.e--animation-corners .twbb-item-active:after,
.e--pointer-framed.e--animation-corners .twbb-item-active:before,
.e--pointer-framed.e--animation-corners .twbb-item.highlighted:after,
.e--pointer-framed.e--animation-corners .twbb-item.highlighted:before,
.e--pointer-framed.e--animation-corners .twbb-item:focus:after,
.e--pointer-framed.e--animation-corners .twbb-item:focus:before,
.e--pointer-framed.e--animation-corners .twbb-item:hover:after,
.e--pointer-framed.e--animation-corners .twbb-item:hover:before {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .twbb-item,
.e--pointer-framed.e--animation-none .twbb-item:after,
.e--pointer-framed.e--animation-none .twbb-item:before,
.e--pointer-framed.e--animation-none .twbb-item:focus,
.e--pointer-framed.e--animation-none .twbb-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-background .twbb-item:after,
.e--pointer-background .twbb-item:before {
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.e--pointer-background .twbb-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.e--pointer-background .twbb-item-active,
.e--pointer-background .twbb-item.highlighted,
.e--pointer-background .twbb-item:focus,
.e--pointer-background .twbb-item:hover {
  color: #fff;
}
.e--pointer-background.e--animation-grow .twbb-item:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.e--pointer-background.e--animation-grow .twbb-item-active:before,
.e--pointer-background.e--animation-grow .twbb-item.highlighted:before,
.e--pointer-background.e--animation-grow .twbb-item:focus:before,
.e--pointer-background.e--animation-grow .twbb-item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.e--pointer-background.e--animation-shrink
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.e--pointer-background.e--animation-shrink .twbb-item-active:before,
.e--pointer-background.e--animation-shrink .twbb-item.highlighted:before,
.e--pointer-background.e--animation-shrink .twbb-item:focus:before,
.e--pointer-background.e--animation-shrink .twbb-item:hover:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  -o-transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.e--pointer-background.e--animation-sweep-left
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  left: 100%;
}
.e--pointer-background.e--animation-sweep-right
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  right: 100%;
}
.e--pointer-background.e--animation-sweep-up
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  top: 100%;
}
.e--pointer-background.e--animation-sweep-down
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  bottom: 100%;
}
.e--pointer-background.e--animation-shutter-out-vertical
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  bottom: 50%;
  top: 50%;
}
.e--pointer-background.e--animation-shutter-out-horizontal
  .twbb-item:not(:hover):not(:focus):not(.twbb-item-active):not(
    .highlighted
  ):before {
  right: 50%;
  left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .twbb-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .twbb-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.e--pointer-background.e--animation-shutter-in-vertical .twbb-item:before {
  top: 0;
  bottom: 100%;
}
.e--pointer-background.e--animation-shutter-in-vertical .twbb-item:after {
  top: 100%;
  bottom: 0;
}
.e--pointer-background.e--animation-shutter-in-vertical
  .twbb-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical
  .twbb-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .twbb-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical
  .twbb-item:hover:before {
  bottom: 50%;
}
.e--pointer-background.e--animation-shutter-in-vertical .twbb-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical
  .twbb-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .twbb-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .twbb-item:hover:after {
  top: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .twbb-item:before {
  right: 0;
  left: 100%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .twbb-item:after {
  right: 100%;
  left: 0;
}
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item:hover:before {
  left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal
  .twbb-item:hover:after {
  right: 50%;
}
.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .twbb-item,
.e--pointer-background.e--animation-none .twbb-item:after,
.e--pointer-background.e--animation-none .twbb-item:before,
.e--pointer-background.e--animation-none .twbb-item:focus,
.e--pointer-background.e--animation-none .twbb-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.e--pointer-text.e--animation-skew .twbb-item:focus,
.e--pointer-text.e--animation-skew .twbb-item:hover {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
}
.e--pointer-text.e--animation-grow .twbb-item:focus,
.e--pointer-text.e--animation-grow .twbb-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.e--pointer-text.e--animation-shrink .twbb-item:focus,
.e--pointer-text.e--animation-shrink .twbb-item:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.e--pointer-text.e--animation-float .twbb-item:focus,
.e--pointer-text.e--animation-float .twbb-item:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.e--pointer-text.e--animation-sink .twbb-item:focus,
.e--pointer-text.e--animation-sink .twbb-item:hover {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.e--pointer-text.e--animation-rotate .twbb-item:focus,
.e--pointer-text.e--animation-rotate .twbb-item:hover {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .twbb-item,
.e--pointer-text.e--animation-none .twbb-item:after,
.e--pointer-text.e--animation-none .twbb-item:before,
.e--pointer-text.e--animation-none .twbb-item:focus,
.e--pointer-text.e--animation-none .twbb-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.twbb-nav-menu--main .twbb-nav-menu a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.twbb-nav-menu--main .twbb-nav-menu a,
.twbb-nav-menu--main .twbb-nav-menu a.highlighted,
.twbb-nav-menu--main .twbb-nav-menu a:focus,
.twbb-nav-menu--main .twbb-nav-menu a:hover {
  padding: 13px 20px;
}
.twbb-nav-menu--main .twbb-nav-menu a.current {
  background: #373a3c;
  color: #fff;
}
.twbb-nav-menu--main .twbb-nav-menu a.disabled {
  background: #55595c;
  color: #a1a6a9;
}
.twbb-nav-menu--main .twbb-nav-menu ul {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0;
  margin-left: 0;
}
.twbb-nav-menu--main .twbb-nav-menu span.scroll-down,
.twbb-nav-menu--main .twbb-nav-menu span.scroll-up {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px;
}
.twbb-nav-menu--main .twbb-nav-menu span.scroll-down-arrow,
.twbb-nav-menu--main .twbb-nav-menu span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #494c4f;
}
.twbb-nav-menu--main .twbb-nav-menu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed;
  border-color: #494c4f transparent transparent;
}
.twbb-nav-menu--layout-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.twbb-nav-menu--layout-horizontal .twbb-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.twbb-nav-menu--layout-horizontal .twbb-nav-menu a {
  justify-content: space-between;
  word-break: break-word;
}
.twbb-nav-menu__align-right .twbb-nav-menu {
  margin-left: auto;
}
.twbb-nav-menu--layout-vertical > ul > li > a {
  white-space: pre-wrap;
}
.twbb-nav-menu__align-right .twbb-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.twbb-nav-menu__align-right .twbb-nav-menu--layout-vertical > ul > li > ul {
  right: 0;
}
.twbb-nav-menu__align-right
  .twbb-nav-menu--layout-vertical
  > ul
  > li
  > ul
  > li
  > a {
  justify-content: flex-end;
}
.twbb-nav-menu__align-left .twbb-nav-menu {
  margin-right: auto;
}
.twbb-nav-menu__align-left .twbb-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.twbb-nav-menu__align-left
  .twbb-nav-menu--layout-vertical
  > ul
  > li
  > ul
  > li
  > a {
  justify-content: flex-start;
}
.twbb-nav-menu__align-center .twbb-nav-menu {
  margin-left: auto;
  margin-right: auto;
}
.twbb-nav-menu__align-center .twbb-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.twbb-nav-menu__align-center .twbb-nav-menu--layout-vertical > ul > li > ul {
  left: calc(50% - 6em);
}
.twbb-nav-menu__align-center
  .twbb-nav-menu--layout-vertical
  > ul
  > li
  > ul
  > li
  > a {
  justify-content: flex-start;
}
.twbb-nav-menu__align-justify .twbb-nav-menu--layout-horizontal .twbb-nav-menu {
  width: 100%;
}
.twbb-nav-menu__align-justify
  .twbb-nav-menu--layout-horizontal
  .twbb-nav-menu
  > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.twbb-nav-menu__align-justify
  .twbb-nav-menu--layout-horizontal
  .twbb-nav-menu
  > li
  > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-twbb-nav-menu .elementor-widget-container {
  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;
}
.twbb-nav-menu {
  position: relative;
}
.twbb-nav-menu:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.twbb-nav-menu,
.twbb-nav-menu li,
.twbb-nav-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
.twbb-nav-menu ul {
  display: none;
}
.twbb-nav-menu ul ul a,
.twbb-nav-menu ul ul a:active,
.twbb-nav-menu ul ul a:focus,
.twbb-nav-menu ul ul a:hover {
  border-left: 16px solid transparent;
}
.twbb-nav-menu ul ul ul a,
.twbb-nav-menu ul ul ul a:active,
.twbb-nav-menu ul ul ul a:focus,
.twbb-nav-menu ul ul ul a:hover {
  border-left: 24px solid transparent;
}
.twbb-nav-menu ul ul ul ul a,
.twbb-nav-menu ul ul ul ul a:active,
.twbb-nav-menu ul ul ul ul a:focus,
.twbb-nav-menu ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}
.twbb-nav-menu ul ul ul ul ul a,
.twbb-nav-menu ul ul ul ul ul a:active,
.twbb-nav-menu ul ul ul ul ul a:focus,
.twbb-nav-menu ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}
.twbb-nav-menu a,
.twbb-nav-menu li {
  position: relative;
}
.twbb-nav-menu li {
  border-width: 0;
}
.twbb-nav-menu a {
  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;
  white-space: nowrap;
}
.twbb-nav-menu a,
.twbb-nav-menu a:focus,
.twbb-nav-menu a:hover {
  padding: 10px 20px;
  line-height: 20px;
}
.twbb-nav-menu a.current {
  background: #373a3c;
  color: #fff;
}
.twbb-nav-menu a.disabled {
  cursor: not-allowed;
  color: #a1a6a9;
}
.twbb-nav-menu--indicator-none .twbb-nav-menu .twbb-item.has-submenu {
  padding-right: 20px;
}
.twbb-nav-menu--indicator-none
  .twbb-nav-menu
  .twbb-item.has-submenu
  .sub-arrow {
  display: none;
}
.twbb-nav-menu--indicator-plus:before {
  font-family: "Open Sans", sans-serif;
}
.twbb-nav-menu--indicator-chevron .twbb-nav-menu .sub-arrow {
  font-size: 10px;
}
.twbb-nav-menu--indicator-chevron .twbb-nav-menu .sub-arrow i:before {
  content: "";
}
.twbb-nav-menu--indicator-angle .twbb-nav-menu .sub-arrow i:before {
  content: "";
}
.twbb-nav-menu--indicator-classic .twbb-nav-menu .sub-arrow i:before {
  content: "";
}
.twbb-nav-menu--indicator-plus .twbb-nav-menu .sub-arrow i:before {
  content: "+";
}
.twbb-item.has-submenu.highlighted .sub-arrow i,
.twbb-sub-item.has-submenu.highlighted .sub-arrow i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.twbb-nav-menu .sub-arrow {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;
  padding-left: 10px;
}
.twbb-nav-menu--dropdown .twbb-item.highlighted,
.twbb-nav-menu--dropdown .twbb-item.twbb-item-active,
.twbb-nav-menu--dropdown .twbb-item:focus,
.twbb-nav-menu--dropdown .twbb-item:hover,
.twbb-sub-item.highlighted,
.twbb-sub-item.twbb-item-active,
.twbb-sub-item:focus,
.twbb-sub-item:hover {
  background-color: inherit;
  color: inherit;
}
.twbb-nav-menu.twbb-menu-columns li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
.twbb-menu-toggle {
  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;
  font-size: 22px;
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #494c4f;
}
.twbb-menu-toggle.twbb-menu-toggle--no {
  display: none;
}
.twbb-menu-toggle.twbb-menu-toggle--yes {
  display: block;
}
.twbb-nav-menu--dropdown.twbb-nav-menu__container {
  margin-top: 2px;
}
.twbb-nav-menu--dropdown.twbb-nav-menu__container .twbb-sub-item {
  font-size: 0.85em;
}
.twbb-nav-menu--dropdown a {
  color: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.twbb-nav-menu--dropdown a.current {
  background: #373a3c;
  color: #fff;
}
.twbb-nav-menu--dropdown a.disabled {
  color: #b3b3b3;
}
ul.twbb-nav-menu--dropdown a,
ul.twbb-nav-menu--dropdown a:focus,
ul.twbb-nav-menu--dropdown a:hover {
  text-shadow: none;
  border-left: 8px solid transparent;
}
.twbb-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px;
}
.elementor-widget-twbb-nav-menu:not(.twbb-nav-menu--toggle) .twbb-menu-toggle {
  display: none;
}
.twbb-nav-menu__text-align-center .twbb-nav-menu--dropdown .twbb-nav-menu a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.twbb-nav-menu__text-align-right .twbb-nav-menu--dropdown .twbb-nav-menu a {
  justify-content: right;
  text-align: right;
  display: block;
}
.twbb-nav-menu--dropdown.twbb-nav-menu__container,
.twbb-nav-menu--toggle
  .twbb-menu-toggle:not(.twbb-active)
  + .twbb-nav-menu--dropdown.twbb-nav-menu__container {
  display: none;
}
.twbb-menu-toggle.twbb-active
  + .twbb-nav-menu--dropdown.twbb-nav-menu__container {
  display: block;
}
.twbb-nav-menu--stretch .twbb-nav-menu__container.twbb-nav-menu--dropdown,
.twbb-nav-menu--stretch.twbb-nav-menu--dropdown-tablet
  .twbb-nav-menu--dropdown.twbb-nav-menu__container {
  position: absolute;
  z-index: 9998;
}
.twbb-nav-menu--dropdown.twbb-nav-menu__container .twbb-nav-menu {
  width: 100%;
}
.elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px;
}
.e--pointer-double-line .twbb-item:after,
.e--pointer-double-line .twbb-item:before,
.e--pointer-overline .twbb-item:after,
.e--pointer-overline .twbb-item:before,
.e--pointer-underline .twbb-item:after,
.e--pointer-underline .twbb-item:before {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
}
@media (min-width: 768px) {
  .twbb-nav-menu--dropdown-mobile .twbb-menu-toggle,
  .twbb-nav-menu--dropdown-mobile
    .twbb-menu-toggle.twbb-active
    + .twbb-nav-menu--dropdown {
    display: none;
  }
}
@media (min-width: 1025px) {
  .twbb-nav-menu--dropdown-tablet .twbb-menu-toggle,
  .twbb-nav-menu--dropdown-tablet
    .twbb-menu-toggle.twbb-active
    + .twbb-nav-menu--dropdown {
    display: none;
  }
}
@media (max-width: 1024px) {
  .twbb-nav-menu--dropdown-tablet .twbb-nav-menu--main {
    display: none;
  }
}
@media (max-width: 767px) {
  .twbb-nav-menu--dropdown-mobile .twbb-nav-menu--main {
    display: none;
  }
}
.twbb-nav-menu--toggle.twbb-nav-menu--dropdown-tablet
  .twbb-nav-menu--dropdown
  li {
  display: block !important;
}
.twbb-nav-menu--dropdown-tablet .twbb-nav-menu--dropdown li {
  display: inline-block !important;
}
.twbb-nav-menu--dropdown-tablet .twbb-nav-menu--dropdown .sm-vertical li {
  display: block !important;
}
.twbb-menu-toggle i:before {
  content: "\2630";
}
.twbb-menu-toggle.twbb-active i:before {
  content: "\26CC";
}
.twbb-nav-menu {
  z-index: 999;
}
div[data-widget_type="twbb-nav-menu.default"] .elementor-element-overlay {
  z-index: 1000;
}
.elementor-column
  .elementor-column-wrap
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  .elementor-inline-items {
  align-items: center;
}
.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto;
}
.elementor-widget.elementor-align-center
  .elementor-inline-terms
  .elementor-icon-list-item:after {
  margin: initial;
}
.tenweb-post-navigation-borders-yes .tenweb-post-navigation.elementor-grid {
  color: #d4d4d4;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tenweb-post-navigation-borders-yes .tenweb-post-navigation__separator {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: #d4d4d4;
}
.tenweb-post-navigation {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tenweb-post-navigation .post-navigation__arrow-wrapper {
  color: #d4d4d4;
}
.tenweb-post-navigation
  .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  font-size: 30px;
  padding-right: 15px;
}
.tenweb-post-navigation
  .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  font-size: 30px;
  padding-left: 15px;
}
.tenweb-post-navigation .post-navigation__arrow-wrapper i {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
.tenweb-post-navigation .tenweb-post-navigation__link__next,
.tenweb-post-navigation .tenweb-post-navigation__link__prev {
  overflow: hidden;
}
.tenweb-post-navigation .tenweb-post-navigation__link a {
  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;
  max-width: 100%;
}
.tenweb-post-navigation .post-navigation__next--label,
.tenweb-post-navigation .post-navigation__prev--label {
  text-transform: uppercase;
  font-size: 0.8em;
}
.tenweb-post-navigation .post-navigation__next--title,
.tenweb-post-navigation .post-navigation__prev--title {
  font-size: 0.7em;
}
.tenweb-post-navigation .post-navigation__next--label,
.tenweb-post-navigation .post-navigation__next--title,
.tenweb-post-navigation .post-navigation__prev--label,
.tenweb-post-navigation .post-navigation__prev--title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tenweb-post-navigation span.tenweb-post-navigation__link__next {
  text-align: right;
}
.tenweb-post-navigation span.tenweb-post-navigation__link__next,
.tenweb-post-navigation span.tenweb-post-navigation__link__prev {
  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;
}
.tenweb-post-navigation .elementor-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tenweb-post-navigation .tenweb-post-navigation__link {
  width: calc(50% - (1px / 2));
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tenweb-post-navigation .tenweb-post-navigation__separator-wrapper {
  text-align: center;
}
.tenweb-post-navigation .tenweb-post-navigation__next {
  text-align: right;
}
.tenweb-post-navigation .tenweb-post-navigation__next a {
  float: right;
}
.site-main .elementor-widget-post-navigation,
.site-main .elementor-widget-post-navigation [class*="navigation"] {
  margin: 0;
}
.twbb-posts-widget-container {
  min-height: 1px;
}
.twbb-posts-widget-container.empty-posts {
  align-items: center;
  justify-content: center;
  display: flex;
}
.elementor-widget-twbb-posts .elementor-widget-container {
  min-height: 80px;
}
.twbb-posts-grid-container {
  display: grid;
}
.twbb-posts-grid-container .twbb-posts-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  flex-wrap: wrap;
  align-self: flex-start;
  word-break: break-all;
  word-break: break-word;
  overflow: hidden;
}
.elementor-msie .twbb-posts-grid-container {
  display: flex;
  flex-wrap: wrap;
}
.elementor-msie .twbb-posts-grid-container .twbb-posts-item {
  flex: none;
}
.twbb-posts-item {
  border: 0 solid;
}
.twbb-posts-meta-data {
  border-top: 1px solid;
}
.twbb-posts-item > div {
  width: 100%;
}
.twbb-posts-meta-separator {
  margin: 0 5px;
}
.twbb-posts-content,
.twbb-posts-meta-data,
.twbb-posts-read-more {
  font-size: 14px;
}
.twbb-posts-grid-container h1,
.twbb-posts-grid-container h2,
.twbb-posts-grid-container h3,
.twbb-posts-grid-container h4,
.twbb-posts-grid-container h5,
.twbb-posts-grid-container h6,
.twbb-posts-grid-container img {
  margin: 0;
  padding: 0;
}
.twbb-posts-image img {
  width: 100%;
}
.twbb-posts-meta-data {
  padding: 10px 0;
}
.twbb-posts-masonry-container {
  box-sizing: border-box;
  position: relative;
}
.twbb-posts-item {
  box-sizing: border-box;
}
.twbb-posts-meta-separator:not(.twbb-posts-active-meta-separator) {
  display: none;
}
.twbb-posts-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.twbb-posts-pagination .twbb-posts-page:not(.twbb-posts-page-deactive) {
  cursor: pointer;
}
.twbb-posts-pagination .twbb-posts-page.twbb-posts-page-deactive {
  cursor: default;
}
.twbb-posts-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.twbb-posts-loading i {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  display: inline-block;
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.twbb-posts-loading i.twbb-spinner-solid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z'/%3E%3C/svg%3E");
  animation: loading-spinner 2s linear infinite;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.twbb-posts-widget-container .twbb-posts-title,
.twbb-posts-widget-container .twbb-posts-title .twbb-posts-title-tag {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.6px;
}
.twbb-posts-widget-container .twbb-posts-read-more a {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.6px;
}
.twbb-posts-widget-container .twbb-posts-content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.twbb-posts-widget-container .twbb-posts-meta-data * {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.twbb-posts-pagination a.twbb-posts-page {
  font-size: 14px;
  letter-spacing: 0.6px;
}
.twbb-posts-title-tag a {
  color: inherit;
}
.elementor-msie .twbb-posts-grid-1 .twbb-posts-grid-container .twbb-posts-item {
  width: 100%;
}
.elementor-msie .twbb-posts-grid-2 .twbb-posts-grid-container .twbb-posts-item {
  width: 50%;
}
.elementor-msie .twbb-posts-grid-3 .twbb-posts-grid-container .twbb-posts-item {
  width: 33.3%;
}
.elementor-msie .twbb-posts-grid-4 .twbb-posts-grid-container .twbb-posts-item {
  width: 25%;
}
.elementor-msie .twbb-posts-grid-5 .twbb-posts-grid-container .twbb-posts-item {
  width: 20%;
}
.elementor-msie .twbb-posts-grid-6 .twbb-posts-grid-container .twbb-posts-item {
  width: 16.666%;
}
@media (max-width: 1024px) {
  .elementor-msie
    .twbb-posts-grid-tablet-1
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 100%;
  }
  .elementor-msie
    .twbb-posts-grid-tablet-2
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 50%;
  }
  .elementor-msie
    .twbb-posts-grid-tablet-3
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 33.3%;
  }
  .elementor-msie
    .twbb-posts-grid-tablet-4
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 25%;
  }
  .elementor-msie
    .twbb-posts-grid-tablet-5
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 20%;
  }
  .elementor-msie
    .twbb-posts-grid-tablet-6
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 16.666%;
  }
}
@media (max-width: 767px) {
  .elementor-msie
    .twbb-posts-grid-mobile-1
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 100%;
  }
  .elementor-msie
    .twbb-posts-grid-mobile-2
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 50%;
  }
  .elementor-msie
    .twbb-posts-grid-mobile-3
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 33.3%;
  }
  .elementor-msie
    .twbb-posts-grid-mobile-4
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 25%;
  }
  .elementor-msie
    .twbb-posts-grid-mobile-5
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 20%;
  }
  .elementor-msie
    .twbb-posts-grid-mobile-6
    .twbb-posts-grid-container
    .twbb-posts-item {
    width: 16.666%;
  }
}
.elementor-widget-twbb_price-list .elementor-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.elementor-widget-twbb_price-list .elementor-price-list li {
  margin: 0;
}
.elementor-price-list li:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-image {
  max-width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 25px;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-image
  img {
  width: 100%;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-header,
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-item,
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-title {
  max-width: 80%;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-item
  p.elementor-price-list-description {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
}
.elementor-widget-twbb_price-list
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-separator {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  height: 0;
}
.twbb-pricing-table .twbb-pricing-table__subheading {
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.twbb-pricing-table .twbb-pricing-table__heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  color: #fff;
}
.twbb-pricing-table__header {
  text-align: center;
  background: #555;
  padding: 20px 0;
}
.twbb-pricing-table {
  text-align: center;
}
.twbb-pricing-table__footer {
  padding: 30px 0;
}
.twbb-pricing-table__price {
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, Sans-serif;
  font-weight: 600;
  font-size: 65px;
  padding: 40px 0;
}
.twbb-pricing-table__period {
  width: 100%;
  word-wrap: break-word;
  color: #54595f;
  font-family: "Roboto Slab", Sans-serif;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  font-size: medium;
  font-style: normal;
}
.twbb-pricing-table__integer-part {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.8;
}
.twbb-pricing-table .twbb-pricing-table__after-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.twbb-pricing-table__currency {
  margin-right: 3px;
}
.twbb-pricing-table__currency,
.twbb-pricing-table__fractional-part {
  line-height: 1;
  font-size: 0.3em;
}
.twbb-pricing-table__features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.twbb-pricing-table__features-list li:not(:first-child):before {
  content: "";
  display: block;
  border: 0 solid hsla(0, 0%, 48%, 0.3);
  margin: 10px 12.5%;
}
.twbb-pricing-table .twbb-pricing-table__features-list li:last-child {
  padding-bottom: 10px;
}
.twbb-pricing-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.twbb-pricing-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
}
.twbb-pricing-table .twbb-pricing-table__features-list i {
  margin-right: 10px;
  font-size: 1.3em;
}
.twbb-pricing-table
  .twbb-pricing-table__features-list
  li
  .twbb-pricing-table__feature-inner {
  margin-left: 15px;
  margin-right: 15px;
}
.twbb-pricing-table .twbb-pricing-table__features-list li {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.twbb-pricing-table__additional_info {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.twbb-pricing-table__ribbon.twbb-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.elementor-widget-twbb-pricing-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f7f7f7;
}
.elementor-widget-twbb-pricing-table .twbb-pricing-table__original-price {
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  font-size: medium;
  font-style: normal;
  margin-right: 15px;
  text-decoration: line-through;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__heading {
  font-size: 32px;
  line-height: 1.6em;
  font-weight: 800;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__subheading {
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__price {
  font-size: 64px;
  line-height: 0.1em;
  font-weight: 800;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__original-price {
  font-size: 45px;
  line-height: 0.7em;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__period {
  line-height: 2.5em;
  letter-spacing: 0;
  font-weight: 400;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__features-list
  li {
  font-size: 16px;
  font-weight: 500;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__button {
  font-weight: 700;
}
.elementor-widget-twbb-pricing-table
  .twbb-pricing-table
  .twbb-pricing-table__additional_info {
  font-size: 16px;
  line-height: 0.9em;
  font-weight: 500;
}
.elementor-widget-twbb-pricing-table.elementor-element
  .twbb-pricing-table__ribbon-inner {
  font-size: 16px;
}
.tenweb-search-form {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tenweb-search-form button,
.tenweb-search-form input[type="search"] {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: 0 0;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tenweb-search-form button:focus,
.tenweb-search-form input[type="search"]:focus {
  outline: 0;
  color: inherit;
}
.tenweb-search-form button {
  background-color: #818a91;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
}
.tenweb-search-form__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}
.tenweb-search-form__container:not(.tenweb-search-form--full-screen) {
  background: #eceeef;
}
.tenweb-search-form__input {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #55595c;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.tenweb-search-form__input::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.tenweb-search-form__input:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.tenweb-search-form__input::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.tenweb-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.tenweb-search-form__submit {
  color: #fff;
  -webkit-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.tenweb-search-form--button-type-text .tenweb-search-form__submit {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tenweb-search-form--skin-minimal .tenweb-search-form__icon {
  opacity: 0.6;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #55595c;
}
.tenweb-search-form--skin-full_screen
  .tenweb-search-form
  input[type="search"].tenweb-search-form__input {
  font-size: 50px;
  text-align: center;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #fff;
  line-height: 1.5;
  color: #fff;
}
.tenweb-search-form--skin-full_screen .tenweb-search-form__toggle {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: #494c4f;
}
.tenweb-search-form--skin-full_screen .tenweb-search-form__toggle i {
  position: relative;
  display: block;
  border: solid 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 33px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.tenweb-search-form--skin-full_screen .tenweb-search-form__toggle i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.55em;
}
.tenweb-search-form--skin-full_screen .tenweb-search-form__container {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  background-color: rgba(0, 0, 0, 0.8);
}
.tenweb-search-form--skin-full_screen
  .tenweb-search-form__container:not(.tenweb-search-form--full-screen) {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.tenweb-search-form--skin-full_screen
  .tenweb-search-form__container:not(.tenweb-search-form--full-screen)
  .dialog-lightbox-close-button {
  display: none;
}
.elementor-widget-share-buttons.elementor-grid-0 .elementor-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.elementor-share-buttons--align-right .elementor-grid {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-share-buttons--align-left .elementor-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-share-buttons--align-center .elementor-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-share-buttons--align-justify .elementor-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat
  .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient
  .elementor-share-btn {
  background-color: #ea4335;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed
  .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed
  .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal
  .elementor-share-btn {
  color: #ea4335;
  border-color: #ea4335;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed
  .elementor-share-btn
  .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal
  .elementor-share-btn
  .elementor-share-btn__icon {
  background-color: #ea4335;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed
  .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal
  .elementor-share-btn__icon {
  color: #fff;
}
.elementor-share-buttons--color-official .elementor-share-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_delicious {
  background-color: #39f;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_digg {
  background-color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_email {
  background-color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_print {
  background-color: #aaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_facebook {
  background-color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_google {
  background-color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_pocket {
  background-color: #ef3f56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_linkedin {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_odnoklassniki {
  background-color: #f4731c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_pinterest {
  background-color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_reddit {
  background-color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_skype {
  background-color: #00aff0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_slideshare {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_snapchat {
  background-color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_mix {
  background-color: #eb4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_tumblr {
  background-color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_twitch {
  background-color: #6441a5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_telegram {
  background-color: #2ca5e0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_twitter {
  background-color: #1da1f2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_vimeo {
  background-color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_vk {
  background-color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_whatsapp {
  background-color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_wordpress {
  background-color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_xing {
  background-color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_delicious {
  color: #39f;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_digg {
  color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_email {
  color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_print {
  color: #aaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_facebook {
  color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_google {
  color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_pocket {
  color: #ef3f56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_linkedin {
  color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_odnoklassniki {
  color: #f4731c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_pinterest {
  color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_reddit {
  color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_skype {
  color: #00aff0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_slideshare {
  color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_snapchat {
  color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_mix {
  color: #eb4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_tumblr {
  color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_twitch {
  color: #6441a5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_telegram {
  color: #2ca5e0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_twitter {
  color: #1da1f2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_vimeo {
  color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_vk {
  color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_whatsapp {
  color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_wordpress {
  color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_xing {
  color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_delicious
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_delicious
  .elementor-share-btn__icon {
  background-color: #39f;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_digg
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_digg
  .elementor-share-btn__icon {
  background-color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_email
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_email
  .elementor-share-btn__icon {
  background-color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_print
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_print
  .elementor-share-btn__icon {
  background-color: #aaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_facebook
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_facebook
  .elementor-share-btn__icon {
  background-color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_google
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_google
  .elementor-share-btn__icon {
  background-color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pocket
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_pocket
  .elementor-share-btn__icon {
  background-color: #ef3f56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_linkedin
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_linkedin
  .elementor-share-btn__icon {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_odnoklassniki
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_odnoklassniki
  .elementor-share-btn__icon {
  background-color: #f4731c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pinterest
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_pinterest
  .elementor-share-btn__icon {
  background-color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_reddit
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_reddit
  .elementor-share-btn__icon {
  background-color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_skype
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_skype
  .elementor-share-btn__icon {
  background-color: #00aff0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_slideshare
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_slideshare
  .elementor-share-btn__icon {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_snapchat
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_snapchat
  .elementor-share-btn__icon {
  background-color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_mix
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_mix
  .elementor-share-btn__icon {
  background-color: #eb4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_tumblr
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_tumblr
  .elementor-share-btn__icon {
  background-color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitch
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_twitch
  .elementor-share-btn__icon {
  background-color: #6441a5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_telegram
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_telegram
  .elementor-share-btn__icon {
  background-color: #2ca5e0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitter
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_twitter
  .elementor-share-btn__icon {
  background-color: #1da1f2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vimeo
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_vimeo
  .elementor-share-btn__icon {
  background-color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vk
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_vk
  .elementor-share-btn__icon {
  background-color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_whatsapp
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_whatsapp
  .elementor-share-btn__icon {
  background-color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_wordpress
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_wordpress
  .elementor-share-btn__icon {
  background-color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_xing
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_xing
  .elementor-share-btn__icon {
  background-color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn
  .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn
  .elementor-share-btn__icon {
  color: #fff;
}
.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
  margin-left: -0.2em;
}
.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--skin-framed .elementor-share-btn {
  border-style: solid;
}
.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon
  .elementor-share-btn__icon {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.12)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.12),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12), transparent);
}
.elementor-share-buttons--skin-boxed .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
  padding-left: 0.9em;
}
.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--skin-flat .elementor-share-btn:hover,
.elementor-share-buttons--skin-gradient .elementor-share-btn,
.elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
  color: #fff;
}
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded
  .elementor-share-btn__icon {
  border-radius: 0.5em;
}
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle
  .elementor-share-btn__icon {
  border-radius: 99.9em;
}
.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
  color: #222;
}
.elementor-share-buttons--view-text .elementor-share-btn__text {
  padding-left: 1em;
}
.elementor-share-buttons--view-icon .elementor-share-btn,
.elementor-share-buttons--view-text .elementor-share-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-share-buttons--view-icon .elementor-share-btn__icon,
.elementor-share-buttons--view-icon .elementor-share-btn__text,
.elementor-share-buttons--view-text .elementor-share-btn__icon,
.elementor-share-buttons--view-text .elementor-share-btn__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-share-buttons--shape-rounded .elementor-share-btn {
  border-radius: 0.5em;
}
.elementor-share-buttons--shape-circle .elementor-share-btn {
  border-radius: 99.9em;
}
.elementor-share-btn {
  overflow: hidden;
  font-size: 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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, border-color, -webkit-filter;
  -o-transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color, -webkit-filter;
  height: 4.5em;
  cursor: pointer;
}
.elementor-share-btn__icon,
.elementor-share-btn__text {
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.elementor-share-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -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;
  width: 4.5em;
  position: relative;
}
.elementor-share-btn__icon i {
  font-size: 1.7em;
}
.elementor-share-btn__text {
  font-size: 1.5em;
  padding-right: 1em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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;
  font-weight: 100;
}
.elementor-share-btn__title {
  font-weight: 700;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-share-btn__title + .elementor-share-btn__counter {
  margin-left: 0.5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-share-buttons .elementor-widget-container {
  overflow: hidden;
}
.elementor-widget-twbb_sitemap .elementor-sitemap-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.elementor-widget-twbb_table-of-contents .elementor-toc__header-title {
  color: var(--header-color);
}
.elementor-widget-twbb_table-of-contents.elementor-toc--collapsed
  .elementor-toc__toggle-button--collapse,
.elementor-widget-twbb_table-of-contents:not(.elementor-toc--collapsed)
  .elementor-toc__toggle-button--expand {
  display: none;
}
.elementor-widget-twbb_table-of-contents .elementor-widget-container {
  min-height: var(--box-min-height);
  border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
  border-radius: var(--box-border-radius, 3px);
  background-color: var(--box-background-color);
  -webkit-transition: min-height 0.4s;
  -o-transition: min-height 0.4s;
  transition: min-height 0.4s;
  overflow: hidden;
}
.elementor-toc__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--box-padding, 20px);
  background-color: var(--header-background-color);
  border-bottom: var(--separator-width, 1px) solid
    var(--box-border-color, #a4afb7);
}
.elementor-toc__header-title {
  font-size: 18px;
  margin: 0;
  color: var(--header-color);
}
.elementor-toc__toggle-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.elementor-toc__toggle-button i {
  color: var(--toggle-button-color);
}
.elementor-toc__toggle-button svg {
  height: 1em;
  width: 1em;
}
.elementor-toc__spinner-container {
  text-align: center;
}
.elementor-toc__spinner {
  font-size: 2em;
}
.elementor-toc__body {
  padding: var(--box-padding, 20px);
  max-height: var(--toc-body-max-height);
  overflow-y: auto;
}
.elementor-toc__body::-webkit-scrollbar {
  width: 7px;
}
.elementor-toc__body::-webkit-scrollbar-thumb {
  background-color: #c2cbd2;
  border-radius: 10px;
}
.elementor-toc__list-wrapper {
  list-style: none;
  padding: 0;
}
.elementor-toc__list-item {
  margin-bottom: 0.5em;
}
.elementor-toc__list-item.elementor-item-active {
  font-weight: 700;
}
.elementor-toc__list-item .elementor-toc__list-wrapper {
  margin-top: 0.5em;
  margin-left: var(--nested-list-indent, 1em);
}
.elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
  text-decoration: var(--item-text-hover-decoration);
}
.elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
  text-decoration: var(--item-text-active-decoration);
}
.elementor-toc__list-item-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-toc__list-item-text-wrapper i,
.elementor-toc__list-item-text-wrapper:before {
  margin-right: 8px;
  color: var(--marker-color);
}
.elementor-toc__list-item-text-wrapper i {
  font-size: var(--marker-size, 0.5em);
}
.elementor-toc__list-item-text-wrapper:before {
  font-size: var(--marker-size, 1em);
}
.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.elementor-toc__list-items--collapsible
  > .elementor-toc__list-wrapper
  > .elementor-toc__list-item
  > .elementor-toc__list-wrapper {
  display: none;
}
.elementor-toc__heading-anchor {
  position: absolute;
}
.elementor-toc__body .elementor-toc__list-item-text {
  color: var(--item-text-color);
  -webkit-text-decoration: var(--item-text-decoration);
  text-decoration: var(--item-text-decoration);
}
.elementor-toc__body .elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
  text-decoration: var(--item-text-hover-decoration);
}
.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
  text-decoration: var(--item-text-active-decoration);
}
ol.elementor-toc__list-wrapper {
  counter-reset: item;
}
ol.elementor-toc__list-wrapper .elementor-toc__list-item {
  counter-increment: item;
}
ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
  content: counters(item, ".") ". ";
}
@media only screen and (max-width: 1024px) {
  .elementor-toc--minimized-on-tablet .elementor-toc__body {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-toc--minimized-on-mobile .elementor-toc__body {
    display: none;
  }
}
.elementor-skin-carousel .tenweb-media-carousel-swiper,
.elementor-skin-coverflow .tenweb-media-carousel-swiper,
.tenweb-media-carousel-swiper.swiper-container-horizontal {
  height: 230px;
  overflow: hidden;
}
.elementor-thumbnails-swiper {
  overflow: hidden;
}
.elementor-skin-carousel.elementor-pagination-position-inside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.elementor-skin-carousel.elementor-pagination-position-inside
  .swiper-pagination-fraction,
.elementor-skin-coverflow.elementor-pagination-position-inside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.elementor-skin-coverflow.elementor-pagination-position-inside
  .swiper-pagination-fraction {
  bottom: 5px;
}
.elementor-skin-carousel.elementor-pagination-position-outside
  .tenweb-media-carousel-swiper,
.elementor-skin-coverflow.elementor-pagination-position-outside
  .tenweb-media-carousel-swiper {
  padding-bottom: 30px;
}
.elementor-skin-carousel.elementor-pagination-position-outside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.elementor-skin-carousel.elementor-pagination-position-outside
  .swiper-pagination-fraction,
.elementor-skin-coverflow.elementor-pagination-position-outside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.elementor-skin-coverflow.elementor-pagination-position-outside
  .swiper-pagination-fraction {
  bottom: 0;
}
.elementor-skin-carousel.elementor-pagination-position-outside
  .elementor-swiper-button,
.elementor-skin-coverflow.elementor-pagination-position-outside
  .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
.elementor-skin-slideshow .tenweb-media-carousel-swiper {
  height: 450px;
  position: relative;
}
.elementor-skin-slideshow
  .elementor-thumbnails-swiper
  .elementor-custom-embed-play
  i {
  font-size: 50px;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
  cursor: pointer;
}
.elementor-skin-slideshow
  .elementor-thumbnails-swiper
  .swiper-slide:not(.swiper-slide-active):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.elementor-carousel-image {
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  position: relative;
}
.elementor-carousel-image-overlay {
  position: absolute;
  top: 0;
  left: 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;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  background-color: rgba(129, 138, 145, 0.8);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.elementor-carousel-image-overlay i {
  font-size: 21px;
}
.tenweb-media-carousel-swiper .elementor-lightbox-content-source {
  display: none;
}
.tenweb-media-carousel-swiper {
  position: static;
}
.tenweb-media-carousel-swiper .elementor-swiper-button-prev {
  left: 10px;
}
.tenweb-media-carousel-swiper .elementor-swiper-button-next {
  right: 0;
}
.tenweb-elementor-scrolling-effects-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -moz-transition-property: opacity, -moz-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -o-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -moz-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}
.tenweb-elementor-scrolling-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tenweb-disable-background-image {
  background-image: none !important;
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.elementor-portfolio a .elementor-portfolio-item__overlay {
  background-color: var(--e-global-color-accent);
}
.elementor-portfolio .elementor-portfolio-item__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-widget-twbb_portfolio .elementor-portfolio__filter {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-widget-twbb_portfolio .elementor-portfolio__filter.elementor-active {
  color: var(--e-global-color-primary);
}
.elementor-portfolio__filters {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.elementor-portfolio__filter {
  margin: 0;
  cursor: pointer;
  padding: 8px;
}
.elementor-portfolio-item {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  margin: 0;
}
.elementor-portfolio-item__title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
.elementor-portfolio-item__tags__separator:before {
  content: ", ";
}
.elementor-portfolio-item__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: rgba(129, 138, 145, 0.8);
}
.elementor-portfolio-item__overlay:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.elementor-portfolio-item__img img[src=""] {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
}
.elementor-portfolio.elementor-has-item-ratio {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
  padding-bottom: 56.25%;
}
.elementor ul li.elementor-portfolio__filter {
  list-style-type: none;
}
.elementor-scrolling-tracker {
  --scrolling-track-default-progress-color: #61ce70;
  --scrolling-track-default-color: #eee;
  --scrolling-track-precentage-default-color: $black;
}
.elementor-scrolling-tracker-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: var(--horizontal-height, 20px);
  padding: var(--tracker-padding);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-width: var(--horizontal-border-top-width, 2px);
  border-right-width: var(--horizontal-border-right-width, 2px);
  border-bottom-width: var(--horizontal-border-bottom-width, 2px);
  border-left-width: var(--horizontal-border-left-width, 2px);
  border-style: var(--horizontal-border-style);
  border-color: var(--horizontal-border-color);
  border-radius: var(--border-radius);
  background-color: var(--scrolling-track-default-color);
  direction: var(--direction);
}
.elementor-scrolling-tracker-horizontal .current-progress {
  display: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: var(--progress-border-radius);
  border-top-width: var(--horizontal-progress-border-top-width, 2px);
  border-right-width: var(--horizontal-progress-border-right-width, 2px);
  border-bottom-width: var(--horizontal-progress-border-bottom-width, 2px);
  border-left-width: var(--horizontal-progress-border-left-width, 2px);
  border-style: var(--horizontal-progress-border);
  border-color: var(--horizontal-progress-border-color);
  background-color: var(--scrolling-track-default-progress-color);
}
.elementor-scrolling-tracker-horizontal
  .current-progress
  .current-progress-percentage {
  inset-inline-end: 0.5em;
  inset-inline-start: auto;
  position: absolute;
  direction: var(--text-direction);
  color: var(
    --percentage-color,
    var(--scrolling-track-precentage-default-color)
  );
}
.elementor-scrolling-tracker-circular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--circular-width, 100px);
  height: var(--circular-height, 100px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.elementor-scrolling-tracker-circular .current-progress-percentage {
  position: absolute;
  color: var(
    --percentage-color,
    var(--scrolling-track-precentage-default-color)
  );
}
.elementor-scrolling-tracker-circular svg {
  position: absolute;
}
.elementor-scrolling-tracker-circular .current-progress {
  display: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke: var(--circular-color, var(--scrolling-track-default-progress-color));
  fill: transparent;
  stroke-width: var(--circular-progress-width, 4px);
}
.elementor-scrolling-tracker-circular .circle {
  stroke: var(
    --circular-background-color,
    var(--scrolling-track-default-color)
  );
  fill: transparent;
  stroke-width: var(--circular-background-width, 4px);
}
.elementor-scrolling-tracker-alignment-left {
  margin-left: 0;
  margin-right: auto;
}
.elementor-scrolling-tracker-alignment-center {
  margin-left: auto;
  margin-right: auto;
}
.elementor-scrolling-tracker-alignment-right {
  margin-left: auto;
  margin-right: 0;
}
swiper-pagination-bullets {
  color: #fff;
  cursor: default;
}
.swiper-slide {
  will-change: transform;
}
.swiper-slide a.elementor-button {
  display: inline-block;
}
.elementor-widget-testimonial-carousel
  .elementor-arrows-yes
  .elementor-main-swiper,
.elementor-widget-twbb_reviews .elementor-arrows-yes .elementor-main-swiper {
  width: calc(95% - 40px);
}
.elementor-widget-testimonial-carousel .elementor-main-swiper,
.elementor-widget-twbb_reviews .elementor-main-swiper {
  width: 95%;
}
.elementor-widget-testimonial-carousel .swiper-wrapper,
.elementor-widget-twbb_reviews .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.elementor-widget-testimonial-carousel .swiper-slide,
.elementor-widget-twbb_reviews .swiper-slide {
  height: auto;
}
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction
  .swiper-container,
.elementor-widget-twbb_reviews.elementor-pagination-type-bullets
  .swiper-container,
.elementor-widget-twbb_reviews.elementor-pagination-type-fraction
  .swiper-container {
  padding-bottom: 40px;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel
  .swiper-container-rtl
  .elementor-swiper-button-next,
.elementor-widget-twbb_reviews .elementor-swiper-button-prev,
.elementor-widget-twbb_reviews
  .swiper-container-rtl
  .elementor-swiper-button-next {
  left: 0;
  right: unset;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel
  .swiper-container-rtl
  .elementor-swiper-button-prev,
.elementor-widget-twbb_reviews .elementor-swiper-button-next,
.elementor-widget-twbb_reviews
  .swiper-container-rtl
  .elementor-swiper-button-prev {
  right: 0;
  left: unset;
}
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .elementor-swiper-button-prev,
.elementor-widget-twbb_reviews.elementor-pagination-type-bullets
  .elementor-swiper-button-next,
.elementor-widget-twbb_reviews.elementor-pagination-type-bullets
  .elementor-swiper-button-prev {
  top: calc(50% - (40px / 2));
}
.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel
  .swiper-container-rtl
  .elementor-swiper-button-next {
  left: 10px;
  right: unset;
}
.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel
  .swiper-container-rtl
  .elementor-swiper-button-prev {
  right: 10px;
  left: unset;
}
.elementor-widget-twbb_reviews .swiper-slide {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 0;
}
.elementor-widget-twbb_reviews .elementor-testimonial__text {
  font-size: 14px;
  line-height: 20px;
}
.elementor-widget-twbb_reviews .elementor-testimonial__name {
  color: #1c2022;
}
.elementor-widget-twbb_reviews .elementor-testimonial__title {
  color: #697882;
  font-size: 12.5px;
  font-weight: 400;
  font-family: inherit;
}
.elementor-widget-twbb_reviews .elementor-testimonial__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-twbb_reviews .elementor-testimonial__image img {
  width: 36px;
  height: 36px;
}
.elementor-widget-twbb_reviews .elementor-testimonial__icon {
  margin-left: auto;
  font-size: 17px;
}
.elementor-widget-twbb_reviews .elementor-testimonial__icon .fa + .fa {
  margin-right: 0.15em;
}
.elementor-widget-twbb_reviews .elementor-testimonial__icon.elementor-icon {
  color: var(--e-testimonial-icon-color);
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-android {
  --e-testimonial-icon-color: #a4c639;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-apple {
  --e-testimonial-icon-color: #999;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-behance {
  --e-testimonial-icon-color: #1769ff;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-bitbucket {
  --e-testimonial-icon-color: #205081;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-codepen {
  --e-testimonial-icon-color: #000;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-delicious {
  --e-testimonial-icon-color: #39f;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-digg {
  --e-testimonial-icon-color: #005be2;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-dribbble {
  --e-testimonial-icon-color: #ea4c89;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-envelope {
  --e-testimonial-icon-color: #ea4335;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-facebook {
  --e-testimonial-icon-color: #3b5998;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-flickr {
  --e-testimonial-icon-color: #0063dc;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-foursquare {
  --e-testimonial-icon-color: #2d5be3;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-github {
  --e-testimonial-icon-color: #333;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-google-plus {
  --e-testimonial-icon-color: #dd4b39;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-houzz {
  --e-testimonial-icon-color: #7ac142;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-instagram {
  --e-testimonial-icon-color: #262626;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-jsfiddle {
  --e-testimonial-icon-color: #487aa2;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-linkedin {
  --e-testimonial-icon-color: #0077b5;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-medium {
  --e-testimonial-icon-color: #00ab6b;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-meetup {
  --e-testimonial-icon-color: #ec1c40;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-mixcloud {
  --e-testimonial-icon-color: #273a4b;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-odnoklassniki {
  --e-testimonial-icon-color: #f4731c;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-pinterest {
  --e-testimonial-icon-color: #bd081c;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-product-hunt {
  --e-testimonial-icon-color: #da552f;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-reddit {
  --e-testimonial-icon-color: #ff4500;
}
.elementor-widget-twbb_reviews .elementor-testimonial__icon.elementor-icon-rss {
  --e-testimonial-icon-color: #f26522;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-shopping-cart {
  --e-testimonial-icon-color: #4caf50;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-skype {
  --e-testimonial-icon-color: #00aff0;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-slideshare {
  --e-testimonial-icon-color: #0077b5;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-snapchat {
  --e-testimonial-icon-color: #fffc00;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-soundcloud {
  --e-testimonial-icon-color: #f80;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-spotify {
  --e-testimonial-icon-color: #2ebd59;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-stack-overflow {
  --e-testimonial-icon-color: #fe7a15;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-steam {
  --e-testimonial-icon-color: #00adee;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-stumbleupon {
  --e-testimonial-icon-color: #eb4924;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-telegram {
  --e-testimonial-icon-color: #2ca5e0;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-thumb-tack,
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-thumbtack {
  --e-testimonial-icon-color: #1aa1d8;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-tripadvisor {
  --e-testimonial-icon-color: #589442;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-tumblr {
  --e-testimonial-icon-color: #35465c;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-twitch {
  --e-testimonial-icon-color: #6441a5;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-twitter {
  --e-testimonial-icon-color: #1da1f2;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-vimeo {
  --e-testimonial-icon-color: #1ab7ea;
}
.elementor-widget-twbb_reviews .elementor-testimonial__icon.elementor-icon-vk {
  --e-testimonial-icon-color: #45668e;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-weibo {
  --e-testimonial-icon-color: #dd2430;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-weixin {
  --e-testimonial-icon-color: #31a918;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-whatsapp {
  --e-testimonial-icon-color: #25d366;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-wordpress {
  --e-testimonial-icon-color: #21759b;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-xing {
  --e-testimonial-icon-color: #026466;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-yelp {
  --e-testimonial-icon-color: #af0606;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-youtube {
  --e-testimonial-icon-color: #cd201f;
}
.elementor-widget-twbb_reviews
  .elementor-testimonial__icon.elementor-icon-500px {
  --e-testimonial-icon-color: #0099e5;
}
.elementor-widget-twbb_reviews .elementor-testimonial__icon.elementor-icon svg {
  fill: var(--e-testimonial-icon-color);
}
.elementor-widget-twbb_reviews .elementor-testimonial__rating {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffc82c),
    to(#ccc)
  );
  background-image: -o-linear-gradient(
    left,
    #ffc82c var(--rating),
    #ccc var(--rating)
  );
  background-image: linear-gradient(
    to right,
    #ffc82c var(--rating),
    #ccc var(--rating)
  );
  font-family: eicons;
}
.elementor-widget-twbb_reviews .elementor-testimonial__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 6px;
}
.elementor-widget-twbb_reviews .elementor-testimonial__image + cite {
  margin-right: 9px;
}
.elementor-widget-twbb_reviews .elementor-testimonial__separator {
  margin: 0 auto;
  border-top: 0 none;
  border-bottom: 1px solid #e1e8ed;
  height: 0;
}
.elementor-widget-twbb_reviews .elementor-testimonial__content {
  padding-top: 6px;
  padding-bottom: 15px;
}
.elementor-widget-twbb_reviews .elementor-testimonial__content,
.elementor-widget-twbb_reviews .elementor-testimonial__header {
  padding-left: 15px;
  padding-right: 15px;
}
.elementor-widget-twbb_reviews.elementor-review--has-separator
  .elementor-testimonial__header {
  border-bottom: 1px solid #e1e8ed;
}
.swiper-slide.swiper-slide-template {
  display: flex;
  align-items: center;
}
.swiper-slide.swiper-slide-template .elementor-template {
  width: 100%;
}
.swiper-slide.swiper-slide-template .empty-template-desc {
  text-align: center;
}
.twbb_slides-widget .swiper-slide-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
}
.twbb_slides-widget .swiper-slide-inner {
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto;
}
.twbb-slider-inner-position-inside .twbb_slides-widget .swiper-slide-inner {
  position: absolute;
}
.twbb-slider-inner-position-inside .twbb_slides-widget .swiper-slide-bg {
  min-height: 100%;
}
.twbb-slides .swiper-slide-inner:hover,
.twbb_slides-widget .swiper-slide-inner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.twbb_slides-widget .swiper-slide-inner .elementor-background-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.twbb_slides-widget .swiper-slide-inner .elementor-slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.twbb_slides-widget .swiper-slide-inner .elementor-slide-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.twbb_slides-widget .swiper-slide-inner .elementor-slide-description {
  font-size: 17px;
  line-height: 1.4;
}
.twbb-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),
.twbb_slides-widget
  .swiper-slide-inner
  .elementor-slide-heading:not(:last-child) {
  margin-bottom: 30px;
}
.twbb_slides-widget .swiper-slide-inner .elementor-slide-button {
  border: solid 2px #fff;
}
.twbb-slides .swiper-slide-inner .elementor-slide-button:hover,
.twbb_slides-widget .swiper-slide-inner .elementor-slide-button {
  background: 0 0;
  color: inherit;
  text-decoration: none;
}
.elementor--v-position-top .swiper-slide-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor--v-position-bottom .swiper-slide-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor--v-position-middle .swiper-slide-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor--h-position-left .swiper-slide-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor--h-position-right .swiper-slide-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor--h-position-center .swiper-slide-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.twbb_slides-wrapper div:not(.swiper-slide) > .swiper-slide-inner {
  display: none;
}
@media (max-width: 767px) {
  .twbb_slides-widget .swiper-slide-inner {
    padding: 30px;
  }
  .twbb_slides-widget .swiper-slide-inner .elementor-slide-heading {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .twbb_slides-widget .swiper-slide-inner .elementor-slide-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container .swiper-slide figure {
  line-height: 0;
}
.swiper-container .elementor-lightbox-content-source {
  display: none;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: no-repeat 50%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-fraction {
  color: #000;
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px;
}
.elementor-pagination-position-outside .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
.elementor-swiper {
  position: relative;
}
.elementor-main-swiper {
  position: static;
}
.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 60px);
}
.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: 0;
}
.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: 0;
}
.swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%;
}
.elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, 0.9);
  top: 50%;
  transform: translateY(-50%);
}
.elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, 0.9);
  height: 1em;
  width: 1em;
}
.elementor-swiper-button-prev {
  left: 10px;
}
.elementor-swiper-button-next {
  right: 10px;
}
.elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-container-cube .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
    no-repeat 50%;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.e-sticky-right-column--active {
  position: sticky;
  top: 0;
}
.elementor-sticky--active {
  z-index: 99;
}
.tenweb-skin-carousel .tenweb-testimonial-carousel-swiper,
.tenweb-skin-coverflow .tenweb-testimonial-carousel-swiper {
  height: 230px;
}
.tenweb-skin-carousel.tenweb-pagination-position-inside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.tenweb-skin-carousel.tenweb-pagination-position-inside
  .swiper-pagination-fraction,
.tenweb-skin-coverflow.tenweb-pagination-position-inside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.tenweb-skin-coverflow.tenweb-pagination-position-inside
  .swiper-pagination-fraction {
  bottom: 5px;
}
.tenweb-skin-carousel.tenweb-pagination-position-outside .swiper-container,
.tenweb-skin-coverflow.tenweb-pagination-position-outside .swiper-container {
  padding-bottom: 30px;
}
.tenweb-skin-carousel.tenweb-pagination-position-outside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.tenweb-skin-carousel.tenweb-pagination-position-outside
  .swiper-pagination-fraction,
.tenweb-skin-coverflow.tenweb-pagination-position-outside
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.tenweb-skin-coverflow.tenweb-pagination-position-outside
  .swiper-pagination-fraction {
  bottom: 0;
}
.tenweb-swiper-button {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93%, 0.9);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tenweb-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.tenweb-skin-carousel.tenweb-pagination-position-outside .tenweb-swiper-button,
.tenweb-skin-coverflow.tenweb-pagination-position-outside
  .tenweb-swiper-button {
  top: calc(50% - 30px / 2);
}
.tenweb-skin-slideshow .tenweb-testimonial-carousel-swiper {
  height: 450px;
  position: relative;
}
.tenweb-skin-slideshow .tenweb-thumbnails-swiper .tenweb-custom-embed-play i {
  font-size: 50px;
}
.tenweb-skin-slideshow .tenweb-thumbnails-swiper .swiper-slide {
  cursor: pointer;
}
.tenweb-skin-slideshow
  .tenweb-thumbnails-swiper
  .swiper-slide:not(.swiper-slide-active):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.tenweb-testimonial__text {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
}
.tenweb-testimonial__image img {
  border-radius: 999px;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -o-object-fit: cover;
  object-fit: cover;
}
.tenweb-testimonial__footer,
.tenweb-testimonial__footer cite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tenweb-testimonial__footer cite {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
.tenweb-testimonial__name {
  font-weight: 700;
}
.tenweb-testimonial--layout-image_above .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_inline .tenweb-testimonial__footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tenweb-testimonial--layout-image_above .tenweb-testimonial__image + cite,
.tenweb-testimonial--layout-image_inline .tenweb-testimonial__image + cite {
  margin-left: 20px;
}
.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-right
  .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-right
  .tenweb-testimonial__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-right
  .tenweb-testimonial__image
  + cite,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-right
  .tenweb-testimonial__image
  + cite {
  margin-right: 20px;
  margin-left: 0;
}
.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-left
  .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-left
  .tenweb-testimonial__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-left
  .tenweb-testimonial__image
  + cite,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-left
  .tenweb-testimonial__image
  + cite {
  margin-right: 0;
  margin-left: 20px;
}
.tenweb-testimonial--layout-image_inline .tenweb-testimonial__footer {
  margin-top: 25px;
}
.tenweb-testimonial--layout-image_above .tenweb-testimonial {
  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;
}
.tenweb-testimonial--layout-image_above .tenweb-testimonial__footer {
  margin-bottom: 25px;
}
.tenweb-testimonial--layout-image_stacked .tenweb-testimonial__footer {
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tenweb-testimonial--layout-image_stacked .tenweb-testimonial cite,
.tenweb-testimonial--layout-image_stacked .tenweb-testimonial__image {
  margin-top: 15px;
  width: 100%;
}
.tenweb-testimonial--layout-image_left .tenweb-testimonial,
.tenweb-testimonial--layout-image_right .tenweb-testimonial {
  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;
}
.tenweb-testimonial--layout-image_left .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_right .tenweb-testimonial__footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.tenweb-testimonial--layout-image_left .tenweb-testimonial__image + cite,
.tenweb-testimonial--layout-image_right .tenweb-testimonial__image + cite {
  margin-top: 15px;
}
.tenweb-testimonial--layout-image_left.tenweb-testimonial--align-center
  .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_right.tenweb-testimonial--align-center
  .tenweb-testimonial__footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tenweb-testimonial--layout-image_left .tenweb-testimonial {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tenweb-testimonial--layout-image_left .tenweb-testimonial__footer {
  padding-right: 20px;
}
.tenweb-testimonial--layout-image_right .tenweb-testimonial {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tenweb-testimonial--layout-image_right .tenweb-testimonial__footer {
  padding-left: 20px;
}
.tenweb-testimonial--align-right .tenweb-testimonial {
  text-align: right;
}
.tenweb-testimonial--align-left .tenweb-testimonial {
  text-align: left;
}
.tenweb-testimonial--align-center .tenweb-testimonial {
  text-align: center;
}
.tenweb-testimonial--align-center .tenweb-testimonial__footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tenweb-testimonial--align-center.tenweb-testimonial--layout-image_inline
  .tenweb-testimonial__image
  + cite {
  text-align: left;
}
.tenweb-testimonial--skin-default.tenweb-testimonial--layout-image_above
  .tenweb-testimonial__cite,
.tenweb-testimonial--skin-default.tenweb-testimonial--layout-image_left
  .tenweb-testimonial__cite,
.tenweb-testimonial--skin-default.tenweb-testimonial--layout-image_right
  .tenweb-testimonial__cite {
  width: 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;
  margin-top: 25px;
}
.tenweb-testimonial--skin-bubble .tenweb-testimonial__content {
  background-color: #e6e9ec;
  padding: 20px;
  position: relative;
}
.tenweb-testimonial--skin-bubble .tenweb-testimonial__content:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #e6e9ec;
  position: absolute;
  -webkit-transform: scaleX(0.75) rotate(45deg);
  -ms-transform: scaleX(0.75) rotate(45deg);
  transform: scaleX(0.75) rotate(45deg);
  border-width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above
  .tenweb-testimonial__content:after {
  bottom: calc(100% - 7px);
  -webkit-transform: scaleX(0.75) rotate(-135deg);
  -ms-transform: scaleX(0.75) rotate(-135deg);
  transform: scaleX(0.75) rotate(-135deg);
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-center
  .tenweb-testimonial__content:after {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
  -ms-transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
  transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline
  .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked
  .tenweb-testimonial__content:after {
  top: calc(100% - 7px);
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-center
  .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked.tenweb-testimonial--align-center
  .tenweb-testimonial__content:after {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  -ms-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-left
  .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-left
  .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked.tenweb-testimonial--align-left
  .tenweb-testimonial__content:after {
  left: 45px;
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-right
  .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-right
  .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked.tenweb-testimonial--align-right
  .tenweb-testimonial__content:after {
  right: 45px;
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_left
  .tenweb-testimonial__content:after {
  -webkit-transform: scaleY(0.75) rotate(135deg);
  -ms-transform: scaleY(0.75) rotate(135deg);
  transform: scaleY(0.75) rotate(135deg);
  left: -8px;
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_right
  .tenweb-testimonial__content:after {
  -webkit-transform: scaleY(0.75) rotate(-45deg);
  -ms-transform: scaleY(0.75) rotate(-45deg);
  transform: scaleY(0.75) rotate(-45deg);
  right: -8px;
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_left
  .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_right
  .tenweb-testimonial__content:after {
  top: 45px;
}
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_left
  .tenweb-testimonial__footer,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_right
  .tenweb-testimonial__footer {
  padding-top: 20px;
}
.elementor-widget-twbb-testimonial-carousel
  .tenweb-arrows-yes
  .tenweb-testimonial-carousel-swiper {
  width: calc(95% - 40px);
}
.elementor-widget-twbb-testimonial-carousel
  .tenweb-testimonial-carousel-swiper {
  width: 95%;
}
.elementor-widget-twbb-testimonial-carousel .swiper-wrapper {
  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;
}
.elementor-widget-twbb-testimonial-carousel .swiper-slide {
  height: auto;
  padding: 20px;
}
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-bullets
  .swiper-container,
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-fraction
  .swiper-container {
  padding-bottom: 40px;
}
.elementor-widget-twbb-testimonial-carousel
  .tenweb-testimonial-carousel-swiper
  .tenweb-swiper-button-prev {
  left: 0;
}
.elementor-widget-twbb-testimonial-carousel
  .tenweb-testimonial-carousel-swiper
  .tenweb-swiper-button-next {
  right: 0;
}
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-bullets
  .tenweb-swiper-button-next,
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-bullets
  .tenweb-swiper-button-prev {
  top: calc(50% - 20px);
}
.swiper-pagination-bullets {
  color: #fff;
  cursor: default;
}
.swiper-container .tenweb-lightbox-content-source {
  display: none;
}
.swiper-slide {
  border-style: solid;
  border-width: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: border, background;
  -o-transition-property: border, background;
  transition-property: border, background;
  overflow: hidden;
}
.swiper-slide:not(:hover) .e-overlay-animation-fade {
  opacity: 0;
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.swiper-slide a {
  display: inline;
}
.tenweb-swiper {
  position: relative;
}
.tenweb-testimonial-carousel-swiper {
  position: static;
}
.tenweb-testimonial-carousel-swiper .tenweb-swiper-button-prev {
  left: 10px;
}
.tenweb-testimonial-carousel-swiper .tenweb-swiper-button-next {
  right: 10px;
}
.elementor-widget-twbb_video-playlist.elementor-layout-end .e-tabs-main-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .elementor-widget-twbb_video-playlist.elementor-layout-end .e-tabs-main-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.elementor-widget-twbb_video-playlist {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}
.elementor-widget-twbb_video-playlist .e-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-widget-twbb_video-playlist .e-tabs-main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 434px;
}
.elementor-widget-twbb_video-playlist .e-tabs-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
}
.elementor-widget-twbb_video-playlist .e-tabs-header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
  min-height: 56px;
  border-bottom: 1px solid #d5dadf;
}
.elementor-widget-twbb_video-playlist .e-tabs-header .e-tabs-header-right-side {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-twbb_video-playlist .e-tabs-header .e-tabs-title {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: auto 0;
}
.elementor-widget-twbb_video-playlist .e-tabs-header .e-tabs-videos-count {
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 18px 0 0;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-header
  .e-tabs-toggle-videos-display-button {
  display: none;
  margin: auto 0 auto 8px;
  cursor: pointer;
  padding: 0 4px;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-header
  .e-tabs-toggle-videos-display-button.e-font-icon-svg {
  height: 1em;
  width: 1em;
}
.elementor-widget-twbb_video-playlist .e-tabs-header .rotate-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-widget-twbb_video-playlist .e-tabs-header .rotate-down {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tabs-items {
  overflow: auto;
  height: 100%;
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-section-title {
  border-color: #d5dadf;
  font-size: 14px;
  height: 36px;
  padding: 0 16px;
  line-height: 36px;
  margin: 0;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tab-title {
  background-color: #fff;
  border-color: #d5dadf;
  border-width: 0 0 1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  outline: 0;
  padding: 0 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tab-title i {
  text-shadow: 0 0 3px #000;
  color: #fff;
  font-size: var(--playlist-item-icon-size, 16px);
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tab-title svg {
  text-shadow: 0 0 3px #000;
  color: #fff;
  fill: #fff;
  width: var(--playlist-item-icon-size, 16px);
  height: var(--playlist-item-icon-size, 16px);
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  svg
  path {
  fill: #fff;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active,
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tab-title:hover {
  background-color: #f1f3f5;
  border-color: #d5dadf;
  border-width: 0 0 1px;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  i,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  svg,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  i,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  svg {
  text-shadow: 0 0 3px #000;
  color: #fff;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  svg
  path,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  svg
  path {
  fill: #fff;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  .e-tab-title-text,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  .e-tab-title-text {
  font-size: 14px;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .icon-play,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .icon-watched {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail {
  background-color: #d5dadf;
  position: relative;
  margin: auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  height: 42px;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail
  img {
  -o-object-fit: fill;
  object-fit: fill;
  width: 75px;
  height: 42px;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail
  i,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail
  svg {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-weight: 900;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-title-text {
  font-size: 14px;
  margin: auto 8px;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tab-title i,
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tab-title svg {
  margin: auto 0;
  vertical-align: middle;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-duration {
  font-size: 14px;
  margin: auto 0;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .icon-watched,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.watched-video
  .icon-play {
  display: none;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.watched-video
  .icon-watched {
  display: block;
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .shadow-top {
  display: none;
  height: 98px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    to(#fff)
  );
  background: -o-linear-gradient(bottom, transparent 0, #fff 100%);
  background: linear-gradient(0deg, transparent 0, #fff 100%);
}
.elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .shadow-bottom {
  display: none;
  height: 98px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#fff)
  );
  background: -o-linear-gradient(top, transparent 0, #fff 100%);
  background: linear-gradient(180deg, transparent 0, #fff 100%);
  pointer-events: none;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper.bottom-shadow
  .shadow-bottom,
.elementor-widget-twbb_video-playlist
  .e-tabs-items-wrapper.top-shadow
  .shadow-top {
  display: block;
}
.elementor-widget-twbb_video-playlist .e-tabs-content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-content-wrapper
  .elementor-custom-embed-image-overlay {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-content-wrapper
  .e-tab-mobile-title {
  display: none;
}
.elementor-widget-twbb_video-playlist .e-tabs-content-wrapper .e-tab-content {
  background-color: #000;
  display: none;
  height: 100%;
  outline: 0;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-content-wrapper
  .e-tab-content
  > div {
  height: 100%;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-content-wrapper
  .e-tab-content
  iframe {
  height: 100%;
  max-height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-twbb_video-playlist
  .e-tabs-content-wrapper
  .e-tab-content
  video {
  height: 100%;
  background-color: #000;
}
.elementor-widget-twbb_video-playlist .e-tabs-inner-tabs .e-tab-content {
  display: none;
  outline: 0;
}
@media (max-width: 767px) {
  .elementor-widget-twbb_video-playlist .e-tabs-main-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
  .elementor-widget-twbb_video-playlist
    .e-tabs-main-area
    .e-tabs-content-wrapper {
    border: 0;
    height: 38%;
  }
  .elementor-widget-twbb_video-playlist .e-tabs-wrapper {
    width: auto;
    height: 62%;
  }
  .elementor-widget-twbb_video-playlist .e-tabs-items-wrapper .e-tabs-items {
    max-height: 248px;
  }
  .elementor-widget-twbb_video-playlist
    .e-tabs-items-wrapper
    .e-tabs-items
    .e-tab-title {
    border: 0;
  }
  .elementor-widget-twbb_video-playlist .e-tabs-header {
    min-height: 48px;
  }
  .elementor-widget-twbb_video-playlist
    .e-tabs-header
    .e-tabs-toggle-videos-display-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .elementor-widget-twbb_video-playlist .e-tabs-header .e-tabs-videos-count {
    margin: 0 6px;
    padding: 14px 0 0;
  }
  .elementor-widget-twbb_video-playlist .e-tab-content {
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.elementor-widget-twbb_add-to-cart .quantity {
  display: inline-block;
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products
  ul.products {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-1
  ul.products {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-2
  ul.products {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-3
  ul.products {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-4
  ul.products {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-5
  ul.products {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-6
  ul.products {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-7
  ul.products {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-8
  ul.products {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-9
  ul.products {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-10
  ul.products {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-11
  ul.products {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-12
  ul.products {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1024px) {
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-1
    ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-2
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-3
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-4
    ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-5
    ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-6
    ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-7
    ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-8
    ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-9
    ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-10
    ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-11
    ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-tablet-12
    ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-1
    ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-2
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-3
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-4
    ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-5
    ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-6
    ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-7
    ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-8
    ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-9
    ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-10
    ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-11
    ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-widget-twbb_woocommerce-categories.elementor-wc-products.elementor-products-columns-mobile-12
    ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products
  ul.products {
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products
  ul.products:after,
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products
  ul.products:before {
  content: none;
  display: none;
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products
  ul.products
  li.product {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products
  ul.products
  li.product
  .onsale {
  padding: 0;
  display: none;
}
.elementor-widget-twbb_woocommerce-categories.elementor-wc-products
  ul.products
  li.product
  a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
.elementor-widget-twbb_woocommerce-menu-cart:not(
    .twbb_menu-cart--show-remove-button-yes
  )
  .twbb_menu-cart__product-remove,
.elementor-widget-twbb_woocommerce-menu-cart:not(
    .twbb_menu-cart--show-subtotal-yes
  )
  .twbb_menu-cart__toggle
  .elementor-button-text {
  display: none;
}
.elementor-widget-twbb_woocommerce-menu-cart:not(
    .twbb_menu-cart--show-divider-yes
  )
  .twbb_menu-cart__product:not(:last-of-type),
.elementor-widget-twbb_woocommerce-menu-cart:not(
    .twbb_menu-cart--show-divider-yes
  )
  .twbb_menu-cart__products,
.elementor-widget-twbb_woocommerce-menu-cart:not(
    .twbb_menu-cart--show-divider-yes
  )
  .twbb_menu-cart__subtotal {
  border-bottom: 0;
}
.elementor-widget-twbb_woocommerce-menu-cart
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i {
  font-family: eicons-bc;
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--bag-light
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e91b";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--bag-medium
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e91c";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--bag-solid
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e91d";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--basket-light
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e91f";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--basket-medium
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e920";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--basket-solid
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e921";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--cart-light
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e922";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--cart-medium
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e923";
}
.elementor-widget-twbb_woocommerce-menu-cart.toggle-icon--cart-solid
  .twbb_menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e924";
}
.twbb_menu-cart__toggle .elementor-button {
  background: 0 0;
  border-radius: 0;
  color: #818a91;
  border: 1px solid;
  border-color: inherit;
  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;
}
.twbb_menu-cart__toggle .elementor-button-text {
  margin-right: 0.3em;
}
.twbb_menu-cart__toggle .elementor-button-icon {
  position: relative;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.twbb_menu-cart--items-indicator-bubble
  .twbb_menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -0.7em;
  right: -0.7em;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 10px;
}
.twbb_menu-cart--items-indicator-plain
  .twbb_menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: inline-block;
  font-weight: 400;
}
.twbb_menu-cart--empty-indicator-hide
  .twbb_menu-cart__toggle
  .elementor-button
  .elementor-button-icon[data-counter]:before {
  content: none;
  display: none;
}
.twbb_menu-cart__container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.4s, -webkit-transform 0s;
  -o-transition: background-color 0.4s, transform 0s;
  transition: background-color 0.4s, transform 0s;
  transition: background-color 0.4s, transform 0s, -webkit-transform 0s;
}
.twbb_menu-cart__container .twbb_menu-cart__main {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  width: 350px;
  max-width: 100%;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.twbb_menu-cart__container:not(.twbb_menu-cart--shown) {
  background-color: transparent;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: background-color 0.4s, -webkit-transform 0s 0.4s;
  -o-transition: background-color 0.4s, transform 0s 0.4s;
  transition: background-color 0.4s, transform 0s 0.4s;
  transition: background-color 0.4s, transform 0s 0.4s,
    -webkit-transform 0s 0.4s;
}
.twbb_menu-cart__container:not(.twbb_menu-cart--shown) .twbb_menu-cart__main {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.twbb_menu-cart__container:not(.twbb_menu-cart--shown)
  .dialog-lightbox-close-button {
  display: none;
}
.twbb_menu-cart__main {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
}
.twbb_menu-cart__close-button {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 20px 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
}
.twbb_menu-cart__close-button:after,
.twbb_menu-cart__close-button:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #818a91;
  border-radius: 1px;
}
.twbb_menu-cart__close-button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.twbb_menu-cart__close-button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.twbb_menu-cart__products {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.twbb_menu-cart__product {
  display: grid;
  grid-template-columns: 25% auto 50px;
  grid-template-rows: 75% auto;
}
.twbb_menu-cart__product-image {
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
}
.twbb_menu-cart__product-image a,
.twbb_menu-cart__product-image img {
  display: block;
}
.twbb_menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 4;
  margin: 0;
}
.twbb_menu-cart__product-price {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  color: #d4d4d4;
  font-weight: 300;
}
.twbb_menu-cart__product-price .amount {
  font-weight: 600;
}
.twbb_menu-cart__product-name,
.twbb_menu-cart__product-price {
  font-size: 14px;
  padding-left: 20px;
}
.twbb_menu-cart__product-remove {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  justify-self: end;
  color: #818a91;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.twbb_menu-cart__product-remove:after,
.twbb_menu-cart__product-remove:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 25%;
  margin-top: -1px;
  background: #d4d4d4;
  z-index: 1;
}
.twbb_menu-cart__product-remove:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.twbb_menu-cart__product-remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.twbb_menu-cart__product-remove > a {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.twbb_menu-cart__product:not(:last-of-type),
.twbb_menu-cart__products,
.twbb_menu-cart__subtotal {
  border-bottom: 1px solid #d4d4d4;
}
.twbb_menu-cart__footer-buttons,
.twbb_menu-cart__product:not(:first-of-type),
.twbb_menu-cart__subtotal {
  padding-top: 20px;
}
.twbb_menu-cart__product,
.twbb_menu-cart__subtotal {
  padding-bottom: 20px;
}
.twbb_menu-cart__subtotal {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.twbb_menu-cart__footer-buttons {
  font-size: 20px;
  text-align: center;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.twbb_menu-cart__footer-buttons .elementor-button {
  border-radius: 0;
}
.twbb_menu-cart--buttons-inline .twbb_menu-cart__footer-buttons {
  grid-template-columns: 1fr 1fr;
}
.twbb_menu-cart--buttons-stacked .twbb_menu-cart__footer-buttons {
  grid-template-columns: 1fr;
}
.multiRange.type1 .multiRange__range {
  color: #eee;
  -webkit-transition: 50ms;
  transition: 50ms;
}
.multiRange.type1 .multiRange__range:nth-child(2) {
  color: #ec5564;
}
.multiRange.type1 .multiRange__range .multiRange__handle {
  box-shadow: none;
  background: #ec5564;
}
.multiRange.type1 .multiRange__range .multiRange__handle__value {
  background: #ec5564;
  color: #fff;
}
.multiRange.type1 .multiRange__range .multiRange__handle__value::after {
  border-color: #ec5564 transparent transparent;
}
body.multiRange-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.multiRange {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.5rem 0.3rem 30px;
}
.multiRange__rangeWrap {
  height: 20px;
  background: #e8e8e8;
  position: relative;
  z-index: 5;
}
.multiRange__range {
  height: 100%;
  position: absolute;
  right: 0;
  background: currentColor;
}
.multiRange__range:nth-child(1) {
  color: #e6e6e6;
}
.multiRange__range:nth-child(2) {
  color: #f56452;
}
.multiRange__range:nth-child(3),
.multiRange__range:nth-child(4),
.multiRange__range:nth-child(5) {
  color: #e6e6e6;
}
.multiRange__range:first-child > .multiRange__handle {
  display: none;
}
.multiRange__range.grabbed > .handle {
  background: #000;
}
.multiRange__range .multiRange__handle {
  width: 20px;
  height: 20px;
  border: 1px solid #f56452;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
  background: #fff;
  box-shadow: 1px 0 white, -1px 0 #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.multiRange__range .multiRange__handle:active {
  cursor: inherit;
}
.multiRange__range .multiRange__handle__value {
  position: absolute;
  -webkit-transform: translate(-50%, -6px);
  transform: translate(-50%, -6px);
  min-width: 10px;
  background: #333;
  color: #fff;
  padding: 2px 6px;
  top: -100%;
  white-space: nowrap;
  font-size: 11px;
  text-align: center;
  border-radius: 4px;
  cursor: default;
}
.multiRange__ticks {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 6px;
  margin: 2px 0 0;
  font: 10px Arial;
  cursor: default;
}
.multiRange__ticks > div {
  height: 100%;
  width: 1px;
  background: #ddd;
  color: #888;
}
.multiRange__ticks > div:nth-child(5n - 4) {
  height: 200%;
}
.multiRange__ticks > div:nth-child(n)::before {
  display: block;
  content: attr(data-value);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  text-align: center;
  width: 40px;
  white-space: nowrap;
}
[data-idx="1"] .multiRange__handle {
  transform: translateX(-14px);
}
[data-idx="2"] .multiRange__handle {
  transform: translateX(-6px);
}
.multiRange__rangeWrap {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 10px;
}
.twbb_woo_price_filter {
  display: flex;
  flex-direction: column;
  padding: 0 10px 0.5rem;
  width: 300px;
}
.component-wrapper {
  justify-content: center;
  align-content: center;
}
.twbb_woo_price_filter_heading {
  font-size: 1.3em;
  display: inline-block;
  margin: 0.5rem 0;
  font-weight: 500;
}
.twbb_woo_price_filter-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f56452;
  border-radius: 20px;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: 700;
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.1);
  width: 180px;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.twbb_woo_price_filter-submit:hover {
  border: 2px solid #f56452;
}
.twbb_woo_price_filter-info-price_range span {
  white-space: pre;
}
.twbb_woo_price_filter-submit a {
  position: relative;
  color: #f56452;
}
.twbb_woo_price_filter-submit:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all 0.3s ease, border-radius 0.3s ease 0.2s;
}
.twbb_woo_price_filter-submit:hover::before {
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
}
.twbb_woo_price_filter-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #919398;
}
.twbb_woo_price_filter-submit::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background: #f56452;
  top: 20px;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.twbb_woo_price_filter-submit:active::before,
.twbb_woo_price_filter-submit:hover::before {
  left: 0;
  border-radius: 20px;
  opacity: 1;
}
.twbb_woo_price_filter-info {
  font-size: 12px;
}
.multiRange__ticks > div:nth-child(n)::before {
  font-size: 0.8rem;
}
.twbb_woo_price_filter-info-price_range {
  width: 100%;
  text-align: right;
  height: 40px;
  display: flex;
  flex-direction: revert;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart:not(.grouped_form):not(.variations_form) {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  tbody {
  display: block;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  tr:not(:last-child) {
  margin-bottom: 10px;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  td {
  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;
  padding: 0;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  td.label {
  width: 25%;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  td.value {
  position: relative;
  width: 75%;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  td.value
  select,
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  td.value:before {
  display: block;
  font-size: 1em;
  height: 2em;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  td.value:before {
  content: "-";
  color: transparent;
  background-color: #fff;
  position: relative;
  max-width: 100%;
  width: 75%;
  margin-right: 1em;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  form.cart
  table.variations
  td.value
  select {
  border: 0;
  position: absolute;
  background: 0 0;
  top: 0;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart .quantity .qty {
  vertical-align: top;
  margin-right: 0;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart .quantity + .button {
  margin-left: 10px;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  .woocommerce-variation-add-to-cart
  .quantity
  input {
  height: 100%;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart
  .twbb-add-to-cart
  form.cart
  div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #96588a;
  color: #fff;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart a.button.alt,
.elementor-widget-twbb_woocommerce-product-add-to-cart button.button.alt,
.elementor-widget-twbb_woocommerce-product-add-to-cart input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-left
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-left
  form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-right
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-right
  form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-center
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-center
  form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-center
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-left
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-left
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-right
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity {
  margin-right: initial;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-center
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-left
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-left
  form.cart:not(.grouped_form):not(.variations_form)
  button,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-right
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-center
  form.cart:not(.grouped_form):not(.variations_form)
  button,
.woocommerce
  div.product.elementor
  .elementor-add-to-cart--align-right
  form.cart:not(.grouped_form):not(.variations_form)
  button {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify
  form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  div.quantity,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify
  form.cart:not(.grouped_form):not(.variations_form)
  div.quantity {
  margin-right: auto;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify
  form.cart.variations_form
  .woocommerce-variation-add-to-cart
  button,
.elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify
  form.cart:not(.grouped_form):not(.variations_form)
  button {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart .quantity .qty {
  width: 3.631em;
  text-align: center;
}
@media (max-width: 1024px) {
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: initial;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: auto;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: initial;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left
    form.cart:not(.grouped_form):not(.variations_form)
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify
    form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    div.quantity,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    div.quantity {
    margin-right: auto;
  }
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify
    form.cart.variations_form
    .woocommerce-variation-add-to-cart
    button,
  .elementor-widget-twbb_woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify
    form.cart:not(.grouped_form):not(.variations_form)
    button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.elementor-widget-wc-add-to-cart .quantity {
  display: inline-block;
}
.elementor-widget-twbb_woocommerce-product-add-to-cart form.cart::after,
.woocommerce div.product form.cart::before {
  content: " ";
  display: table;
}
.elementor-widget-twbb_woocommerce-product-additional-information:not(
    .elementor-show-heading-yes
  )
  h2 {
  display: none;
}
.elementor-woo-meta--view-inline .product_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-woo-meta--view-inline .product_meta .detail-container:after {
  width: auto;
  left: auto;
  position: absolute;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
}
.elementor-widget-twbb_woocommerce-product-meta.elementor-woo-meta--view-table
  .product_meta {
  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;
}
.elementor-widget-twbb_woocommerce-product-meta.elementor-woo-meta--view-table
  .product_meta
  .detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-twbb_woocommerce-product-meta.elementor-woo-meta--view-table
  .product_meta
  .detail-label {
  min-width: 108px;
}
.elementor-widget-twbb_woocommerce-product-meta.elementor-woo-meta--view-stacked
  .product_meta
  .detail-container {
  display: block;
}
.elementor-widget-twbb_woocommerce-product-meta .detail-container {
  position: relative;
}
.elementor-widget-twbb_woocommerce-product-meta .detail-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.elementor-widget-twbb_woocommerce-product-meta .detail-label {
  font-weight: 700;
}
.elementor-widget-twbb_woocommerce-product-rating .woocommerce-product-rating {
  margin-bottom: 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;
}
.elementor-product-rating--align-left.elementor-widget-twbb_woocommerce-product-rating
  .woocommerce-product-rating {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-product-rating--align-right.elementor-widget-twbb_woocommerce-product-rating
  .woocommerce-product-rating {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-product-rating--align-center.elementor-widget-twbb_woocommerce-product-rating
  .woocommerce-product-rating {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-product-rating--align-justify.elementor-widget-twbb_woocommerce-product-rating
  .woocommerce-product-rating
  .woocommerce-review-link {
  margin-left: auto;
}
.elementor-widget-twbb-product-related.elementor-wc-products
  ul.products
  li.product,
div.product
  .elementor-widget-twbb-product-related
  .related.products
  ul.products
  li.product,
div.product
  .elementor-widget-twbb-product-related
  .upsells.products
  ul.products
  li.product {
  width: auto;
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-1
  ul.products {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-2
  ul.products {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-3
  ul.products {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-4
  ul.products {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-5
  ul.products {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-6
  ul.products {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-7
  ul.products {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-8
  ul.products {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-9
  ul.products {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-10
  ul.products {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-11
  ul.products {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products.elementor-products-columns-12
  ul.products {
  grid-template-columns: repeat(12, 1fr);
}
.elementor-widget-twbb-product-related.elementor-wc-products ul.products {
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.elementor-widget-twbb-product-related.elementor-wc-products ul.products:after,
.elementor-widget-twbb-product-related.elementor-wc-products
  ul.products:before {
  content: none;
  display: none;
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
  ul.products {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-1
  ul.products {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-2
  ul.products {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-3
  ul.products {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-4
  ul.products {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-5
  ul.products {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-6
  ul.products {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-7
  ul.products {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-8
  ul.products {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-9
  ul.products {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-10
  ul.products {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-11
  ul.products {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-12
  ul.products {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1024px) {
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-1
    ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-2
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-3
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-4
    ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-5
    ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-6
    ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-7
    ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-8
    ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-9
    ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-10
    ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-11
    ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-tablet-12
    ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-1
    ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-2
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-3
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-4
    ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-5
    ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-6
    ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-7
    ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-8
    ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-9
    ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-10
    ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-11
    ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products.elementor-products-columns-mobile-12
    ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
  ul.products {
  list-style-type: none;
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
  ul.products:after,
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
  ul.products:before {
  content: none;
  display: none;
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
  ul.products
  li.product {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
  ul.products
  li.product
  .onsale {
  padding: 0;
  display: none;
}
.elementor-widget-twbb_woocommerce-product-upsell.elementor-wc-products
  ul.products
  li.product
  a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products ul.products {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-1
  ul.products {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-2
  ul.products {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-3
  ul.products {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-4
  ul.products {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-5
  ul.products {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-6
  ul.products {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-7
  ul.products {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-8
  ul.products {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-9
  ul.products {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-10
  ul.products {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-11
  ul.products {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-12
  ul.products {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1024px) {
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-1
    ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-2
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-3
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-4
    ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-5
    ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-6
    ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-7
    ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-8
    ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-9
    ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-10
    ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-11
    ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-tablet-12
    ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-1
    ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-2
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-3
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-4
    ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-5
    ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-6
    ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-7
    ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-8
    ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-9
    ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-10
    ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-11
    ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-widget-twbb_woocommerce-products.elementor-wc-products.elementor-products-columns-mobile-12
    ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products ul.products {
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products
  ul.products:after,
.elementor-widget-twbb_woocommerce-products.elementor-wc-products
  ul.products:before {
  content: none;
  display: none;
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products
  ul.products
  li.product {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products
  ul.products
  li.product
  .onsale {
  padding: 0;
  display: none;
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products
  ul.products
  li.product
  a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
.elementor-wc-products:not(.show-heading-yes) .products > h2 {
  display: none;
}
.elementor-wc-products nav.woocommerce-pagination {
  margin-top: 40px;
}
.elementor-wc-products:not(.elementor-show-pagination-border-yes)
  nav.woocommerce-pagination
  ul {
  border: 0 none;
}
.elementor-wc-products:not(.elementor-show-pagination-border-yes)
  nav.woocommerce-pagination
  ul
  li {
  border-right: 0 none;
  border-left: 0 none;
}
.elementor-wc-products ul.products li.product span.onsale {
  padding: 0;
  display: none;
}
.elementor-widget-twbb_woocommerce-products.elementor-wc-products
  .added_to_cart {
  padding-left: 15px;
}
@font-face {
  font-family: twbb-icons;
  src: url(../../common/fonts/twbb-icons.ttf?pfby9v) format("truetype"),
    url(../../common/fonts/twbb-icons.woff?pfby9v) format("woff"),
    url(../../common/fonts/twbb-icons.svg?pfby9v#twbb-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.twbb-widget-icon {
  font-family: twbb-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.twbb-widget-icon.twbb-calendar:before {
  content: "\e900";
}
.twbb-widget-icon.twbb-call-to-action:before {
  content: "\e901";
}
.twbb-widget-icon.twbb-countdown:before {
  content: "\e902";
}
.twbb-widget-icon.twbb-featured-image:before {
  content: "\e903";
}
.twbb-widget-icon.twbb-flip-box:before {
  content: "\e904";
}
.twbb-widget-icon.twbb-form-maker:before {
  content: "\e905";
}
.twbb-widget-icon.twbb-map:before {
  content: "\e906";
}
.twbb-widget-icon.twbb-menu:before {
  content: "\e907";
}
.twbb-widget-icon.twbb-photo-gallery:before {
  content: "\e908";
}
.twbb-widget-icon.twbb-post-comments:before {
  content: "\e909";
}
.twbb-widget-icon.twbb-post-content:before {
  content: "\e90a";
}
.twbb-widget-icon.twbb-post-excerpt:before {
  content: "\e90b";
}
.twbb-widget-icon.twbb-post-info:before {
  content: "\e90c";
}
.twbb-widget-icon.twbb-post-navigation:before {
  content: "\e90d";
}
.twbb-widget-icon.twbb-posts:before {
  content: "\e90e";
}
.twbb-widget-icon.twbb-posts-archive:before {
  content: "\e90f";
}
.twbb-widget-icon.twbb-post-title:before {
  content: "\e910";
}
.twbb-widget-icon.twbb-pricing-table:before {
  content: "\e911";
}
.twbb-widget-icon.twbb-share-buttons:before {
  content: "\e912";
}
.twbb-widget-icon.twbb-site-logo:before {
  content: "\e913";
}
.twbb-widget-icon.twbb-site-title:before {
  content: "\e914";
}
.twbb-widget-icon.twbb-slider-wd:before {
  content: "\e915";
}
.twbb-widget-icon.twbb-testimonial-carousel:before {
  content: "\e916";
}
.twbb-widget-icon.twbb-wd-facebook-feed:before {
  content: "\e917";
}
.twbb-widget-icon.twbb-wd-instagram-feed:before {
  content: "\e918";
}
.twbb-widget-icon.twbb-animated-heading:before {
  content: "\e919";
}
.twbb-widget-icon.twbb-author-box:before {
  content: "\e929";
}
.twbb-widget-icon.twbb-blockquotes:before {
  content: "\e92a";
}
.twbb-widget-icon.twbb-login:before {
  content: "\e92b";
}
.twbb-widget-icon.twbb-media-carousel:before {
  content: "\e92c";
}
.twbb-widget-icon.twbb-nav-menu:before {
  content: "\e92d";
}
.twbb-widget-icon.twbb-price-list:before {
  content: "\e92e";
}
.twbb-widget-icon.twbb-search-form:before {
  content: "\e92f";
}
.twbb-widget-icon.twbb-share-button:before {
  content: "\e930";
}
.twbb-widget-icon.twbb-sitemap:before {
  content: "\e931";
}
.twbb-widget-icon.twbb-menu-button:before {
  content: "\e91a";
}
.twbb-widget-icon.twbb-bag-light:before {
  content: "\e91b";
}
.twbb-widget-icon.twbb-bag-medium:before {
  content: "\e91c";
}
.twbb-widget-icon.twbb-bag-solid:before {
  content: "\e91d";
}
.twbb-widget-icon.twbb-basket-light:before {
  content: "\e91f";
}
.twbb-widget-icon.twbb-basket-medium:before {
  content: "\e920";
}
.twbb-widget-icon.twbb-basket-solid:before {
  content: "\e921";
}
.twbb-widget-icon.twbb-cart-light:before {
  content: "\e922";
}
.twbb-widget-icon.twbb-cart-medium:before {
  content: "\e923";
}
.twbb-widget-icon.twbb-cart-solid:before {
  content: "\e924";
}
.twbb-widget-icon.twbb-play:before {
  content: "\e91e";
}
.twbb-widget-icon.twbb-arrow-up:before {
  content: "\e925";
}
.twbb-widget-icon.twbb-arrow-down:before {
  content: "\e932";
}
.twbb-widget-icon.twbb-search:before {
  content: "\e926";
}
.twbb-widget-icon.twbb-redo:before {
  content: "\e927";
}
.twbb-widget-icon.twbb-undo:before {
  content: "\e928";
}
.twbb-widget-icon.twbb-builder:before {
  content: "\e933";
}
.twbb-widget-icon.twbb-external:before {
  content: "\e934";
}
.twbb-widget-icon.twbb-edit:before {
  content: "\e935";
}
.twbb-widget-icon.twbb-check:before {
  content: "\e936";
}
.twbb-widget-icon.twbb-add_to_cart:before {
  content: "\e937";
}
.twbb-widget-icon.twbb-additional_information:before {
  content: "\e938";
}
.twbb-widget-icon.twbb-breadcrumbs:before {
  content: "\e939";
}
.twbb-widget-icon.twbb-custom_add_to_cart:before {
  content: "\e93a";
}
.twbb-widget-icon.twbb-menu_cart:before {
  content: "\e93b";
}
.twbb-widget-icon.twbb-product_categories:before {
  content: "\e93c";
}
.twbb-widget-icon.twbb-product_content:before {
  content: "\e93d";
}
.twbb-widget-icon.twbb-product_images:before {
  content: "\e93e";
}
.twbb-widget-icon.twbb-product_meta:before {
  content: "\e93f";
}
.twbb-widget-icon.twbb-product_prices:before {
  content: "\e940";
}
.twbb-widget-icon.twbb-product_rating:before {
  content: "\e941";
}
.twbb-widget-icon.twbb-product_related:before {
  content: "\e942";
}
.twbb-widget-icon.twbb-product_stock:before {
  content: "\e943";
}
.twbb-widget-icon.twbb-product_tabs:before {
  content: "\e944";
}
.twbb-widget-icon.twbb-product_title:before {
  content: "\e945";
}
.twbb-widget-icon.twbb-products:before {
  content: "\e946";
}
.twbb-widget-icon.twbb-short_description:before {
  content: "\e947";
}
.twbb-widget-icon.twbb-upsellls:before {
  content: "\e948";
}
.twbb-widget-icon.twbb-woocommerce_pages:before {
  content: "\e949";
}
.twbb-widget-icon.twbb-post-slider:before {
  content: "\e94a";
}
.twbb-widget-icon.twbb-spider-calendar:before {
  content: "\e94b";
}
.twbb-widget-icon.twbb-mailchimp:before {
  content: "\e94c";
}
.twbb-widget-icon.twbb-google-analytics:before {
  content: "\e94d";
}
.twbb-widget-icon.twbb-faq:before {
  content: "\e94e";
}
.twbb-widget-icon.twbb-ecommerce:before {
  content: "\e94f";
}
.twbb-widget-icon.twbb-team:before {
  content: "\e950";
}
.twbb-widget-icon.twbb-youtube:before {
  content: "\e951";
}
.twbb-widget-icon.twbb-slides:before {
  content: "\e952";
}
.twbb-widget-icon.twbb-image-sprite:before {
  content: "\e953";
}
.twbb-widget-icon.twbb-wc-pricing:before {
  content: "\e954";
}
.twbb-widget-icon.twbb-facebook-page:before {
  content: "\e955";
}
.twbb-widget-icon.twbb-facebook-comments:before {
  content: "\e956";
}
.twbb-widget-icon.twbb-form:before {
  content: "\e957";
}
.twbb-widget-icon.twbb-gallery:before {
  content: "\e958";
}
.twbb-widget-icon.twbb-table-of-contents:before {
  content: "\e959";
}
.twbb-widget-icon.twbb-web:before {
  content: "\e95a";
}
.twbb-widget-icon.twbb-templates:before {
  content: "\e95b";
}
.twbb-widget-icon.twbb-facebook-button:before {
  content: "\e95c";
}
.twbb-widget-icon.twbb-facebook-embed:before {
  content: "\e95d";
}
.twbb-widget-icon.twbb-video-playlist:before {
  content: "\e95e";
  color: #6e7883;
}
.twbb-widget-icon.twbb-reviews:before {
  content: "\e95f";
  color: #6e7883;
}
.twbb-widget-icon.twbb-progress-tracker:before {
  content: "\e960";
  color: #6e7883;
}
.twbb-widget-icon.twbb-portfolio:before {
  content: "\e961";
  color: #6e7883;
}
.twbb-widget-icon.twbb-paypal:before {
  content: "\e962";
  color: #6e7883;
}
.twbb-widget-icon.twbb-lottie:before {
  content: "\e963";
  color: #6e7883;
}
.twbb-widget-icon.twbb-hotspot:before {
  content: "\e964";
  color: #6e7883;
}
.twbb-widget-icon.twbb-code-highlight:before {
  content: "\e965";
  color: #6e7883;
}
#wpadminbar #wp-admin-bar-twbb_builder > .ab-item:before {
  font-family: twbb-icons !important;
  content: "\e933";
  top: 2px;
}
.e-container {
  padding-right: max(
    calc((100% - var(--content-width)) / 2 + var(--padding-right)),
    var(--padding-right)
  ) !important;
  padding-left: max(
    calc((100% - var(--content-width)) / 2 + var(--padding-left)),
    var(--padding-left)
  ) !important;
}
body .elementor-progress-wrapper {
  height: auto;
}
