@charset "UTF-8";
.ea-alex-grid {
position: relative; }
.ea-alex-grid .ea-alex-wrap {
display: grid;
grid-template-columns: repeat(1, 1fr); }
.ea-alex-grid .ea-item {
position: relative;
overflow: hidden;
display: flex; }
.ea-alex-grid .ea-item:hover .ea-button-wrap {
margin-bottom: 0 !important; }
.ea-alex-grid .ea-item:hover .ea-readmore {
background: #fff; }
.ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon:before {
width: 50px;
background: #2B2D42; }
.ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon span:before,
.ea-alex-grid .ea-item:hover .ea-readmore .ea-readmore-icon span:after {
width: 10px;
transition-delay: .3s;
background: #2B2D42;
opacity: 1; }
.ea-alex-grid .ea-item:hover .ea-post-format a {
transform: translateY(0);
opacity: 1; }
.ea-alex-grid .ea-meta {
position: absolute;
top: 15px;
left: 15px;
display: flex;
align-items: center; }
.ea-alex-grid .ea-meta .ea-author-img img {
border-radius: 80px;
margin-right: 10px; }
.ea-alex-grid .ea-meta .ea-author-name a {
color: #dcdcdc;
font-size: 14px;
text-transform: capitalize;
font-weight: 600; }
.ea-alex-grid .ea-meta .ea-date,
.ea-alex-grid .ea-meta .ea-post-time {
color: #dcdcdc;
font-size: 12px;
font-weight: 500; }
.ea-alex-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alex-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alex-grid .ea-image-wrap {
width: 100%; }
.ea-alex-grid .ea-image-wrap .ea-img {
position: relative;
width: 100%;
height: 100%;
object-fit: cover; }
.ea-alex-grid .ea-content-wrap {
position: absolute;
overflow: hidden;
width: 100%;
bottom: 0;
height: auto;
background: rgba(43, 45, 66, 0.3); }
.ea-alex-grid .ea-content {
padding: 20px; }
.ea-alex-grid .ea-title {
font-size: 18px;
font-weight: 600;
display: inline;
margin: 0; }
.ea-alex-grid .ea-title a {
color: #fff; }
.ea-alex-grid .ea-category {
margin-bottom: 5px; }
.ea-alex-grid .ea-category a {
font-size: 14px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5); }
.ea-alex-grid .ea-button-wrap {
margin-bottom: -50px;
transition: margin-bottom 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-alex-grid .ea-readmore {
display: block;
position: relative;
padding: 25px 20px;
transition: all .3s ease; }
.ea-alex-grid .ea-readmore .ea-readmore-icon {
position: relative; }
.ea-alex-grid .ea-readmore .ea-readmore-icon:before {
content: '';
position: absolute;
left: 0;
height: 2px;
width: 15px;
background: rgba(255, 255, 255, 0.5);
transition: all .5s ease; }
.ea-alex-grid .ea-readmore .ea-readmore-icon span:before,
.ea-alex-grid .ea-readmore .ea-readmore-icon span:after {
content: '';
position: absolute;
left: 40px;
width: 10px;
height: 2px;
background: transparent;
border-radius: 10px;
transition: all .5s ease;
opacity: 0; }
.ea-alex-grid .ea-readmore .ea-readmore-icon span:after {
transform: rotate(-45deg);
bottom: -6px; }
.ea-alex-grid .ea-readmore .ea-readmore-icon span:before {
transform: rotate(45deg);
top: -4px; }
.ea-alex-grid .ea-content-left .ea-content-wrap {
left: 0; }
.ea-alex-grid .ea-content-right .ea-content-wrap {
right: 0; }
.ea-alex-grid .ea-post-format {
position: absolute;
right: 0;
top: 0;
margin: 15px; }
.ea-alex-grid .ea-post-format a {
padding: 16px 16px;
display: inline-flex;
color: #fff;
font-size: 16px;
transform: translateY(15px);
opacity: 0;
transition: all 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-global-link-yes .ea-alex-grid .ea-item:hover {
cursor: pointer; }
@media (min-width: 768px) {
.ea-alex-grid .ea-style-1 {
grid-template-columns: repeat(6, 1fr); }
.ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+2), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+5) {
grid-column: span 3 / auto; }
.ea-alex-grid .ea-style-2 {
grid-template-columns: repeat(2, 1fr); }
.ea-alex-grid .ea-style-2 .ea-content-wrap {
width: 70%; }
.ea-alex-grid .ea-style-3 {
grid-template-columns: repeat(6, 1fr); }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) {
grid-column: span 3 / auto;
grid-row: span 2; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-meta {
top: 30px;
left: 30px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content {
padding: 30px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title {
font-size: 24px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category a {
font-size: 18px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-button-wrap {
margin-bottom: -60px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-readmore {
padding: 30px; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2):hover .ea-button-wrap {
margin-bottom: 0 !important; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 3 / auto; }
.ea-alex-grid .ea-style-3 .ea-item .ea-content-wrap {
width: 80%; } }
@media (min-width: 1024px) {
.ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+2) {
grid-column: span 3 / auto; }
.ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-1 .ea-item:nth-child(5n+5) {
grid-column: span 2 / auto; }
.ea-alex-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-content-wrap {
width: 70%; }
.ea-alex-grid .ea-style-2 {
grid-template-columns: repeat(3, 1fr); }
.ea-alex-grid .ea-style-3 .ea-content-wrap {
width: 70%; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+2) {
grid-column: span 2 / auto;
grid-row: span 2; }
.ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+1), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alex-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 2 / auto; }
.ea-alex-grid .ea-style-3 .ea-content-wrap {
width: 70%; } }
@media (min-width: 1440px) {
.ea-alex-grid .ea-style-1 .ea-item:nth-child(1) .ea-content-wrap, .ea-alex-grid .ea-style-1 .ea-item:nth-child(2) .ea-content-wrap {
width: 50%; } }.ea-alex-carousel {
position: relative; }
.ea-alex-carousel .ea-item {
position: relative;
overflow: hidden;
display: flex;
height: 300px; }
.ea-alex-carousel .ea-item:hover .ea-button-wrap {
margin-bottom: 0px !important; }
.ea-alex-carousel .ea-item:hover .ea-readmore {
background: #fff; }
.ea-alex-carousel .ea-item:hover .ea-readmore .ea-readmore-icon:before {
width: 50px;
background: #2B2D42; }
.ea-alex-carousel .ea-item:hover .ea-readmore .ea-readmore-icon span:before,
.ea-alex-carousel .ea-item:hover .ea-readmore .ea-readmore-icon span:after {
width: 10px;
transition-delay: .3s;
background: #2B2D42;
opacity: 1; }
.ea-alex-carousel .ea-item:hover .ea-post-format a {
transform: translateY(0);
opacity: 1; }
.ea-alex-carousel .ea-meta {
position: absolute;
top: 15px;
left: 15px;
display: flex;
align-items: center; }
.ea-alex-carousel .ea-meta .ea-author-img img {
border-radius: 80px;
margin-right: 10px; }
.ea-alex-carousel .ea-meta .ea-author-name a {
color: #dcdcdc;
font-size: 16px;
text-transform: capitalize;
font-weight: 500; }
.ea-alex-carousel .ea-meta .ea-date,
.ea-alex-carousel .ea-meta .ea-post-time {
color: #dcdcdc;
font-size: 12px;
font-weight: 500; }
.ea-alex-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alex-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alex-carousel .ea-content-wrap {
position: absolute;
width: 100%;
bottom: 0;
height: auto;
background: rgba(43, 45, 66, 0.3); }
.ea-alex-carousel .ea-image-wrap {
width: 100%; }
.ea-alex-carousel .ea-image-wrap .ea-img {
position: relative;
width: 100%;
height: 100%;
object-fit: cover; }
.ea-alex-carousel .ea-content {
padding: 20px; }
.ea-alex-carousel .ea-title {
font-size: 18px;
font-weight: 600;
display: inline;
margin: 0; }
.ea-alex-carousel .ea-title a {
color: #fff; }
.ea-alex-carousel .ea-category {
margin-bottom: 5px; }
.ea-alex-carousel .ea-category a {
font-size: 15px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5); }
.ea-alex-carousel .ea-button-wrap {
margin-bottom: -50px;
transition: margin-bottom 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-alex-carousel .ea-readmore {
display: block;
position: relative;
padding: 25px 20px;
transition: all .3s ease; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon {
position: relative; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon:before {
content: '';
position: absolute;
left: 0;
height: 2px;
width: 25px;
background: rgba(255, 255, 255, 0.5);
transition: all .5s ease; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:before,
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:after {
content: '';
position: absolute;
left: 40px;
width: 10px;
height: 2px;
background: transparent;
border-radius: 10px;
transition: all .5s ease;
opacity: 0; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:after {
transform: rotate(-45deg);
bottom: -6px; }
.ea-alex-carousel .ea-readmore .ea-readmore-icon span:before {
transform: rotate(45deg);
top: -4px; }
.ea-alex-carousel .ea-content-left .ea-content-wrap {
left: 0; }
.ea-alex-carousel .ea-content-right .ea-content-wrap {
right: 0; }
.ea-alex-carousel .ea-post-format {
position: absolute;
right: 0;
top: 0;
margin: 15px; }
.ea-alex-carousel .ea-post-format a {
padding: 16px 16px;
display: inline-flex;
color: #fff;
font-size: 16px;
transform: translateY(15px);
opacity: 0;
transition: all 0.5s cubic-bezier(0.25, 0.85, 0.35, 0.98); }
.ea-global-link-yes .ea-alex-carousel .ea-item:hover {
cursor: pointer; }
.elementor-widget-ea-alex-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 40));
transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-alex-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 30));
transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 30)); }
.elementor-widget-ea-alex-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 40));
transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 40)); }
.elementor-widget-ea-alex-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-arrows-ncx, 0), var(--ea-alex-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-dots-nnx, 0), var(--ea-alex-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-both-ncx, 0), var(--ea-alex-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alex-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-alex-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alex-carousel-arrows-fraction-ncx, 0), var(--ea-alex-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }
@media (min-width: 1024px) {
.ea-alex-carousel .ea-content-wrap {
width: 60%; } }.ea-alice-grid .ea-alice-wrap {
display: grid; }
.ea-alice-grid .ea-item {
display: flex;
overflow: hidden;
transition: all .3s ease; }
.ea-alice-grid .ea-item-box {
position: relative;
display: flex;
width: 100%; }
.ea-alice-grid .ea-item-box::before {
content: '';
display: block;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
z-index: 2;
background: #1b19198c;
transition: all .3s ease; }
.ea-alice-grid .ea-item-box:hover .ea-img-wrap .ea-img {
transform: scale(1.1); }
.ea-alice-grid .ea-item-box:hover .ea-category {
opacity: 1; }
.ea-alice-grid .ea-img-wrap {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alice-grid .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s ease; }
.ea-alice-grid .ea-category {
position: absolute;
right: 0;
top: 0;
opacity: 0;
transition: opacity .5s ease;
z-index: 11; }
.ea-alice-grid .ea-category a {
color: #e8e4e4;
display: inline-block;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
background: #EF233C;
padding: 5px 14px;
transition: all .3s ease; }
.ea-alice-grid .ea-category a:hover {
background: #D90429; }
.ea-alice-grid .ea-category a + a {
margin-left: 5px; }
.ea-alice-grid .ea-content {
position: absolute;
padding: 30px;
width: 100%;
bottom: 0;
z-index: 10; }
.ea-alice-grid .ea-title {
display: block;
font-size: 16px;
font-weight: 600;
line-height: 1.4;
margin: 0px;
padding-bottom: 10px;
text-transform: capitalize; }
.ea-alice-grid .ea-title a {
color: #fff;
transition: all .3s ease; }
.ea-alice-grid .ea-meta {
display: flex;
align-items: center;
font-size: 11px;
color: #EDF2F4;
text-transform: capitalize; }
.ea-alice-grid .ea-meta .ea-author {
position: relative; }
.ea-alice-grid .ea-meta .ea-author a {
color: #EDF2F4; }
.ea-alice-grid .ea-meta .ea-author span {
padding-right: 6px; }
.ea-alice-grid .ea-meta .ea-date {
position: relative;
margin-left: 10px;
padding-left: 10px;
font-weight: 400; }
.ea-alice-grid .ea-meta .ea-date:before {
content: '';
position: absolute;
height: 4px;
width: 4px;
left: -2px;
top: 50%;
border-radius: 10px;
background: #EDF2F4; }
.ea-alice-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alice-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alice-grid .ea-style-1 {
grid-gap: 20px;
grid-template-columns: repeat(1, 1fr); }
.ea-alice-grid .ea-style-2 {
grid-template-columns: repeat(6, 1fr); }
.ea-alice-grid .ea-style-2 .ea-item, .ea-alice-grid .ea-style-2:nth-child(-n+2) {
grid-column: 6 span/ auto; }
.ea-alice-grid .ea-style-3 {
grid-gap: 20px;
grid-template-columns: repeat(6, 1fr); }
.ea-alice-grid .ea-style-3 .ea-item {
grid-column: span 6/ auto; }
.ea-alice-grid .ea-content-bottom-center .ea-content {
left: 50%;
text-align: center;
transform: translate(-50%, 0); }
.ea-alice-grid .ea-content-bottom-center .ea-content .ea-meta {
justify-content: center; }
.ea-alice-grid .ea-content-bottom-left .ea-content {
text-align: left;
left: 0; }
.ea-alice-grid .ea-content-bottom-left .ea-content .ea-meta {
justify-content: left; }
.ea-alice-grid .ea-content-bottom-right .ea-content {
text-align: right;
right: 0; }
.ea-alice-grid .ea-content-bottom-right .ea-content .ea-meta {
justify-content: flex-end; }
.ea-global-link-yes .ea-alice-grid .ea-item:hover {
cursor: pointer; }
@media (min-width: 768px) {
.ea-alice-grid .ea-title {
padding-bottom: 8px;
font-size: 16px; }
.ea-alice-grid .ea-meta {
font-size: 12px; }
.ea-alice-grid .ea-style-1 {
grid-template-columns: repeat(2, 1fr); }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+3), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+4), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+5) {
grid-column: 3 span/ auto; }
.ea-alice-grid .ea-style-3 .ea-item {
grid-column: span 3/ auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) {
grid-column: span 3/ auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) .ea-title {
font-size: 22px; } }
@media (min-width: 1024px) {
.ea-alice-grid .ea-category a {
font-size: 12px;
padding: 7px 14px; }
.ea-alice-grid .ea-title {
padding-bottom: 12px; }
.ea-alice-grid .ea-meta {
font-size: 14px; }
.ea-alice-grid .ea-style-1 {
grid-template-columns: repeat(3, 1fr); }
.ea-alice-grid .ea-style-2 .ea-item,
.ea-alice-grid .ea-style-3 .ea-item {
grid-column: span 2/auto; }
.ea-alice-grid .ea-style-2 .ea-item .ea-title,
.ea-alice-grid .ea-style-3 .ea-item .ea-title {
font-size: 20px; }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2) {
grid-column: 3 span/ auto; }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+1) .ea-title, .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+2) .ea-title {
font-size: 25px; }
.ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+3), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+4), .ea-alice-grid .ea-style-2 .ea-item:nth-child(5n+5) {
grid-column: 2 span/ auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) {
grid-column: span 4/ auto;
grid-row: span 2/auto; }
.ea-alice-grid .ea-style-3 .ea-item:nth-child(6n+1) .ea-title {
font-size: 25px; } }.ea-alice-carousel .ea-item {
display: flex; }
.ea-alice-carousel .ea-item-box {
position: relative;
display: flex;
width: 100%; }
.ea-alice-carousel .ea-item-box::before {
content: '';
display: block;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
z-index: 2;
background: #1b19198c;
transition: all .3s ease; }
.ea-alice-carousel .ea-item-box:hover .ea-img-wrap .ea-img {
transform: scale(1.1); }
.ea-alice-carousel .ea-item-box:hover .ea-category {
opacity: 1; }
.ea-alice-carousel .ea-img-wrap {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alice-carousel .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s ease; }
.ea-alice-carousel .ea-category {
position: absolute;
right: 0;
top: 0;
opacity: 0;
transition: opacity .5s ease;
z-index: 11; }
.ea-alice-carousel .ea-category a {
color: #e8e4e4;
display: inline-block;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
background: #EF233C;
padding: 5px 14px;
transition: all .3s ease; }
.ea-alice-carousel .ea-category a:hover {
background: #D90429; }
.ea-alice-carousel .ea-category a + a {
margin-left: 5px; }
.ea-alice-carousel .ea-content {
position: absolute;
padding: 30px;
width: 100%;
bottom: 0;
z-index: 10; }
.ea-alice-carousel .ea-title {
display: block;
font-size: 20px;
font-weight: 600;
line-height: 1.4;
margin: 0;
padding-bottom: 10px;
text-transform: capitalize; }
.ea-alice-carousel .ea-title a {
color: #fff;
transition: all .3s ease; }
.ea-alice-carousel .ea-meta {
display: flex;
align-items: center;
font-size: 14px;
color: #EDF2F4;
text-transform: capitalize; }
.ea-alice-carousel .ea-meta .ea-author {
position: relative; }
.ea-alice-carousel .ea-meta .ea-author a {
color: #EDF2F4; }
.ea-alice-carousel .ea-meta .ea-author span {
padding-right: 6px; }
.ea-alice-carousel .ea-meta .ea-date {
position: relative;
margin-left: 10px;
padding-left: 10px;
font-weight: 400; }
.ea-alice-carousel .ea-meta .ea-date:before {
content: '';
position: absolute;
height: 4px;
width: 4px;
left: -2px;
top: 50%;
border-radius: 10px;
background: #EDF2F4; }
.ea-alice-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alice-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alice-carousel .ea-content-bottom-center .ea-content {
left: 50%;
text-align: center;
transform: translate(-50%, 0); }
.ea-alice-carousel .ea-content-bottom-center .ea-content .ea-meta {
justify-content: center; }
.ea-alice-carousel .ea-content-bottom-left .ea-content {
text-align: left;
left: 0; }
.ea-alice-carousel .ea-content-bottom-left .ea-content .ea-meta {
justify-content: left; }
.ea-alice-carousel .ea-content-bottom-right .ea-content {
text-align: right;
right: 0; }
.ea-alice-carousel .ea-content-bottom-right .ea-content .ea-meta {
justify-content: flex-end; }
.ea-global-link-yes .ea-alice-carousel .ea-item:hover {
cursor: pointer; }
.elementor-widget-ea-alice-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 40));
transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-alice-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 30));
transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 30)); }
.elementor-widget-ea-alice-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 40));
transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 40)); }
.elementor-widget-ea-alice-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-arrows-ncx, 0), var(--ea-alice-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-dots-nnx, 0), var(--ea-alice-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-both-ncx, 0), var(--ea-alice-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alice-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-alice-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alice-carousel-arrows-fraction-ncx, 0), var(--ea-alice-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }.ea-alter-grid .ea-post-grid {
display: grid;
grid-gap: 20px; }
.ea-alter-grid .ea-item {
position: relative;
display: flex;
overflow: hidden;
transition: all .3s ease; }
.ea-alter-grid .ea-item:hover .ea-img {
transform: scale(1.1); }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon:before {
left: 0;
width: 50px;
background: #ffffff;
transition-delay: 0.1s;
opacity: 1; }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
left: 21px;
background: #ffffff;
opacity: 1; }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(1) rotate(-45deg); }
.ea-alter-grid .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(1) rotate(45deg); }
.ea-alter-grid .ea-item-box {
position: relative;
display: flex;
flex-direction: column;
width: 100%; }
.ea-alter-grid .ea-img-wrap {
position: relative;
display: flex; }
.ea-alter-grid .ea-img-wrap .ea-main-img {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alter-grid .ea-img-wrap .ea-main-img .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.ea-alter-grid .ea-content {
display: flex;
padding: 30px;
height: 100%; }
.ea-alter-grid .ea-content > div {
display: flex;
flex-direction: column; }
.ea-alter-grid .ea-category {
margin-bottom: 10px;
z-index: 1; }
.ea-alter-grid .ea-category a {
color: #909aae;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.1px;
transition: all .3s ease-in-out;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding; }
.ea-alter-grid .ea-category a:hover {
color: #EF233C; }
.ea-alter-grid .ea-title {
margin-top: 0;
line-height: 1.4;
font-weight: 600; }
.ea-alter-grid .ea-title a {
color: #2B2D42;
transition: all 0.5s ease; }
.ea-alter-grid .ea-title a:hover {
color: #EF233C; }
.ea-alter-grid .ea-text-wrap {
flex-grow: 1; }
.ea-alter-grid .ea-text-wrap .ea-text {
line-height: 1.5;
letter-spacing: .5px;
color: #8D99AE; }
.ea-alter-grid .ea-text-wrap .ea-text p {
margin: 0; }
.ea-alter-grid .ea-meta {
display: inline-flex;
align-items: center;
font-size: 12px;
color: #8D99AE;
text-transform: uppercase;
font-weight: 600;
line-height: 1; }
.ea-alter-grid .ea-meta .author-name {
color: #8D99AE; }
.ea-alter-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alter-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alter-grid .ea-meta .ea-separator {
margin: 0 6px; }
.ea-alter-grid .ea-readmore {
color: #2B2D42;
font-size: 14px;
font-weight: 600;
letter-spacing: .5px;
margin: 20px 0;
transition: all .3s ease; }
.ea-alter-grid .ea-readmore:hover {
color: #EF233C; }
.ea-alter-grid .ea-readmore-on-image {
position: absolute;
height: 100%;
width: 100%; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon {
position: absolute;
left: calc(50% - 25px);
top: 50%;
transform: translate(-50%, -50%); }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon:before {
content: '';
position: absolute;
left: -30px;
height: 5px;
width: 0;
background: rgba(255, 255, 255, 0.5);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:after {
content: '';
position: absolute;
left: -15px;
width: 40px;
height: 5px;
background: transparent;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(0.7) rotate(-45deg);
bottom: -17px; }
.ea-alter-grid .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(0.7) rotate(45deg);
top: -13px; }
.ea-alter-grid .ea-readmore-on-image:before {
content: '';
position: absolute;
width: 100%;
height: 100%; }
.ea-alter-grid .ea-style-1 {
grid-template-columns: repeat(1, 1fr); }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-content {
padding: 30px;
align-items: flex-start; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-2 {
grid-template-columns: repeat(6, 1fr); }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) {
grid-column: span 6/auto;
grid-row: span 3/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-content {
align-items: center; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-item-box {
display: flex;
flex-direction: inherit; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-img-wrap .ea-main-img {
width: 120px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
padding: 10px;
align-items: center; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-title {
margin-bottom: 2px;
font-size: 12px;
flex-grow: 1; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-text-wrap {
display: none; }
.ea-alter-grid .ea-style-3 {
grid-template-columns: repeat(6, 1fr); }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-content {
align-items: center; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
padding: 20px;
align-items: center; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-title {
margin-bottom: 10px;
font-size: 16px;
flex-grow: 1; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-text-wrap {
display: none; }
.ea-primary-meta-end-position--yes .ea-style-1 .ea-item:nth-child(n+1) .ea-content {
align-items: inherit; }
.ea-primary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+1) .ea-content,
.ea-primary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+1) .ea-content {
align-items: inherit; }
.ea-secondary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
align-items: inherit; }
.ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-secondary-meta-end-position--yes .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
align-items: inherit; }
.ea-global-link-yes .ea-alter-grid .ea-item:hover {
cursor: pointer; }
@media only screen and (min-width: 600px) {
.ea-alter-grid .ea-style-1 {
grid-template-columns: repeat(3, 1fr); }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-grid .ea-style-1 .ea-item:nth-child(n+1) .ea-text-wrap .ea-text {
font-size: 15px; }
.ea-alter-grid .ea-style-2.ea-post-grid {
grid-template-columns: repeat(8, 1fr); }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) {
grid-column: span 5/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-item-box {
display: flex;
flex-direction: row; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-img-wrap {
max-width: 50%;
min-width: 50%; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap .ea-text {
font-size: 15px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) {
grid-column: span 3/auto;
display: flex; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-item-box {
display: flex;
flex-direction: row; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-img-wrap .ea-main-img {
width: 130px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
padding: 15px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-title {
margin-bottom: 10px;
line-height: 1.3;
font-size: 16px;
flex-grow: 1; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-text-wrap {
display: none; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) {
grid-column: span 4/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-item-box {
display: flex;
flex-direction: row; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-img-wrap {
max-width: 50%;
min-width: 50%; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-text-wrap .ea-text {
font-size: 15px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 2/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
padding: 20px 25px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-title {
line-height: 1.3;
font-size: 18px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-text-wrap {
display: none; } }
@media only screen and (min-width: 600px) and (max-width: 1024px) {
.ea-alter-grid .ea-style-1 {
grid-template-columns: repeat(2, 1fr); }
.ea-alter-grid .ea-style-2.ea-post-grid {
grid-template-columns: repeat(6, 1fr); }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-item-box {
display: flex; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-category a {
font-size: 12px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-title {
margin-bottom: 20px;
font-size: 16px;
flex-grow: 1; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+1) .ea-text-wrap .ea-text {
font-size: 14px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3), .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-item-box, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-item-box {
display: flex; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-img-wrap .ea-main-img, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-img-wrap .ea-main-img {
width: 140px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-content, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-content {
padding: 20px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-title, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-title {
margin-bottom: 10px;
font-size: 14px; }
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+2) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+3) .ea-text-wrap, .ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-category,
.ea-alter-grid .ea-style-2 .ea-item:nth-child(4n+4) .ea-text-wrap {
display: none; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) {
grid-column: span 6/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-content {
padding: 19px 40px 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-text-wrap {
margin-bottom: 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+1) .ea-text-wrap .ea-text {
font-size: 13px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4), .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) {
grid-column: span 3/auto; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-content, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-content {
padding: 19px 40px 20px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-title, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-title {
margin-bottom: 10px;
font-size: 16px; }
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+2) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+3) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+4) .ea-text-wrap, .ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-category,
.ea-alter-grid .ea-style-3 .ea-item:nth-child(5n+5) .ea-text-wrap {
display: none; } }.ea-alter-carousel .ea-item {
position: relative;
overflow: hidden;
background: #fff; }
.ea-alter-carousel .ea-item:hover .ea-main-img .ea-img {
transform: scale(1.1); }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon:before {
left: 0;
width: 50px;
background: #ffffff;
transition-delay: 0.1s;
opacity: 1; }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
left: 21px;
background: #ffffff;
opacity: 1; }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(1) rotate(-45deg); }
.ea-alter-carousel .ea-item:hover .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(1) rotate(45deg); }
.ea-alter-carousel .ea-item-box {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%; }
.ea-alter-carousel .ea-img-wrap {
position: relative; }
.ea-alter-carousel .ea-img-wrap .ea-main-img {
overflow: hidden;
display: flex;
width: 100%; }
.ea-alter-carousel .ea-img-wrap .ea-main-img .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.ea-alter-carousel .ea-content {
position: relative;
display: flex;
align-items: flex-start;
padding: 30px;
height: 100%;
z-index: 1; }
.ea-alter-carousel .ea-content > div {
display: flex;
flex-direction: column; }
.ea-alter-carousel .ea-title {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
margin-top: 0;
margin-bottom: 10px; }
.ea-alter-carousel .ea-title a {
color: #2B2D42;
transition: all 0.5s ease; }
.ea-alter-carousel .ea-title a:hover {
color: #EF233C; }
.ea-alter-carousel .ea-text-wrap {
flex-grow: 1;
margin-bottom: 20px; }
.ea-alter-carousel .ea-text-wrap .ea-text {
font-size: 13px;
line-height: 1.5;
letter-spacing: .5px;
color: #8D99AE; }
.ea-alter-carousel .ea-text-wrap .ea-text p {
margin: 0; }
.ea-alter-carousel .ea-category {
display: inline-flex;
margin-bottom: 10px; }
.ea-alter-carousel .ea-category a {
color: #909aae;
font-size: 11px;
font-weight: 600;
letter-spacing: 1.1px;
text-transform: uppercase;
transition: all .3s ease-in-out; }
.ea-alter-carousel .ea-category a:hover {
color: #EF233C; }
.ea-alter-carousel .ea-meta {
display: inline-flex;
align-items: center;
font-size: 12px;
color: #8D99AE;
text-transform: uppercase;
font-weight: 600;
line-height: 1; }
.ea-alter-carousel .ea-meta .author-name {
color: #8D99AE; }
.ea-alter-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-alter-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-alter-carousel .ea-meta .ea-separator {
margin: 0 6px; }
.ea-alter-carousel .ea-readmore {
color: #2B2D42;
font-size: 14px;
font-weight: 600;
letter-spacing: .5px;
margin: 20px 0;
transition: all .3s ease; }
.ea-alter-carousel .ea-readmore:hover {
color: #EF233C; }
.ea-alter-carousel .ea-readmore-on-image {
position: absolute;
height: 100%;
width: 100%; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon {
position: absolute;
left: calc(50% - 25px);
top: 50%;
transform: translate(-50%, -50%); }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon:before {
content: '';
position: absolute;
left: -30px;
height: 5px;
width: 0;
background: rgba(255, 255, 255, 0.5);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:before,
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:after {
content: '';
position: absolute;
left: -15px;
width: 40px;
height: 5px;
background: transparent;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 0; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:after {
transform: scale(0.7) rotate(-45deg);
bottom: -17px; }
.ea-alter-carousel .ea-readmore-on-image .ea-readmore-icon span:before {
transform: scale(0.7) rotate(45deg);
top: -13px; }
.ea-alter-carousel .ea-readmore-on-image:before {
content: '';
position: absolute;
width: 100%;
height: 100%; }
.ea-meta-end-position--yes .ea-alter-carousel .ea-content {
align-items: inherit; }
.ea-item-match-height--yes .ea-alter-carousel .swiper-slide {
height: initial; }
.ea-global-link-yes .ea-alter-carousel .ea-item:hover {
cursor: pointer; }
.elementor-widget-ea-alter-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 40));
transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-alter-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 30));
transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 30)); }
.elementor-widget-ea-alter-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 40));
transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 40)); }
.elementor-widget-ea-alter-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-arrows-ncx, 0), var(--ea-alter-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-dots-nnx, 0), var(--ea-alter-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-both-ncx, 0), var(--ea-alter-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-alter-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-alter-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-alter-carousel-arrows-fraction-ncx, 0), var(--ea-alter-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }
@media (min-width: 768px) {
.ea-alter-carousel .ea-category a {
font-size: 12px; }
.ea-alter-carousel .ea-title {
margin-bottom: 20px;
font-size: 20px; }
.ea-alter-carousel .ea-text-wrap .ea-text {
font-size: 15px; } }.ea-amox-grid {
display: grid;
grid-gap: 30px; }
.ea-amox-grid .ea-item {
overflow: hidden; }
.ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
transform: scale(1.2); }
.ea-amox-grid .ea-item.active {
position: relative; }
.ea-amox-grid .ea-item.active .ea-img-wrap {
height: 100%;
position: relative; }
.ea-amox-grid .ea-item.active .ea-img-wrap::before {
position: absolute;
content: '';
top: 0;
width: 100%;
height: 100%;
background: #2b2d4259;
z-index: 1;
transition: background .3s ease; }
.ea-amox-grid .ea-item.active .ea-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
z-index: 1; }
.ea-amox-grid .ea-item.active .ea-title a {
color: #EDF2F4; }
.ea-amox-grid .ea-item.active .ea-title a:hover {
color: #D90429; }
.ea-amox-grid .ea-item.active .ea-category a {
color: #fff;
background: #161a2b;
padding: 4px 8px;
transition: all .3s ease-in-out; }
.ea-amox-grid .ea-item.active .ea-category a:hover {
background: #D90429; }
.ea-amox-grid .ea-item.active .ea-meta {
color: #EDF2F4; }
.ea-amox-grid .ea-img-wrap {
overflow: hidden;
cursor: pointer; }
.ea-amox-grid .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1);
transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ea-amox-grid .ea-content {
padding: 20px 0; }
.ea-amox-grid .ea-category {
display: inline-flex;
margin-bottom: 8px; }
.ea-amox-grid .ea-category a {
font-size: 11px;
color: #8D99AE;
text-transform: uppercase;
transition: all .3s ease-in-out; }
.ea-amox-grid .ea-category a:hover {
color: #D90429; }
.ea-amox-grid .ea-category a + a {
margin-left: 5px; }
.ea-amox-grid .ea-title {
margin: 0;
padding-bottom: 8px;
font-size: 20px;
font-weight: 700; }
.ea-amox-grid .ea-title a {
color: #2B2D42;
transition: all .3s ease-in-out; }
.ea-amox-grid .ea-title a:hover {
color: #D90429; }
.ea-amox-grid .ea-meta {
font-size: 12px;
color: #8D99AE; }
.ea-amox-grid .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-amox-grid .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-amox-grid .ea-comments {
margin-left: 10px; }
.ea-amox-grid .ea-comments span {
margin-left: 4px; }
.ea-global-link-yes .ea-amox-grid .ea-item:hover {
cursor: pointer; }.ea-amox-carousel .ea-item:hover .ea-img-wrap .ea-img {
transform: scale(1.2); }
.ea-amox-carousel .ea-item.active {
position: relative; }
.ea-amox-carousel .ea-item.active .ea-img-wrap {
height: 100%;
position: relative; }
.ea-amox-carousel .ea-item.active .ea-img-wrap::before {
position: absolute;
content: '';
top: 0;
width: 100%;
height: 100%;
background: #2b2d4259;
z-index: 1;
transition: background .3s ease; }
.ea-amox-carousel .ea-item.active .ea-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
z-index: 1; }
.ea-amox-carousel .ea-item.active .ea-title a {
color: #EDF2F4; }
.ea-amox-carousel .ea-item.active .ea-title a:hover {
color: #D90429; }
.ea-amox-carousel .ea-item.active .ea-category a {
color: #fff;
background: #161a2b;
padding: 4px 8px;
transition: all .3s ease-in-out; }
.ea-amox-carousel .ea-item.active .ea-category a:hover {
background: #D90429; }
.ea-amox-carousel .ea-item.active .ea-meta {
color: #EDF2F4; }
.ea-amox-carousel .ea-img-wrap {
overflow: hidden;
cursor: pointer; }
.ea-amox-carousel .ea-img-wrap .ea-img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1);
transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ea-amox-carousel .ea-content {
padding: 20px 0; }
.ea-amox-carousel .ea-category {
display: inline-flex; }
.ea-amox-carousel .ea-category a {
font-size: 11px;
color: #8D99AE;
text-transform: uppercase;
transition: all .3s ease-in-out; }
.ea-amox-carousel .ea-category a:hover {
color: #D90429; }
.ea-amox-carousel .ea-category a + a {
margin-left: 5px; }
.ea-amox-carousel .ea-title {
margin: 0;
padding-bottom: 8px;
font-size: 20px;
font-weight: 700; }
.ea-amox-carousel .ea-title a {
color: #2B2D42;
transition: all .3s ease-in-out; }
.ea-amox-carousel .ea-title a:hover {
color: #D90429; }
.ea-amox-carousel .ea-meta {
font-size: 12px;
color: #8D99AE; }
.ea-amox-carousel .ea-meta .ea-post-time {
margin-left: 5px; }
.ea-amox-carousel .ea-meta .ea-post-time i {
margin-right: 2px; }
.ea-amox-carousel .ea-comments, .ea-amox-carousel .ea-date {
margin-left: 10px; }
.ea-amox-carousel .ea-comments span {
margin-left: 4px; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active {
position: relative; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-img-wrap {
height: 100%;
position: relative; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-img-wrap::before {
position: absolute;
content: '';
top: 0;
width: 100%;
height: 100%;
background: #2b2d4259;
z-index: 1;
transition: background .3s ease; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
z-index: 1; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-title a {
color: #EDF2F4; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-title a:hover {
color: #D90429; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-category a {
color: #fff;
background: #161a2b;
padding: 4px 8px;
transition: all .3s ease-in-out; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-category a:hover {
background: #D90429; }
.ea-amox-carousel-active--yes .ea-item.swiper-slide-active .ea-meta {
color: #EDF2F4; }
.ea-global-link-yes .ea-amox-carousel .ea-item:hover {
cursor: pointer; }
.ea-item-match-height--yes .ea-amox-carousel .swiper-slide {
height: initial; }
.elementor-widget-ea-amox-carousel .ea-arrows-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 40));
transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 40)); }
.elementor-widget-ea-amox-carousel .ea-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 30));
transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 30)); }
.elementor-widget-ea-amox-carousel .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 40));
transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 40)); }
.elementor-widget-ea-amox-carousel .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 40)); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-arrows-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-arrows-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-arrows-ncx, 0), var(--ea-amox-carousel-arrows-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-dots-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-dots-nnx, 0), var(--ea-amox-carousel-dots-nny, 0)) rotate(90deg); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-arrows-dots-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-arrows-dots-container {
-webkit-transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-both-ncx, 0), var(--ea-amox-carousel-both-ncy, 0)) rotate(90deg); }
.elementor-widget-ea-amox-carousel .ea-position-center-left .ea-arrows-fraction-container,
.elementor-widget-ea-amox-carousel .ea-position-center-right .ea-arrows-fraction-container {
-webkit-transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--ea-amox-carousel-arrows-fraction-ncx, 0), var(--ea-amox-carousel-arrows-fraction-ncy, 0)) rotate(90deg); }.ea-page-piling-slider{position:relative;height:460px;overflow:hidden}.ea-page-piling-slider .section.active .elementor-addons-content *{opacity:1;visibility:visible;transform:translateY(0)}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-slide-play-button a{transition-delay:.7s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-sub-title{transition-delay:.8s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-title-tag{transition-delay:.9s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-slider-excerpt{transition-delay:1s}.ea-page-piling-slider .section.active .elementor-addons-content .elementor-addons-slide-btn{transition-delay:1.1s}.ea-page-piling-slider .elementor-addons-content{max-width:1080px;margin:0 30px}.ea-page-piling-slider .elementor-addons-content *{opacity:0;visibility:hidden;transform:translateY(-12px);transition:.3s}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button{padding-bottom:30px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a{font-size:12px;padding:16px 17.5px;background:rgba(58,67,70,.6);border-radius:80px;color:#fff;outline:0;animation:2s infinite shadow-pulse;display:inline-block}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a i{transition:transform .3s}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a:hover i{transform:scale(1.2)}.ea-page-piling-slider .elementor-addons-content .elementor-addons-sub-title h4{font-size:15px;color:rgba(58,67,70,.8);margin-bottom:6px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:30px;font-weight:700;color:#3a4346;padding-bottom:20px;margin:0;letter-spacing:1px;line-height:1;text-transform:uppercase}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag span.frist-word{font-weight:900}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slider-excerpt{font-size:16px;color:rgba(58,67,70,.8);line-height:1.2em;padding-bottom:20px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slider-excerpt p{margin:0}.ea-page-piling-slider .elementor-addons-slide-btn{position:relative;display:inline-block;width:180px;font-size:16px;font-weight:500}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle{position:relative;display:block;margin:0;width:40px;height:40px;background:#3a4346;border-radius:60px;-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1)}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon{-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1);position:absolute;top:0;bottom:0;margin:auto;background:#fff}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon.arrow{-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1);left:.425rem;width:1.125rem;height:.125rem;background:0 0}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon.arrow:before{position:absolute;content:"";top:-.25rem;right:.0625rem;width:.625rem;height:.625rem;border-top:.125rem solid #fff;border-right:.125rem solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-text{position:absolute;top:0;left:0;right:0;bottom:0;padding:10px 0;margin-left:25px;color:#3a4346;text-align:center;text-transform:capitalize;-webkit-transition:.45s cubic-bezier(.65, 0, .076, 1);transition:.45s cubic-bezier(.65, 0, .076, 1);line-height:1}.ea-page-piling-slider .elementor-addons-slide-btn:hover .elementor-addons-button-circle{width:100%}.ea-page-piling-slider .elementor-addons-slide-btn:hover .elementor-addons-button-circle .icon.arrow{background:#fff;-webkit-transform:translate(1rem,0);transform:translate(1rem,0)}.ea-page-piling-slider .elementor-addons-slide-btn:hover .elementor-addons-button-text{color:#fff}.ea-page-piling-slider .elementor-addons-slide-image img{max-width:initial}.ea-page-piling-slider .elementor-addons-social-icon{position:absolute;top:50%;right:-85px;transform:translateY(-50%) rotate(-90deg);z-index:10;display:flex;align-items:center}.ea-page-piling-slider .elementor-addons-social-icon a,.ea-page-piling-slider .elementor-addons-social-icon h3{position:relative;font-size:14px;font-weight:600;color:#3a4346;text-transform:capitalize;margin-right:10px;padding-right:10px;line-height:1;transition:.3s}.ea-page-piling-slider .elementor-addons-social-icon h3{margin-bottom:0;padding-right:25px}.ea-page-piling-slider .elementor-addons-social-icon h3:before{content:'';position:absolute;height:2px;width:15px;right:0;top:50%;transform:translateY(-50%);background:#3a4346}.ea-page-piling-slider .elementor-addons-social-icon a:hover{color:#fe506c}.ea-page-piling-slider .elementor-addons-social-icon a:before{position:absolute;content:'';height:100%;width:2px;top:0;right:0;background:#3a4346;transform:rotate(25deg)}.ea-page-piling-slider #pp-nav ul,.ea-page-piling-slider .elementor-addons-social-icon a:last-child,.ea-page-piling-slider .pp-slidesNav ul{margin:0;padding:0}.ea-page-piling-slider .elementor-addons-social-icon a:last-child:before{display:none}.ea-page-piling-slider.elementor-addons-navigation-bottom #pp-nav.left{left:50%;bottom:-65px;transform:rotate(-90deg) translateX(-50%);top:auto}.ea-page-piling-slider .pp-section{height:100%;position:absolute;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;backface-visibility:hidden}.ea-page-piling-slider .pp-easing{-webkit-transition:1s cubic-bezier(.55, .085, 0, .99);-moz-transition:1s cubic-bezier(.55, .085, 0, .99);-o-transition:1s cubic-bezier(.55, .085, 0, .99);transition:1s cubic-bezier(.55, .085, 0, .99);-webkit-transition-timing-function:cubic-bezier(.55,.085,0,.99);-moz-transition-timing-function:cubic-bezier(.55,.085,0,.99);-o-transition-timing-function:cubic-bezier(.55,.085,0,.99);transition-timing-function:cubic-bezier(.55,.085,0,.99)}.ea-page-piling-slider #pp-nav{position:absolute;z-index:100;margin-top:-32px;top:50%;opacity:1}.ea-page-piling-slider #pp-nav.right{right:80px}.ea-page-piling-slider #pp-nav.left{left:10px}.ea-page-piling-slider .pp-section.pp-table{display:flex}.ea-page-piling-slider .pp-tableCell{display:inline-flex;align-items:center;width:100%;height:100%}.ea-page-piling-slider .pp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1}.ea-page-piling-slider .pp-slidesNav.bottom{bottom:17px}.ea-page-piling-slider .pp-slidesNav.top{top:17px}.ea-page-piling-slider #pp-nav li,.ea-page-piling-slider .pp-slidesNav li{display:block;width:100%;height:100%;position:relative}.ea-page-piling-slider .pp-slidesNav li{display:inline-block}.ea-page-piling-slider #pp-nav li a,.ea-page-piling-slider .pp-slidesNav li a{display:block;position:relative;z-index:1;width:3px;height:50px;cursor:pointer;text-decoration:none;background:rgba(58,67,70,.6);border-radius:20px;margin:10px 0;transition:background .3s}.ea-page-piling-slider #pp-nav li a.active,.ea-page-piling-slider .pp-slidesNav li a.active{background:#3a4346}.ea-page-piling-slider .pp-scrollable{overflow-y:scroll;height:100%}.elementor-addons-text-stroke--yes .ea-page-piling-slider .elementor-addons-content .elementor-addons-main-title .elementor-addons-title-tag,.elementor-addons-text-stroke--yes .ea-page-piling-slider .elementor-addons-content .elementor-addons-main-title .frist-word{color:transparent!important;-webkit-text-stroke:1px #fff}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.1)}100%{box-shadow:0 0 0 35px transparent}}@media (min-width:640px){.ea-page-piling-slider .elementor-addons-content{margin:0 60px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-sub-title h4{font-size:28px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:55px}.ea-page-piling-slider.elementor-addons-navigation-bottom #pp-nav.left{bottom:-30px}.ea-page-piling-slider #pp-nav.left{left:25px}.ea-page-piling-slider #pp-nav li a,.ea-page-piling-slider .pp-slidesNav li a{width:5px}.ea-page-piling-slider .elementor-addons-social-icon{right:-70px}.ea-page-piling-slider .elementor-addons-social-icon a,.ea-page-piling-slider .elementor-addons-social-icon h3{font-size:15px}}@media (min-width:1024px){.ea-page-piling-slider{height:680px}.ea-page-piling-slider .elementor-addons-content{margin:0 150px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slide-play-button a{font-size:16px;padding:22px 24px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-sub-title h4{font-size:22px;margin-bottom:10px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:80px;padding-bottom:30px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-slider-excerpt{font-size:18px;line-height:1.5em;padding-bottom:30px}.ea-page-piling-slider .elementor-addons-slide-btn{width:190px;font-size:18px}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle{width:48px;height:48px}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-circle .icon.arrow{left:.625rem}.ea-page-piling-slider .elementor-addons-slide-btn .elementor-addons-button-text{padding:12px 0;margin-left:35px;line-height:1.3}.ea-page-piling-slider .elementor-addons-social-icon{right:-20px}.ea-page-piling-slider .elementor-addons-social-icon a,.ea-page-piling-slider .elementor-addons-social-icon h3{font-size:17px}.ea-page-piling-slider #pp-nav.left{left:80px}.ea-page-piling-slider #pp-nav li a,.ea-page-piling-slider .pp-slidesNav li a{width:8px}}@media (min-width:1440px){.ea-page-piling-slider{height:100vh}.ea-page-piling-slider .elementor-addons-content{margin:0 200px}.ea-page-piling-slider .elementor-addons-content .elementor-addons-title-tag{font-size:120px;letter-spacing:3px}}
:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:220px;padding:16px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button.is-selected{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:disabled:hover,.components-button[aria-disabled=true]:hover{color:initial}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;opacity:1;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 3px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;opacity:1;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true]){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled){background:#ccc}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%;opacity:1}@media (prefers-reduced-motion:reduce){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation-duration:0s}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed{background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button.is-pressed:hover:not(:disabled){background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control__input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:24px}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{display:inline-block;height:24px;margin-right:12px;position:relative;vertical-align:middle;width:24px}@media (min-width:600px){.components-checkbox-control__input-container{height:20px;width:20px}}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{fill:#fff;cursor:pointer;height:24px;left:0;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:24px}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{left:-2px;top:-2px}}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:2px 2px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 2px 2px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.components-custom-select-control{font-size:13px;position:relative}.components-custom-select-control__button{outline:0;position:relative;text-align:left}.components-custom-select-control__hint{color:#949494;margin-left:10px}.components-custom-select-control__menu{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:400px;min-width:100%;outline:none;overflow:auto;padding:0;position:absolute;transition:none;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;cursor:default;display:grid;grid-template-columns:auto auto;line-height:28px;list-style-type:none;padding:8px 16px}.components-custom-select-control__item:not(.is-next-40px-default-size){padding:8px}.components-custom-select-control__item.has-hint{grid-template-columns:auto auto 30px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-hint{color:#949494;padding-right:4px;text-align:right}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-dropdown-menu__menu .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown-menu__menu .components-menu-group:first-child{margin-top:-8px}.components-dropdown-menu__menu .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-form-toggle{display:inline-block;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #1e1e1e;border-radius:9px;box-sizing:border-box;content:"";display:inline-block;height:18px;overflow:hidden;position:relative;transition:background-color .2s ease,border-color .2s ease;vertical-align:top;width:36px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__track:after{border-top:18px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track:after{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-sizing:border-box;display:block;height:12px;left:3px;position:absolute;top:3px;transition:transform .2s ease,background-color .2s ease-out;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;cursor:pointer;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{border-radius:2px;margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:-4px}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;background:#fff;border-radius:4px 4px 0 0;box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,.1px 11.5px 16.4px -.5px #00000026;display:flex;margin:40px 0 0;overflow:hidden;width:100%}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@media (min-width:600px){.components-modal__frame{border-radius:4px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{left:8px;position:relative}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor;transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{box-sizing:border-box;color:#1e1e1e;font-size:13px;margin:0;padding:1em;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}@supports (position:sticky){.components-placeholder.components-placeholder{align-items:flex-start;display:flex;flex-direction:column;justify-content:top}}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600;margin-bottom:16px}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:12px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 8px 0 0;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__instructions{margin-bottom:1em}.components-placeholder__error{margin-top:1em;width:100%}.components-placeholder__fieldset .components-button{margin-bottom:12px;margin-right:12px}.components-placeholder__fieldset .components-button:last-child{margin-bottom:0;margin-right:0}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-large .components-placeholder__label{font-size:18pt;font-weight:400}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-placeholder__fieldset .components-button,.components-placeholder.is-small .components-placeholder__fieldset .components-button{margin-right:auto}.components-placeholder.is-small .components-button{padding:0 8px 2px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:2px;box-shadow:none;color:inherit;display:flex;overflow:auto}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0;width:auto}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:2px;box-shadow:0 0 0 1px #ccc,0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-popover-pointer-events-trap{background-color:initial;inset:0;position:fixed;z-index:1000000}.components-radio-control__option{align-items:center;display:flex}.components-radio-control__input[type=radio]{-webkit-appearance:none;appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;margin:0 6px 0 0;padding:0;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:8px;margin:0;transform:translate(7px,7px);width:8px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px var(--wp-components-color-background,#fff),0 0 0 4px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:2px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:2px;box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:initial;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:12px;padding-right:12px}.components-accessible-toolbar .components-button.components-tab-button,.components-toolbar .components-button.components-tab-button{font-weight:500}.components-accessible-toolbar .components-button.components-tab-button span,.components-toolbar .components-button.components-tab-button span{display:inline-block;padding-left:0;padding-right:0;position:relative}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:block;margin:0}@supports (position:sticky){div.components-toolbar>div{display:flex}}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;color:#f0f0f0;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.status a{visibility:hidden!important}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action .is-secondary,[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action.is-secondary:hover{box-shadow:none}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action a{position:relative;display:none}.wc_gateways .name .wc-payment-gateway-method-name{display:inline-flex}.wc_gateways .name .wc-payment-gateway-method-name img{height:24px;width:auto;margin-left:4px}.wc_gateways .wc-payment-gateway-method__name{display:flex}.wc_gateways .wc-payment-gateway-method__name .pre-install-payment-gateway__subtitle{margin-left:16px}.wc_gateways .wc-payment-gateway-method__name .pre-install-payment-gateway__subtitle>img{height:24px;width:auto;margin-left:4px}.wc_gateways .pre-install-payment-gateway__actions{display:flex}.wc_gateways .pre-install-payment-gateway__actions-menu{margin-right:24px}.wc_gateways .pre-install-payment-gateway__actions-menu-options{text-align:center}@font-face {
font-family: 'trx_addons_icons';
src: url(//huebner-books.de/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?60489628);
src: url(//huebner-books.de/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?60489628#iefix) format('embedded-opentype'),
url(//huebner-books.de/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.woff2?60489628) format('woff2'),
url(//huebner-books.de/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.woff?60489628) format('woff'),
url(//huebner-books.de/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.ttf?60489628) format('truetype'),
url(//huebner-books.de/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.svg?60489628#trx_addons_icons) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="trx_addons_icon-"]:before, [class*=" trx_addons_icon-"]:before {
font-family: "trx_addons_icons";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.trx_addons_icon-spin3:before { content: '\e800'; } .trx_addons_icon-spin5:before { content: '\e801'; } .trx_addons_icon-share:before { content: '\e802'; } .trx_addons_icon-adn:before { content: '\e803'; } .trx_addons_icon-android:before { content: '\e804'; } .trx_addons_icon-angellist:before { content: '\e805'; } .trx_addons_icon-apple:before { content: '\e806'; } .trx_addons_icon-behance:before { content: '\e807'; } .trx_addons_icon-bitbucket:before { content: '\e808'; } .trx_addons_icon-buysellads:before { content: '\e809'; } .trx_addons_icon-cc:before { content: '\e80a'; } .trx_addons_icon-codeopen:before { content: '\e80b'; } .trx_addons_icon-connectdevelop:before { content: '\e80c'; } .trx_addons_icon-css3:before { content: '\e80d'; } .trx_addons_icon-dashcube:before { content: '\e80e'; } .trx_addons_icon-delicious:before { content: '\e80f'; } .trx_addons_icon-deviantart:before { content: '\e810'; } .trx_addons_icon-digg:before { content: '\e811'; } .trx_addons_icon-dribbble:before { content: '\e812'; } .trx_addons_icon-dropbox:before { content: '\e813'; } .trx_addons_icon-drupal:before { content: '\e814'; } .trx_addons_icon-facebook:before { content: '\e815'; } .trx_addons_icon-flickr:before { content: '\e816'; } .trx_addons_icon-forumbee:before { content: '\e817'; } .trx_addons_icon-foursquare:before { content: '\e818'; } .trx_addons_icon-git:before { content: '\e819'; } .trx_addons_icon-github:before { content: '\e81a'; } .trx_addons_icon-google:before { content: '\e81b'; } .trx_addons_icon-gplus:before { content: '\e81c'; } .trx_addons_icon-gwallet:before { content: '\e81d'; } .trx_addons_icon-hacker-news:before { content: '\e81e'; } .trx_addons_icon-html5:before { content: '\e81f'; } .trx_addons_icon-instagram:before { content: '\e820'; } .trx_addons_icon-ioxhost:before { content: '\e821'; } .trx_addons_icon-joomla:before { content: '\e822'; } .trx_addons_icon-jsfiddle:before { content: '\e823'; } .trx_addons_icon-lastfm:before { content: '\e824'; } .trx_addons_icon-leanpub:before { content: '\e825'; } .trx_addons_icon-linkedin:before { content: '\e826'; } .trx_addons_icon-linux:before { content: '\e827'; } .trx_addons_icon-maxcdn:before { content: '\e828'; } .trx_addons_icon-meanpath:before { content: '\e829'; } .trx_addons_icon-openid:before { content: '\e82a'; } .trx_addons_icon-pagelines:before { content: '\e82b'; } .trx_addons_icon-paypal:before { content: '\e82c'; } .trx_addons_icon-pied-piper-alt:before { content: '\e82d'; } .trx_addons_icon-pinterest:before { content: '\e82e'; } .trx_addons_icon-qq:before { content: '\e82f'; } .trx_addons_icon-reddit:before { content: '\e830'; } .trx_addons_icon-renren:before { content: '\e831'; } .trx_addons_icon-sellsy:before { content: '\e832'; } .trx_addons_icon-shirtsinbulk:before { content: '\e833'; } .trx_addons_icon-simplybuilt:before { content: '\e834'; } .trx_addons_icon-skyatlas:before { content: '\e835'; } .trx_addons_icon-skype:before { content: '\e836'; } .trx_addons_icon-slack:before { content: '\e837'; } .trx_addons_icon-slideshare:before { content: '\e838'; } .trx_addons_icon-stackoverflow:before { content: '\e839'; } .trx_addons_icon-steam:before { content: '\e83a'; } .trx_addons_icon-stumbleupon:before { content: '\e83b'; } .trx_addons_icon-tencent-weibo:before { content: '\e83c'; } .trx_addons_icon-trello:before { content: '\e83d'; } .trx_addons_icon-tumblr:before { content: '\e83e'; } .trx_addons_icon-twitch:before { content: '\e83f'; } .trx_addons_icon-twitter:before { content: '\e840'; } .trx_addons_icon-vine:before { content: '\e841'; } .trx_addons_icon-vkontakte:before { content: '\e842'; } .trx_addons_icon-wechat:before { content: '\e843'; } .trx_addons_icon-whatsapp:before { content: '\e844'; } .trx_addons_icon-weibo:before { content: '\e845'; } .trx_addons_icon-windows:before { content: '\e846'; } .trx_addons_icon-wordpress:before { content: '\e847'; } .trx_addons_icon-xing:before { content: '\e848'; } .trx_addons_icon-yelp:before { content: '\e849'; } .trx_addons_icon-youtube:before { content: '\e84a'; } .trx_addons_icon-yahoo:before { content: '\e84b'; } .trx_addons_icon-circle:before { content: '\e84c'; } .trx_addons_icon-lemon:before { content: '\e84d'; } .trx_addons_icon-soundcloud:before { content: '\e84e'; } .trx_addons_icon-google-circles:before { content: '\e84f'; } .trx_addons_icon-logo-db:before { content: '\e850'; } .trx_addons_icon-sweden:before { content: '\e851'; } .trx_addons_icon-evernote:before { content: '\e852'; } .trx_addons_icon-heart:before { content: '\e853'; } .trx_addons_icon-heart-empty:before { content: '\e854'; } .trx_addons_icon-eye:before { content: '\e855'; } .trx_addons_icon-comment-empty:before { content: '\e856'; } .trx_addons_icon-down:before { content: '\e857'; } .trx_addons_icon-left:before { content: '\e858'; } .trx_addons_icon-right:before { content: '\e859'; } .trx_addons_icon-up:before { content: '\e85a'; } .trx_addons_icon-pencil:before { content: '\e85b'; } .trx_addons_icon-shareable:before { content: '\e85c'; } .trx_addons_icon-tools:before { content: '\e85d'; } .trx_addons_icon-basket:before { content: '\e85e'; } .trx_addons_icon-reply-1:before { content: '\e85f'; } .trx_addons_icon-reply-all-1:before { content: '\e860'; } .trx_addons_icon-forward-1:before { content: '\e861'; } .trx_addons_icon-edit:before { content: '\e862'; } .trx_addons_icon-feather3:before { content: '\e863'; } .trx_addons_icon-code-1:before { content: '\e864'; } .trx_addons_icon-attach:before { content: '\e865'; } .trx_addons_icon-lock:before { content: '\e866'; } .trx_addons_icon-lock-open:before { content: '\e867'; } .trx_addons_icon-pin:before { content: '\e868'; } .trx_addons_icon-home-3:before { content: '\e869'; } .trx_addons_icon-link:before { content: '\e86a'; } .trx_addons_icon-unlink:before { content: '\e86b'; } .trx_addons_icon-download:before { content: '\e86c'; } .trx_addons_icon-mail:before { content: '\e86d'; } .trx_addons_icon-star:before { content: '\e86e'; } .trx_addons_icon-star-empty:before { content: '\e86f'; } .trx_addons_icon-user-alt:before { content: '\e870'; } .trx_addons_icon-user-plus:before { content: '\e871'; } .trx_addons_icon-user-times:before { content: '\e872'; } .trx_addons_icon-users-group:before { content: '\e873'; } .trx_addons_icon-ok:before { content: '\e874'; } .trx_addons_icon-delete:before { content: '\e875'; } .trx_addons_icon-plus:before { content: '\e876'; } .trx_addons_icon-minus:before { content: '\e877'; } .trx_addons_icon-ok-circled:before { content: '\e878'; } .trx_addons_icon-delete-circled:before { content: '\e879'; } .trx_addons_icon-plus-circled:before { content: '\e87a'; } .trx_addons_icon-minus-circled:before { content: '\e87b'; } .trx_addons_icon-help:before { content: '\e87c'; } .trx_addons_icon-help-circled:before { content: '\e87d'; } .trx_addons_icon-info-circled:before { content: '\e87e'; } .trx_addons_icon-info:before { content: '\e87f'; } .trx_addons_icon-attention:before { content: '\e880'; } .trx_addons_icon-attention-circled:before { content: '\e881'; } .trx_addons_icon-down-mini:before { content: '\e882'; } .trx_addons_icon-left-mini:before { content: '\e883'; } .trx_addons_icon-right-mini:before { content: '\e884'; } .trx_addons_icon-up-mini:before { content: '\e885'; } .trx_addons_icon-rss:before { content: '\e886'; } .trx_addons_icon-slider-left:before { content: '\e887'; } .trx_addons_icon-slider-right:before { content: '\e888'; } .trx_addons_icon-cog:before { content: '\e889'; } .trx_addons_icon-gps:before { content: '\e88a'; } .trx_addons_icon-monitor:before { content: '\e88b'; } .trx_addons_icon-mouse:before { content: '\e88c'; } .trx_addons_icon-feather:before { content: '\e88d'; } .trx_addons_icon-cogs:before { content: '\e88e'; } .trx_addons_icon-sliders:before { content: '\e88f'; } .trx_addons_icon-camera-1:before { content: '\e890'; } .trx_addons_icon-lamp:before { content: '\e891'; } .trx_addons_icon-down-dir-1:before { content: '\e892'; } .trx_addons_icon-telephone:before { content: '\e893'; } .trx_addons_icon-print-1:before { content: '\e894'; } .trx_addons_icon-export-1:before { content: '\e895'; } .trx_addons_icon-mute:before { content: '\e896'; } .trx_addons_icon-volume:before { content: '\e897'; } .trx_addons_icon-search:before { content: '\e898'; } .trx_addons_icon-print2:before { content: '\e899'; } .trx_addons_icon-youtube2:before { content: '\e89a'; } .trx_addons_icon-asterisk:before { content: '\e89b'; } .trx_addons_icon-checkbox:before { content: '\e89c'; } .trx_addons_icon-circle-thin:before { content: '\e89d'; } .trx_addons_icon-ellipsis:before { content: '\e89e'; } .trx_addons_icon-ellipsis-vert:before { content: '\e89f'; } .trx_addons_icon-off:before { content: '\e8a0'; } .trx_addons_icon-scissors:before { content: '\e8a1'; } .trx_addons_icon-paste:before { content: '\e8a2'; } .trx_addons_icon-floppy-1:before { content: '\e8a3'; } .trx_addons_icon-book-1:before { content: '\e8a4'; } .trx_addons_icon-toggle-off:before { content: '\e8a5'; } .trx_addons_icon-toggle-on:before { content: '\e8a6'; } .trx_addons_icon-columns:before { content: '\e8a7'; } .trx_addons_icon-table:before { content: '\e8a8'; } .trx_addons_icon-circle-dot:before { content: '\e8a9'; } .trx_addons_icon-chart-bar:before { content: '\e8aa'; } .trx_addons_icon-chart-area:before { content: '\e8ab'; } .trx_addons_icon-chart-pie-1:before { content: '\e8ac'; } .trx_addons_icon-chart-line:before { content: '\e8ad'; } .trx_addons_icon-certificate:before { content: '\e8ae'; } .trx_addons_icon-signal:before { content: '\e8af'; } .trx_addons_icon-checkbox-empty:before { content: '\e8b0'; } .trx_addons_icon-gift:before { content: '\e8b1'; } .trx_addons_icon-desktop:before { content: '\e8b2'; } .trx_addons_icon-laptop:before { content: '\e8b3'; } .trx_addons_icon-tablet:before { content: '\e8b4'; } .trx_addons_icon-mobile-1:before { content: '\e8b5'; } .trx_addons_icon-dot:before { content: '\e8b6'; } .trx_addons_icon-record-1:before { content: '\e8b7'; } .trx_addons_icon-quote-right:before { content: '\e8b8'; } .trx_addons_icon-quote-left:before { content: '\e8b9'; } .trx_addons_icon-feather2:before { content: '\e8ba'; } .trx_addons_icon-location-outline:before { content: '\e8bb'; } .trx_addons_icon-menu:before { content: '\e8bc'; } .trx_addons_icon-check:before { content: '\e8bd'; } .trx_addons_icon-cancel:before { content: '\e8be'; } .trx_addons_icon-fire:before { content: '\e8bf'; } .trx_addons_icon-fire-light:before { content: '\e8c0'; } .trx_addons_icon-food-light:before { content: '\e8c1'; } .trx_addons_icon-phone-2:before { content: '\e8c2'; } .trx_addons_icon-map:before { content: '\e8c3'; } .trx_addons_icon-up-dir-1:before { content: '\e8c4'; } .trx_addons_icon-left-dir-1:before { content: '\e8c5'; } .trx_addons_icon-right-dir-1:before { content: '\e8c6'; } .trx_addons_icon-calendar:before { content: '\e8c7'; } .trx_addons_icon-credit-card:before { content: '\e8c8'; } .trx_addons_icon-dot2:before { content: '\e8c9'; } .trx_addons_icon-dot3:before { content: '\e8ca'; } .trx_addons_icon-resize-small:before { content: '\e8cb'; } .trx_addons_icon-resize-vertical:before { content: '\e8cc'; } .trx_addons_icon-resize-horizontal:before { content: '\e8cd'; } .trx_addons_icon-water:before { content: '\e8ce'; } .trx_addons_icon-droplet:before { content: '\e8cf'; } .trx_addons_icon-air:before { content: '\e8d0'; } .trx_addons_icon-address:before { content: '\e8d1'; } .trx_addons_icon-location:before { content: '\e8d2'; } .trx_addons_icon-map-2:before { content: '\e8d3'; } .trx_addons_icon-direction:before { content: '\e8d4'; } .trx_addons_icon-compass:before { content: '\e8d5'; } .trx_addons_icon-globe:before { content: '\e8d6'; } .trx_addons_icon-flow-tree:before { content: '\e8d7'; } .trx_addons_icon-key:before { content: '\e8d8'; } .trx_addons_icon-flow-cross:before { content: '\e8d9'; } .trx_addons_icon-fuel:before { content: '\e8da'; } .trx_addons_icon-lodging:before { content: '\e8db'; } .trx_addons_icon-toilet:before { content: '\e8dc'; } .trx_addons_icon-wrench:before { content: '\e8dd'; } .trx_addons_icon-cogs-1:before { content: '\e8de'; } .trx_addons_icon-gauge-1:before { content: '\e8df'; } .trx_addons_icon-road:before { content: '\e8e0'; } .trx_addons_icon-volume-off:before { content: '\e8e1'; } .trx_addons_icon-volume-down:before { content: '\e8e2'; } .trx_addons_icon-volume-up:before { content: '\e8e3'; } .trx_addons_icon-play:before { content: '\e8e4'; } .trx_addons_icon-pause:before { content: '\e8e5'; } .trx_addons_icon-stop:before { content: '\e8e6'; } .trx_addons_icon-align-left:before { content: '\e8e7'; } .trx_addons_icon-align-center:before { content: '\e8e8'; } .trx_addons_icon-align-right:before { content: '\e8e9'; } .trx_addons_icon-align-justify:before { content: '\e8ea'; } .trx_addons_icon-list:before { content: '\e8eb'; } .trx_addons_icon-film:before { content: '\e8ec'; } .trx_addons_icon-video:before { content: '\e8ed'; } .trx_addons_icon-video-light:before { content: '\e8ee'; } .trx_addons_icon-comment:before { content: '\e8ef'; } .trx_addons_icon-chat:before { content: '\e8f0'; } .trx_addons_icon-thumbs-up:before { content: '\e8f1'; } .trx_addons_icon-thumbs-down:before { content: '\e8f2'; } .trx_addons_icon-plus-1:before { content: '\e8f3'; } .trx_addons_icon-minus-1:before { content: '\e8f4'; } .trx_addons_icon-doc:before { content: '\e8f5'; } .trx_addons_icon-docs:before { content: '\e8f6'; } .trx_addons_icon-doc-landscape:before { content: '\e8f7'; } .trx_addons_icon-doc-text:before { content: '\e8f8'; } .trx_addons_icon-newspaper:before { content: '\e8f9'; } .trx_addons_icon-book-open:before { content: '\e8fa'; } .trx_addons_icon-cancel-big:before { content: '\e8fb'; } .trx_addons_icon-cancel-2:before { content: '\e8fc'; } .trx_addons_icon-cancel-circled:before { content: '\e8fd'; } .trx_addons_icon-plus-2:before { content: '\e8fe'; } .trx_addons_icon-refresh:before { content: '\e8ff'; } .trx_addons_icon-check-2:before { content: '\e900'; } .trx_addons_icon-network:before { content: '\e901'; } .trx_addons_icon-share-2:before { content: '\e902'; } .trx_addons_icon-star-filled:before { content: '\e903'; } .trx_addons_icon-tag:before { content: '\e904'; } .trx_addons_icon-cart:before { content: '\e905'; } .trx_addons_icon-editor-code:before { content: '\e906'; } .trx_addons_icon-tools-2:before { content: '\e907'; } .trx_addons_icon-email:before { content: '\e908'; } .trx_addons_icon-feedback:before { content: '\e909'; } .trx_addons_icon-feedback-2:before { content: '\e90a'; } .trx_addons_icon-format-image:before { content: '\e90b'; } .trx_addons_icon-generic:before { content: '\e90c'; } .trx_addons_icon-location-2:before { content: '\e90d'; } .trx_addons_icon-portfolio:before { content: '\e90e'; } .trx_addons_icon-arrow-down:before { content: '\e90f'; } .trx_addons_icon-arrow-left:before { content: '\e910'; } .trx_addons_icon-arrow-right:before { content: '\e911'; } .trx_addons_icon-arrow-up:before { content: '\e912'; } .trx_addons_icon-screenoptions:before { content: '\e913'; } .trx_addons_icon-settings:before { content: '\e914'; } .trx_addons_icon-users:before { content: '\e915'; } .trx_addons_icon-building-2:before { content: '\e916'; } .trx_addons_icon-document:before { content: '\e917'; } .trx_addons_icon-resize-full:before { content: '\e918'; } .trx_addons_icon-editor-table:before { content: '\e919'; } .trx_addons_icon-customizer:before { content: '\e91a'; } .trx_addons_icon-home-2:before { content: '\e91b'; } .trx_addons_icon-page:before { content: '\e91c'; } .trx_addons_icon-plugins:before { content: '\e91d'; } .trx_addons_icon-smartphone:before { content: '\e91e'; } .trx_addons_icon-text:before { content: '\e91f'; } .trx_addons_icon-padlock-unlock:before { content: '\e920'; } .trx_addons_icon-padlock:before { content: '\e921'; } .trx_addons_icon-ccw:before { content: '\e922'; } .trx_addons_icon-cw:before { content: '\e923'; } .trx_addons_icon-attention-1:before { content: '\e924'; } .trx_addons_icon-download-2:before { content: '\e925'; } .trx_addons_icon-gauge-2:before { content: '\e926'; } .trx_addons_icon-trash:before { content: '\e927'; } .trx_addons_icon-download-1:before { content: '\e959'; } .trx_addons_icon-upload:before { content: '\e95a'; } .trx_addons_icon-move:before { content: '\f047'; } .trx_addons_icon-filter:before { content: '\f0b0'; } .trx_addons_icon-resize-full-alt:before { content: '\f0b2'; } .trx_addons_icon-copy:before { content: '\f0c5'; } .trx_addons_icon-list-bullet:before { content: '\f0ca'; } .trx_addons_icon-list-numbered:before { content: '\f0cb'; } .trx_addons_icon-sort:before { content: '\f0dc'; } .trx_addons_icon-sort-down:before { content: '\f0dd'; } .trx_addons_icon-sort-up:before { content: '\f0de'; } .trx_addons_icon-gauge:before { content: '\f0e4'; } .trx_addons_icon-chat-empty:before { content: '\f0e6'; } .trx_addons_icon-sitemap:before { content: '\f0e8'; } .trx_addons_icon-food:before { content: '\f0f5'; } .trx_addons_icon-building-1:before { content: '\f0f7'; } .trx_addons_icon-mic:before { content: '\f130'; } .trx_addons_icon-mute-1:before { content: '\f131'; } .trx_addons_icon-calendar-empty:before { content: '\f133'; } .trx_addons_icon-extinguisher:before { content: '\f134'; } .trx_addons_icon-sort-name-up:before { content: '\f15d'; } .trx_addons_icon-sort-name-down:before { content: '\f15e'; } .trx_addons_icon-sort-alt-up:before { content: '\f160'; } .trx_addons_icon-sort-alt-down:before { content: '\f161'; } .trx_addons_icon-sort-number-up:before { content: '\f162'; } .trx_addons_icon-sort-number-down:before { content: '\f163'; } .trx_addons_icon-car:before { content: '\f1b9'; } .trx_addons_icon-cc-visa:before { content: '\f1f0'; } .trx_addons_icon-cc-paypal:before { content: '\f1f4'; } .trx_addons_icon-bed:before { content: '\f236'; } .trx_addons_icon-balance-scale:before { content: '\f24e'; } .trx_addons_icon-hourglass:before { content: '\f250'; } .trx_addons_icon-wpforms:before { content: '\f298'; }.ea-slider .swiper-pagination,
.ea-dots-container .swiper-pagination,
.ea-arrows-dots-container .swiper-pagination {
position: relative;
display: flex;
align-items: var(--ea-swiper-dots-align, center);
justify-content: center; }
.ea-slider .swiper-pagination .swiper-pagination-bullet,
.ea-dots-container .swiper-pagination .swiper-pagination-bullet,
.ea-arrows-dots-container .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
outline: none;
transition: all .3s ease; }
.ea-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.ea-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.ea-arrows-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: var(--ea-swiper-dots-space-between, 5px);
outline: none; }
.ea-slider .swiper-pagination.swiper-pagination-fraction,
.ea-dots-container .swiper-pagination.swiper-pagination-fraction,
.ea-arrows-dots-container .swiper-pagination.swiper-pagination-fraction {
bottom: auto;
z-index: 1; }
.ea-slider .swiper-pagination-bullets,
.ea-dots-container .swiper-pagination-bullets,
.ea-arrows-dots-container .swiper-pagination-bullets {
min-height: var(--ea-swiper-dots-active-height, 10px); }
.ea-slider .swiper-pagination-bullets .swiper-pagination-bullet,
.ea-dots-container .swiper-pagination-bullets .swiper-pagination-bullet,
.ea-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet {
position: relative; }
.ea-slider .swiper-pagination-bullets .swiper-pagination-bullet:after,
.ea-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after,
.ea-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
content: '';
width: calc(100% + 6px);
height: calc(100% + 6px);
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%; }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic,
.ea-slider .swiper-pagination-bullets-dynamic,
.ea-dots-container .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
width: 100% !important; }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.ea-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.ea-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative; }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.ea-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.ea-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1); }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.ea-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.ea-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1); }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.ea-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.ea-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66); }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.ea-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.ea-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33); }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.ea-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.ea-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66); }
.ea-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.ea-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.ea-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33); }
[class*='ea-arrows-align-top'] .ea-arrows-container {
transform: translateY(-40px); }
[class*='ea-arrows-align-bottom'] .ea-arrows-container {
transform: translateY(40px); }
[class*='ea-dots-align-top'] .ea-dots-container {
transform: translateY(-30px); }
[class*='ea-dots-align-bottom'] .ea-dots-container {
transform: translateY(30px); }
[class*='ea-arrows-dots-align-top'] .ea-arrows-dots-container {
transform: translateY(-40px); }
[class*='ea-arrows-dots-align-bottom'] .ea-arrows-dots-container {
transform: translateY(40px); }
.ea-arrows-align-center .ea-position-center,
.ea-arrows-dots-align-center .ea-position-center {
width: 100%; }
.ea-arrows-align-center .ea-navigation-prev,
.ea-arrows-dots-align-center .ea-navigation-prev {
left: 0;
position: absolute;
transform: translateY(-50%); }
.ea-arrows-align-center .ea-navigation-next,
.ea-arrows-dots-align-center .ea-navigation-next {
right: 0;
position: absolute;
transform: translateY(-50%); }
.rtl .ea-arrows-align-center .ea-navigation-prev,
.rtl .ea-arrows-dots-align-center .ea-navigation-prev {
right: 0;
left: inherit; }
.rtl .ea-arrows-align-center .ea-navigation-next,
.rtl .ea-arrows-dots-align-center .ea-navigation-next {
left: 0;
right: inherit; }
.ea-arrows-dots-align-center .ea-dots-container .swiper-pagination,
.ea-arrows-dots-align-center .ea-arrows-dots-container .swiper-pagination {
position: absolute;
width: 100% !important; }
.ea-navigation-type-progress .swiper-pagination-progress {
transform: translateY(15px);
height: 5px;
width: 100%; }
[class*="elementor-widget-ea-"] a:hover {
text-decoration: none; }
[class*="elementor-widget-ea-"] .swiper-pagination .swiper-pagination-bullet {
transition: all 350ms cubic-bezier(0.38, 0.91, 0.58, 1); } .title-animation-middle-overline,
.title-animation-middle-underline,
.title-animation-overline,
.title-animation-underline {
background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
background-image: linear-gradient(currentColor, currentColor);
background-repeat: no-repeat;
background-size: 0% 2px;
-webkit-transition: background-size 0.3s;
transition: background-size 0.3s;
display: inline; }
.title-animation-middle-overline:hover,
.title-animation-middle-underline:hover,
.title-animation-overline:hover,
.title-animation-underline:hover {
background-size: 100% 2px; }
.title-animation-middle-overline:focus,
.title-animation-middle-underline:focus,
.title-animation-overline:focus,
.title-animation-underline:focus {
background-size: 100% 2px; }
.title-animation-underline {
background-position: 0% 100%; }
.title-animation-overline {
background-position: 0% 0; }
.title-animation-middle-overline {
background-position: 50% 0%; }
.title-animation-middle-underline {
background-position: 50% 100%; }
.title-animation-style-5 {
background: linear-gradient(to right, currentColor 0%, currentColor 98%);
background-size: 0px 2px;
background-repeat: no-repeat;
background-position: left 85%; }
.title-animation-style-5:hover {
background-size: 100% 2px; }
@keyframes backgroundGradient {
0% {
background-position: 50% 0%; }
50% {
background-position: 50% 100%; }
100% {
background-position: 50% 0%; } }
.title-animation-style-6 {
position: relative;
text-decoration: none; }
.title-animation-style-6:after {
content: '';
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: currentColor;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s; }
.title-animation-style-6:hover:after {
transform-origin: bottom left;
transform: scaleX(1); }
.ea-ep-shadow-mode-yes .ea-hazel-carousel .swiper-container {
padding: 10px;
margin: 0 -10px; }
.ea-hazel-carousel .swiper-container:not(.swiper-container-horizontal) {
opacity: 0; }
.ea-hazel-carousel .swiper-container:not(.swiper-container-horizontal) div > div {
max-width: 350px; }
.ea-hazel-carousel .swiper-container.swiper-container-horizontal {
opacity: 1;
transition: opacity 400ms ease-out; } .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal .swiper-pagination-bullets,
.swiper-container-horizontal + .swiper-pagination-bullets {
bottom: -50px;
width: 100%; }
.swiper-pagination-fraction .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal + .swiper-pagination-bullets .swiper-pagination-bullet {
width: 10px;
height: 10px;
margin: 0 5px; }
.ea-navigation-type-arrows-fraction .swiper-pagination {
position: initial; }
.rtl .ea-arrows-container,
.rtl .ea-arrows-fraction-container,
.rtl .ea-arrows-dots-container {
direction: rtl; }
.rtl .ea-arrows-container .swiper-pagination,
.rtl .ea-arrows-fraction-container .swiper-pagination,
.rtl .ea-arrows-dots-container .swiper-pagination {
direction: ltr; } .swiper-container .elementor-lightbox-content-source {
display: none; }
.swiper-container-horizontal + .swiper-pagination-progressbar,
.swiper-container-vertical
+ .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px; }
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top; }
.ea-alert {
padding: 20px;
background: #2b2d42;
color: #fff;
border-radius: 4px; }
.ep-pagination .ea-pagination {
margin: 20px 0; }
.ep-pagination .ea-pagination li {
list-style-type: none; }
.ep-pagination .ea-pagination li:hover a, .ep-pagination .ea-pagination li.ea-active a {
color: #ef233c; }
.ep-pagination .ea-pagination li a {
font-size: 16px;
font-weight: 600;
color: #8d99ae;
line-height: 1; }
.ep-pagination .ea-pagination li:nth-child(1) {
padding-left: 0; }
.ep-pagination .ea-pagination li.ea-pagination-previous a, .ep-pagination .ea-pagination li.ea-pagination-next a {
border: 1px solid #8d99ae;
padding: 10px;
border-radius: 3px; }
.ep-pagination .ea-pagination {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 0;
list-style: none;
align-items: center; }
.ep-pagination .ea-pagination > * {
flex: none;
padding-left: 20px;
position: relative; }
.ep-pagination .ea-pagination > * > * {
display: block;
color: #8d99ae; }
.ep-pagination .ea-pagination > * > :hover,
.ep-pagination .ea-pagination > * > :focus {
color: #8d99ae;
text-decoration: none; }
.ep-pagination .ea-pagination > .ea-active > * {
color: #8d99ae; }
.ep-pagination .ea-pagination > .ea-disabled > * {
color: #8d99ae; }
.ep-pagination .ea-pagination-dot-dot {
display: flex;
align-items: center;
justify-content: center; }
.ep-pagination .ea-pagination-dot-dot span {
line-height: 1px;
height: 13px;
color: #bbb !important; }
.ea-alex-carousel .swiper-container-coverflow,
.ea-alice-carousel .swiper-container-coverflow,
.ea-alter-carousel .swiper-container-coverflow,
.ea-elite-carousel .swiper-container-coverflow,
.ea-hazel-carousel .swiper-container-coverflow,
.ea-maple-carousel .swiper-container-coverflow,
.ea-ramble-carousel .swiper-container-coverflow {
padding-top: 15px; }
.ea-alex-carousel .swiper-container-coverflow .swiper-slide,
.ea-alice-carousel .swiper-container-coverflow .swiper-slide,
.ea-alter-carousel .swiper-container-coverflow .swiper-slide,
.ea-elite-carousel .swiper-container-coverflow .swiper-slide,
.ea-hazel-carousel .swiper-container-coverflow .swiper-slide,
.ea-maple-carousel .swiper-container-coverflow .swiper-slide,
.ea-ramble-carousel .swiper-container-coverflow .swiper-slide {
transition-property: transform, border, background; }
.ea-alex-carousel .swiper-container-horizontal > .swiper-pagination-progress,
.ea-alice-carousel .swiper-container-horizontal > .swiper-pagination-progress,
.ea-alter-carousel .swiper-container-horizontal > .swiper-pagination-progress,
.ea-elite-carousel .swiper-container-horizontal > .swiper-pagination-progress,
.ea-hazel-carousel .swiper-container-horizontal > .swiper-pagination-progress,
.ea-maple-carousel .swiper-container-horizontal > .swiper-pagination-progress,
.ea-ramble-carousel .swiper-container-horizontal > .swiper-pagination-progress {
top: auto;
bottom: 0; }
.elementor-pagination-position-inside .swiper-pagination-fraction,
.elementor-pagination-position-inside .swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px; }
.elementor-pagination-position-outside .swiper-container {
padding-bottom: 40px; }
.elementor-pagination-position-outside .swiper-pagination-fraction,
.elementor-pagination-position-outside .swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 0; } .ea-button-icon-align-left {
float: left; }
.ea-button-icon-align-right {
float: right; }
.ea-flex-align-left {
order: -1; }
.ea-flex-align-right {
order: 99; }
.ea-display-inline-block {
display: inline-block !important; }
[class*="ea-position-top"],
[class*="ea-position-bottom"],
[class*="ea-position-left"],
[class*="ea-position-right"],
[class*="ea-position-center"] {
position: absolute !important;
max-width: 100%; }
.ea-position-top {
top: 0;
left: 0;
right: 0; }
.ea-position-bottom {
bottom: 0;
left: 0;
right: 0; }
.ea-position-left {
top: 0;
bottom: 0;
left: 0; }
.ea-position-right {
top: 0;
bottom: 0;
right: 0; }
.ea-position-top-left {
top: 0;
left: 0; }
.ea-position-top-right {
top: 0;
right: 0; }
.ea-position-bottom-left {
bottom: 0;
left: 0; }
.ea-position-bottom-right {
bottom: 0;
right: 0; }
.ea-position-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: max-content;
max-width: 100%;
box-sizing: border-box; }
[class*="ea-position-center-left"],
[class*="ea-position-center-right"] {
top: 50%;
transform: translateY(-50%); }
.ea-position-center-left {
left: 0; }
.ea-position-center-right {
right: 0; }
.ea-position-center-left-out {
right: 100%;
width: max-content; }
.ea-position-center-right-out {
left: 100%;
width: max-content; }
.ea-position-top-center,
.ea-position-bottom-center {
left: 50%;
transform: translateX(-50%);
width: max-content;
max-width: 100%;
box-sizing: border-box; }
.ea-position-top-center {
top: 0; }
.ea-position-bottom-center {
bottom: 0; }
.ea-position-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.ea-position-relative {
position: relative !important; }
.ea-position-absolute {
position: absolute !important; }
.ea-position-fixed {
position: fixed !important; }
.ea-position-z-index {
z-index: 1; }
.ea-position-small {
max-width: calc(100% - (15px * 2));
margin: 15px; }
.ea-position-small.ea-position-center {
transform: translate(-50%, -50%) translate(-15px, -15px); }
.ea-position-small[class*="ea-position-center-left"],
.ea-position-small[class*="ea-position-center-right"] {
transform: translateY(-50%) translateY(-15px); }
.ea-position-small.ea-position-top-center,
.ea-position-small.ea-position-bottom-center {
transform: translateX(-50%) translateX(-15px); }
.ea-position-medium {
max-width: calc(100% - (30px * 2));
margin: 30px; }
.ea-position-medium.ea-position-center {
transform: translate(-50%, -50%) translate(-30px, -30px); }
.ea-position-medium[class*="ea-position-center-left"],
.ea-position-medium[class*="ea-position-center-right"] {
transform: translateY(-50%) translateY(-30px); }
.ea-position-medium.ea-position-top-center,
.ea-position-medium.ea-position-bottom-center {
transform: translateX(-50%) translateX(-30px); }
.ea-position-large {
max-width: calc(100% - (30px * 2));
margin: 30px; }
.ea-position-large.ea-position-center {
transform: translate(-50%, -50%) translate(-30px, -30px); }
.ea-position-large[class*="ea-position-center-left"],
.ea-position-large[class*="ea-position-center-right"] {
transform: translateY(-50%) translateY(-30px); }
.ea-position-large.ea-position-top-center,
.ea-position-large.ea-position-bottom-center {
transform: translateX(-50%) translateX(-30px); }
@media (min-width: 1200px) {
.ea-position-large {
max-width: calc(100% - (50px * 2));
margin: 50px; }
.ea-position-large.ea-position-center {
transform: translate(-50%, -50%) translate(-50px, -50px); }
.ea-position-large[class*="ea-position-center-left"],
.ea-position-large[class*="ea-position-center-right"] {
transform: translateY(-50%) translateY(-50px); }
.ea-position-large.ea-position-top-center,
.ea-position-large.ea-position-bottom-center {
transform: translateX(-50%) translateX(-50px); } }
.ea-transition-toggle {
-webkit-tap-highlight-color: transparent; }
.ea-transition-toggle:focus {
outline: none; }
.ea-transition-fade,
[class*="ea-transition-scale"],
[class*="ea-transition-slide"] {
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
opacity: 0; }
.ea-transition-toggle:hover .ea-transition-fade,
.ea-transition-toggle:focus .ea-transition-fade,
.ea-transition-active.ea-active .ea-transition-fade {
opacity: 1; }
.ea-transition-scale-up {
transform: scale(1, 1); }
.ea-transition-scale-down {
transform: scale(1.1, 1.1); }
.ea-transition-toggle:hover .ea-transition-scale-up,
.ea-transition-toggle:focus .ea-transition-scale-up,
.ea-transition-active.ea-active .ea-transition-scale-up {
opacity: 1;
transform: scale(1.1, 1.1); }
.ea-transition-toggle:hover .ea-transition-scale-down,
.ea-transition-toggle:focus .ea-transition-scale-down,
.ea-transition-active.ea-active .ea-transition-scale-down {
opacity: 1;
transform: scale(1, 1); }
.ea-transition-slide-top {
transform: translateY(-100%); }
.ea-transition-slide-bottom {
transform: translateY(100%); }
.ea-transition-slide-left {
transform: translateX(-100%); }
.ea-transition-slide-right {
transform: translateX(100%); }
.ea-transition-slide-top-small {
transform: translateY(-10px); }
.ea-transition-slide-bottom-small {
transform: translateY(10px); }
.ea-transition-slide-left-small {
transform: translateX(-10px); }
.ea-transition-slide-right-small {
transform: translateX(10px); }
.ea-transition-slide-top-medium {
transform: translateY(-50px); }
.ea-transition-slide-bottom-medium {
transform: translateY(50px); }
.ea-transition-slide-left-medium {
transform: translateX(-50px); }
.ea-transition-slide-right-medium {
transform: translateX(50px); }
.ea-transition-toggle:hover [class*="ea-transition-slide"],
.ea-transition-toggle:focus [class*="ea-transition-slide"],
.ea-transition-active.ea-active [class*="ea-transition-slide"] {
opacity: 1;
transform: translate(0, 0); }
.ea-transition-opaque {
opacity: 1; }
.ea-transition-slow {
transition-duration: 0.7s; }
[hidden],
.ea-hidden {
display: none !important; }
@media (min-width: 640px) {
.ea-hidden\@s {
display: none !important; } }
@media (min-width: 960px) {
.ea-hidden\@m {
display: none !important; } }
@media (min-width: 1200px) {
.ea-hidden\@l {
display: none !important; } }
@media (min-width: 1600px) {
.ea-hidden\@xl {
display: none !important; } }
@media (max-width: 639px) {
.ea-visible\@s {
display: none !important; } }
@media (max-width: 959px) {
.ea-visible\@m {
display: none !important; } }
@media (max-width: 1199px) {
.ea-visible\@l {
display: none !important; } }
@media (max-width: 1599px) {
.ea-visible\@xl {
display: none !important; } }
.ea-invisible {
visibility: hidden !important; }
.ea-flex {
display: flex; }
.ea-flex-inline {
display: inline-flex; }
.ea-flex::before,
.ea-flex::after,
.ea-flex-inline::before,
.ea-flex-inline::after {
display: none; }
.ea-flex-left {
justify-content: flex-start; }
.ea-flex-center {
justify-content: center; }
.ea-flex-right {
justify-content: flex-end; }
.ea-flex-between {
justify-content: space-between; }
.ea-flex-around {
justify-content: space-around; }
@media (min-width: 640px) {
.ea-flex-left\@s {
justify-content: flex-start; }
.ea-flex-center\@s {
justify-content: center; }
.ea-flex-right\@s {
justify-content: flex-end; }
.ea-flex-between\@s {
justify-content: space-between; }
.ea-flex-around\@s {
justify-content: space-around; } }
@media (min-width: 960px) {
.ea-flex-left\@m {
justify-content: flex-start; }
.ea-flex-center\@m {
justify-content: center; }
.ea-flex-right\@m {
justify-content: flex-end; }
.ea-flex-between\@m {
justify-content: space-between; }
.ea-flex-around\@m {
justify-content: space-around; } }
@media (min-width: 1200px) {
.ea-flex-left\@l {
justify-content: flex-start; }
.ea-flex-center\@l {
justify-content: center; }
.ea-flex-right\@l {
justify-content: flex-end; }
.ea-flex-between\@l {
justify-content: space-between; }
.ea-flex-around\@l {
justify-content: space-around; } }
@media (min-width: 1600px) {
.ea-flex-left\@xl {
justify-content: flex-start; }
.ea-flex-center\@xl {
justify-content: center; }
.ea-flex-right\@xl {
justify-content: flex-end; }
.ea-flex-between\@xl {
justify-content: space-between; }
.ea-flex-around\@xl {
justify-content: space-around; } }
.ea-flex-stretch {
align-items: stretch; }
.ea-flex-top {
align-items: flex-start; }
.ea-flex-middle {
align-items: center; }
.ea-flex-bottom {
align-items: flex-end; }
.ea-flex-row {
flex-direction: row; }
.ea-flex-row-reverse {
flex-direction: row-reverse; }
.ea-flex-column {
flex-direction: column; }
.ea-flex-column-reverse {
flex-direction: column-reverse; }
.ea-flex-nowrap {
flex-wrap: nowrap; }
.ea-flex-wrap {
flex-wrap: wrap; }
.ea-flex-wrap-reverse {
flex-wrap: wrap-reverse; }
.ea-flex-wrap-stretch {
align-content: stretch; }
.ea-flex-wrap-top {
align-content: flex-start; }
.ea-flex-wrap-middle {
align-content: center; }
.ea-flex-wrap-bottom {
align-content: flex-end; }
.ea-flex-wrap-between {
align-content: space-between; }
.ea-flex-wrap-around {
align-content: space-around; }
.ea-flex-first {
order: -1; }
.ea-flex-last {
order: 99; }
@media (min-width: 640px) {
.ea-flex-first\@s {
order: -1; }
.ea-flex-last\@s {
order: 99; } }
@media (min-width: 960px) {
.ea-flex-first\@m {
order: -1; }
.ea-flex-last\@m {
order: 99; } }
@media (min-width: 1200px) {
.ea-flex-first\@l {
order: -1; }
.ea-flex-last\@l {
order: 99; } }
@media (min-width: 1600px) {
.ea-flex-first\@xl {
order: -1; }
.ea-flex-last\@xl {
order: 99; } }
.ea-flex-none {
flex: none; }
.ea-flex-auto {
flex: auto; }
.ea-flex-1 {
flex: 1; }
.ea-slidenav {
padding: 5px 10px;
color: rgba(102, 102, 102, 0.5); }
.ea-slidenav:hover,
.ea-slidenav:focus {
color: rgba(102, 102, 102, 0.9);
outline: none; }
.ea-slidenav:active {
color: rgba(102, 102, 102, 0.5); }
.ea-slidenav-large {
padding: 10px 10px; }
.ea-slidenav-container {
display: flex; }
.ea-icon {
margin: 0;
border: none;
border-radius: 0;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
padding: 0;
background-color: transparent;
display: inline-block;
fill: currentcolor;
line-height: 0; } [aria-label][role~="tooltip"] {
position: relative; }
[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
opacity: 0;
pointer-events: none;
transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
position: absolute;
box-sizing: border-box;
z-index: 10;
transform-origin: top; }
[aria-label][role~="tooltip"]::before {
background-size: 100% auto !important;
content: ""; }
[aria-label][role~="tooltip"]::after {
background: rgba(17, 17, 17, 0.9);
border-radius: 4px;
color: #ffffff;
content: attr(aria-label);
font-size: var(--microtip-font-size, 13px);
font-weight: var(--microtip-font-weight, normal);
text-transform: capitalize;
padding: 10px 15px;
box-sizing: content-box;
width: 250px; }
[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
opacity: 1;
pointer-events: auto; }
.ea-inline-block {
display: inline-block;
position: relative;
width: 100%;
max-width: 100%;
vertical-align: middle;
-webkit-backface-visibility: hidden; } [role~="tooltip"][data-microtip-position|="top"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-bottom: 6px; }
[role~="tooltip"][data-microtip-position|="top"]::after {
margin-bottom: 11px; }
[role~="tooltip"][data-microtip-position|="top"]::before {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%; }
[role~="tooltip"][data-microtip-position|="top"]:hover::before {
transform: translate3d(-50%, -5px, 0); }
[role~="tooltip"][data-microtip-position|="top"]::after {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%; }
[role~="tooltip"][data-microtip-position="top"]:hover::after {
transform: translate3d(-50%, -5px, 0); } [role~="tooltip"][data-microtip-position="top-left"]::after {
transform: translate3d(calc(-100% + 16px), 0, 0);
bottom: 100%; }
[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
transform: translate3d(calc(-100% + 16px), -5px, 0); } [role~="tooltip"][data-microtip-position="top-right"]::after {
transform: translate3d(calc(+0% - 16px), 0, 0);
bottom: 100%; }
[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
transform: translate3d(calc(+0% - 16px), -5px, 0); } [role~="tooltip"][data-microtip-position|="bottom"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-top: 5px;
margin-bottom: 0; }
[role~="tooltip"][data-microtip-position|="bottom"]::after {
margin-top: 11px; }
[role~="tooltip"][data-microtip-position|="bottom"]::before {
transform: translate3d(-50%, -10px, 0);
bottom: auto;
left: 50%;
top: 100%; }
[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
transform: translate3d(-50%, 0, 0); }
[role~="tooltip"][data-microtip-position|="bottom"]::after {
transform: translate3d(-50%, -10px, 0);
top: 100%;
left: 50%; }
[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
transform: translate3d(-50%, 0, 0); } [role~="tooltip"][data-microtip-position="bottom-left"]::after {
transform: translate3d(calc(-100% + 16px), -10px, 0);
top: 100%; }
[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
transform: translate3d(calc(-100% + 16px), 0, 0); } [role~="tooltip"][data-microtip-position="bottom-right"]::after {
transform: translate3d(calc(+0% - 16px), -10px, 0);
top: 100%; }
[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
transform: translate3d(calc(+0% - 16px), 0, 0); } [role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
bottom: auto;
left: auto;
right: 100%;
top: 50%;
transform: translate3d(10px, -50%, 0); }
[role~="tooltip"][data-microtip-position="left"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-right: 5px;
margin-bottom: 0; }
[role~="tooltip"][data-microtip-position="left"]::after {
margin-right: 11px; }
[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
transform: translate3d(0, -50%, 0); } [role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
bottom: auto;
left: 100%;
top: 50%;
transform: translate3d(-10px, -50%, 0); }
[role~="tooltip"][data-microtip-position="right"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-bottom: 0;
margin-left: 5px; }
[role~="tooltip"][data-microtip-position="right"]::after {
margin-left: 11px; }
[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
transform: translate3d(0, -50%, 0); } [role~="tooltip"][data-microtip-size="small"]::after {
white-space: initial;
width: 80px; }
[role~="tooltip"][data-microtip-size="medium"]::after {
white-space: initial;
width: 150px; }
[role~="tooltip"][data-microtip-size="large"]::after {
white-space: initial;
width: 260px; }
.ea-in-animation {
perspective: var(--ea-perspective, 600px);
-webkit-perspective: var(--ea-perspective, 600px); }
.ea-in-animation .ea-item {
opacity: 0;
transform-origin: var(--ea-transform-origin, center top);
transform-style: preserve-3d;
transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate(var(--ea-translate-x, 0), var(--ea-translate-y, 100%)) rotateX(var(--ea-rotate-x, -80deg)) rotateY(var(--ea-rotate-y, 0)) rotateZ(var(--ea-rotate-z, 0)) scaleX(var(--ea-scale-x, 1)) scaleY(var(--ea-scale-y, 1)) skewX(var(--ea-skew-x, 0)) skewY(var(--ea-skew-y, 0));
transform: translate(var(--ea-translate-x, 0), var(--ea-translate-y, 100%)) rotateX(var(--ea-rotate-x, -80deg)) rotateY(var(--ea-rotate-y, 0)) rotateZ(var(--ea-rotate-z, 0)) scaleX(var(--ea-scale-x, 1)) scaleY(var(--ea-scale-y, 1)) skewX(var(--ea-skew-x, 0)) skewY(var(--ea-skew-y, 0)); }
.ea-in-animation .ea-item.is-inview {
transform: none;
opacity: 1;
transition-duration: var(--ea-transition-duration, 800ms) !important; }
@media (min-width: 768px) and (max-width: 1024px) {
.ea-hide-orphan-yes .ea-hide-orphan-tablet {
display: none !important; } }.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//huebner-books.de/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//huebner-books.de/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//huebner-books.de/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}