.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/* Button
---------------------- */
a.taq-button{
    border: none;
    cursor: pointer;
    padding: 0 15px 0 60px;
    display: inline-block;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #c7c7c7;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    opacity: .9;
    overflow: hidden;
}
a.taq-button.without-icon{padding: 0 15px !important;}
a.taq-button:hover{ opacity: 1; }
a.taq-button i{
    background: rgba(0,0,0,0.07);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 45px;
    width: 45px;
    text-align: center;
}

/* Button Types
---------------------- */
a.taq-gradient{
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to top,rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
}

/* Button Size
---------------------- */
/* LARGE BUTTON */
a.taq-button.taq-large{
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    padding: 0 20px 0 80px;
}
a.taq-button.taq-large.without-icon{padding: 0 20px !important;}
a.taq-button.taq-large i{
    line-height: 65px;
    width: 65px;
}
/* SMALL BUTTON */
a.taq-button.taq-small{
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 35px;
}
a.taq-button.taq-small.without-icon{padding: 0 10px !important;}
a.taq-button.taq-small i{
    line-height: 25px;
    width: 25px;
}

/* Button Shape
---------------------- */
a.taq-round{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
a.taq-pill{
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

/* RTL
---------------------- */
body.rtl a.taq-button i {
    left: auto;
    right: 0;
}
body.rtl a.taq-button {
    padding: 0 60px 0 15px;
}
body.rtl a.taq-button.taq-large{
    padding: 0 80px 0 20px;
}
body.rtl a.taq-button.taq-small{
    padding: 0 35px 0 10px;
}

/* Button Back-end ========================================= */
#taq-button-wrapper{ display: none; }
#taq-button-colour{margin: 0; display: table;}
#taq-button-colour li {
    margin: 0 3px 3px 0;
    float: left;
}
#taq-button-colour li input{
   display: none;
}
#taq-button-colour a {
    text-decoration: none;
    color: #FFF;
}
#taq-button-colour a span {
    padding: 0 8px;
    display: block;
    height: 25px;
    line-height: 25px;
}
#taq-button-preview{
    text-align: center;
    margin: 10px 0;
}
#taq-button-icons{
    height: 250px;
    overflow-y: scroll;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 10px;
    clear: both;
    margin-top: 10px;
}
#taq-button-icons li{
    margin: 0;
    list-style: none;
    display: inline;
}
#taq-button-icons li a{
    font-size: 0;
    background: #FFF;
    margin: 2px;
    float: left;
    width: 4%;
    padding: 5px 5px 0 5px;
    text-align: center;
    line-height: 4%;
    display: block;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    color: #888;
}
#taq-button-icons li a.active{
    color:#0074a2 !important;
    box-shadow: inset 0 0 0 3px #0074a2;
}
#taq-button-icons li a:hover{ color: #333;}
#taq-button-icons li a i {
    font-size: 16px;
    line-height: 2;
}
#taq-button-icons li a i.none:before {
    content: '.';
    color: #FFF;
}
/* RTL
---------------------- */
body.rtl #taq-button-colour li {
    margin: 0 0 3px 3px;
    float: right;
}
body.rtl #taq-button-icons li a{
    float: right;
}textarea,
input,
select {
  line-height: 16px;
}

input[type=text]::-ms-clear {
  display: none;
}

#top-nav.has-breaking-news .tie-alignleft {
  width: 100%;
}

#top-nav.has-date-breaking-components .tie-alignleft, #top-nav.has-date-breaking-menu .tie-alignleft, #top-nav.has-breaking-menu .tie-alignleft, #top-nav.has-breaking-components .tie-alignleft {
  width: 50%;
}

#top-nav .ticker-wrapper.has-js {
  width: auto;
}

#logo {
  display: flex;
  max-width: 100%;
}

#logo a {
  overflow: hidden;
  max-width: 100%;
}

@media (min-width: 992px) {
  .header-layout-3 #logo {
    float: none;
  }
  .header-layout-3 #logo a {
    max-width: 100%;
  }
}

.menu-tiny-label {
  vertical-align: baseline;
  line-height: 20px;
}

@media (min-width: 992px) {
  .full-width div.big-posts-box ul.posts-items li {
    width: calc(100% /3.001);
  }
}

.rtl .mag-box-filter-links {
  float: right;
}

.flex-tabs .flexMenu-viewMore a {
  border-width: 0 1px 1px 0 !important;
}

.rtl .flex-tabs .flexMenu-viewMore a {
  border-width: 0 0 1px 1px !important;
}

.flex-tabs .flexMenu-popup li:last-child a {
  border-bottom-width: 0 !important;
}

.rtl .widget-title:before,
.rtl .mag-box-title:before,
.rtl #comments-title:before,
.rtl .comment-reply-title:before,
.rtl .woocommerce-tabs .panel h2:before,
.rtl .related.products h2:before,
.rtl #bbpress-forums #new-post > fieldset.bbp-form > legend:before,
.rtl .review-box-header:before,
.rtl #theme-header .menu li.menu-item-has-children .menu-item-has-children > a:before,
.rtl #theme-header .main-menu .mega-menu .menu-item-has-children > a:before {
  direction: ltr;
}

input[type="text"],
input[type="search"],
input[type="password"],
.search-submit,
.search-field,
.subscribe-widget .subscribe-input {
  line-height: 35px;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.subscribe-widget .subscribe-input {
  height: 44px;
}

.review-box .review-summary,
.review-box .review-short-summary {
  display: block;
}

.main-content .tabs-box .tabs-widget .tabs-wrapper .tabs {
  display: block;
}

div.miscellaneous-box .posts-items li {
  width: calc(99.99% / 3.001);
}
#footer .container-wrapper {
  padding: 15px 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer {
  margin-top: 50px;
  padding: 0;
}

@media (max-width: 991px) {
  .site-footer {
    margin-top: 30px;
  }
  .section-wrapper.has-background + .site-footer {
    margin-top: 0;
  }
}

.container-full.has-background + .site-footer {
  margin-top: 0;
  overflow: hidden;
}

.site-footer .widget-title-icon {
  display: none;
}

.site-footer .widget,
.site-footer .widget-content-only {
  margin-bottom: 0;
  border: 0;
}

.site-footer .widget.buddypress,
.site-footer .widget-content-only.buddypress {
  margin-bottom: 30px;
}

.site-footer .widget.tie-weather-widget {
  margin: 15px 0;
}

@media (max-width: 767px) {
  .site-footer .widget {
    margin-bottom: 20px;
  }
}

.site-footer .widget_nav_menu li {
  list-style: none;
}

.site-footer .posts-list-counter .posts-list-items li.widget-post-list:before {
  border-color: #2c2f34;
}

.footer-widget-area {
  margin-bottom: 10px;
}

.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .footer-widget-area:first-child:not(.footer-boxed-widget-area) {
    padding-top: 30px;
  }
}

.footer-widget-area:last-child {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-widget-area {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .footer-boxed-widget-area {
    padding: 30px 30px 0;
    margin-bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }
  .footer-boxed-widget-area:first-child {
    margin-top: 50px;
  }
  .footer-boxed-widget-area:last-child {
    margin-bottom: 30px;
  }
  .footer-boxed-widget-area > .tie-row > [class*="tie-col"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  #footer .footer-boxed-widget-area .container-wrapper,
  #footer .footer-boxed-widget-area .widget.widget-content-only {
    padding: 0;
    margin-bottom: 30px;
  }
}

.side-aside .latest-tweets-widget .dark-btn,
.site-footer .latest-tweets-widget .dark-btn {
  display: none;
}

.tie-insta-photos {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tie-insta-post {
  position: relative;
}

.tie-insta-post a {
  display: block;
  line-height: 0;
  position: relative;
  height: 100%;
}

.tie-insta-post a:hover img {
  opacity: 0.8;
}

.tie-insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.tie-insta-post .media-video {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#footer-tiktok {
  position: relative;
  text-align: center;
  color: #fff;
}

#footer-tiktok .tiktok-feed-list {
  margin: 0 !important;
}

#footer-tiktok .tiktok-feed-list .tiktok-feed-item {
  padding: 0 !important;
}

#footer-tiktok .tiktok-feed-actions {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}

#footer-tiktok .tiktok-feed-actions .tiktok-feed-button:hover {
  box-shadow: 0px 9px 20px -5px #ff5374;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #footer-tiktok .tiktok-feed-feed[data-feed_layout=gallery] .tiktok-feed-list .tiktok-feed-item,
  #footer-tiktok .tiktok-feed-feed[data-feed_layout=masonry] .tiktok-feed-list .tiktok-feed-item {
    min-width: 16%;
  }
}

@media screen and (max-width: 767px) {
  #footer-tiktok .tiktok-feed-feed[data-feed_layout=gallery] .tiktok-feed-list .tiktok-feed-item,
  #footer-tiktok .tiktok-feed-feed[data-feed_layout=masonry] .tiktok-feed-list .tiktok-feed-item {
    min-width: 33.333%;
  }
}

#footer-instagram {
  position: relative;
  text-align: center;
  color: #fff;
}

#footer-instagram .tie-insta-photos {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 900px) {
  #footer-instagram .tie-insta-photos {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }
  #footer-instagram .tie-insta-photos::-webkit-scrollbar {
    width: 5px;
  }
  #footer-instagram .tie-insta-post {
    width: 150px !important;
  }
}

#instagram-link {
  position: absolute;
  display: block;
  z-index: 1;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1;
}

#instagram-link .account-username {
  direction: ltr;
}

#instagram-link.is-compact {
  background: rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 5px #000000;
  color: #ffffff;
  padding: 20px;
}

#instagram-link.is-expanded {
  background: #ffffff;
  color: #000;
  padding: 40px;
  font-size: 18px;
}

html.dark-skin #instagram-link.is-expanded {
  background-color: #1f2024;
  color: #ffffff;
}

html.dark-skin #instagram-link.is-expanded a:not(:hover) {
  color: #fff;
}

#instagram-link.is-expanded.has-6-media {
  padding: 20px;
}

@media (min-width: 768px) {
  #instagram-link.is-expanded span:not(:last-child) {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  #instagram-link.is-expanded span.tie-icon-instagram {
    font-size: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}

#instagram-link.is-expanded a:not(:hover) {
  color: #000;
}

#instagram-link.is-expanded .follow-button {
  font-size: 16px;
  color: inherit;
  background-color: transparent !important;
  border: 2px solid #000;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

html.dark-skin #instagram-link.is-expanded .follow-button:not(:hover) {
  border-color: #fff;
}

#instagram-link.is-expanded .follow-button:hover {
  color: var(--brand-color);
  border-color: var(--brand-color);
}

#instagram-link.is-expanded.is-colored .tie-icon-instagram,
#instagram-link.is-expanded.is-colored .account-username,
#instagram-link.is-expanded.is-colored .follow-button {
  background: #f09433;
  background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
  border: none;
}

#instagram-link.is-expanded.is-colored a.follow-button {
  color: #fff !important;
}

#instagram-link.is-expanded.is-colored a.follow-button:hover {
  box-shadow: 0px 9px 20px -3px #6b54c6;
}

#instagram-link.is-expanded.is-colored .tie-icon-instagram,
#instagram-link.is-expanded.is-colored .account-username {
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

#instagram-link .tie-icon-instagram {
  font-size: 22px;
  vertical-align: sub;
  width: 22px;
  height: 22px;
}

@media (max-width: 767px) {
  #instagram-link {
    right: 10px;
    top: 10px;
    left: auto;
    transform: none;
    padding: 10px !important;
    border-radius: 2px;
  }
  #instagram-link .account-username,
  #instagram-link .follow-button {
    display: none !important;
  }
}

.site-info {
  background: #161619;
  padding: 20px 0;
  line-height: 32px;
  text-align: center;
}

.copyright-text {
  font-size: 13px;
}

.footer-menu {
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  margin: 0 5px;
}

.site-info .social-icons {
  text-align: center;
}

.site-info .social-icons li {
  float: none;
  display: inline-block;
  margin: 0;
}

@media (max-width: 767px) {
  .site-info .social-icons li a {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 18px;
    margin-top: 10px;
  }
}

.site-info .social-icons li a span {
  color: #cccccc;
}

.site-info .social-icons li a:hover span {
  color: #ffffff;
}

@media (max-width: 767px) {
  .site-info .tie-alignleft,
  .site-info .tie-alignright {
    float: none;
  }
}

@media (min-width: 768px) {
  .site-info-layout-2 .copyright-text-first {
    float: left;
  }
  .site-info-layout-2 .copyright-text-second,
  .site-info-layout-2 ul.social-icons,
  .site-info-layout-2 .footer-menu {
    float: right;
    margin: 0;
    margin-left: 10px;
  }
}

a.go-to-top-button {
  width: 42px;
  height: 42px;
  line-height: 40px;
  background: var(--brand-color);
  text-align: center;
  display: block;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 3;
  color: #ffffff;
  transition: 0.3s;
  font-size: 22px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

a.go-to-top-button:hover {
  opacity: 0.85;
}

a.go-to-top-button.show-top-button {
  bottom: 20px;
}

.border-layout a.go-to-top-button.show-top-button {
  bottom: 30px;
}

@media (max-width: 767px) {
  a.go-to-top-button {
    right: 5px;
  }
  a.go-to-top-button.show-top-button {
    bottom: 45px;
  }
}

.stream-item-above-footer {
  margin: 40px auto 5px;
}

@media (max-width: 767px) {
  .stream-item-above-footer {
    max-width: 728px;
    margin: 40px 15px 5px;
  }
}

.dark-skin {
  --lazyload-loading-color: #161717;
}

.dark-skin,
.dark-skin body {
  background-color: var(--tie-dark-skin-bg-main, #1f2024);
  color: #ffffff;
}

.dark-skin .change-skin-icon:before {
  content: "\f113";
}

.dark-skin .mag-box .post-excerpt,
.dark-skin .wp-caption .wp-caption-text,
.dark-skin .entry-header .entry-sub-title {
  color: #cccccc;
}

.dark-skin textarea,
.dark-skin input:not([type="submit"]),
.dark-skin select {
  color: #cccccc;
}

.dark-skin a:not(:hover),
.dark-skin .single-big-img .post-meta,
.dark-skin .single-big-img .post-meta a:not(:hover),
.dark-skin .pages-nav .pages-numbers a:not(:hover),
.dark-skin .page-title,
.dark-skin .entry h1,
.dark-skin .entry h2,
.dark-skin .entry h3,
.dark-skin .entry h4,
.dark-skin .entry h5,
.dark-skin .entry h6 {
  color: #ffffff;
}

.dark-skin .post-excerpt,
.dark-skin .post-meta,
.dark-skin .post-meta a:not(:hover),
.dark-skin .timeline-widget ul li .date,
.dark-skin .multiple-post-pages a:not(:hover),
.dark-skin .video-playlist-nav-wrapper .video-playlist-item .video-duration,
.dark-skin .login-widget .forget-text:not(:hover),
.dark-skin #autocomplete-suggestions,
.dark-skin .mobile-header-components:not(:hover) .menu-text,
.dark-skin .about-author .social-icons li.social-icons-item a:not(:hover) span {
  color: #cccccc !important;
}

@media (min-width: 1570px) {
  .dark-skin #story-index li a:not(.is-current) {
    color: #cccccc;
  }
}

.dark-skin textarea,
.dark-skin input:not([type=submit]),
.dark-skin select,
.dark-skin code, .dark-skin kbd, .dark-skin pre, .dark-skin samp,
.dark-skin .latest-tweets-slider-widget .latest-tweets-slider .tie-slider-nav li a:not(:hover),
.dark-skin .next-posts,
.dark-skin .prev-posts,
.dark-skin .show-more-button,
.dark-skin .pages-nav .pages-numbers a,
.dark-skin .pages-nav .pages-numbers span.pages-nav-item,
.dark-skin .pages-nav .pages-numbers .first-last-pages .pagination-icon,
.dark-skin .multiple-post-pages .post-page-numbers,
.dark-skin .latest-tweets-widget .slider-links .tie-slider-nav span {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin #tie-wrapper,
.dark-skin #theme-header {
  background-color: var(--tie-dark-skin-bg, #27292d);
}

.dark-skin .subscribe-widget .subscribe-widget-content .subscribe-subtitle:after,
.dark-skin .boxed-slider-three-slides-wrapper li:not(.slick-active) button:not(:hover),
.dark-skin .boxed-four-taller-slider li:not(.slick-active) button:not(:hover),
.dark-skin .boxed-five-slides-slider li:not(.slick-active) button:not(:hover) {
  background-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .video-playlist-wrapper,
.dark-skin .tie-slider-nav span {
  background: #18191c;
}

.dark-skin .boxed-layout.wrapper-has-shadow #tie-wrapper {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.dark-skin .container-wrapper {
  background-color: var(--tie-dark-skin-bg-main, #1f2024);
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .post-layout-3 .fullwidth-entry-title,
.dark-skin .post-layout-7 .fullwidth-entry-title {
  background-color: transparent;
}

.dark-skin .tie-popup-container .container-wrapper {
  background-color: var(--tie-dark-skin-bg-main, #1f2024) !important;
}

.dark-skin .widget a:not(:hover),
.dark-skin .widget-title,
.dark-skin .widget-title a:not(:hover) {
  color: #ffffff;
}

.dark-skin .widget-title-icon {
  color: #cccccc;
}

.dark-skin .widget_product_tag_cloud a,
.dark-skin .widget_tag_cloud .tagcloud a,
.dark-skin .post-tags a,
.dark-skin .widget_layered_nav_filters a {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .timeline-widget ul:before {
  background: rgba(0, 0, 0, 0.3);
}

.dark-skin .timeline-widget .date:before {
  background: var(--tie-dark-skin-bg, #27292d);
  border-color: rgba(0, 0, 0, 0.3);
}

.dark-skin .subscribe-widget .subscribe-widget-content h3 {
  color: #ffffff;
}

.dark-skin .subscribe-widget .newsletter-icon,
.dark-skin .subscribe-widget form:before {
  color: rgba(255, 255, 255, 0.3);
}

.dark-skin .magazine1 .entry-header-outer + .mag-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-skin .post-layout-8 #content {
  background-color: var(--tie-dark-skin-bg, #27292d);
}

@media (min-width: 992px) {
  .dark-skin .post-layout-8.one-column-no-sidebar #content {
    background-color: transparent;
  }
}

.dark-skin .tie-instagram.lite-skin,
.dark-skin .tie-instagram.default-skin {
  background-color: #ffffff;
}

.dark-skin .tie-instagram.lite-skin a,
.dark-skin .tie-instagram.default-skin a {
  color: var(--base-color);
}

@media (max-width: 991px) {
  .dark-skin .post-has-toggle #the-post .entry:not(.is-expanded):before {
    background-image: linear-gradient(to bottom, rgba(31, 32, 36, 0.15) 50%, var(--tie-dark-skin-bg-main, #1f2024) 100%);
  }
  .dark-skin .magazine2.post-has-toggle #the-post .entry:not(.is-expanded):before {
    background-image: linear-gradient(to bottom, rgba(39, 41, 45, 0.15) 50%, var(--tie-dark-skin-bg, #27292d) 100%);
  }
}

.dark-skin .sticky {
  background: #1c1c1d;
  padding: 10px;
}

.dark-skin .entry-header .entry-title {
  color: #ffffff;
}

.dark-skin .follow-us-post-section .post-followus-btn {
  background-color: #fff;
}

.dark-skin .follow-us-post-section .post-followus-btn,
.dark-skin .share-buttons-bottom,
.dark-skin .wp-block-table.is-style-stripes {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .magazine1 .share-buttons-bottom {
  background: var(--tie-dark-skin-bg-main, #1f2024);
}

.dark-skin .comment-list li,
.dark-skin .commentlist li,
.dark-skin .entry table *,
.dark-skin .woocommerce table.shop_table tfoot * {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #333;
}

.dark-skin .comment-list .comment-author img,
.dark-skin .commentlist .comment-author img {
  box-shadow: 0 0 6px #111;
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .post-content-slideshow,
.dark-skin .post-content-slideshow .tie-slider-nav-wrapper,
.dark-skin .post-content-slideshow .tie-slider-nav li span,
.dark-skin .divider,
.dark-skin .toggle,
.dark-skin .tabs-wrapper.tabs-vertical:after,
.dark-skin .tabs-wrapper.tabs-vertical .tabs li a {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin #check-also-box {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: var(--tie-dark-skin-bg-main, #1f2024);
}

.dark-skin .site-footer {
  background-color: #1c1d21;
}

.dark-skin .mag-box:not(.tabs-box),
.box-dark-skin:not(.tabs-box) {
  background-color: transparent;
}

.dark-skin .mag-box .mag-box-filter-links a:not(:hover),
.box-dark-skin .mag-box-filter-links a:not(:hover) {
  color: #cccccc;
}

.dark-skin .mag-box .mag-box-filter-links .flexMenu-popup,
.box-dark-skin .mag-box-filter-links .flexMenu-popup {
  background-color: #1f2024;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.dark-skin .mag-box .slider-arrow-nav a,
.box-dark-skin .slider-arrow-nav a {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .mag-box.timeline-box .posts-items:before,
.box-dark-skin.timeline-box .posts-items:before {
  background: #404146;
}

.dark-skin .mag-box.timeline-box .posts-items:last-of-type:after,
.box-dark-skin.timeline-box .posts-items:last-of-type:after {
  background-image: linear-gradient(to bottom, #404146 0%, #1f2024 80%);
}

.dark-skin .mag-box .year-month,
.box-dark-skin .year-month {
  background: #404146;
  color: #ffffff;
}

.dark-skin .mag-box .day-month:before,
.box-dark-skin .day-month:before {
  background: #404146;
  border-color: #1f2024;
}

@media (min-width: 768px) {
  .dark-skin .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay,
  .box-dark-skin.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
    background: #1f2024;
  }
}

.dark-skin .mag-box .videos-block,
.box-dark-skin .videos-block {
  background: #27292d;
}

.dark-skin .mag-box .video-playlist-nav-wrapper,
.box-dark-skin .video-playlist-nav-wrapper {
  background: #1a1b1f;
}

.dark-skin .mag-box .playlist-title,
.box-dark-skin .playlist-title {
  background: #131416;
  color: #ffffff;
}

.dark-skin .mag-box .video-playlist-item,
.dark-skin .mag-box .mag-box-filter-links .flexMenu-popup li:first-child,
.box-dark-skin .video-playlist-item,
.box-dark-skin .mag-box-filter-links .flexMenu-popup li:first-child {
  border-color: rgba(255, 255, 255, 0.05);
}

.dark-skin .mag-box .video-playlist-item h2,
.box-dark-skin .video-playlist-item h2 {
  color: #ffffff;
}

.dark-skin .mag-box .video-playlist-item:hover,
.dark-skin .mag-box .is-playing,
.box-dark-skin .video-playlist-item:hover,
.box-dark-skin .is-playing {
  background: #222428;
}

.dark-skin .mag-box .video-paused-icon,
.dark-skin .mag-box .video-number,
.dark-skin .mag-box .video-duration,
.box-dark-skin .video-paused-icon,
.box-dark-skin .video-number,
.box-dark-skin .video-duration {
  color: #cccccc;
}

.dark-skin .mag-box .tie-slick-dots li:not(.slick-active) button,
.box-dark-skin .tie-slick-dots li:not(.slick-active) button {
  background: rgba(255, 255, 255, 0.2);
}

.dark-skin .mag-box .breaking,
.dark-skin .mag-box .breaking-news-nav li,
.box-dark-skin .breaking,
.box-dark-skin .breaking-news-nav li {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-skin .mag-box .breaking,
.dark-skin .mag-box .ticker-content,
.dark-skin .mag-box .ticker-swipe,
.box-dark-skin .breaking,
.box-dark-skin .ticker-content,
.box-dark-skin .ticker-swipe {
  background-color: #27292d;
}

.mag-box-filter-links {
  max-width: 400px;
}

@media (max-width: 768px) {
  .mag-box-filter-links {
    max-width: 250px;
  }
}

.half-box .mag-box-filter-links {
  max-width: 100px;
}

@media (max-width: 480px) {
  .mag-box-filter-links {
    max-width: 100px;
  }
}

.thumb-overlay:after,
.first-post-gradient li:first-child .post-thumb:after,
.scroll-2-box .post-thumb:after {
  background: transparent;
  background: rgba(35, 38, 42, 0.2);
  background-image: linear-gradient(to bottom, transparent, #131517);
  height: 100%;
}

.post-rating,
.post-large-rate,
.post-small-rate {
  word-wrap: normal;
}

textarea,
input,
select {
  line-height: normal !important;
}

.pages-numbers .first-last-pages {
  min-width: 100px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: "dearflip";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=df-icon-]:before, [class*=" df-icon-"]:before,
.df-ui-btn[class^=ti-]:before, .df-ui-btn[class*=" ti-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dearflip" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.df-icon-arrow-left:before {
  content: "\e900";
}

.df-icon-arrow-right:before {
  content: "\e901";
}

.df-icon-arrow-down:before {
  content: "\e902";
}

.df-icon-arrow-up:before {
  content: "\e903";
}

.df-icon-arrow-left1:before {
  content: "\e904";
}

.df-icon-arrow-right1:before {
  content: "\e905";
}

.df-icon-first-page:before {
  content: "\e906";
}

.df-icon-last-page:before {
  content: "\e907";
}

.df-icon-play:before, .df-icon-play-popup:before {
  content: "\e908";
}

.df-icon-pause:before {
  content: "\e909";
}

.df-icon-fast-rewind:before {
  content: "\e90a";
}

.df-icon-fast-forward:before {
  content: "\e90b";
}

.df-icon-close:before {
  content: "\e90c";
}

.df-icon-add-circle:before {
  content: "\e90d";
}

.df-icon-minus-circle:before {
  content: "\e90e";
}

.df-icon-add:before {
  content: "\e90f";
}

.df-icon-minus:before {
  content: "\e910";
}

.df-icon-list:before {
  content: "\e911";
}

.df-icon-grid:before {
  content: "\e912";
}

.df-icon-grid-view:before {
  content: "\e913";
}

.df-icon-apps:before {
  content: "\e914";
}

.df-icon-double-page:before {
  content: "\e915";
}

.df-icon-book:before {
  content: "\e916";
}

.df-icon-file:before {
  content: "\e917";
}

.df-icon-zoom-out:before {
  content: "\e918";
}

.df-icon-zoom-in:before {
  content: "\e919";
}

.df-icon-more:before {
  content: "\e91a";
}

.df-icon-download:before, .df-ui-btn.ti-download:before {
  content: "\e91b";
}

.df-icon-volume:before {
  content: "\e91c";
}

.df-icon-share:before {
  content: "\e91d";
}

.df-icon-fit-screen:before {
  content: "\e91e";
}

.df-icon-fullscreen:before {
  content: "\e91f";
}

.df-icon-facebook:before {
  content: "\e920";
}

.df-icon-twitter:before {
  content: "\e921";
}

.df-icon-help-outline:before {
  content: "\e922";
}

.df-icon-help:before {
  content: "\e923";
}

.df-icon-search:before, .df-ui-btn.ti-search:before {
  content: "\e924";
}

.df-icon-print:before, .df-ui-btn.ti-printer:before {
  content: "\e925";
}

.df-icon-mail-outline:before {
  content: "\e926";
}

.df-icon-mail:before {
  content: "\e927";
}

.df-icon-menu:before {
  content: "\e928";
}

.df-icon-linkedin:before {
  content: "\eaca";
}

.df-icon-pinterest:before {
  content: "\ead1";
}

.df-icon-whatsapp:before {
  content: "\ea93";
}

/*! DEARVIEWER*/
.df-searching .df-search-info, .df-hybrid-viewer:not(.df-zoom-active) .df-loading + .df-zoomview::after, .df-thumb.df-thumb-requested:before, .df-flipbook-3d.df-loading:after, .df-page.df-loading:after, .df-fetch-pdf .df-loading-info, .df-container .df-loading-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='48px' height='48px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2307abcc' stroke-width='9' r='30' stroke-dasharray='141.37166941154067 49.12388980384689'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
}

.df-hidden {
  display: none !important;
}

.has-text-align-center, .df-text-align-center {
  text-align: center;
}

.df-app {
  min-height: 220px;
  position: relative;
  overflow: hidden;
  width: 100%;
  /*Smoothing of images in Firefox*/
  image-rendering: auto;
  direction: ltr;
  line-height: 1.5;
}

.df-container {
  height: 100%;
}
.df-container * {
  box-sizing: border-box !important;
}
.df-container i {
  font-style: normal;
}
.df-container a {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
.df-container .df-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50%;
  background-size: cover;
}
.df-container .df-loading-info {
  position: absolute;
  top: -300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  max-width: 200px;
  margin-top: 20px;
  padding: 10px 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 12px;
  color: #222;
  word-break: break-word;
  letter-spacing: 0.5px;
  opacity: 0;
}
.df-container.df-init .df-loading-info {
  top: 50%;
  opacity: 1;
  max-width: 300px;
}
.df-container.df-init .df-viewer {
  display: none;
}
.df-container.df-error .df-loading-info {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  color: #b00;
}
.df-container .df-loading-icon {
  -moz-transition: 0.3s 0.1s opacity;
  -o-transition: 0.3s 0.1s opacity;
  -webkit-transition: 0.3s 0.1s opacity;
  transition: 0.3s 0.1s opacity;
  opacity: 0;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin: -45px -25px -25px;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 50%;
  background-color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.df-container.df-loading .df-loading-icon {
  opacity: 1;
  z-index: 100;
}

.df-fetch-pdf .df-loading-info {
  opacity: 1;
  top: 0px;
  z-index: 4;
  background-repeat: no-repeat;
  padding-left: 36px;
  background-size: 24px;
  background-position: 6px 6px;
}

.df-viewer .df-3dcanvas {
  right: 0;
  position: absolute;
}

.df-ui {
  color: #666;
  bottom: 0;
  width: 100%;
  height: 42px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: absolute;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  display: block;
}
.df-ui .df-logo {
  height: 100%;
}
.df-ui .df-logo.df-logo-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
}
.df-ui .df-logo.df-logo-img img {
  max-height: 100%;
  max-width: 120px;
}
.df-ui .df-ui-page {
  padding: 0;
  font-size: 12px;
  width: 50px;
  min-width: 50px;
  line-height: 42px;
  margin: 0 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.df-ui .df-ui-page label {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 50px;
  height: 100%;
  text-align: center;
  display: block;
  line-height: inherit !important;
  color: #999;
  font-weight: normal;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  box-sizing: border-box;
  word-break: normal;
}
.df-ui .df-ui-page input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #8f8f8f;
  text-align: center;
  vertical-align: top;
  line-height: inherit !important;
  color: transparent;
  font-size: 14px;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
  display: block;
  opacity: 0;
}
.df-ui .df-ui-page input:focus {
  z-index: 2;
  opacity: 1;
  color: inherit;
}
.df-ui .df-ui-page input:focus + label {
  opacity: 0;
  display: none;
}

.df-ui-btn {
  color: #777;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 40px;
  height: 100%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  padding: 10px 5px;
  /* -webkit-border-radius: 3px; */
  line-height: 1.2;
  transition: 0.3s;
  transition-property: opacity, color, background-color;
}
.df-ui-btn:before {
  box-sizing: border-box;
}
.df-ui-btn:hover, .df-ui-btn.df-active {
  color: #00ACCE;
  background-color: #eee;
}
.df-ui-btn.df-active {
  background-color: #e7e7e7;
}
.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
  color: #bbb;
}
.df-ui-btn span {
  display: none;
}

.df-more-container {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px !important;
  right: 10px;
  background-color: #f7f7f7;
  z-index: 20;
  border-radius: 5px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}
.df-more-container:before {
  content: " ";
  position: absolute;
  border: 7px solid transparent;
  border-top-color: #eee;
  height: 0;
  width: 0;
  bottom: -14px;
  right: 13px;
  margin-right: -8px;
  pointer-events: none;
}

.df-more-container > .df-ui-btn {
  width: 170px;
  text-align: left;
  padding: 6px 8px;
  height: 36px;
  border-top: 1px solid #e4e4e4;
  border-radius: 0;
  line-height: 16px;
}
.df-more-container > .df-ui-btn span {
  font-size: 12px;
  padding-left: 24px;
  vertical-align: middle;
  display: inline-block;
}
.df-more-container > .df-ui-btn:before {
  position: absolute;
  top: 7px;
  font-size: 20px;
  width: 1em;
  text-align: center;
}
.df-more-container > .df-ui-btn:first-child {
  border-radius: 5px 5px 0 0;
  border-top: none;
}
.df-more-container > .df-ui-btn:last-child {
  border-radius: 0 0 5px 5px;
}

.df-ui-more.df-active .df-more-container {
  display: block;
}

.df-ui-search.df-active .df-search-container {
  display: block;
  padding: 5px;
}

.df-ui-nav {
  top: 50%;
  margin-top: -50px;
  position: absolute;
  opacity: 0.8;
  height: 100px;
  font-size: 36px;
  width: 50px;
  z-index: 2;
  cursor: pointer;
}
.df-ui-nav:hover {
  opacity: 1;
}
.df-ui-nav .df-ui-btn {
  height: auto;
  height: initial;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  padding: 15px 5px;
  width: auto;
  font-size: inherit;
  background-color: transparent !important;
}
.df-ui-nav .df-ui-btn:before {
  color: white;
  filter: drop-shadow(0 0 3px black);
}
.df-ui-nav.df-ui-prev {
  left: 0;
  right: auto;
  border-radius: 0;
}
.df-ui-nav.df-ui-prev .df-ui-btn {
  left: 10px;
}
.df-ui-nav.df-ui-prev .df-ui-btn:before {
  text-align: left;
}
.df-ui-nav.df-ui-next {
  right: 0;
}
.df-ui-nav.df-ui-next .df-ui-btn {
  right: 10px;
}
.df-ui-nav.df-ui-next .df-ui-btn:before {
  text-align: right;
}

.df-slider, .df-zoomview, .df-flipbook-3d, .df-flipbook-2d, .df-viewer-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.df-flipbook-2d {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.df-flipbook-2d .df-viewer-wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
  -moz-transition: 0.3s left;
  -o-transition: 0.3s left;
  -webkit-transition: 0.3s left;
  transition: 0.3s left;
}
.df-flipbook-2d .df-book-shadow {
  position: absolute;
  z-index: -1;
  height: 100%;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.df-page-content {
  overflow: hidden;
  opacity: 0.5;
}

.df-page.df-loading:after {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}
.df-page.df-loading .df-page-content {
  display: none;
}
.df-page > canvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.df-page .df-page-content {
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  width: 100%;
  z-index: 1;
}

.df-sheet {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.df-sheet .df-page, .df-sheet .df-page-front, .df-sheet .df-page-back, .df-sheet .df-sheet-wrapper, .df-sheet .df-sheet-fold-inner-shadow, .df-sheet .df-sheet-fold-outer-shadow {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.df-sheet .df-sheet-wrapper {
  overflow: hidden;
}
.df-sheet .df-page {
  width: 100%;
  height: 100%;
  background-color: white;
  box-sizing: border-box;
  z-index: 0;
  background-size: 100% 100%;
}
.df-sheet .df-page:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 5;
  opacity: 0.5;
  pointer-events: none;
}
.df-sheet .df-page > canvas {
  z-index: -1;
}
.df-sheet .df-page-front:before {
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
}
.df-sheet .df-page-back:before {
  right: 0;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
}
.df-sheet.df-left-side {
  right: 50%;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  transform-origin: right;
}
.df-sheet.df-left-side .df-page-front {
  z-index: 1;
}
.df-sheet.df-left-side .df-page-back {
  z-index: 2;
}
.df-sheet.df-right-side {
  left: 50%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
}
.df-sheet.df-right-side .df-page-front {
  z-index: 2;
}
.df-sheet.df-right-side .df-page-back {
  z-index: 1;
}
.df-sheet .df-sheet-fold-inner-shadow {
  position: absolute;
  z-index: 5;
  display: none;
}
.df-sheet .df-sheet-fold-outer-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
}
.df-sheet.df-flipping, .df-sheet.df-folding {
  z-index: 200 !important;
}
.df-sheet.df-folding.df-left-side .df-page-front, .df-sheet.df-folding.df-right-side .df-page-back {
  z-index: 3;
}
.df-sheet.df-folding .df-sheet-fold-inner-shadow {
  display: block;
}
.df-sheet.df-folding .df-page-content {
  display: none;
}

.df-pending .df-page-content, .df-pendingresize .df-page-content {
  display: none !important;
}

.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front {
  z-index: 3;
}

.df-hard-sheet .df-sheet-wrapper {
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}
.df-hard-sheet .df-sheet-fold-inner-shadow, .df-hard-sheet .df-sheet-fold-outer-shadow {
  display: none !important;
}
.df-hard-sheet .df-page-front, .df-hard-sheet .df-page-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.df-hard-sheet.df-right-side .df-page-back {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  transform-origin: right 50%;
  z-index: 3 !important;
}
.df-hard-sheet.df-right-side .df-page-front {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  transform-origin: left 50%;
  z-index: 4;
}
.df-hard-sheet.df-left-side .df-page-back {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  transform-origin: right 50%;
}
.df-hard-sheet.df-left-side .df-page-front {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  transform-origin: left 50%;
}

.df-flipbook-3d.df-loading:after {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}

.df-link-content, .df-text-content, .df-auto-link-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  width: auto !important;
  height: auto !important;
}

.df-page-content.df-double-internal:not(.df-double-internal-fix) > div {
  right: -100%;
}
.df-page-content.df-double-internal-fix > div {
  left: -100%;
}

.annotationLayer section, .df-link-content section, .customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation, .linkAnnotation, .highlightAnnotation, .popupAnnotation {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  pointer-events: all;
  border: none !important;
  padding: 0 !important;
}

section.linkAnnotation a,
a.linkAnnotation,
.buttonWidgetAnnotation a,
a.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation, a.df-autolink {
  background-color: #ff0;
  display: block;
  height: 100%;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
section.linkAnnotation a:hover,
a.linkAnnotation:hover,
.buttonWidgetAnnotation a:hover,
a.customLinkAnnotation:hover,
.customHtmlAnnotation:hover,
.customVideoAnnotation:hover, a.df-autolink:hover {
  border-color: transparent;
  background-color: #2196F3;
}

a.df-autolink {
  display: inline;
  pointer-events: all;
  color: transparent !important;
}

.df-sidemenu-wrapper {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  position: absolute;
  z-index: 3;
}
.df-sidemenu-wrapper .df-sidemenu-buttons {
  z-index: 6;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
  float: right;
  display: none;
  /*margin: 0 -40px 0 0;*/
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
  background-color: transparent;
  padding: 6px 5px;
}
.df-sidemenu-wrapper:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.9);
  z-index: 3;
  left: 0;
}

.df-sidemenu-open .df-ui-nav.df-ui-prev {
  left: 220px;
}
.df-sidemenu-open .df-sidemenu-wrapper {
  display: block;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
.df-sidemenu-open .df-sidemenu-wrapper:before {
  box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38);
}
.df-sidemenu-open .df-sidemenu-buttons .df-ui-close {
  display: block;
}
.df-sidemenu-open .df-flipbook-3d.df-loading:after {
  margin-left: 99px;
}

.df-sidemenu {
  width: 100%;
  height: auto !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  color: #666;
  font-size: 12px;
}
.df-sidemenu > .df-wrapper {
  overflow: auto;
  position: absolute !important;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
}
.df-sidemenu.df-sidemenu-visible {
  opacity: 1;
  z-index: 5;
}

.df-outline-container .df-wrapper {
  padding: 10px;
}

.df-outline-items > .df-outline-item {
  margin-left: 18px;
}

.df-outline-item a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  padding: 5px 0 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 1px;
}
.df-outline-item a:hover {
  text-decoration: underline !important;
  color: #2196F3 !important;
}

.df-outline-toggle {
  cursor: pointer;
  float: left;
  width: 28px;
  padding: 0 5px 0 10px;
  margin-left: -28px;
  text-align: center;
}
.df-outline-toggle:before {
  content: "\e902";
  font-size: 18px;
  font-family: "dearflip";
}
.df-outline-toggle.df-outlines-hidden:before {
  content: "\e901";
}
.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
  display: none;
}

.df-outline-item a:hover, .df-outline-toggle:hover, .df-outline-toggle:hover + a, .df-outline-toggle:hover ~ .df-outline-items {
  background-color: rgba(100, 100, 100, 0.05);
}

.df-thumb {
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: center;
}
.df-thumb .df-wrapper {
  box-sizing: content-box !important;
  margin: 6px;
  border-radius: 3px;
  transition: 0.2s background;
  display: inline-block;
  vertical-align: middle;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  position: relative;
}
.df-thumb .df-wrapper .df-thumb-number {
  position: absolute;
  bottom: 8px;
  background-color: rgba(238, 238, 238, 0.85);
  color: #444;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  opacity: 0;
}
.df-thumb .df-bg-image {
  height: 100%;
  background-size: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.df-thumb.df-thumb-requested:before {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}
.df-thumb.df-thumb-loaded {
  height: auto !important;
}
.df-thumb.df-thumb-loaded .df-wrapper {
  border: none;
  margin: 0;
  padding: 8px;
}
.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number {
  opacity: 1;
}
.df-thumb.df-thumb-loaded:hover .df-wrapper, .df-thumb.df-selected .df-wrapper {
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.df-lightbox-wrapper {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto !important;
  left: 0;
  z-index: 99999;
}
.df-lightbox-wrapper.df-lightbox-padded {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.df-lightbox-wrapper .df-lightbox-bg {
  background: #eee;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto !important;
  left: 0;
}
.df-lightbox-wrapper .df-lightbox-controls {
  float: right;
  padding: 5px;
  z-index: 1000;
  position: relative;
}
.df-lightbox-wrapper .df-app {
  position: absolute !important;
  width: 100%;
  top: 0;
  bottom: 0;
  height: auto !important;
}
.df-lightbox-wrapper .df-container.df-transparent {
  height: 100%;
}
.df-lightbox-wrapper .df-lightbox-close {
  float: right;
  text-align: center;
  font-size: 32px;
  padding: 8px 0;
  height: 48px;
  width: 46px;
  cursor: pointer;
  color: #444;
  border-color: transparent;
  background-color: transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.df-lightbox-wrapper .df-lightbox-close:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.21);
  border-color: black;
  opacity: 1;
}
.df-lightbox-wrapper .df-lightbox-close:before {
  color: white;
  filter: drop-shadow(0 0 3px black);
}

.df-share-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
}
.df-share-box {
  position: absolute;
  top: 50%;
  width: 280px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px 5px;
  text-align: center;
}

span.df-share-title {
  color: #777;
  margin-bottom: 10px;
  display: block;
}

.df-share-url {
  /* border: 0; */
  background-color: #fff;
  height: 60px;
  color: #666;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.df-share-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px 10px;
  /*  margin: 3px;*/
  font-size: 20px;
  color: #aaa;
}
.df-share-button:hover {
  color: #444;
}

.df-reader {
  overflow: auto;
  position: absolute;
  -webkit-overflow-scrolling: touch;
}
.df-reader .df-viewer-wrapper {
  cursor: grab;
}
.df-reader .df-page {
  position: relative;
  transform-origin: initial;
  margin: -10px auto -10px;
  border: 10px solid transparent;
  left: auto;
  left: initial;
  box-sizing: content-box !important;
}
.df-reader .df-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.df-reader ~ .df-ui-nav {
  display: none;
}
.df-reader:not(.df-noscroll) {
  margin-right: -12px;
}

.df-reader-scrollbar {
  position: absolute;
  top: 0;
  height: auto;
  right: 0;
  width: auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px 0 0 20px;
  padding: 6px 8px 6px 12px;
  z-index: 100;
  cursor: ns-resize;
}
.df-reader-scrollbar:hover, .df-reader-scrollbar.df-active {
  background-color: #fff;
}

.df-reader-scroll-page-number {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #ddd;
  border-radius: 10px;
  padding: 20px;
  font-size: 24px;
  z-index: 100;
  text-align: center;
  color: #333;
}
.df-reader-scroll-page-number.df-active {
  display: block;
}
.df-reader-scroll-page-number div {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #aaa;
  font-size: 16px;
  font-style: italic;
}

.df-ios .df-viewer.df-reader {
  margin-right: 0;
}

.df-no-transition {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.df-float .df-ui {
  bottom: 10px;
  width: auto;
  width: intial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: 0 auto;
  display: table;
  display: flex;
  border-radius: 5px;
}
.df-float .df-ui > .df-ui-btn:first-child {
  border-radius: 5px 0 0 5px;
}
.df-float .df-ui > .df-ui-btn:last-child {
  border-radius: 0 5px 5px 0;
}

.df-controls-top .df-ui {
  bottom: auto;
  bottom: intial;
  top: 0;
}
.df-controls-top.df-float .df-ui {
  top: 10px;
}
.df-controls-top .df-more-container {
  bottom: auto;
  top: 100%;
  margin: 8px 0 0 !important;
}
.df-controls-top .df-more-container:before {
  border-bottom-color: #eee;
  border-top: 0;
  bottom: auto;
  top: -7px;
}

.df-controls-hidden .df-ui {
  display: none;
}

.df-float-off.df-controls-top .df-sidemenu-wrapper {
  top: 42px;
  bottom: 0;
}
.df-float-off.df-controls-bottom .df-sidemenu-wrapper {
  top: 0;
  bottom: 42px;
}
.df-float-off .df-ui-left {
  justify-content: flex-start;
  display: flex;
  flex: 1;
}
.df-float-off .df-ui-right {
  justify-content: flex-end;
  display: flex;
  flex: 1;
}
.df-float-off .df-ui-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.df-float-off .df-ui {
  display: flex;
}

.df-link-content .annotationTextContent {
  color: transparent;
}
.df-link-content .popupWrapper {
  position: absolute;
  width: 20em;
}
.df-link-content .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  word-wrap: break-word;
}
.df-link-content .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em;
}
.df-link-content .popup p {
  padding-top: 0.2em;
}

html.df-lightbox-open, body.df-lightbox-open {
  overflow: hidden !important;
}

.df-zoomview {
  display: none;
  cursor: move;
}
.df-zoomview .df-viewer-wrapper {
  position: relative;
  margin: 0 auto;
}
.df-zoomview .df-viewer-wrapper .df-book-shadow {
  position: absolute;
  z-index: -1;
  height: 100%;
  display: none;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
}
.df-zoomview .df-page {
  position: absolute;
  top: 0;
  right: 50%;
  background-color: #fff;
}
.df-zoomview .df-page:before {
  width: 10%;
  opacity: 0.5;
}
.df-zoomview .df-page.df-page-front {
  left: 50%;
}

.df-zoom-active .df-viewer {
  cursor: move;
  cursor: -webkit-grab;
}
.df-zoom-active .df-flipbook {
  display: none;
}
.df-zoom-active .df-zoomview {
  display: block;
}

.df-hybrid-viewer .df-zoomview .df-page:before {
  display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading + .df-zoomview {
  display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview {
  display: block;
  pointer-events: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before {
  display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-loading + .df-zoomview::after {
  content: "";
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -11px;
  position: absolute;
  z-index: 0;
}
.df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview {
  display: none;
}

.df-container ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.df-container ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  cursor: pointer;
}
.df-container ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
.df-container ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}
.df-container ::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}
.df-container ::-webkit-scrollbar-thumb,
.df-container ::-webkit-scrollbar-thumb:hover,
.df-container ::-webkit-scrollbar-thumb:active {
  border-right: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: transparent;
}
.df-container ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
.df-container ::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
}
.df-container ::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.15);
}
.df-container ::-webkit-scrollbar-corner {
  background: transparent;
}

.df-sidemenu-wrapper ::-webkit-scrollbar {
  width: 10px;
}

.df-container.df-transparent.df-fullscreen {
  background: #aaa;
}
.df-container.df-fullscreen {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2147483647;
}
.df-container.df-rtl .df-sidemenu-wrapper {
  left: auto;
  left: initial;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  right: -50px;
  direction: rtl;
}
.df-container.df-rtl input.df-search-text {
  padding: 0 15px 0 45px;
}
.df-container.df-rtl .df-sidemenu-title {
  text-align: right;
}
.df-container.df-rtl .df-search-clear {
  right: auto;
  left: 60px;
}
.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0;
}
.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
  float: left;
}
.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev {
  left: 0;
}
.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next {
  right: 220px;
}
.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after {
  margin-left: -122px;
}
.df-container.df-rtl .df-outline-item {
  margin: 0 18px 0 0;
  text-align: right;
  direction: rtl;
}
.df-container.df-rtl .df-outline-item .df-outline-toggle {
  float: right;
  margin: 0 -18px 0 0;
}
.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before {
  content: "\e900";
}
.df-container.df-rtl .df-viewer .df-3dcanvas {
  left: 0;
  right: auto;
  right: initial;
}
.df-container.df-rtl .df-more-container .df-ui-btn {
  text-align: right;
  direction: rtl;
}
.df-container.df-rtl .df-more-container .df-ui-btn:before {
  right: 10px;
}
.df-container.df-rtl .df-more-container .df-ui-btn span {
  padding: 0 24px 0 0;
}

.df-lightbox-wrapper.df-rtl .df-lightbox-controls {
  float: left;
}

/*Lightbox Types*/
.df-element[data-lightbox], .df-element[data-df-lightbox] {
  cursor: pointer;
}

.df-popup-thumb {
  display: inline-block;
  box-sizing: border-box;
  margin: 30px 15px 15px !important;
  text-align: center;
  border: 0;
  width: 140px;
  height: auto;
  word-break: break-word;
  vertical-align: bottom;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 800px;
  perspective: 800px;
}
.df-popup-thumb .df-book-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.2s;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
  transform-origin: 30%;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
.df-popup-thumb .df-book-page1, .df-popup-thumb .df-book-page2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  background-color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.df-popup-thumb .df-book-cover {
  background-size: 100% 100%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  top: 0;
  position: relative;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.df-popup-thumb .df-book-cover.df-thumb-not-found {
  height: 200px;
  position: relative;
}
.df-popup-thumb .df-book-cover:after {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1%, rgba(0, 0, 0, 0.15) 3%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0) 7%);
  box-shadow: inset 0px -1px 3px 0px #5050508c;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
.df-popup-thumb .df-book-title {
  bottom: -100%;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 5px;
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: block;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.df-popup-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.df-popup-thumb:hover .df-book-title, .df-popup-thumb.df-thumb-not-found .df-book-title, .df-popup-thumb.df-tl-book-title-fixed .df-book-title {
  opacity: 1;
  bottom: 0;
}
.df-popup-thumb.df-tl-book-title-fixed .df-book-title {
  position: relative;
}
.df-popup-thumb.df-thumb-not-found .df-book-wrapper {
  width: 100%;
}
.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found, .df-popup-thumb.df-tl-cover-title .df-thumb-not-found {
  height: 170px;
}
.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper, .df-popup-thumb.df-tl-cover-title .df-book-wrapper {
  position: relative;
  z-index: 1;
}
.df-popup-thumb.df-tl-book-title-bottom .df-book-title, .df-popup-thumb.df-tl-cover-title .df-book-title {
  position: relative;
  bottom: 0;
  opacity: 1;
  height: 3em;
  background: transparent;
}
.df-popup-thumb:hover .df-book-page1 {
  transform: rotateY(-8deg) rotateZ(0);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.df-popup-thumb:hover .df-book-page2 {
  transform: rotateY(-14deg) rotateZ(0);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.df-popup-thumb:hover .df-book-wrapper {
  transform: rotateY(-15deg) rotateZ(0);
}
.df-popup-thumb:hover .df-book-cover {
  -webkit-transform: rotateY(-18deg) rotateZ(0);
  -moz-transform: rotateY(-18deg) rotateZ(0);
  -ms-transform: rotateY(-18deg) rotateZ(0);
  transform: rotateY(-18deg) rotateZ(0);
}
.df-popup-thumb.df-tl-cover-title .df-book-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.df-popup-thumb.df-tl-cover-title .df-book-cover {
  box-shadow: none;
}
.df-popup-thumb.df-tl-cover-title .df-book-cover:after {
  display: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transform: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-cover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-page1, .df-popup-thumb.df-tl-cover-title:hover .df-book-page2 {
  display: none;
}

.df-popup-button {
  width: auto;
  display: inline-block;
  background: #ddd;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}
.df-popup-button:hover {
  background: #aaa;
}

.df-popup-hidden {
  display: none;
}

.df-icon-play-popup {
  position: relative;
}
.df-icon-play-popup:before {
  top: 50%;
  position: absolute;
  left: 50%;
  font-size: 40px;
  background: #777;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 1px 5px #777;
  margin-top: -30px;
  margin-left: -30px;
  display: block;
  color: #fff;
  z-index: 1;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}
.df-icon-play-popup:hover:before {
  opacity: 0;
}

.df-posts {
  max-width: 1140px;
  margin: 0 auto;
}
.df-posts > .df-popup-thumb {
  width: calc(20% - 30px);
  min-width: 100px;
  position: relative;
  z-index: 1;
}

df-post-shelf {
  display: none;
  height: 160px;
  background-color: transparent;
  z-index: 0;
  margin: -105px -40px -40px -40px;
  position: relative;
  background-repeat: no-repeat;
}
df-post-shelf:nth-of-type(5n) {
  display: block;
}
df-post-shelf:after {
  content: " ";
  height: 160px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  z-index: 1;
  background-position: 0 -160px;
  background-repeat: no-repeat;
  background-image: inherit;
  background-size: inherit;
}
df-post-shelf:before {
  content: " ";
  display: block;
  position: absolute;
  left: 240px;
  bottom: 0;
  right: 240px;
  height: 160px;
  z-index: 1;
  background-image: inherit;
  background-size: inherit;
  background-repeat: repeat-x;
  background-position: 0 -320px;
}

.df-posts.df-has-shelf {
  padding: 0 40px 50px 40px;
}

@media screen and (max-width: 1100px) {
  .df-posts > .df-popup-thumb {
    width: calc(25% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(4n) {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .df-posts > .df-popup-thumb {
    width: calc(33% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(3n) {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .df-posts > .df-popup-thumb {
    width: calc(50% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(2n) {
    display: block;
  }

  df-post-shelf {
    background-size: 120px 480px;
  }
  df-post-shelf:before {
    left: 120px;
    right: 120px;
  }
  df-post-shelf:after {
    width: 120px;
  }
}
@media screen and (max-width: 420px) {
  .df-posts > .df-popup-thumb, .df-popup-thumb {
    width: calc(100% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: block;
  }
}
df-post-shelf:nth-last-of-type(1) {
  display: block;
}

.df-posts {
  container-type: inline-size;
  container-name: dfposts;
  width: 100%;
  box-sizing: border-box !important;
}

@container dfposts (max-width: 1020px) {
  .df-posts > .df-popup-thumb {
    width: calc(25% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(4n) {
    display: block;
  }
}
@container dfposts (max-width: 820px) {
  .df-posts > .df-popup-thumb {
    width: calc(33% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(3n) {
    display: block;
  }
}
@container dfposts (max-width: 520px) {
  .df-posts > .df-popup-thumb {
    width: calc(50% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: none;
  }

  df-post-shelf:nth-of-type(2n) {
    display: block;
  }

  df-post-shelf {
    background-size: 120px 480px;
  }
  df-post-shelf:before {
    left: 120px;
    right: 120px;
  }
  df-post-shelf:after {
    width: 120px;
  }
}
@container dfposts (max-width: 320px) {
  .df-posts > .df-popup-thumb {
    width: calc(100% - 30px);
  }

  df-post-shelf:nth-of-type(n) {
    display: block;
  }
}
@container dfposts (max-width: 150px) {
  .df-posts.df-has-shelf > .df-popup-thumb {
    width: 100%;
    margin: 30px -35px 15px !important;
  }
}
df-post-shelf:nth-last-of-type(1) {
  display: block;
}

.df-page-content {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.df-text-content, .df-auto-link-content {
  line-height: 1;
}

.df-text-content span,
.df-text-content br,
.df-auto-link-content span {
  color: transparent !important;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.df-auto-link-content > span {
  overflow: hidden;
}

.df-text-content .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #b400aa;
  border-radius: 4px;
}

.df-text-content .highlight.appended {
  position: initial;
}

.df-text-content .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.df-text-content .highlight.end {
  border-radius: 0 4px 4px 0;
}

.df-text-content .highlight.middle {
  border-radius: 0;
}

.df-text-content .highlight.selected {
  background-color: darkgreen;
}

.df-text-content .endOfContent {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.df-text-content .endOfContent.active {
  top: 0;
}

body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
    top: 0px;
  }
}
.df-single-content {
  width: 100%;
}

/*Test|Hot-Fixes Region*/
.df-link-content section.textWidgetAnnotation {
  display: none;
}

.df-viewer::-webkit-scrollbar-button {
  height: 50px;
}

.df-viewer::-webkit-scrollbar-thumb {
  min-height: 50px;
}

.df-container .df-reader ::-webkit-scrollbar-track, .df-container .df-reader ::-webkit-scrollbar-thumb {
  background: transparent;
}

.df-container.df-pinch-zoom ::-webkit-scrollbar-track, .df-container.df-pinch-zoom ::-webkit-scrollbar-thumb {
  background: transparent;
}
.df-container.df-pinch-zoom .df-page-content {
  display: none;
}

section.squareAnnotation .popupWrapper, section.textAnnotation .popupWrapper {
  display: none;
}
section.squareAnnotation svg, section.textAnnotation svg {
  display: block;
}

.df-comment-popup {
  display: none;
  position: absolute;
  width: 360px;
  background-color: #FFFF99;
  box-shadow: 0 2px 5px #333;
  border-radius: 2px;
  z-index: 9;
  padding: 10px;
  word-break: break-word;
}
.df-comment-popup.df-active {
  display: block;
}
.df-comment-popup .popup {
  background-color: transparent !important;
}
.df-comment-popup p {
  margin: 0;
}
.df-comment-popup h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-top: 0;
  font-size: 1em;
}

.df-sidemenu-wrapper.df-sidemenu-center {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  display: none;
  top: auto;
  height: 360px;
  bottom: 52px;
  /* opacity: 0.9; */
}

.df-sidemenu-center .df-sidemenu-buttons {
  box-shadow: none;
  text-align: center;
}

.df-sidemenu-center .df-sidemenu-buttons .df-icon-close {
  display: block;
  margin: -55px auto 0 auto;
  float: none;
  border-radius: 50px;
  width: 44px;
}

.df-sidemenu-wrapper.df-sidemenu-center:before {
  background-color: rgba(255, 255, 255, 0.9);
}

.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center {
  display: block;
}

.df-sidemenu-center:before, .df-sidemenu-center .sidemenu {
  border-radius: 10px 10px 0 0;
}

.df-slider {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.df-slider .df-viewer-wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
  -moz-transition: 0.3s left;
  -o-transition: 0.3s left;
  -webkit-transition: 0.3s left;
  transition: 0.3s left;
}
.df-slider .df-sheet {
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.df-slider .df-sheet.df-left-side, .df-slider .df-sheet.df-right-side {
  left: 50% !important;
}
.df-slider .df-sheet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.df-slider .df-page:before {
  display: none;
}
.df-slider .df-page.df-page-front {
  z-index: 3;
}
.df-slider + .df-zoomview .df-page:before {
  display: none;
}

.df-has-shelf df-post-shelf {
  background: none;
  perspective: 400px;
  margin: 5px 0px 30px 0px;
  /* margin-bottom: 0; */
  height: 0px;
  box-shadow: 0px 5px 40px 15px #00000050;
}
.df-has-shelf df-post-shelf:before, .df-has-shelf df-post-shelf:after {
  background-size: auto;
  left: -40px;
  right: -40px;
  width: auto;
  background-repeat: repeat-x;
  transform-style: preserve-3d;
  background-position: 0 0;
}
.df-has-shelf df-post-shelf:before {
  transform: translateY(-15px) rotateX(50deg);
  height: 50px;
  transform-origin: bottom;
  box-shadow: inset 0px 3px 15px 0px #0000009c;
}
.df-has-shelf df-post-shelf:after {
  transform: translateZ(0);
  height: 15px;
  box-shadow: inset 0px 3px 3px #f3f3f352;
  background-position: 0 -50px;
}

.df-search-highlight {
  position: relative !important;
  background-color: #00f;
}

.df-search-results {
  top: 125px !important;
  padding: 0 10px 10px;
}

.df-search-result {
  color: inherit !important;
  text-decoration: none !important;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 1px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.df-search-result.df-active, .df-search-result:hover {
  background-color: rgba(100, 100, 100, 0.2);
}

.df-sidemenu-title {
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: left;
}

.df-search-hits {
  z-index: 10;
  display: none;
}

.df-search-open .df-search-hits {
  display: inline-block;
}

.df-search-form {
  display: flex;
  padding: 10px;
  position: relative;
}

.df-search-clear {
  position: absolute;
  right: 55px;
  top: 22px;
  cursor: pointer;
  display: none;
}

input.df-search-text {
  flex-grow: 1;
  margin: 0;
  border-radius: 4px 0 0 4px;
  outline: 0;
  border: 0;
  height: 40px;
  padding: 0 45px 0 15px;
  width: 100%;
}
input.df-search-text:not(:placeholder-shown) ~ a.df-search-clear {
  display: block;
}

.df-ui-btn.df-search-btn {
  height: 40px;
  padding: 10px;
  background-color: #f7f7f7;
}

.df-search-info {
  padding: 5px 20px;
}

.df-searching .df-search-info {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 176px;
}

.df-popup-thumb img.df-lazy {
  transform: scale(1.2);
  opacity: 0.5;
}

@media (prefers-reduced-motion: no-preference) {
  .df-popup-thumb img {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}
.df-trigger {
  cursor: pointer;
}

.df-element:hover a.df-edit-link {
  display: inline-block;
}

a.df-edit-link {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  padding: 5px;
  background: #eee;
}

.df-element[data-lightbox], .df-element[data-df-lightbox] {
  position: relative;
}

.df-element[data-lightbox] .df-edit-link, .df-element[data-df-lightbox] .df-edit-link {
  right: 0;
  bottom: 0;
  padding: 0 5px;
  transform: translateY(100%);
  margin: 0 !important;
}

.df-element[data-lightbox=thumb] .df-edit-link, .df-element[data-df-lightbox=thumb] .df-edit-link {
  padding: 10px 5px 5px;
  height: 30px;
}

/*Test|Hot-Fixes Region End*/
.df-posts [skip-parse] {
  display: none;
}

.df-posts {
  text-align: center;
  position: relative;
}

.df-load-more-button-wrapper {
  text-align: center;
  display: none;
  margin-top: 20px;
}

.df-posts [skip-parse] ~ .df-load-more-button-wrapper {
  display: block;
}

.df-load-more-button {
  padding: 10px 15px;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  background: #0085ba;
  color: white;
}

._df_book {
  min-height: 400px;
}:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;--header:calc(var(--s)*1.16667);--vh:100vh;--red:37;--green:211;--blue:102;--rgb:var(--red) var(--green) var(--blue);--color:rgb(var(--rgb));--dark:rgb(calc(var(--red) - 75) calc(var(--green) - 75) calc(var(--blue) - 75));--hover:rgb(calc(var(--red) + 50) calc(var(--green) + 50) calc(var(--blue) + 50));--bg:rgb(var(--rgb)/4%);--tolerance:210;--bw:calc((var(--red)*0.2126 + var(--green)*0.7152 + var(--blue)*0.0722 - var(--tolerance))*-10000000);--text:hsl(0deg 0% calc(var(--bw)*1%)/clamp(70%,var(--bw)*1%,100%));--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--dark{--msg:var(--dark)}.joinchat--noanim{animation:none}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out}.joinchat--hidden{display:none!important}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg 0% calc(var(--bw)*1%)/90%)}}.joinchat__button{display:flex;flex-direction:row;position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}[dir=rtl] .joinchat__button{flex-direction:row-reverse}.joinchat__button:hover{background:#128c7e;transition-duration:1.5s}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px;flex-direction:row-reverse}[dir=rtl] .joinchat--left .joinchat__button{flex-direction:row}.joinchat--btn .joinchat__button:hover{transition-duration:.2s}.joinchat--chatbox .joinchat__button{background:var(--color);transition-duration:.2s;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.joinchat--chatbox .joinchat__button:active,.joinchat--chatbox .joinchat__button:hover{background:var(--hover)}.joinchat--optout.joinchat--chatbox .joinchat__button{background-color:#999;pointer-events:none}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__plain{stroke-dasharray:0;animation:none}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__chat{animation:none}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat--chatbox .joinchat__button__open{display:none}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat--chatbox .joinchat__button__image{display:none}.joinchat__button__send{display:none;flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s)*0.18);margin:0;overflow:hidden}.joinchat--chatbox .joinchat__button__send{display:block}.joinchat__button__send path{fill:none!important;stroke:var(--text)!important}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:1097;stroke-dashoffset:1097;animation:joinchat_plain 6s .2s ease-in-out infinite}.joinchat__button__send .joinchat_svg__chat{stroke-dasharray:1020;stroke-dashoffset:1020;animation:joinchat_chat 6s 3.2s ease-in-out infinite}.joinchat__button__sendtext{padding:0;max-width:0;border-radius:var(--s);font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis;transition:none}.joinchat--chatbox .joinchat__button__sendtext{padding:0 4px 0 24px;max-width:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2*var(--sep));opacity:1;transition:max-width .2s linear,opacity .4s ease-out .2s}.joinchat--chatbox.joinchat--left .joinchat__button__sendtext{padding:0 24px 0 4px}.joinchat__badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--chatbox .joinchat__tooltip{display:none}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0}.joinchat__box{display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep)*2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--s)/2 + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s}[dir=rtl] .joinchat__box{text-align:right}.joinchat--chatbox .joinchat__box{opacity:1;transform:scaleX(1);transition:max-height .2s ease-out,opacity .2s ease-out,transform 0s linear}.joinchat--left .joinchat__box{right:auto;left:0}.joinchat--dark .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);min-height:50px;padding:0 70px 0 26px;margin:0}[dir=rtl] .joinchat__header{padding:0 26px 0 70px}.joinchat__header__text{font-size:19px;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.joinchat__powered{font-size:11px;line-height:18px;color:inherit!important;text-decoration:none!important;fill:currentcolor;opacity:.8}.joinchat__powered svg{display:inline-block;width:auto;height:18px;vertical-align:-30%}.joinchat__powered:active,.joinchat__powered:hover{color:inherit!important;text-decoration:none!important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.joinchat__wa{height:28px;width:auto;fill:currentcolor;opacity:.8}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size)/2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z'/%3E%3C/svg%3E") 50% no-repeat;background-size:12px;cursor:pointer;transition:background-color .3s ease-out}.joinchat__close:hover{background-color:rgba(0,0,0,.6)}.joinchat__close:active{background-color:rgba(0,0,0,.7)}[dir=rtl] .joinchat__close{right:auto;left:24px}.joinchat__box__scroll{overflow:hidden scroll;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.joinchat__box__scroll::-webkit-scrollbar{width:4px;background:rgb(0 0 0/0)}.joinchat__box__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgb(0 0 0/0)}.joinchat--blur .joinchat__box__scroll{background:rgba(var(--rgb)/2%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.joinchat__box__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.joinchat__box__content{width:calc(100% + 4px);padding:20px 0 calc(var(--s) + 16px)}.joinchat__optin{padding:0 16px;margin-bottom:16px;color:#4a4a4a;font-size:13px;line-height:1.33}.joinchat__optin a{display:inline;padding:0;color:inherit!important;text-decoration:underline}.joinchat__optin a:hover{text-decoration-thickness:2px}.joinchat__optin input{position:absolute;visibility:hidden}.joinchat__optin label{position:relative;display:block;margin:0;padding:0 0 0 30px;color:inherit;font:inherit;cursor:pointer}.joinchat__optin label:before{content:"";display:block;position:absolute;top:min(50% - 11px,5px);left:0;width:22px;height:22px;border:3px solid var(--color);border-radius:4px;background:#fff;box-shadow:0 0 0 1px var(--text);transition:box-shadow .3s ease-in-out}.joinchat--dark .joinchat__optin label:before{background:#000}.joinchat__optin label:after{content:"";display:none;position:absolute;top:min(50% - 8px,8px);left:8px;width:6px;height:14px;border:solid var(--text);border-width:0 3px 3px 0;transform:rotate(45deg)}[dir=rtl] .joinchat__optin label{padding:0 30px 0 0}[dir=rtl] .joinchat__optin label:before{left:auto;right:0}[dir=rtl] .joinchat__optin label:after{left:auto;right:8px}.joinchat__optin input:checked+label:before{box-shadow:0 0 0 1px var(--text),inset 0 0 0 10px var(--color)}.joinchat__optin input:checked+label:after{display:block}.joinchat--dark .joinchat__optin{color:#d8d8d8}.joinchat{--peak:url(#joinchat__peak_l)}[dir=rtl] .joinchat{--peak:url(#joinchat__peak_r)}.joinchat__message{position:relative;min-height:56px;padding:15px 20px;margin:0 26px 26px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform:translateZ(0)}.joinchat__message:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;-webkit-clip-path:var(--peak);clip-path:var(--peak)}[dir=rtl] .joinchat__message:before{left:auto;right:-15px}.joinchat--dark .joinchat__message{background:#505050;color:#d8d8d8}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes joinchat_plain{0%,50%,to{stroke-dashoffset:1097}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_chat{0%,50%,to{stroke-dashoffset:1020}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px;--header:calc(var(--s)*0.91667)}.joinchat__header__text{font-size:17px}.joinchat__close{--size:28px}.joinchat__box__scroll{padding-top:15px}.joinchat__message{padding:18px 16px;line-height:24px;margin:0 20px 20px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr,.joinchat--chatbox .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-color-scheme:dark){.joinchat--dark-auto{--msg:var(--dark)}.joinchat--dark-auto .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat--dark-auto .joinchat__optin label:before{background:#000}.joinchat--dark-auto .joinchat__optin{color:#d8d8d8}.joinchat--dark-auto .joinchat__message{background:#505050;color:#d8d8d8}}@media (prefers-reduced-motion){.joinchat{animation:none}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:0;animation:none}.joinchat__button__send .joinchat_svg__chat{animation:none}.joinchat__button__sendtext{transition:none!important}}