@charset "UTF-8";

     html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} *,
*::after,
*::before {
box-sizing: border-box;
}
.hidden {
display: none;
}
.text-capitalize {
text-transform: capitalize;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.wp-block-cover {
color: #fff;
} .text-left {
text-align: left;
justify-content: flex-start;
}
.text-right {
text-align: right;
justify-content: flex-end;
}
.text-center {
text-align: center;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.img-hidden {
display: none !important;
} #content[tabindex="-1"]:focus {
outline: 0;
} .th90-warning a {
text-decoration: underline !important;
} .block-divider {
padding-top: var(--block_space)/2;
padding-bottom: var(--block_space)/2;
}
.divider-inner {
width: 100%;
display: block;
height: 1px;
border-bottom: 1px solid var(--light-line-color-rgba);
text-indent: -9999px;
}
.site-dark .divider-inner {
border-bottom-color: var(--dark-line-color-rgba);
}
:root {
--site_width: 1360;
--content_width: 70;
--light-bg-color: #fff;
--light-sec-bg-color: #f2f3f5;
--light-text-color-color: #666666;
--light-text-color-alpha: 1;
--light-text-color-rgba: rgba(102,102,102,1);
--light-text-color-lighter-color: #666666;
--light-text-color-lighter-alpha: 1;
--light-text-color-lighter-rgba: rgba(102,102,102,1);
--light-text-color-heavier-color: #171e2e;
--light-text-color-heavier-alpha: 1;
--light-text-color-heavier-rgba: rgba(23,30,46,1);
--light-text-link-color-color: #171e2e;
--light-text-link-color-alpha: 1;
--light-text-link-color-rgba: rgba(23,30,46,1);
--light-line-color-color: #000000;
--light-line-color-alpha: 0.1;
--light-line-color-rgba: rgba(0,0,0,0.1);
--dark-bg-color: #060c22;
--dark-sec-bg-color: #151c2b;
--dark-text-color-color: #fffefe;
--dark-text-color-alpha: 0.7;
--dark-text-color-rgba: rgba(255,254,254,0.7);
--dark-text-color-lighter-color: #ffffff;
--dark-text-color-lighter-alpha: 0.95;
--dark-text-color-lighter-rgba: rgba(255,255,255,0.95);
--dark-text-color-heavier-color: #fff;
--dark-text-color-heavier-alpha: 1;
--dark-text-color-heavier-rgba: rgba(255,255,255,1);
--dark-text-link-color-color: #fff;
--dark-text-link-color-alpha: 1;
--dark-text-link-color-rgba: rgba(255,255,255,1);
--dark-line-color-color: #ffffff;
--dark-line-color-alpha: 0.2;
--dark-line-color-rgba: rgba(255,255,255,0.2);
--color-accent: #fc3c68;
--color-accent-text: #fff;
--primary_text-font-family: Rubik;
--primary_text-font-weight: 400;
--primary_text-font-size: 16px;
--primary_text-line-height: 1.7;
--second_text-font-family: Rubik;
--second_text-font-weight: 400;
--second_text-font-size: 13px;
--second_text-line-height: 1.5;
--second_text-letter-spacing: 0.04em;
--font_heading-font-family: League Spartan;
--font_heading-font-weight: 500;
--font_heading-line-height: 1.15;
--h1_desktop-font-size: 52px;
--h2_desktop-font-size: 41px;
--h3_desktop-font-size: 33px;
--h4_desktop-font-size: 26px;
--h5_desktop-font-size: 21px;
--h6_desktop-font-size: 17px;
--h1_tablet-font-size: 49px;
--h2_tablet-font-size: 39px;
--h3_tablet-font-size: 32px;
--h4_tablet-font-size: 25px;
--h5_tablet-font-size: 20px;
--h6_tablet-font-size: 16px;
--h1_mobile-font-size: 40px;
--h2_mobile-font-size: 33px;
--h3_mobile-font-size: 28px;
--h4_mobile-font-size: 23px;
--h5_mobile-font-size: 19px;
--h6_mobile-font-size: 16px;
--image_radius-units: px;
--image_radius-top: 12px;
--image_radius-right: 12px;
--image_radius-bottom: 12px;
--image_radius-left: 12px;
--form_radius: 20;
--button_radius: 99;
--preloader_size: 120;
--search_height-height: 150px;
--search_height-units: px;
--search_overlay-color: #000000;
--search_overlay-alpha: 0.7;
--search_overlay-rgba: rgba(0,0,0,0.7);
--search_overlay_blur: 6.0;
--newsletter_overlay-color: #000000;
--newsletter_overlay-alpha: 0.7;
--newsletter_overlay-rgba: rgba(0,0,0,0.7);
--newsletter_overlay_blur: 6.0;
--newsletter_height: 450;
--newsletter_width: 800;
--offcanvas_width-width: 450px;
--offcanvas_width-units: px;
--offcanvas_overlay-color: #000000;
--offcanvas_overlay-alpha: 0.7;
--offcanvas_overlay-rgba: rgba(0,0,0,0.7);
--offcanvas_overlay_blur: 6.0;
--offcanvas_bg_img_opacity: 0.3;
--header_el_space-width: 20px;
--header_el_space-units: px;
--header_height-height: 140px;
--header_height-units: px;
--logo_svg_width-width: 180px;
--logo_svg_width-units: px;
--menu_item_space: 20;
--mob_header_height: 100;
--logo_mobile_svg_width-width: 180px;
--logo_mobile_svg_width-units: px;
--mobilemenu_bg_img_opacity: 0.3;
--page_title_padding-units: px;
--page_title_padding-padding-top: 0;
--page_title_padding-padding-bottom: 0;
--footer_el_space-width: 25px;
--footer_el_space-units: px;
--heading_line_size: 4;
--primary_space: 30px;
--block_space: 60px;
--gallery-block--gutter-size: 25px;
--title_lineclamp: unset;
--excerpt_lineclamp: unset;
--post_info_space_none: 20px;
--post_info_space: 30;
--noise_bg_opacity: 0.2;
--site_width_amp: 1024;
}
@media screen and (max-width: 1024px) {
:root {
--primary_space: 20px;
--block_space: 50px;
--post_info_space_none: 15px;
--post_info_space: 25;
}
} html {
box-sizing: border-box;
font-size: var(--primary_text-font-size);
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.clear:after,
.clear:before {
content: "";
display: table;
table-layout: fixed;
}
.clear:after {
clear: both;
} .button {
margin: 0 0 8px;
}
.button:last-child {
margin-bottom: 0;
}
.wp-block-archives,
.wp-block-archives-list,
.wp-block-archives-dropdown,
.wp-block-calendar,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-rss,
.gallery,
.wp-block-audio,
.wp-block-button,
.wp-block-columns,
.wp-block-cover,
.wp-block-embed,
.wp-block-gallery,
.wp-block-gallery:not(.has-nested-images),
.wp-block-group,
.wp-block-image,
.wp-block-media-text,
.wp-block-video,
.wp-block-pullquote,
.wp-block-table,
.wp-caption,
address,
blockquote,
dl,
fieldset,
figure,
form,
ol,
p,
pre,
button,
input,
select,
textarea,
form p,
ul:not(.blocks-gallery-grid) {
margin-top: 0;
margin-bottom: 30px;
}
.wp-block-archives:last-child,
.wp-block-archives-list:last-child,
.wp-block-archives-dropdown:last-child,
.wp-block-calendar:last-child,
.wp-block-categories:last-child,
.wp-block-latest-comments:last-child,
.wp-block-latest-posts:last-child,
.wp-block-search:last-child,
.wp-block-tag-cloud:last-child,
.wp-block-rss:last-child,
.gallery:last-child,
.wp-block-audio:last-child,
.wp-block-button:last-child,
.wp-block-columns:last-child,
.wp-block-cover:last-child,
.wp-block-embed:last-child,
.wp-block-gallery:last-child,
.wp-block-gallery:not(.has-nested-images):last-child,
.wp-block-group:last-child,
.wp-block-image:last-child,
.wp-block-media-text:last-child,
.wp-block-video:last-child,
.wp-block-pullquote:last-child,
.wp-block-table:last-child,
.wp-caption:last-child,
address:last-child,
blockquote:last-child,
dl:last-child,
fieldset:last-child,
figure:last-child,
form:last-child,
ol:last-child,
p:last-child,
pre:last-child,
button:last-child,
input:last-child,
select:last-child,
textarea:last-child,
form p:last-child,
ul:not(.blocks-gallery-grid):last-child {
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 25px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
margin-bottom: 0;
} .alignleft,
.wp-block-gallery.alignleft,
.wp-block-image .alignleft,
.wp-block[data-align=left] > * {
float: left;
margin-right: 30px;
margin-top: 0.5em;
margin-left: 0;
max-width: 50%;
text-align: left;
}
.alignright,
.wp-block-gallery.alignright,
.wp-block-image .alignright,
.wp-block[data-align=right] > * {
float: right;
margin-left: 30px;
margin-top: 0.5em;
margin-right: 0;
max-width: 50%;
text-align: right;
}
.aligncenter,
.wp-block-gallery.aligncenter > *,
.wp-block[data-align=center] {
clear: both;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.alignleft.wp-block-cover, .alignleft.wp-block-cover-image, .alignleft.wp-block-pullquote,
.alignright.wp-block-cover,
.alignright.wp-block-cover-image,
.alignright.wp-block-pullquote,
.wp-block[data-align=left] > *.wp-block-cover,
.wp-block[data-align=left] > *.wp-block-cover-image,
.wp-block[data-align=left] > *.wp-block-pullquote,
.wp-block[data-align=right] > *.wp-block-cover,
.wp-block[data-align=right] > *.wp-block-cover-image,
.wp-block[data-align=right] > *.wp-block-pullquote {
width: 50%;
max-width: 50%;
}
@media screen and (max-width: 576px) {
.alignleft.wp-block-cover, .alignleft.wp-block-cover-image, .alignleft.wp-block-pullquote,
.alignright.wp-block-cover,
.alignright.wp-block-cover-image,
.alignright.wp-block-pullquote,
.wp-block[data-align=left] > *.wp-block-cover,
.wp-block[data-align=left] > *.wp-block-cover-image,
.wp-block[data-align=left] > *.wp-block-pullquote,
.wp-block[data-align=right] > *.wp-block-cover,
.wp-block[data-align=right] > *.wp-block-cover-image,
.wp-block[data-align=right] > *.wp-block-pullquote {
width: 100%;
max-width: 100%;
margin-bottom: 30px;
}
}
.has-text-align-left {
text-align: left;
}
.has-text-align-right {
text-align: right;
}
@media screen and (min-width: 1201px) {
.sidebar-one_column .alignleft.wp-block-cover, .sidebar-one_column .alignleft.wp-block-cover-image, .sidebar-one_column .alignleft.wp-block-pullquote {
margin-left: -10%;
}
.sidebar-one_column .alignright.wp-block-cover, .sidebar-one_column .alignright.wp-block-cover-image, .sidebar-one_column .alignright.wp-block-pullquote {
margin-right: -10%;
}
.sidebar-one_column .wp-block-image .alignleft {
margin-left: -10%;
}
.sidebar-one_column .wp-block-image .alignright {
margin-right: -10%;
}
} body {
font-family: var(--primary_text-font-family);
font-weight: var(--primary_text-font-weight);
font-style: var(--primary_text-font-style);
font-size: var(--primary_text-font-size);
letter-spacing: var(--primary_text-letter-spacing);
line-height: var(--primary_text-line-height);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
color: var(--light-text-color-rgba);
margin: 0;
padding: 0;
overflow-x: hidden;
word-break: break-word;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
color: var(--light-text-color-heavier-rgba);
padding: 0;
}
.bg-dark .h1, .bg-dark
.h2, .bg-dark
.h3, .bg-dark
.h4, .bg-dark
.h5, .bg-dark
.h6, .bg-dark
h1, .bg-dark
h2, .bg-dark
h3, .bg-dark
h4, .bg-dark
h5, .bg-dark
h6 {
color: var(--dark-text-color-heavier-rgba);
}
.h1,
h1 {
font-size: var(--h1_desktop-font-size);
}
.h2,
h2 {
font-size: var(--h2_desktop-font-size);
}
.h3,
h3 {
font-size: var(--h3_desktop-font-size);
}
.h4,
h4 {
font-size: var(--h4_desktop-font-size);
}
.h5,
h5 {
font-size: var(--h5_desktop-font-size);
}
.h6,
h6 {
font-size: var(--h6_desktop-font-size);
}
@media screen and (max-width: 1024px) {
.h1,
h1 {
font-size: var(--h1_tablet-font-size);
}
.h2,
h2 {
font-size: var(--h2_tablet-font-size);
}
.h3,
h3 {
font-size: var(--h3_tablet-font-size);
}
.h4,
h4 {
font-size: var(--h4_tablet-font-size);
}
.h5,
h5 {
font-size: var(--h5_tablet-font-size);
}
.h6,
h6 {
font-size: var(--h6_tablet-font-size);
}
}
@media screen and (max-width: 767px) {
.h1,
h1 {
font-size: var(--h1_mobile-font-size);
}
.h2,
h2 {
font-size: var(--h2_mobile-font-size);
}
.h3,
h3 {
font-size: var(--h3_mobile-font-size);
}
.h4,
h4 {
font-size: var(--h4_mobile-font-size);
}
.h5,
h5 {
font-size: var(--h5_mobile-font-size);
}
.h6,
h6 {
font-size: var(--h6_mobile-font-size);
}
}
p {
line-height: var(--primary_text-line-height);
padding: 0;
}
p:empty {
display: none;
}
p.has-background {
padding: 20px;
}
cite,
dfn,
em,
i {
font-style: italic;
}
address {
font-style: normal;
}
pre,
pre.wp-block-verse {
font-size: 14px;
font-family: "Courier 10 Pitch", Courier, monospace;
overflow: auto;
padding: 20px;
background-color: var(--light-sec-bg-color);
color: var(--light-text-color-heavier-rgba);
white-space: pre-wrap;
border: none;
line-height: 2;
}
.bg-dark pre, .bg-dark
pre.wp-block-verse {
color: var(--dark-text-color-heavier-rgba);
background-color: var(--dark-sec-bg-color);
}
code,
kbd,
tt,
var {
font-size: 1em;
font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
abbr,
acronym {
border-bottom: 1px dotted currentColor;
cursor: help;
}
ins,
mark {
background: yellow;
text-decoration: none;
}
big {
font-size: 125%;
}
figure {
margin-left: 0;
margin-right: 0;
}
:focus {
outline: none;
}
.has-drop-cap:not(:focus)::first-letter {
float: left;
font-size: 5.2em;
margin: 0.15em 0.2em 0 0;
text-transform: uppercase;
font-style: normal;
color: var(--light-text-color-heavier-rgba);
font-weight: 500;
}
.bg-dark .has-drop-cap:not(:focus)::first-letter {
color: var(--dark-text-color-heavier-rgba);
}
.has-drop-cap:not(:focus)::first-letter::after {
content: "";
display: table;
clear: both;
}
.has-drop-cap:not(:focus)::after {
padding: 0;
}
.icon-svg {
display: inline-flex;
width: 1em;
height: 1em;
box-sizing: content-box;
}
.icon-svg svg {
width: 100%;
height: 100%;
fill: currentColor;
}
blockquote {
quotes: "“" "”" "‘" "’";
position: relative;
font-size: 1.8em;
line-height: 1.5;
position: relative;
margin-bottom: 30px;
margin-left: 0;
margin-right: 0;
padding: 0;
padding-left: 1.4em;
color: var(--light-text-color-heavier-rgba);
}
.bg-dark blockquote {
color: var(--dark-text-color-heavier-rgba);
}
blockquote::before {
content: open-quote;
font-size: 2em;
display: inline-block;
vertical-align: middle;
line-height: 1;
position: absolute;
left: 0;
top: 0.1em;
}
blockquote::after {
content: no-close-quote !important;
}
blockquote > p:last-of-type {
margin-bottom: 0;
}
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
font-size: 1rem !important;
font-style: normal;
font-weight: normal;
text-transform: none;
margin-top: 20px;
letter-spacing: normal;
font-family: var(--primary_text-font-family);
display: block;
position: relative;
padding-left: 30px;
}
blockquote .wp-block-pullquote__citation:before,
blockquote .wp-block-quote__citation:before,
blockquote cite:before,
blockquote footer:before {
content: '';
width: 20px;
height: 1px;
background-color: currentColor;
position: absolute;
left: 0;
top: 50%;
}
blockquote.has-text-align-center,
.has-text-align-center blockquote {
padding-left: 1.4em;
padding-right: 1.4em;
}
blockquote.has-text-align-center .wp-block-pullquote__citation,
blockquote.has-text-align-center .wp-block-quote__citation,
blockquote.has-text-align-center cite,
blockquote.has-text-align-center footer,
.has-text-align-center blockquote .wp-block-pullquote__citation,
.has-text-align-center blockquote .wp-block-quote__citation,
.has-text-align-center blockquote cite,
.has-text-align-center blockquote footer {
padding-left: 0;
padding-right: 0;
}
blockquote.has-text-align-center .wp-block-pullquote__citation:before,
blockquote.has-text-align-center .wp-block-quote__citation:before,
blockquote.has-text-align-center cite:before,
blockquote.has-text-align-center footer:before,
.has-text-align-center blockquote .wp-block-pullquote__citation:before,
.has-text-align-center blockquote .wp-block-quote__citation:before,
.has-text-align-center blockquote cite:before,
.has-text-align-center blockquote footer:before {
display: none;
}
blockquote.has-text-align-right,
.has-text-align-right blockquote {
padding-left: 0;
padding-right: 1.4em;
}
blockquote.has-text-align-right::before,
.has-text-align-right blockquote::before {
left: auto;
right: 0;
}
blockquote.has-text-align-right.has-background,
.has-text-align-right blockquote.has-background {
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: calc(30px + 1.4em);
}
blockquote.has-text-align-right.has-background::before,
.has-text-align-right blockquote.has-background::before {
left: auto;
right: 30px;
}
blockquote.has-text-align-right .wp-block-pullquote__citation,
blockquote.has-text-align-right .wp-block-quote__citation,
blockquote.has-text-align-right cite,
blockquote.has-text-align-right footer,
.has-text-align-right blockquote .wp-block-pullquote__citation,
.has-text-align-right blockquote .wp-block-quote__citation,
.has-text-align-right blockquote cite,
.has-text-align-right blockquote footer {
padding-left: 0;
padding-right: 30px;
}
blockquote.has-text-align-right .wp-block-pullquote__citation:before,
blockquote.has-text-align-right .wp-block-quote__citation:before,
blockquote.has-text-align-right cite:before,
blockquote.has-text-align-right footer:before,
.has-text-align-right blockquote .wp-block-pullquote__citation:before,
.has-text-align-right blockquote .wp-block-quote__citation:before,
.has-text-align-right blockquote cite:before,
.has-text-align-right blockquote footer:before {
left: auto;
right: 0;
}
.wp-block-quote {
border-left: none;
border-right: none;
}
.wp-block-quote p {
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-quote.has-background {
padding-top: 30px;
padding-bottom: 30px;
padding-left: calc(30px + 1.4em);
padding-right: 30px;
}
.wp-block-quote.has-background::before {
top: calc(30px + 0.1em);
left: 30px;
}
.wp-block-quote.is-style-plain {
padding: 0 30px;
border-left: 4px solid var(--color-accent);
}
.wp-block-quote.is-style-plain::before {
display: none;
}
.wp-block-quote.is-style-plain.has-background {
padding: 30px;
}
.wp-block-quote.is-style-plain.has-text-align-center {
border-right: 4px solid var(--color-accent);
}
.wp-block-quote.is-style-plain.has-text-align-right {
border-left: 0;
border-right: 4px solid var(--color-accent);
}
.wp-block-pullquote {
border-left: none;
border-right: none;
padding: 0;
border: none;
color: var(--light-text-color-heavier-rgba);
}
.bg-dark .wp-block-pullquote {
color: var(--dark-text-color-heavier-rgba);
}
.wp-block-pullquote blockquote {
margin: 0;
color: inherit !important;
}
.wp-block-pullquote p {
font-size: inherit !important;
font-style: inherit;
line-height: inherit;
}
.wp-block-pullquote.has-background {
color: inherit;
padding: 30px;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p,
.wp-block[data-align=left] > .wp-block-pullquote p,
.wp-block[data-align=right] > .wp-block-pullquote p {
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
max-width: 100%;
}
.wp-block-pullquote.has-text-align-center {
text-align: center !important;
} .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="range"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input:not([type]),
select,
textarea {
box-shadow: none;
box-sizing: inherit;
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
line-height: inherit;
max-width: 100%;
width: 100%;
border-radius: 0;
display: block;
float: none;
padding: 6px 20px;
border-radius: calc(var(--form_radius) * 1px);
height: 48px;
color: inherit;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
background-color: var(--light-sec-bg-color);
border: 1px solid var(--light-sec-bg-color);
}
.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input:not([type])::placeholder,
select::placeholder,
textarea::placeholder {
color: var(--light-text-color-rgba);
}
.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-webkit-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="text"]:-webkit-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input:not([type]):-webkit-input-placeholder,
select:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
color: var(--light-text-color-rgba);
}
.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input:not([type]):-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
color: var(--light-text-color-rgba);
}
.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input:not([type])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
color: var(--light-text-color-rgba);
}
.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: var(--light-text-color-rgba);
}
.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single, .bg-dark
input[type="email"], .bg-dark
input[type="number"], .bg-dark
input[type="password"], .bg-dark
input[type="search"], .bg-dark
input[type="tel"], .bg-dark
input[type="range"], .bg-dark
input[type="text"], .bg-dark
input[type="url"], .bg-dark
input[type="color"], .bg-dark
input[type="date"], .bg-dark
input[type="month"], .bg-dark
input[type="week"], .bg-dark
input[type="time"], .bg-dark
input[type="datetime"], .bg-dark
input[type="datetime-local"], .bg-dark
input:not([type]), .bg-dark
select, .bg-dark
textarea {
background-color: var(--dark-sec-bg-color);
border: 1px solid var(--dark-sec-bg-color);
}
.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::placeholder, .bg-dark
input[type="email"]::placeholder, .bg-dark
input[type="number"]::placeholder, .bg-dark
input[type="password"]::placeholder, .bg-dark
input[type="search"]::placeholder, .bg-dark
input[type="tel"]::placeholder, .bg-dark
input[type="range"]::placeholder, .bg-dark
input[type="text"]::placeholder, .bg-dark
input[type="url"]::placeholder, .bg-dark
input[type="color"]::placeholder, .bg-dark
input[type="date"]::placeholder, .bg-dark
input[type="month"]::placeholder, .bg-dark
input[type="week"]::placeholder, .bg-dark
input[type="time"]::placeholder, .bg-dark
input[type="datetime"]::placeholder, .bg-dark
input[type="datetime-local"]::placeholder, .bg-dark
input:not([type])::placeholder, .bg-dark
select::placeholder, .bg-dark
textarea::placeholder {
color: var(--dark-text-color-rgba);
}
.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-webkit-input-placeholder, .bg-dark
input[type="email"]:-webkit-input-placeholder, .bg-dark
input[type="number"]:-webkit-input-placeholder, .bg-dark
input[type="password"]:-webkit-input-placeholder, .bg-dark
input[type="search"]:-webkit-input-placeholder, .bg-dark
input[type="tel"]:-webkit-input-placeholder, .bg-dark
input[type="range"]:-webkit-input-placeholder, .bg-dark
input[type="text"]:-webkit-input-placeholder, .bg-dark
input[type="url"]:-webkit-input-placeholder, .bg-dark
input[type="color"]:-webkit-input-placeholder, .bg-dark
input[type="date"]:-webkit-input-placeholder, .bg-dark
input[type="month"]:-webkit-input-placeholder, .bg-dark
input[type="week"]:-webkit-input-placeholder, .bg-dark
input[type="time"]:-webkit-input-placeholder, .bg-dark
input[type="datetime"]:-webkit-input-placeholder, .bg-dark
input[type="datetime-local"]:-webkit-input-placeholder, .bg-dark
input:not([type]):-webkit-input-placeholder, .bg-dark
select:-webkit-input-placeholder, .bg-dark
textarea:-webkit-input-placeholder {
color: var(--dark-text-color-rgba);
}
.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-moz-placeholder, .bg-dark
input[type="email"]:-moz-placeholder, .bg-dark
input[type="number"]:-moz-placeholder, .bg-dark
input[type="password"]:-moz-placeholder, .bg-dark
input[type="search"]:-moz-placeholder, .bg-dark
input[type="tel"]:-moz-placeholder, .bg-dark
input[type="range"]:-moz-placeholder, .bg-dark
input[type="text"]:-moz-placeholder, .bg-dark
input[type="url"]:-moz-placeholder, .bg-dark
input[type="color"]:-moz-placeholder, .bg-dark
input[type="date"]:-moz-placeholder, .bg-dark
input[type="month"]:-moz-placeholder, .bg-dark
input[type="week"]:-moz-placeholder, .bg-dark
input[type="time"]:-moz-placeholder, .bg-dark
input[type="datetime"]:-moz-placeholder, .bg-dark
input[type="datetime-local"]:-moz-placeholder, .bg-dark
input:not([type]):-moz-placeholder, .bg-dark
select:-moz-placeholder, .bg-dark
textarea:-moz-placeholder {
color: var(--dark-text-color-rgba);
}
.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::-moz-placeholder, .bg-dark
input[type="email"]::-moz-placeholder, .bg-dark
input[type="number"]::-moz-placeholder, .bg-dark
input[type="password"]::-moz-placeholder, .bg-dark
input[type="search"]::-moz-placeholder, .bg-dark
input[type="tel"]::-moz-placeholder, .bg-dark
input[type="range"]::-moz-placeholder, .bg-dark
input[type="text"]::-moz-placeholder, .bg-dark
input[type="url"]::-moz-placeholder, .bg-dark
input[type="color"]::-moz-placeholder, .bg-dark
input[type="date"]::-moz-placeholder, .bg-dark
input[type="month"]::-moz-placeholder, .bg-dark
input[type="week"]::-moz-placeholder, .bg-dark
input[type="time"]::-moz-placeholder, .bg-dark
input[type="datetime"]::-moz-placeholder, .bg-dark
input[type="datetime-local"]::-moz-placeholder, .bg-dark
input:not([type])::-moz-placeholder, .bg-dark
select::-moz-placeholder, .bg-dark
textarea::-moz-placeholder {
color: var(--dark-text-color-rgba);
}
.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-ms-input-placeholder, .bg-dark
input[type="email"]:-ms-input-placeholder, .bg-dark
input[type="number"]:-ms-input-placeholder, .bg-dark
input[type="password"]:-ms-input-placeholder, .bg-dark
input[type="search"]:-ms-input-placeholder, .bg-dark
input[type="tel"]:-ms-input-placeholder, .bg-dark
input[type="range"]:-ms-input-placeholder, .bg-dark
input[type="text"]:-ms-input-placeholder, .bg-dark
input[type="url"]:-ms-input-placeholder, .bg-dark
input[type="color"]:-ms-input-placeholder, .bg-dark
input[type="date"]:-ms-input-placeholder, .bg-dark
input[type="month"]:-ms-input-placeholder, .bg-dark
input[type="week"]:-ms-input-placeholder, .bg-dark
input[type="time"]:-ms-input-placeholder, .bg-dark
input[type="datetime"]:-ms-input-placeholder, .bg-dark
input[type="datetime-local"]:-ms-input-placeholder, .bg-dark
input:not([type]):-ms-input-placeholder, .bg-dark
select:-ms-input-placeholder, .bg-dark
textarea:-ms-input-placeholder {
color: var(--dark-text-color-rgba);
}
.bg-light.bg-second .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single, .bg-light.bg-second
input[type="email"], .bg-light.bg-second
input[type="number"], .bg-light.bg-second
input[type="password"], .bg-light.bg-second
input[type="search"], .bg-light.bg-second
input[type="tel"], .bg-light.bg-second
input[type="range"], .bg-light.bg-second
input[type="text"], .bg-light.bg-second
input[type="url"], .bg-light.bg-second
input[type="color"], .bg-light.bg-second
input[type="date"], .bg-light.bg-second
input[type="month"], .bg-light.bg-second
input[type="week"], .bg-light.bg-second
input[type="time"], .bg-light.bg-second
input[type="datetime"], .bg-light.bg-second
input[type="datetime-local"], .bg-light.bg-second
input:not([type]), .bg-light.bg-second
select, .bg-light.bg-second
textarea {
background-color: var(--light-bg-color);
border: 1px solid var(--light-bg-color);
}
.bg-dark.bg-second .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single, .bg-dark.bg-second
input[type="email"], .bg-dark.bg-second
input[type="number"], .bg-dark.bg-second
input[type="password"], .bg-dark.bg-second
input[type="search"], .bg-dark.bg-second
input[type="tel"], .bg-dark.bg-second
input[type="range"], .bg-dark.bg-second
input[type="text"], .bg-dark.bg-second
input[type="url"], .bg-dark.bg-second
input[type="color"], .bg-dark.bg-second
input[type="date"], .bg-dark.bg-second
input[type="month"], .bg-dark.bg-second
input[type="week"], .bg-dark.bg-second
input[type="time"], .bg-dark.bg-second
input[type="datetime"], .bg-dark.bg-second
input[type="datetime-local"], .bg-dark.bg-second
input:not([type]), .bg-dark.bg-second
select, .bg-dark.bg-second
textarea {
background-color: var(--dark-bg-color);
border: 1px solid var(--ldark-bg-color);
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
border: none;
background-color: transparent;
margin: 0 8px 0 0;
vertical-align: middle;
}
input[type="checkbox"] + *,
input[type="radio"] + * {
display: inline-block;
margin-bottom: 0;
font-family: var(--primary_text-font-family);
font-weight: var(--primary_text-font-weight);
font-style: var(--primary_text-font-style);
font-size: var(--primary_text-font-size);
letter-spacing: var(--primary_text-letter-spacing);
line-height: var(--primary_text-line-height);
font-size: 0.85rem;
}
input[type="radio"] {
border-radius: 50%;
}
select {
max-width: 100%;
text-transform: none;
white-space: nowrap;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTEyIDEzLjE3Mmw0Ljk1LTQuOTUgMS40MTQgMS40MTRMMTIgMTYgNS42MzYgOS42MzYgNy4wNSA4LjIyMnoiIGZpbGw9InJnYmEoMzQsMzQsMzQsMSkiLz48L3N2Zz4=");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 18px;
padding-right: 35px;
}
.bg-dark select {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTEyIDEzLjE3Mmw0Ljk1LTQuOTUgMS40MTQgMS40MTRMMTIgMTYgNS42MzYgOS42MzYgNy4wNSA4LjIyMnoiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMSkiLz48L3N2Zz4=");
}
textarea {
height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
input:disabled,
select:disabled,
textarea:disabled {
cursor: not-allowed;
opacity: 0.8;
}
input:last-of-type,
select:last-of-type,
textarea:last-of-type {
margin-bottom: 0;
}
label {
display: block;
text-transform: none;
margin-bottom: 0.5em;
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
color: var(--light-text-color-heavier-rgba);
}
.bg-dark label {
color: var(--dark-text-color-heavier-rgba);
}
legend {
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
display: block;
font-size: 1.5em;
margin-bottom: 8px;
color: var(--light-text-color-heavier-rgba);
}
.bg-dark legend {
color: var(--dark-text-color-heavier-rgba);
}
fieldset {
border-width: 0;
padding: 0;
margin-left: 0;
}
.required {
color: red;
}
.form-group {
width: 100%;
float: left;
}
.label-inline {
display: inline-block;
font-weight: normal;
margin-right: 0.5em;
}
.label-inline:last-child {
margin-right: 0;
} input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type=number] {
-moz-appearance: textfield;
} .wp-block-separator,
hr {
border: 0;
margin-bottom: 30px;
margin-top: 30px;
text-align: left;
border-bottom: 1px solid var(--light-line-color-rgba);
}
.bg-dark .wp-block-separator, .bg-dark
hr {
border-bottom: 1px solid var(--dark-line-color-rgba);
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
border-bottom-width: 2px;
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
border-bottom: 2px dotted var(--light-line-color-rgba);
}
.bg-dark .wp-block-separator.is-style-dots, .bg-dark
hr.is-style-dots {
border-bottom: 2px dotted var(--dark-line-color-rgba);
}
.wp-block-separator.is-style-dots::before,
hr.is-style-dots::before {
display: none;
} ol li,
ul li {
margin: 0 0 8px;
}
ol li:last-child,
ul li:last-child {
margin-bottom: 0;
}
li > ol:not(.wp-block-gallery),
li > ul:not(.wp-block-gallery) {
margin-bottom: 0;
margin-top: 8px;
}
dt {
font-weight: 700;
}
dd {
margin-left: 1.5em;
}
dd,
dt {
margin: 0 0 8px;
}
dd:last-child,
dt:last-child {
margin-bottom: 0;
} table {
border: 0;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
max-width: 100%;
overflow: hidden;
width: 100%;
}
.bg-dark table {
border-color: var(--dark-line-color-rgba);
}
td,
th {
text-align: left;
border: 0;
border-bottom: 1px solid var(--light-line-color-rgba);
margin: 0;
overflow: visible;
padding: 15px;
}
.bg-dark td, .bg-dark
th {
border-color: var(--dark-line-color-rgba);
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: 700;
color: var(--light-text-color-heavier-rgba);
}
.bg-dark th {
color: var(--dark-text-color-heavier-rgba);
}
.wp-block-table thead {
border-bottom: 0;
}
.wp-block-table.is-style-stripes {
border-bottom: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: var(--light-sec-bg-color);
}
.bg-dark .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: var(--dark-sec-bg-color);
}
.wp-block-table.is-style-stripes figcaption {
margin-top: 0;
padding-top: 0.5em;
border-top: 1px solid var(--light-line-color-rgba);
}
.bg-dark .wp-block-table.is-style-stripes figcaption {
border-color: var(--dark-line-color-rgba);
} .is-link,
.wp-block-freeform.block-library-rich-text__tinymce a,
a {
color: var(--light-text-link-color-rgba);
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
cursor: pointer;
text-decoration-line: underline;
text-decoration-color: transparent;
}
.bg-dark .is-link, .bg-dark
.wp-block-freeform.block-library-rich-text__tinymce a, .bg-dark
a {
color: var(--dark-text-link-color-rgba);
}
.is-link.active, .is-link:active, .is-link:hover,
.wp-block-freeform.block-library-rich-text__tinymce a.active,
.wp-block-freeform.block-library-rich-text__tinymce a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
a.active,
a:active,
a:hover {
outline: 0;
color: var(--color-accent);
}
.wp-block-button__link {
font-size: 1em;
text-decoration: none !important;
} .article-content a.button,
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
position: relative;
outline: 0;
cursor: pointer;
display: inline-block;
height: 48px;
line-height: calc(48px - 2px);
padding: 0 1.5em;
text-align: center;
text-decoration: none;
white-space: nowrap;
box-shadow: none;
border: 1px solid;
font-weight: 500;
border-radius: calc(var(--button_radius) * 1px);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.article-content a.button[disabled],
.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
cursor: not-allowed;
opacity: 0.5;
}
.article-content a.button:hover,
.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
border-color: var(--dark-bg-color);
background-color: var(--dark-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .article-content a.button, .bg-dark
.button, .bg-dark
button, .bg-dark
input[type='button'], .bg-dark
input[type='reset'], .bg-dark
input[type='submit'] {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.bg-dark .article-content a.button:hover, .bg-dark
.button:hover, .bg-dark
button:hover, .bg-dark
input[type='button']:hover, .bg-dark
input[type='reset']:hover, .bg-dark
input[type='submit']:hover {
border-color: var(--light-bg-color);
background-color: var(--light-bg-color);
color: var(--light-text-color-heavier-rgba);
}
.button.btn-tiny {
font-size: 0.85em;
padding: 0 1.2em;
height: 28px;
line-height: calc(28px - 2px);
}
.button.btn-small {
font-size: 0.85em;
padding: 0 1.5em;
height: 36px;
line-height: calc(36px - 2px);
}
.button.btn-large {
font-size: 1.2em;
height: 60px;
line-height: calc(60px - 2px);
}
.button.btn-square {
border-radius: 0;
}
.button.btn-radius {
border-radius: 10px;
}
.button.btn-rounded {
border-radius: 999px;
}
.button.btn-circle, .button.btn-elipse {
text-align: center;
border-radius: 50%;
padding: 0 !important;
width: 80px;
height: 80px;
line-height: calc(80px - 2px);
}
.button.btn-circle.btn-tiny, .button.btn-elipse.btn-tiny {
width: 50px;
height: 50px;
line-height: calc(50px - 2px);
}
.button.btn-circle.btn-small, .button.btn-elipse.btn-small {
width: 50px;
height: 50px;
line-height: calc(50px - 2px);
}
.button.btn-circle.btn-large, .button.btn-elipse.btn-large {
width: 110px;
height: 110px;
line-height: calc(110px - 2px);
}
.button.btn-elipse {
width: calc(80px * 4);
}
.button.btn-elipse.btn-tiny {
width: calc(50px * 4);
}
.button.btn-elipse.btn-small {
width: calc(50px * 4);
}
.button.btn-elipse.btn-large {
width: calc(110px * 4);
}
.button.btn-light {
border-color: var(--light-sec-bg-color);
background-color: var(--light-sec-bg-color);
color: var(--light-text-color-heavier-rgba);
}
.bg-second .button.btn-light {
border-color: var(--light-bg-color);
background-color: var(--light-bg-color);
}
.bg-second.bg-dark .button.btn-light {
border-color: var(--dark-bg-color);
background-color: var(--dark-bg-color);
}
.button.btn-light:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.bg-dark .button.btn-light {
border-color: var(--dark-sec-bg-color);
background-color: var(--dark-sec-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .button.btn-light:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.button.btn-dark {
border-color: var(--dark-bg-color);
background-color: var(--dark-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.button.btn-dark:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.bg-dark .button.btn-dark {
border-color: var(--light-bg-color);
background-color: var(--light-bg-color);
color: var(--light-text-color-heavier-rgba);
}
.bg-dark .button.btn-dark:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.button.btn-color {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.button.btn-color:hover {
border-color: var(--dark-bg-color);
background-color: var(--dark-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .button.btn-color {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.bg-dark .button.btn-color:hover {
border-color: var(--light-bg-color);
background-color: var(--light-bg-color);
color: var(--light-text-color-heavier-rgba);
}
.button.btn-line {
border-color: currentColor;
background-color: transparent;
color: var(--light-text-color-heavier-rgba);
}
.button.btn-line:hover {
border-color: var(--dark-bg-color);
background-color: var(--dark-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .button.btn-line {
border-color: currentColor;
background-color: transparent;
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .button.btn-line:hover {
border-color: var(--light-bg-color);
background-color: var(--light-bg-color);
color: var(--light-text-color-heavier-rgba);
}
.button.btn-line_color {
border-color: var(--color-accent);
background-color: transparent;
color: var(--color-accent);
}
.button.btn-line_color:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.bg-dark .button.btn-line_color {
border-color: var(--color-accent);
background-color: transparent;
color: var(--color-accent);
}
.bg-dark .button.btn-line_color:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.button.btn-text, .button.btn-text_color, .button.btn-text_underline {
width: auto;
height: auto;
line-height: inherit;
border-radius: 0;
padding: 0;
background-color: transparent !important;
border: none !important;
color: var(--light-text-color-heavier-rgba);
text-decoration-line: underline;
text-decoration-color: transparent;
}
.button.btn-text:hover, .button.btn-text_color:hover, .button.btn-text_underline:hover {
color: var(--light-text-color-heavier-rgba);
text-decoration-color: var(--light-text-color-heavier-rgba);
}
.bg-dark .button.btn-text, .bg-dark .button.btn-text_color, .bg-dark .button.btn-text_underline {
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .button.btn-text:hover, .bg-dark .button.btn-text_color:hover, .bg-dark .button.btn-text_underline:hover {
color: var(--dark-text-color-heavier-rgba);
text-decoration-color: var(--dark-text-color-heavier-rgba);
}
.button.btn-text_color {
color: var(--color-accent);
}
.button.btn-text_color:hover {
color: var(--color-accent);
}
.bg-dark .button.btn-text_color {
color: var(--color-accent);
}
.bg-dark .button.btn-text_color:hover {
color: var(--color-accent);
}
.button.btn-text_underline {
text-decoration: underline;
}
.button.btn-content_icon {
padding: 0;
margin-bottom: 0;
overflow: visible;
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
}
.button.btn-content_icon .icon-svg {
fill: currentColor;
font-size: 19px;
}
.button.btn-content_icon.btn-tiny {
width: 28px;
height: 28px;
}
.button.btn-content_icon.btn-tiny .icon-svg {
font-size: 13px;
}
.button.btn-content_icon.btn-small {
width: 36px;
height: 36px;
}
.button.btn-content_icon.btn-small .icon-svg {
font-size: 16px;
}
.button.btn-content_icon.btn-large {
width: 60px;
height: 60px;
}
.button.btn-content_icon.btn-large .icon-svg {
font-size: 24px;
}
.button.btn-content_icon.btn-text, .button.btn-content_icon.btn-text_color, .button.btn-content_icon.btn-text_underline {
height: auto;
width: auto;
}
.button.btn-content_icon_text {
margin-bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.button.btn-content_icon_text .icon-svg {
float: left;
margin-right: 10px;
height: 100%;
vertical-align: middle;
}
.btn-disabled {
cursor: not-allowed;
opacity: 0.5;
}
.article-content a.wp-block-button__link {
text-decoration: inherit;
font-weight: inherit;
font-size: inherit;
}
.btn-cart {
margin-bottom: 0;
display: block;
}
.skin-trigger {
margin-bottom: 0;
} img {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
img,
video {
display: block;
height: auto;
max-width: 100%;
}
audio {
display: block;
}
.comment-content .entry-content .wp-smiley,
.page-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
iframe {
border: 0;
} p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
margin-bottom: 0;
} .gallery {
display: flex;
flex-flow: row wrap;
}
.gallery-item {
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-item img {
margin: auto;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
margin-right: 0;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-item .gallery-caption {
margin-top: 0.5em;
margin-bottom: 0;
}
.simple-gallery {
margin-bottom: 30px;
}
.simple-gallery:last-child {
margin-bottom: 0;
} .lazy-no-placeholder .lazyloaded {
opacity: 1;
}
.lazy-no-placeholder .lazyload, .lazy-no-placeholder
.lazyloading {
opacity: 0;
}
.lazy-is-placeholder .lazyload, .lazy-is-placeholder
.lazyloading {
-webkit-filter: blur(15px);
filter: blur(15px);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: 0.25s -webkit-filter linear;
transition: 0.25s -webkit-filter linear;
transition: 0.25s filter linear;
transition: 0.25s filter linear,.25s -webkit-filter linear;
} .media-holder > * {
display: block;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-video-shortcode {
visibility: hidden;
}
.wp-video-shortcode.mejs-video {
visibility: visible;
}
.thumbnail-circle {
border-radius: 50%;
}
.thumbnail-circle .thumb-container {
border-radius: 50%;
}
.thumb-container {
position: relative;
overflow: hidden;
-moz-transform: translateZ(0);
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.thumb-container img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
min-height: 100%;
height: 100% !important;
margin-bottom: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
object-fit: cover;
-webkit-object-fit: cover;
object-position: center;
-webkit-object-position: center;
}
.banner-box-inner:hover .thumb-container img,
.post-layout:hover .thumb-container img,
.woo-product:hover .thumb-container img {
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.box-holder.thumb-100,
.thumb-container.thumb-100 {
padding-bottom: 100%;
}
.box-holder.thumb-56,
.thumb-container.thumb-56 {
padding-bottom: 56%;
}
.box-holder.thumb-62,
.thumb-container.thumb-62 {
padding-bottom: 62.5%;
}
.box-holder.thumb-67,
.thumb-container.thumb-67 {
padding-bottom: 67%;
}
.box-holder.thumb-75,
.thumb-container.thumb-75 {
padding-bottom: 75%;
}
.box-holder.thumb-50,
.thumb-container.thumb-50 {
padding-bottom: 50%;
}
.box-holder.thumb-125,
.thumb-container.thumb-125 {
padding-bottom: 125%;
}
.box-holder.thumb-150,
.thumb-container.thumb-150 {
padding-bottom: 150%;
}
.box-holder.thumb-133,
.thumb-container.thumb-133 {
padding-bottom: 133%;
}
.box-holder,
.entry-thumbnail,
.thumb-container {
border-radius: var(--image_radius-top) var(--image_radius-right) var(--image_radius-bottom) var(--image_radius-left);
}
.featured-section.alignfull .box-holder, .featured-section.alignfull
.entry-thumbnail, .featured-section.alignfull
.thumb-container {
border-radius: 0;
}
.box-holder-img,
.thumb-container {
background-color: rgba(0, 0, 0, 0.05);
}
.image-grayscale .box-holder img,
.image-grayscale .thumb-container img {
filter: grayscale(100%);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.image-grayscale .box-holder:hover img,
.image-grayscale .post-layout:hover .thumb-container img,
.image-grayscale .woo-product:hover .thumb-container img {
filter: none;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
width: 100%;
} .blocks-gallery-caption,
.gallery-caption,
.wp-caption-text,
figcaption {
font-size: 0.85rem;
line-height: var(--primary_text-line-height);
text-align: center;
}
.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption,
.wp-block-video figcaption {
margin-top: 0.5em;
margin-bottom: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption, .blocks-gallery-grid
.blocks-gallery-item figcaption,
.wp-block-gallery
.blocks-gallery-item figcaption {
padding: 1em;
}
.alignfull figcaption,
.alignwide figcaption {
text-align: center;
}
.wp-caption {
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.5em 0 0;
}
.blocks-gallery-caption {
text-align: center;
margin-left: auto;
margin-right: auto;
} @media screen and (max-width: 1024px) {
html {
background-image: none !important;
}
}
.bg-dark {
background-color: var(--dark-bg-color);
color: var(--dark-text-color-rgba);
}
.bg-dark.skin-change {
background-color: var(--dark-bg-color) !important;
}
.bg-dark.bg-second {
background-color: var(--dark-sec-bg-color);
}
.bg-dark.bg-second.skin-change {
background-color: var(--dark-sec-bg-color) !important;
}
.bg-light {
background-color: var(--light-bg-color);
}
.bg-light.skin-change {
background-color: var(--light-bg-color) !important;
}
.bg-light.bg-second {
background-color: var(--light-sec-bg-color);
}
.bg-light.bg-second.skin-change {
background-color: var(--light-sec-bg-color) !important;
}
.site {
transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.7s cubic-bezier(0, 0, 0.3, 1);
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-boxed .site,
.site-framed .site {
max-width: calc((var(--site_width) * 1px));
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 1201px) {
.site-boxed .site,
.site-framed .site {
margin-top: var(--boxed_space-margin-top);
margin-bottom: var(--boxed_space-margin-bottom);
}
}
@media screen and (min-width: 1025px) {
.site-framed .site {
border-width: calc(var(--frame_width) * 1px);
border-style: solid;
border-color: var(--frame_color);
}
}
.site-dark .site {
background-color: var(--dark-bg-color);
}
.site-light .site {
background-color: var(--light-bg-color);
}
.site .site-content {
flex: 1;
}
.container {
width: 100%;
padding-left: var(--primary_space);
padding-right: var(--primary_space);
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 1201px) {
.container {
max-width: calc(var(--site_width) * 1px);
}
.site-amp .container {
max-width: calc((var(--site_width_amp) * 1px));
}
}
.section-inner {
position: relative;
display: flex;
}
.valign-center .section-inner {
align-items: center;
}
.valign-top .section-inner {
align-items: flex-start;
}
.valign-bottom .section-inner {
align-items: flex-end;
}
.site-content .section-inner {
margin-left: calc((var(--primary_space) / 2) * -1);
margin-right: calc((var(--primary_space) / 2) * -1);
}
@media screen and (min-width: 1025px) {
.site-content .section-inner {
justify-content: center;
}
}
@media screen and (max-width: 1024px) {
.site-content .section-inner {
flex-direction: column;
}
}
@media screen and (min-width: 1025px) {
.sidebar-one_column .site-content .section-inner,
article.sidebar-one_column .section-inner {
justify-content: center;
}
.sidebar-left .site-content .section-inner,
article.sidebar-left .section-inner {
flex-direction: row-reverse;
}
}
.site-header {
z-index: 10;
}
#elementor-preview .site-header {
z-index: 99999;
}
.site-bar,
.site-main {
position: relative;
width: 100%;
min-height: 1px;
padding-left: calc(var(--primary_space) / 2);
padding-right: calc(var(--primary_space) / 2);
margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.site-bar,
.site-main {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.site-bar,
.site-main {
margin-bottom: 80px;
}
}
@media screen and (min-width: 1025px) {
.site-main {
flex: 0 0 calc(var(--content_width) * 1%);
max-width: calc(var(--content_width) * 1%);
}
.sidebar-full .site-main {
flex: 0 0 100%;
max-width: 100%;
}
}
@media screen and (min-width: 1025px) {
.site-bar {
flex: 0 0 calc(100% - (var(--content_width) * 1%));
max-width: calc(100% - (var(--content_width) * 1%));
}
.site-bar .sidebar-inner {
padding-left: calc(var(--primary_space) / 2);
}
.sidebar-left .site-bar .sidebar-inner {
padding-left: 0;
padding-right: calc(var(--primary_space) / 2);
}
}
.sidebar-full .site-bar,
.sidebar-one_column .site-bar {
display: none;
}
@media screen and (min-width: 1025px) {
.sidebar-sep {
display: none;
height: 100%;
width: 1px;
position: absolute;
top: 0;
left: calc(var(--content_width) * 1%);
background-color: var(--light-line-color-rgba);
}
.bg-dark .sidebar-sep {
background-color: var(--dark-line-color-rgba);
}
.sidebar-left .sidebar-sep {
left: auto;
right: calc(var(--content_width) * 1%);
}
.is-sidebar-sep .sidebar-sep {
display: block;
}
} .elementor-widget {
margin-bottom: 0 !important;
}
.elementor-section {
display: flex;
flex-direction: column;
align-items: center;
border-color: var(--light-line-color-rgba);
}
.elementor-section.bg-dark {
border-color: var(--dark-line-color-rgba);
}
.elementor-section.section-boxed > .elementor-container {
max-width: calc(var(--site_width) * 1px);
width: 100%;
}
.site-amp .elementor-section.section-boxed > .elementor-container {
max-width: calc((var(--site_width_amp) * 1px));
}
.elementor-section.section-fullwidth > .elementor-container, .elementor-section.section-fullwidth_space > .elementor-container,
.offcanvas-inner .elementor-section > .elementor-container,
.site-bar .elementor-section > .elementor-container,
.site-main .elementor-section > .elementor-container {
max-width: 100%;
width: 100%;
}
.elementor-section.section-fullwidth,
.offcanvas-inner .elementor-section,
.site-bar .elementor-section,
.site-main .elementor-section {
margin: 0 calc(var(--primary_space) * -1);
}
.elementor-section > .elementor-column-gap-no {
padding: 0 var(--primary_space);
}
.elementor-section > .elementor-column-gap-default {
padding: 0 calc(var(--primary_space) / 2);
}
.elementor-section > .elementor-column-gap-narrow {
padding: 0 calc(var(--primary_space) - (30px / 2));
}
.elementor-section > .elementor-column-gap-extended {
padding: 0 calc(var(--primary_space) - (40px / 2));
}
.elementor-section > .elementor-column-gap-wide {
padding: 0 calc(var(--primary_space) - (60px / 2));
}
.elementor-section > .elementor-column-gap-wider {
padding: 0 calc(var(--primary_space) - (80px / 2));
}
.elementor-section.elementor-inner-section > .elementor-container {
padding: 0;
}
.elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-default {
margin: 0 calc((var(--primary_space) / 2) * -1);
width: calc(100% + var(--primary_space));
}
.elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-narrow {
margin: 0 calc((30px / 2) * -1);
width: calc(100% + 30px);
}
.elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-extended {
margin: 0 calc((40px / 2) * -1);
width: calc(100% + 40px);
}
.elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-wide {
margin: 0 calc((60px / 2) * -1);
width: calc(100% + 60px);
}
.elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-wider {
margin: 0 calc((80px / 2) * -1);
width: calc(100% + 80px);
}
.site-footer .elementor-column > .elementor-element-populated,
.site-header .elementor-column > .elementor-element-populated {
flex-wrap: nowrap;
}
body .elementor-column-gap-no > .elementor-column > .elementor-element-populated {
padding: 0;
}
body .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 0 calc(var(--primary_space) / 2);
}
body .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
padding: 0 calc(30px / 2);
}
body .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
padding: 0 calc(40px / 2);
}
body .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
padding: 0 calc(60px / 2);
}
body .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
padding: 0 calc(80px / 2);
}
@media screen and (min-width: 768px) {
.columns-sep .elementor-column > .elementor-element-populated {
border-right: 1px solid var(--light-line-color-rgba);
}
.bg-dark .columns-sep .elementor-column > .elementor-element-populated,
.site-dark .columns-sep .elementor-column > .elementor-element-populated {
border-right: 1px solid var(--dark-line-color-rgba);
}
}
.columns-sep .elementor-column:last-child .elementor-element-populated {
border-right: 0;
}
.bg-dark .columns-sep .elementor-column:last-child .elementor-element-populated {
border-right: 0;
}
@media screen and (min-width: 1025px) {
.sidebar-one_column .alignwide {
width: calc((var(--site_width) * 1px) - (var(--primary_space) * 4));
margin-left: 50%;
z-index: 9;
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.site-boxed .alignwide,
.site-framed .alignwide {
width: calc((var(--site_width) * 1px) - (var(--primary_space) * 2));
}
}
.alignfull.featured-section,
.sidebar-one_column .alignfull {
width: 100vw !important;
max-width: none;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
z-index: 9;
}
@media screen and (min-width: 1025px) {
.site-boxed .alignfull.featured-section,
.site-framed .alignfull.featured-section, .site-boxed
.sidebar-one_column .alignfull,
.site-framed
.sidebar-one_column .alignfull {
width: calc(var(--site_width) * 1px) !important;
margin-left: 50%;
margin-right: 0;
padding-left: 0 !important;
padding-right: 0 !important;
z-index: 9;
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
} .elementor-column.columns-sticky,
.featured-side,
.sticky-sidebar .site-bar,
div.product .summary-wrap-inner > .summary {
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
@media screen and (min-width: 1025px) {
.elementor-column.columns-sticky,
.featured-side,
.sticky-sidebar .site-bar,
div.product .summary-wrap-inner > .summary {
display: flex;
align-self: flex-start;
flex-direction: column;
top: 0;
position: sticky;
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
}
}
@media screen and (max-width: 1024px) {
.elementor-column.columns-sticky,
.featured-side,
.sticky-sidebar .site-bar,
div.product .summary-wrap-inner > .summary {
top: auto !important;
}
}
@media screen and (min-width: 1025px) {
.featured-side {
flex-direction: column;
height: 100%;
}
}
.site-footer .elementor-widget-wrap > .elementor-element,
.site-header .elementor-widget-wrap > .elementor-element {
width: auto;
}
.site-header .elementor-widget-wrap > .elementor-element {
width: auto;
margin-right: var(--header_el_space-width);
}
.site-header .elementor-widget-wrap > .elementor-element:last-child {
margin-right: 0;
}
.site-footer .elementor-widget-wrap > .elementor-element {
width: auto;
margin-right: var(--footer_el_space-width);
}
.site-footer .elementor-widget-wrap > .elementor-element:last-child {
margin-right: 0;
}
.sub-menu .elementor-widget-wrap > .elementor-element {
width: 100%;
}
.elementor-widget-banner-box,
.elementor-widget-newsticker,
.elementor-widget-sec-searchform {
width: 100% !important;
} .preloader {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
background-color: var(--dark-sec-bg-color);
background-size: auto 100px;
}
.preloader .preloader-inner {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.preloader-spinner {
margin: 100px auto;
width: calc(var(--preloader_size) * 1px);
height: calc(var(--preloader_size) * 1px);
position: relative;
text-align: center;
-webkit-animation: sk-rotate 2.0s infinite linear;
animation: sk-rotate 2.0s infinite linear;
}
.dot1,
.dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: var(--color-accent);
border-radius: 100%;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
top: auto;
bottom: 0;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes sk-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes sk-bounce {
0%,
100% {
-webkit-transform: scale(0);
}
50% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.vbox-overlay {
--vbox-tools-color:#fff;
--vbox-title-background:#101010;
--vbox-title-width:'auto';
--vbox-title-radius:0;
--vbox-share-background:#101010;
--vbox-share-width:'auto';
--vbox-share-radius:0;
--vbox-padding:0;
}
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
-webkit-backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vbox-overlay * {
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
.vbox-overlay {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 999999;
}
.vbox-share, .vbox-title {
line-height: 1;
position: fixed;
z-index: 98;
text-align: center;
margin: 0 auto;
color: var(--vbox-tools-color);
}
.vbox-title {
font-size: 12px;
background-color: var(--vbox-title-background);
width: var(--vbox-title-width);
border-radius: var(--vbox-title-radius);
padding: 12px 54px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.vbox-share {
font-size: 24px;
padding: 0 .35em;
background-color: var(--vbox-share-background);
width: var(--vbox-share-width);
border-radius: var(--vbox-share-radius);
}
.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
border: none !important;
background: 0 0 !important;
box-shadow: none !important;
color: inherit !important;
padding: 6px 12px;
outline: 0;
display: inline-block;
cursor: pointer;
}
.vbox-share a {
color: inherit !important;
padding: 6px 12px;
display: inline-block;
}
.vbox-share svg {
z-index: 10;
vertical-align: middle;
}
.vbox-close {
cursor: pointer;
position: fixed;
top: 0;
right: 0;
z-index: 99;
padding: 6px 15px;
color: #000;
color: var(--vbox-tools-color);
border: 0;
font-size: 24px;
display: flex;
align-items: center;
opacity: .8;
transition: opacity .2s;
}
.vbox-close:hover {
opacity: 1;
}
.vbox-left-corner {
cursor: pointer;
position: fixed;
left: 0;
top: 0;
overflow: hidden;
line-height: 1;
font-size: 12px;
z-index: 99;
display: flex;
align-items: center;
color: var(--vbox-tools-color);
}
.vbox-num {
display: inline-block;
padding: 12px 15px;
}
.vbox-left {
left: 0;
}
.vbox-right {
right: 0;
}
.vbox-top {
top: 0;
}
.vbox-bottom {
bottom: 0;
}
.vbox-next, .vbox-prev {
position: fixed;
top: 50%;
margin-top: -15px;
overflow: hidden;
cursor: pointer;
display: block;
width: 45px;
height: 45px;
z-index: 99;
opacity: .8;
transition: opacity .2s;
}
.vbox-next:hover, .vbox-prev:hover {
opacity: 1;
}
.vbox-next span, .vbox-prev span {
position: relative;
width: 20px;
height: 20px;
border: 2px solid transparent;
border-top-color: var(--vbox-tools-color);
border-right-color: var(--vbox-tools-color);
text-indent: -100px;
position: absolute;
top: 8px;
display: block;
}
.vbox-prev {
left: 15px;
}
.vbox-next {
right: 15px;
}
.vbox-prev span {
left: 10px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.vbox-next span {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 10px;
}
.vbox-inline, .venoratio {
position: relative;
width: 100%;
margin: 0 auto;
}
.venoratio::before {
display: block;
padding-top: var(--vb-aspect-ratio);
content: "";
}
.venoratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: var(--vbox-padding);
}
.venoratio-1x1 {
--vb-aspect-ratio:100%;
}
.venoratio-4x3 {
--vb-aspect-ratio:calc(3 / 4 * 100%);
}
.venoratio-16x9 {
--vb-aspect-ratio:calc(9 / 16 * 100%);
}
.venoratio-21x9 {
--vb-aspect-ratio:calc(9 / 21 * 100%);
}
.venoratio-full {
--vb-aspect-ratio:calc(100vh - 100px);
}
.vbox-child.vbox-inline, .vbox-child.venoratio {
max-width: 100%;
}
.vbox-open {
overflow: hidden;
}
.vbox-container {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
z-index: 20;
max-height: 100%;
padding: 30px 0;
}
.vbox-content {
opacity: 0;
}
.vbox-content {
text-align: center;
width: 100%;
position: relative;
overflow: hidden;
padding: 20px 4%;
display: flex;
align-items: center;
justify-content: center;
min-height: 100%;
}
.vbox-container img {
max-width: 100%;
height: auto;
}
.vbox-child {
box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
max-width: 100%;
text-align: initial;
padding: var(--vbox-padding);
}
.vbox-child img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
display: block;
}
.vbox-grab .vbox-child img {
cursor: grab;
}
.vbox-child > iframe {
border: none !important;
}
.vbox-content.swipe-left {
margin-left: -200px !important;
}
.vbox-content.swipe-right {
margin-left: 200px !important;
}
.vbox-preloader {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.vbox-preloader .vbox-preloader-inner {
opacity: 1;
transition: opacity .2s;
}
.vbox-hidden {
display: none;
}
.vbox-preloader.vbox-hidden .vbox-preloader-inner {
opacity: 0;
}
.vbox-backdrop {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: translateZ(-1px);
-moz-transform: translateZ(-1px);
-o-transform: translateZ(-1px);
transform: translateZ(-1px);
z-index: 0;
}
.vbox-tooltip {
position: relative;
display: inline-block;
}
.vbox-tooltip .vbox-tooltip-text {
visibility: hidden;
color: #fff;
text-align: center;
padding: 0;
position: absolute;
z-index: 1;
bottom: 100%;
left: 0;
opacity: 0;
transition: opacity .3s;
margin-bottom: 2px;
font-family: sans-serif;
}
.vbox-top .vbox-tooltip .vbox-tooltip-text {
bottom: auto;
top: 100%;
margin-bottom: 0;
margin-top: 2px;
}
.vbox-tooltip-inner {
padding: 5px 10px;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 6px;
font-size: 10px;
}
.vbox-tooltip:hover .vbox-tooltip-text {
visibility: visible;
opacity: 1;
}
.vbox-overlay {
--sk-size:40px;
--sk-color:#333;
}
.sk-center {
margin: auto;
}
.sk-pulse {
width: var(--sk-size);
height: var(--sk-size);
background-color: var(--sk-color);
border-radius: 100%;
animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes sk-pulse {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
opacity: 0;
}
} .header-section .section-inner {
height: var(--header_height-height);
position: relative;
justify-content: space-between;
}
.default-menu-section,
.default-mob_header-section {
margin-bottom: 40px;
}
.header-elements,
.header-logo {
display: flex;
align-items: center;
}
.header-elements {
flex-shrink: 0;
} .logo-img {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.logo-site {
text-decoration: none;
vertical-align: middle;
flex-direction: column;
}
.tagline-top .logo-site {
flex-direction: column-reverse;
}
.logo-site.logo-site-text {
display: flex;
}
.logo-tagline {
font-size: 0.85rem;
letter-spacing: 0.1em;
}
.bg-dark .logo {
display: none;
}
.bg-light .logo {
display: flex;
}
.bg-dark .logo_dark {
display: flex;
}
.bg-light .logo_dark {
display: none;
}
.logo-site-svg svg {
width: 100%;
max-width: var(--logo_svg_width-width);
}
.mob_header-logo .logo-site-svg svg {
max-width: var(--logo_mobile_svg_width-width);
}
.logo-text {
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
line-height: 1;
font-size: 3em;
} .sticky-header {
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: fixed;
top: 0;
left: 0;
transform: translateY(-100%);
z-index: 999;
width: 100%;
pointer-events: none;
}
@media screen and (max-width: 1024px) {
.sticky-header {
display: none !important;
}
}
.sticky-header.sticky-show.scroll-down.sticky-show-down, .sticky-header.sticky-show.scroll-up.sticky-show-up, .sticky-header.sticky-show.sticky-show-both {
transform: translateY(0);
visibility: visible;
pointer-events: all;
}
@media screen and (min-width: 768px) {
.admin-bar .sticky-header.sticky-show.scroll-down.sticky-show-down, .admin-bar .sticky-header.sticky-show.scroll-up.sticky-show-up, .admin-bar .sticky-header.sticky-show.sticky-show-both {
transform: translateY(32px);
}
} .site-header-mobile {
max-width: 1024px;
margin: 0 auto;
width: 100%;
}
.mob_header-section .section-inner {
height: calc(var(--mob_header_height) * 1px);
justify-content: space-between;
align-items: center;
}
.mob_header-elements {
display: flex;
align-items: center;
} .menu-section .section-inner {
height: 65px;
justify-content: space-between;
}
.nav-elements {
display: flex;
align-items: center;
}
.nav-elements > * {
margin-right: 25px;
}
.nav-elements > *:last-child {
margin-right: 0;
}
.no-menu {
height: 100%;
letter-spacing: 0.1em;
display: flex;
align-items: center;
}
.navmain-wrap {
display: flex;
flex-shrink: 0;
height: 100%;
}
.nav-main > ul,
ul.nav-main {
list-style: none;
margin: 0;
padding: 0;
display: flex;
height: 100%;
}
.nav-main > ul li,
ul.nav-main li {
position: relative;
vertical-align: middle;
margin-bottom: 0;
display: flex;
align-items: center;
}
.nav-main > ul > li,
ul.nav-main > li {
margin-right: calc(var(--menu_item_space) * 1px);
position: relative;
}
.nav-main > ul > li:last-child,
ul.nav-main > li:last-child {
margin-right: 0 !important;
}
.nav-main > ul > li > a,
ul.nav-main > li > a {
height: 100%;
position: relative;
display: flex;
align-items: center;
white-space: nowrap;
}
.nav-main > ul > li > a.have-megamenu + .sub-menu,
ul.nav-main > li > a.have-megamenu + .sub-menu {
right: auto;
}
.nav-main > ul > li > a .menu-text,
ul.nav-main > li > a .menu-text {
position: relative;
line-height: 1;
}
.item-active-bg .nav-main > ul > li > a, .item-active-bg
ul.nav-main > li > a {
padding: 0 25px;
}
.item-active-line_bottom .nav-main > ul > li > a,
.item-active-line_top .nav-main > ul > li > a, .item-active-line_bottom
ul.nav-main > li > a,
.item-active-line_top
ul.nav-main > li > a {
padding: 0 16px;
}
.nav-main > ul > li > a::before,
ul.nav-main > li > a::before {
content: '';
position: absolute;
opacity: 0;
left: 0;
width: 70%;
height: 4px;
background-color: var(--color-accent);
opacity: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.item-active-line_top .nav-main > ul > li > a::before, .item-active-line_top
ul.nav-main > li > a::before {
top: 0;
}
.item-active-line_bottom .nav-main > ul > li > a::before, .item-active-line_bottom
ul.nav-main > li > a::before {
bottom: 0;
}
.item-active-underline .nav-main > ul > li > a::before, .item-active-underline
ul.nav-main > li > a::before {
top: calc(50% + 0.5em);
height: 2px;
}
.nav-main > ul > li.menu-item-has-children > a,
.nav-main > ul > li > a.have-megamenu,
ul.nav-main > li.menu-item-has-children > a,
ul.nav-main > li > a.have-megamenu {
position: relative;
}
.nav-main > ul > li.menu-item-has-children > a::after,
.nav-main > ul > li > a.have-megamenu::after,
ul.nav-main > li.menu-item-has-children > a::after,
ul.nav-main > li > a.have-megamenu::after {
position: relative;
content: '-';
text-indent: -9999px;
display: inline-block;
overflow: hidden;
float: right;
right: 0;
transform: none;
}
.parent-have-indicator .nav-main > ul > li.menu-item-has-children > a::after, .parent-have-indicator
.nav-main > ul > li > a.have-megamenu::after, .parent-have-indicator
ul.nav-main > li.menu-item-has-children > a::after, .parent-have-indicator
ul.nav-main > li > a.have-megamenu::after {
background-color: currentColor;
height: 100%;
margin-left: 8px;
}
.item-parent-arrow .nav-main > ul > li.menu-item-has-children > a::after, .item-parent-arrow
.nav-main > ul > li > a.have-megamenu::after, .item-parent-arrow
ul.nav-main > li.menu-item-has-children > a::after, .item-parent-arrow
ul.nav-main > li > a.have-megamenu::after {
width: 16px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z'/%3E%3C/svg%3E");
}
.item-parent-caret .nav-main > ul > li.menu-item-has-children > a::after, .item-parent-caret
.nav-main > ul > li > a.have-megamenu::after, .item-parent-caret
ul.nav-main > li.menu-item-has-children > a::after, .item-parent-caret
ul.nav-main > li > a.have-megamenu::after {
width: 16px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M 3.59375 12 L 5.28125 13.71875 L 15.28125 23.71875 L 16 24.40625 L 16.71875 23.71875 L 26.71875 13.71875 L 28.40625 12 Z M 8.4375 14 L 23.5625 14 L 16 21.5625 Z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M 3.59375 12 L 5.28125 13.71875 L 15.28125 23.71875 L 16 24.40625 L 16.71875 23.71875 L 26.71875 13.71875 L 28.40625 12 Z M 8.4375 14 L 23.5625 14 L 16 21.5625 Z'/%3E%3C/svg%3E");
}
.item-parent-angle .nav-main > ul > li.menu-item-has-children > a::after, .item-parent-angle
.nav-main > ul > li > a.have-megamenu::after, .item-parent-angle
ul.nav-main > li.menu-item-has-children > a::after, .item-parent-angle
ul.nav-main > li > a.have-megamenu::after {
width: 16px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");
}
.item-parent-plus .nav-main > ul > li.menu-item-has-children > a::after, .item-parent-plus
.nav-main > ul > li > a.have-megamenu::after, .item-parent-plus
ul.nav-main > li.menu-item-has-children > a::after, .item-parent-plus
ul.nav-main > li > a.have-megamenu::after {
width: 16px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
}
.item-active-line_bottom .nav-main > ul > li.current-menu-ancestor > a::before,
.item-active-line_top .nav-main > ul > li.current-menu-ancestor > a::before,
.item-active-underline .nav-main > ul > li.current-menu-ancestor > a::before, .item-active-line_bottom .nav-main > ul > li.current-menu-item > a::before,
.item-active-line_top .nav-main > ul > li.current-menu-item > a::before,
.item-active-underline .nav-main > ul > li.current-menu-item > a::before, .item-active-line_bottom .nav-main > ul > li:hover > a::before,
.item-active-line_top .nav-main > ul > li:hover > a::before,
.item-active-underline .nav-main > ul > li:hover > a::before, .item-active-line_bottom
ul.nav-main > li.current-menu-ancestor > a::before,
.item-active-line_top
ul.nav-main > li.current-menu-ancestor > a::before,
.item-active-underline
ul.nav-main > li.current-menu-ancestor > a::before, .item-active-line_bottom
ul.nav-main > li.current-menu-item > a::before,
.item-active-line_top
ul.nav-main > li.current-menu-item > a::before,
.item-active-underline
ul.nav-main > li.current-menu-item > a::before, .item-active-line_bottom
ul.nav-main > li:hover > a::before,
.item-active-line_top
ul.nav-main > li:hover > a::before,
.item-active-underline
ul.nav-main > li:hover > a::before {
opacity: 1;
width: 100%;
}
.item-active-bg .nav-main > ul > li.current-menu-ancestor > a, .item-active-bg .nav-main > ul > li.current-menu-item > a, .item-active-bg .nav-main > ul > li:hover > a, .item-active-bg
ul.nav-main > li.current-menu-ancestor > a, .item-active-bg
ul.nav-main > li.current-menu-item > a, .item-active-bg
ul.nav-main > li:hover > a {
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.item-active-color .nav-main > ul > li.current-menu-ancestor > a, .item-active-color .nav-main > ul > li.current-menu-item > a, .item-active-color .nav-main > ul > li:hover > a, .item-active-color
ul.nav-main > li.current-menu-ancestor > a, .item-active-color
ul.nav-main > li.current-menu-item > a, .item-active-color
ul.nav-main > li:hover > a {
color: var(--color-accent);
text-decoration-color: transparent;
}
.nav-main > ul ul.sub-menu,
ul.nav-main ul.sub-menu {
pointer-events: none;
flex-direction: column;
list-style: none;
opacity: 0;
visibility: hidden;
position: absolute;
z-index: 999;
top: 100%;
width: 220px;
margin: 0;
padding: 12px 0;
left: 0;
border-radius: 0;
-webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
background-color: var(--light-bg-color);
}
.bg-dark .nav-main > ul ul.sub-menu, .bg-dark
ul.nav-main ul.sub-menu {
background-color: var(--dark-sec-bg-color);
-webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.4);
}
.nav-main > ul ul.sub-menu ul.sub-menu,
ul.nav-main ul.sub-menu ul.sub-menu {
top: 0;
left: 100%;
-webkit-filter: none;
-moz-filter: none;
filter: none;
}
.nav-main > ul ul.sub-menu li,
ul.nav-main ul.sub-menu li {
display: block;
}
.nav-main > ul ul.sub-menu li > a,
ul.nav-main ul.sub-menu li > a {
display: block;
font-family: var(--primary_text-font-family);
font-weight: var(--primary_text-font-weight);
font-style: var(--primary_text-font-style);
font-size: var(--primary_text-font-size);
letter-spacing: var(--primary_text-letter-spacing);
line-height: var(--primary_text-line-height);
padding: 6px 20px;
}
.nav-main > ul ul.sub-menu li > a::before,
ul.nav-main ul.sub-menu li > a::before {
content: '';
position: absolute;
opacity: 0;
left: 0;
background-color: var(--color-accent);
opacity: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.subitem-active-line_side .nav-main > ul ul.sub-menu li > a::before, .subitem-active-line_side
ul.nav-main ul.sub-menu li > a::before {
width: 0;
height: 100%;
top: 0;
}
.nav-main > ul ul.sub-menu li > a .menu-text,
ul.nav-main ul.sub-menu li > a .menu-text {
position: relative;
line-height: 1;
}
.nav-main > ul ul.sub-menu li > a .menu-text::before,
ul.nav-main ul.sub-menu li > a .menu-text::before {
content: '';
position: absolute;
opacity: 0;
left: 0;
background-color: var(--color-accent);
opacity: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.subitem-active-underline .nav-main > ul ul.sub-menu li > a .menu-text::before, .subitem-active-underline
ul.nav-main ul.sub-menu li > a .menu-text::before {
top: calc(50% + 0.5em);
height: 2px;
width: 70%;
}
.nav-main > ul ul.sub-menu li:last-child > a,
ul.nav-main ul.sub-menu li:last-child > a {
border-bottom: none;
}
.subitem-active-line_side .nav-main > ul ul.sub-menu li.current-menu-ancestor > a::before, .subitem-active-line_side .nav-main > ul ul.sub-menu li.current-menu-item > a::before, .subitem-active-line_side .nav-main > ul ul.sub-menu li:hover > a::before, .subitem-active-line_side
ul.nav-main ul.sub-menu li.current-menu-ancestor > a::before, .subitem-active-line_side
ul.nav-main ul.sub-menu li.current-menu-item > a::before, .subitem-active-line_side
ul.nav-main ul.sub-menu li:hover > a::before {
opacity: 1;
width: 4px;
}
.subitem-active-bg .nav-main > ul ul.sub-menu li.current-menu-ancestor > a, .subitem-active-bg .nav-main > ul ul.sub-menu li.current-menu-item > a, .subitem-active-bg .nav-main > ul ul.sub-menu li:hover > a, .subitem-active-bg
ul.nav-main ul.sub-menu li.current-menu-ancestor > a, .subitem-active-bg
ul.nav-main ul.sub-menu li.current-menu-item > a, .subitem-active-bg
ul.nav-main ul.sub-menu li:hover > a {
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.subitem-active-color .nav-main > ul ul.sub-menu li.current-menu-ancestor > a, .subitem-active-color .nav-main > ul ul.sub-menu li.current-menu-item > a, .subitem-active-color .nav-main > ul ul.sub-menu li:hover > a, .subitem-active-color
ul.nav-main ul.sub-menu li.current-menu-ancestor > a, .subitem-active-color
ul.nav-main ul.sub-menu li.current-menu-item > a, .subitem-active-color
ul.nav-main ul.sub-menu li:hover > a {
color: var(--color-accent);
text-decoration-color: transparent;
}
.subitem-active-underline .nav-main > ul ul.sub-menu li.current-menu-ancestor > a .menu-text::before, .subitem-active-underline .nav-main > ul ul.sub-menu li.current-menu-item > a .menu-text::before, .subitem-active-underline .nav-main > ul ul.sub-menu li:hover > a .menu-text::before, .subitem-active-underline
ul.nav-main ul.sub-menu li.current-menu-ancestor > a .menu-text::before, .subitem-active-underline
ul.nav-main ul.sub-menu li.current-menu-item > a .menu-text::before, .subitem-active-underline
ul.nav-main ul.sub-menu li:hover > a .menu-text::before {
opacity: 1;
width: 100%;
}
.nav-main > ul ul.sub-menu li.menu-item-has-children > a::after,
ul.nav-main ul.sub-menu li.menu-item-has-children > a::after {
content: '-';
text-indent: -9999px;
display: inline-block;
overflow: hidden;
float: right;
background-color: currentColor;
height: 100%;
margin-left: 1em;
width: 6px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
}
.nav-main > ul ul.sub-menu.mega-template,
ul.nav-main ul.sub-menu.mega-template {
overflow: hidden;
padding: 0;
} .dropdown-parent {
position: relative;
overflow: visible;
}
.dropdown {
display: none;
z-index: 999;
opacity: 0;
position: absolute;
top: 100%;
right: 0;
padding-top: 15px;
width: 340px;
white-space: normal;
}
.dropdown .dropdown-inner {
min-height: 1px;
width: 100%;
padding: 30px;
}
.dropdown .dropdown-title {
margin-bottom: 30px;
} ul.custom-list {
list-style: none;
padding: 0;
display: flex;
}
ul.custom-list > li {
display: flex;
align-items: center;
margin-right: 25px;
}
.custom-list-inline ul.custom-list > li {
margin-bottom: 0;
}
ul.custom-list > li:last-child {
margin-right: 0 !important;
}
ul.custom-list > li a {
white-space: nowrap;
text-decoration-line: underline;
text-decoration-color: transparent;
}
ul.custom-list > li a:hover {
text-decoration-color: currentColor;
}
.list-icon-yes ul.custom-list > li::before {
content: '-';
text-indent: -9999px;
display: inline-block;
overflow: hidden;
float: left;
background-color: var(--color-accent);
height: 100%;
margin-right: 12px;
width: 0.5em;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 1em;
mask-size: 1em;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
}
.custom-list-block ul.custom-list {
flex-wrap: wrap;
}
.custom-list-block ul.custom-list > li {
width: 100%;
margin-right: 0 !important;
}
.custom-list-block ul.custom-list > li:last-child {
margin-bottom: 0 !important;
} .search-form {
position: relative;
margin-bottom: 0;
}
.search-form input[type=search] {
padding-right: 35px;
}
.search-form button {
overflow: visible;
padding: 0;
font-size: 16px;
background-color: transparent !important;
border: none;
margin-bottom: 0;
display: flex;
align-items: center;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 15px;
color: var(--light-text-color);
}
.bg-dark .search-form button {
color: var(--dark-text-color);
}
.searchform-outline .search-form input[type="search"] {
background-color: transparent;
border-color: var(--light-line-color-rgba);
}
.bg-dark .searchform-outline .search-form input[type="search"] {
border-color: var(--dark-line-color-rgba);
} .search-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
display: none;
z-index: 9999;
}
.admin-bar .search-popup {
top: 32px;
}
.search-popup .section-inner {
height: var(--search_height-height);
align-items: center;
}
@media screen and (max-width: 1024px) {
.search-popup .section-inner {
height: 8em !important;
}
}
.search-overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
z-index: 998;
background-color: var(--search_overlay-rgba);
backdrop-filter: blur(calc(var(--search_overlay_blur) * 1px));
-webkit-backdrop-filter: blur(calc(var(--search_overlay_blur) * 1px));
}
.search-popup-form {
width: 100%;
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
font-size: 4em;
letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
.search-popup-form {
font-size: 2em !important;
}
}
.search-popup-form form {
border: 0;
margin: 0;
position: relative;
line-height: 1;
}
.search-popup-form input[type=search] {
background-color: transparent;
height: auto;
padding: 0;
border: 0;
border-radius: 0;
margin-left: 1.3em;
}
.search-popup-form button {
right: auto;
left: 0;
font-size: 0.9em;
}
.search-popup-form input[type="search"]::-webkit-search-decoration,
.search-popup-form input[type="search"]::-webkit-search-cancel-button,
.search-popup-form input[type="search"]::-webkit-search-results-button,
.search-popup-form input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.search-popup-form .popup-close {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
} .social-icons {
display: flex;
flex-wrap: wrap;
margin-bottom: -20px;
margin-right: -20px;
}
.social-block .social-icons {
flex-direction: column;
align-items: flex-start;
}
.social-icons .social-icon {
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
margin-bottom: 20px;
}
.text-center .social-icons .social-icon {
float: none;
}
.social-tiny .social-icon {
font-size: 10px;
}
.social-small .social-icon {
font-size: 14px;
}
.social-medium .social-icon {
font-size: 16px;
}
.social-large .social-icon {
font-size: 22px;
}
.social-huge .social-icon {
font-size: 28px;
}
.social-icon_text .social-icon,
.social-text .social-icon {
align-items: flex-start;
justify-content: flex-start;
}
.social-icon_text .social-icon > *,
.social-text .social-icon > * {
margin-right: 0.6em;
}
.social-icon_text .social-icon > *:last-child,
.social-text .social-icon > *:last-child {
margin-right: 0;
}
.social-btn .social-icon {
width: auto !important;
height: auto !important;
padding: 15px;
flex: 1;
font-size: 18px;
line-height: inherit;
border-radius: var(--image_radius-top) var(--image_radius-right) var(--image_radius-bottom) var(--image_radius-left);
}
@media screen and (max-width: 767px) {
.social-btn .social-icon {
border-radius: 0;
}
}
.social-btn .social-icon .icon-text {
font-size: 0.85rem;
text-transform: uppercase;
margin-left: 8px;
}
@media screen and (max-width: 767px) {
.social-btn .social-icon .icon-text {
display: none;
}
}
.social-btn.social-shares {
margin-bottom: 0;
margin-right: -10px;
}
@media screen and (max-width: 767px) {
.social-btn.social-shares {
margin-right: 0;
}
}
.social-btn.social-shares .social-icon {
margin-right: 10px;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.social-btn.social-shares .social-icon {
margin-right: 0;
}
}
.social-color .social-icon,
.social-outline .social-icon,
.social-solid .social-icon,
.social-solid_accent .social-icon,
.social-solid_color .social-icon {
width: 2.5em;
height: 2.5em;
}
.social-color.social-circle .social-icon,
.social-outline.social-circle .social-icon,
.social-solid.social-circle .social-icon,
.social-solid_accent.social-circle .social-icon,
.social-solid_color.social-circle .social-icon {
border-radius: 50%;
}
.social-color.social-rounded .social-icon,
.social-outline.social-rounded .social-icon,
.social-solid.social-rounded .social-icon,
.social-solid_accent.social-rounded .social-icon,
.social-solid_color.social-rounded .social-icon {
border-radius: 10px;
}
.social-outline .social-icon {
border: 1px solid currentColor;
}
.social-outline .social-icon:hover {
border-color: var(--dark-sec-bg-color);
background-color: var(--dark-sec-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .social-outline .social-icon:hover {
border-color: var(--light-sec-bg-color);
background-color: var(--light-sec-bg-color);
color: var(--light-text-color-heavier-rgba);
}
.social-solid .social-icon {
background-color: var(--light-sec-bg-color);
color: var(--light-text-color-heavier-rgba);
}
.bg-dark .social-solid .social-icon {
background-color: var(--dark-sec-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.bg-second .social-solid .social-icon {
background-color: var(--light-bg-color);
}
.bg-second.bg-dark .social-solid .social-icon {
background-color: var(--dark-bg-color);
}
.social-solid .social-icon:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.bg-second .social-solid .social-icon:hover,
.bg-second.bg-dark .social-solid .social-icon:hover,
.bg-dark .social-solid .social-icon:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.social-solid_accent .social-icon {
background-color: var(--light-sec-bg-color);
color: var(--color-accent);
}
.bg-dark .social-solid_accent .social-icon {
background-color: var(--dark-sec-bg-color);
}
.social-solid_accent .social-icon:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.bg-dark .social-solid_accent .social-icon:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.social-color .social-icon {
color: white;
background-color: var(--dark-sec-bg-color);
}
.social-color .social-icon .icon-svg {
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.social-color .social-icon:hover {
color: white;
}
.social-color .social-icon:hover .icon-svg {
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
.social-color .social-icon.s-facebook {
background-color: #3e5b98;
}
.social-color .social-icon.s-twitter {
background-color: #4da7de;
}
.social-color .social-icon.s-instagram {
background: linear-gradient(61deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-color .social-icon.s-tiktok {
background-color: #111;
}
.social-color .social-icon.s-pinterest {
background-color: #EE2D35;
}
.social-color .social-icon.s-linkedin {
background-color: #3371b7;
}
.social-color .social-icon.s-tumblr {
background-color: #34526f;
}
.social-color .social-icon.s-flickr {
background-color: #ff0084;
}
.social-color .social-icon.s-skype {
background-color: #28abe3;
}
.social-color .social-icon.s-snapchat {
background-color: #fffc00;
color: black !important;
}
.social-color .social-icon.s-youtube {
background-color: #e02a20;
}
.social-color .social-icon.s-digg {
background-color: #111;
}
.social-color .social-icon.s-dribbble {
background-color: #e84d88;
}
.social-color .social-icon.s-soundcloud {
background-color: #fe3801;
}
.social-color .social-icon.s-vimeo {
background-color: #51b5e7;
}
.social-color .social-icon.s-reddit {
background-color: #F63E05;
}
.social-color .social-icon.s-vkontakte {
background-color: #5a7fa6;
}
.social-color .social-icon.s-telegram {
background-color: #1F9BDA;
}
.social-color .social-icon.s-whatsapp {
background-color: #3FE675;
}
.social-color .social-icon.s-behance {
background-color: #053eff;
}
.social-color .social-icon.s-medium {
background-color: #11100E;
}
.social-color .social-icon.s-rss {
background-color: #f26109;
} .social-counters {
padding: 0;
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
margin-bottom: -20px;
}
.social-counter {
width: 50%;
display: flex;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
.social-counter > a {
display: flex;
align-items: center;
line-height: 1;
width: 100%;
color: white;
padding: 16px 12px;
position: relative;
}
.counters-style3 .social-counter > a {
background: var(--light-sec-bg-color) !important;
color: inherit !important;
}
.bg-dark .counters-style3 .social-counter > a {
background: var(--dark-sec-bg-color) !important;
}
.social-counter > a.counter-facebook {
background-color: #6495ed;
}
.social-counter > a.counter-twitter {
background-color: #00A2F9;
}
.social-counter > a.counter-youtube {
background-color: #FF1747;
}
.social-counter > a.counter-instagram {
background: linear-gradient(61deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-counter > a.counter-instagram .counter-icon {
background-color: #9a43d3;
}
.social-counter > a.counter-linkedin {
background-color: #5586e1;
}
.social-counter > a.counter-pinterest {
background-color: #FF1747;
}
.social-counter > a.counter-behance {
background-color: #2456ff;
}
.social-counter > a .counter-icon {
background-color: rgba(0, 0, 0, 0.2);
}
.social-counter > a:hover .counter-icon {
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
.social-counter .counter-icon {
margin: 0;
margin-right: 10px;
width: 30px;
height: 30px;
border-radius: 50%;
font-size: 14px;
color: white;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.counters-style2 .social-counter .counter-icon {
background: transparent !important;
font-size: 18px;
}
.social-counter .counter-desc {
display: flex;
flex-direction: column;
font-size: 0.85rem;
white-space: nowrap;
}
.counters-col1 .social-counter .counter-desc {
flex-direction: row;
align-items: center;
}
.social-counter .counter-desc .counter-text {
margin-top: 7px;
}
.counters-col1 .social-counter .counter-desc .counter-text {
margin-top: 0;
margin-left: 10px;
}
.social-counter .counter-desc .counter-count {
font-size: 1rem;
}
.counters-col1 .social-counter .counter-desc .counter-count {
font-size: 1rem;
}
.social-counter .counter-arrow {
display: flex;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px;
}
.social-counter .counter-arrow::after {
content: '';
width: 16px;
height: 16px;
display: inline-block;
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
} .footer-section .section-inner {
padding: 30px 0;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.footer-section .section-inner .totop-trigger {
margin-bottom: 30px;
} .widget {
margin-bottom: 60px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget > ul {
padding: 0;
}
.widget.widget_nav_menu ul {
padding: 0;
}
.widget ul {
list-style: none;
}
.widget li:last-child {
margin-bottom: 0;
}
.widget li > ul,
.widget li > ol {
margin-top: 8px;
}
.widget td,
.widget th {
padding: 0.5em 0.22em;
}
.widget form:last-of-type,
.widget select:last-of-type {
margin-bottom: 0;
}
.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget h4.widget-heading {
font-size: var(--h4_desktop-font-size);
padding-top: 10px;
padding-bottom: 10px;
position: relative;
padding-left: 0.8em;
background-color: var(--light-sec-bg-color);
margin-bottom: 35px;
}
.bg-dark .widget.widget_block h1, .bg-dark
.widget.widget_block h2, .bg-dark
.widget.widget_block h3, .bg-dark
.widget.widget_block h4, .bg-dark
.widget h4.widget-heading {
background-color: var(--dark-sec-bg-color);
}
.widget.widget_block h1::before,
.widget.widget_block h2::before,
.widget.widget_block h3::before,
.widget.widget_block h4::before,
.widget h4.widget-heading::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 100% !important;
width: calc(var(--heading_line_size) * 1px);
background-color: var(--color-accent);
}
#wp-calendar {
margin-bottom: 15px;
}
#wp-calendar td a,
#wp-calendar th a {
text-decoration: underline;
}
#wp-calendar #prev {
text-align: left;
}
#wp-calendar #next {
text-align: right;
}
#wp-calendar td#today {
font-weight: bolder;
text-decoration: underline;
}
#wp-calendar caption {
padding: 0;
margin-bottom: 15px;
text-align: inherit;
}
.current-date {
white-space: nowrap;
} .tax-grid {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
margin-bottom: -20px;
}
.tax-item {
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
width: 50%;
}
.term-title {
margin: 0 !important;
display: flex;
justify-content: space-between;
}
.text-center .term-title {
justify-content: center;
}
.term-box {
width: 100%;
}
.term-list {
display: flex;
align-items: center;
}
.term-list-thumb {
width: 70px;
height: 70px;
overflow: hidden;
margin-right: 20px;
flex-shrink: 0;
}
.tax-list-circle .term-list-thumb .thumb-container {
border-radius: 50%;
}
.term-list-desc {
white-space: nowrap;
} .has-accent-color {
color: var(--color-accent);
}
.has-dark-color {
color: var(--dark-sec-bg-color);
}
.has-light-color {
color: var(--light-sec-bg-color);
}
.has-accent-background-color {
background-color: var(--color-accent);
}
.has-dark-background-color {
background-color: var(--dark-sec-bg-color);
}
.has-light-background-color {
background-color: var(--light-sec-bg-color);
}
.bg-dark .has-light-background-color {
background-color: var(--dark-sec-bg-color);
} .widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-page-list {
padding-left: 0;
list-style: none;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
ul.wp-block-archives ul,
ul.wp-block-categories ul,
ul.wp-block-page-list ul {
list-style: none;
}
ul.wp-block-categories__list {
padding-left: 0;
list-style: none;
}
ul.wp-block-categories__list ul {
padding-left: 20px;
list-style: none;
} .widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
ol.wp-block-latest-comments,
ul.wp-block-latest-posts,
ul.wp-block-rss {
padding-left: 0;
list-style: none;
}
.widget_recent_entries ul li,
.widget_rss ul li,
ul.wp-block-latest-posts li,
ul.wp-block-rss li {
display: block;
overflow: hidden;
}
.widget_recent_entries ul li a,
.widget_rss ul li a,
ul.wp-block-latest-posts li a,
ul.wp-block-rss li a {
display: block;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
margin-right: 15px;
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
display: inline-block;
color: var(--light-text-color-lighter-rgba);
}
.bg-dark .widget_recent_entries .post-date, .bg-dark
.widget_rss .rss-date, .bg-dark
.widget_rss cite, .bg-dark
.wp-block-latest-comments__comment-date, .bg-dark
.wp-block-latest-posts__post-author, .bg-dark
.wp-block-latest-posts__post-date, .bg-dark
.wp-block-rss__item-author, .bg-dark
.wp-block-rss__item-publish-date {
color: var(--dark-text-color-lighter-rgba);
}
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.wp-block-latest-comments__comment-date {
display: block;
margin-top: 8px;
}
.rssSummary,
.wp-block-latest-comments__comment-excerpt,
.wp-block-latest-posts__post-excerpt,
.wp-block-rss__item-excerpt {
margin: 0;
padding-top: 10px;
padding-bottom: 15px;
display: block;
}
.rssSummary {
padding-bottom: 0;
}
.wp-block-latest-posts__featured-image {
margin: 0;
}
.wp-block-latest-posts__featured-image.alignleft {
margin-right: 20px;
max-width: 120px;
}
.wp-block-latest-posts__featured-image.alignright {
margin-left: 20px;
max-width: 120px;
}
.wp-block-latest-posts__featured-image.aligncenter {
max-width: 100%;
margin: 20px 0;
}
.wp-block-latest-comments__comment article {
overflow: hidden;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 0;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
margin: 0;
max-width: 120px;
margin-right: 20px;
height: auto;
width: auto;
}
.wp-block-page-list__submenu-icon {
display: none;
}
.wp-block-latest-comments__comment {
line-height: inherit;
}
.has-avatars .wp-block-latest-comments__comment,
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
line-height: inherit;
} .wp-block-search .wp-block-search__button {
flex-shrink: 0;
margin: 0;
position: relative;
outline: 0;
cursor: pointer;
display: inline-block;
height: 48px;
line-height: calc(48px - 2px);
padding: 0 1.5em;
text-align: center;
text-decoration: none;
white-space: nowrap;
box-shadow: none;
border: 1px solid;
font-weight: 500;
border-radius: calc(var(--button_radius) * 1px);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.wp-block-search .wp-block-search__button:hover {
border-color: var(--dark-bg-color);
background-color: var(--dark-bg-color);
color: var(--dark-text-color-heavier-rgba);
}
.wp-block-search .wp-block-search__button.wp-block-search__button.wp-block-search__button {
padding: 0 1.5em;
}
.wp-block-search .wp-block-search__button.has-icon {
line-height: 0 !important;
padding: 0 10px !important;
font-size: 20px;
}
.wp-block-search .wp-block-search__button svg {
min-width: 1.5em;
min-height: 1.5em;
fill: currentColor;
}
.wp-block-search .wp-block-search__inside-wrapper {
display: flex;
flex: auto;
flex-wrap: nowrap;
max-width: 100%;
}
.wp-block-search .wp-block-search__label {
width: 100%;
}
.wp-block-search .wp-block-search__input {
flex-grow: 1;
min-width: 3em;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
margin-left: 0;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button {
margin-left: 10px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 0;
border: 1px solid var(--light-line-color-rgba);
border-radius: calc(var(--form_radius) * 1px);
background-color: transparent;
}
.bg-dark .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 1px solid var(--dark-line-color-rgba);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
border-radius: calc(var(--form_radius) * 1px);
border: none;
padding: 6px 15px;
background-color: transparent;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
padding: 0 2em;
margin-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
padding: 0 10px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
margin: auto;
} .wp-block-table.is-style-stripes {
border-color: var(--light-line-color-rgba);
}
.bg-dark .wp-block-table.is-style-stripes {
border-color: var(--dark-line-color-rgba);
} .wp-block-group {
margin-bottom: 30px;
}
.wp-block-group.has-background {
padding: 30px;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 8%;
} .content-link-underline .entry-content a {
text-decoration-line: underline;
text-decoration-color: currentColor;
}
.content-link-color .entry-content a {
color: var(--color-accent);
text-decoration-line: underline;
text-decoration-color: transparent;
}
.content-link-underline .entry-content a:hover {
text-decoration-color: transparent;
}
.content-link-color .entry-content a:hover {
text-decoration-color: currentColor;
}
.entry-content + .clearfix {
width: 100%;
display: block;
overflow: hidden;
}
.entry-featured + * {
margin-top: 30px;
}
.article-section.article-section-bottom {
margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.article-section.article-section-bottom {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.article-section.article-section-bottom {
margin-bottom: 80px;
}
}
.featured-section {
margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
.article-10 .featured-section {
display: flex;
justify-content: space-between;
margin-left: calc((var(--primary_space) / 2) * -1);
margin-right: calc((var(--primary_space) / 2) * -1);
}
}
@media screen and (min-width: 1025px) {
.article-10 .featured-section > * {
display: flex;
flex-direction: column;
justify-content: space-between;
padding-left: calc(var(--primary_space) / 2);
padding-right: calc(var(--primary_space) / 2);
}
.article-10 .featured-section > *.feature-title-column {
flex: 0 0 60%;
max-width: 60%;
}
.article-10 .featured-section > *.feature-image-column {
flex: 0 0 35%;
max-width: 35%;
}
.article-10 .featured-section > * .entry-header-article {
margin-bottom: 0;
}
}
@media screen and (max-width: 1024px) {
.article-10 .featured-section > *.feature-image-column {
margin-top: 30px;
}
}
.featured-section.alignfull .thumb-container {
border-radius: 0;
}
.article-5 .article-title-section,
.article-8 .article-title-section {
margin-bottom: 40px;
}
.entry-header-article + * {
margin-top: 40px;
}
@media screen and (min-width: 1025px) {
article.article-6 .entry-header-article,
article.article-9 .entry-header-article {
flex: 0 0 calc(((var(--content_width) / 100) * (var(--site_width) * 1px)) - (var(--primary_space) * 2));
max-width: calc(((var(--content_width) / 100) * (var(--site_width) * 1px)) - (var(--primary_space) * 2));
margin-left: auto;
margin-right: auto;
}
.site-amp article.article-6 .entry-header-article, .site-amp
article.article-9 .entry-header-article {
flex: 0 0 100%;
max-width: 100%;
}
}
article.article-5 .entry-header-article {
padding-left: calc(var(--primary_space) / 2);
padding-right: calc(var(--primary_space) / 2);
}
article.article-5 .entry-header-article.text-center {
margin-left: auto;
margin-right: auto;
}
article.article-8 .entry-header-article {
padding-left: calc(var(--primary_space) / 2);
padding-right: calc(var(--primary_space) / 2);
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 1025px) {
article.article-8 .entry-header-article {
flex: 0 0 calc(var(--content_width) * 1%);
max-width: calc(var(--content_width) * 1%);
}
}
.site .entry-header-article .button.post-cat {
margin-bottom: 10px;
}
.entry-header-article .meta-cats {
margin-bottom: -10px;
display: block;
}
.entry-header-article .meta-cats a {
float: left;
}
@media screen and (max-width: 767px) {
.featured-box .box-holder {
padding-bottom: calc(100vh - (var(--mob_header_height) * 1px)) !important;
}
}
.single-excerpt {
margin-bottom: 20px;
font-size: 1.25em;
font-style: italic;
}
.box-holder .single-excerpt {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.share-toggle {
display: none;
}
}
.share-toggle .share-switcher {
position: relative;
outline: 0;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: flex;
align-items: center;
}
.share-toggle .share-switcher:hover {
color: var(--color-accent);
}
.share-toggle .share-switcher > * {
margin-right: 8px;
}
.share-toggle .share-switcher > *:last-child {
margin-right: 0;
}
.share-toggle .share-switcher::after {
content: none !important;
}
.share-toggle .social-shares a.social-icon {
margin-bottom: 1.25em;
}
.share-toggle .social-shares a.social-icon:last-child {
margin-bottom: 0;
}
.avatar-list {
margin-right: 8px;
display: flex;
}
.avatar-item {
display: inline-block;
border-radius: 50%;
overflow: hidden;
width: 25px;
}
.avatar-item:not(:first-child) {
margin-left: -15px;
-webkit-mask: radial-gradient(circle 15px at 2px 50%, transparent 99%, #fff 100%);
mask: radial-gradient(circle 15px at 2px 50%, transparent 99%, #fff 100%);
}
.avatar-item img {
width: 100%;
display: block;
}
.single-tags {
display: block;
margin-top: 40px;
}
.single-tags h5 {
margin: 0;
margin-right: 15px;
float: left;
}
.single-shares {
margin-top: 40px;
}
.element-article {
margin-top: var(--block_space);
overflow: hidden;
padding-top: var(--block_space);
border-top: 1px solid var(--light-line-color-rgba);
}
.bg-dark .element-article {
border-top: 1px solid var(--dark-line-color-rgba);
}
.comment-article-title,
.element-article-title {
margin-bottom: 1em;
}
.entry-navigation {
display: flex;
}
@media screen and (min-width: 768px) {
.entry-navigation {
justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
.entry-navigation {
flex-direction: column;
}
}
@media screen and (min-width: 768px) {
.entry-navigation > * {
flex-basis: 50%;
}
}
.entry-navigation > * .nav-item-text {
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
position: relative;
display: flex;
align-items: center;
margin-bottom: 20px;
text-transform: uppercase;
}
.entry-navigation > * .nav-item-text::before {
content: '';
width: 12px;
height: 12px;
display: inline-block;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
background-color: var(--color-accent);
}
.entry-navigation > * .nav-post {
margin-top: 15px;
}
.entry-navigation > * .nav-post .nav-thumbnail {
width: 110px;
}
.entry-navigation > * .nav-post .thumb-container {
border-radius: 50%;
}
.entry-navigation > * .nav-post h5 {
text-decoration-line: underline;
text-decoration-color: transparent;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.entry-navigation > *:hover h5 {
text-decoration-color: currentColor;
}
@media screen and (min-width: 768px) {
.entry-navigation > * {
margin-right: 30px;
}
.entry-navigation > *:last-child {
margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.entry-navigation > * {
margin-bottom: 30px;
}
.entry-navigation > *:last-child {
margin-bottom: 0;
}
}
.entry-navigation .entry-navigation-left .nav-item-text::before {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
margin-right: 10px;
}
.entry-navigation .entry-navigation-left .nav-thumbnail {
float: left;
margin-right: 20px;
}
.entry-navigation .entry-navigation-right {
text-align: right;
}
.entry-navigation .entry-navigation-right .nav-item-text {
flex-direction: row-reverse;
}
.entry-navigation .entry-navigation-right .nav-item-text::before {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
margin-left: 10px;
}
.entry-navigation .entry-navigation-right .nav-thumbnail {
float: right;
margin-left: 20px;
}
.entry-author {
position: relative;
margin-bottom: var(--block_space);
}
.entry-author:last-child {
margin-bottom: 0;
}
.entry-author .vcard {
display: flex;
align-items: center;
}
@media screen and (max-width: 767px) {
.entry-author .vcard {
flex-direction: column;
align-items: center;
}
}
.entry-author .entry-author__avatar {
min-width: 110px;
margin-right: 20px;
}
.entry-author .entry-author__avatar .avatar {
border-radius: 50%;
}
@media screen and (max-width: 767px) {
.entry-author .entry-author__avatar {
float: none;
margin-right: 0;
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.entry-author .entry-author__info {
text-align: center;
}
}
.entry-author .entry-author__name {
margin-bottom: 15px;
}
.entry-author .entry-author__name h5,
.entry-author .entry-author__name h6 {
margin: 0;
}
.entry-author .social-icons {
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.entry-author .social-icons {
justify-content: center;
}
}
.more-link,
.page-links,
a.more-link {
margin-top: 50px;
margin-bottom: 50px;
}
.post-password-form > p:last-child {
display: flex;
align-items: flex-end;
}
.post-password-form > p:last-child label {
margin: 0;
flex-grow: 1;
}
.post-password-form > p:last-child label input {
margin-top: 10px;
}
.post-password-form input[type='password'] {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.post-password-form input[type='submit'] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} .single-loader {
display: flex;
justify-content: center;
align-items: center;
height: 40px;
margin-bottom: 60px;
}
.single-loader .loader {
font-size: 40px;
} .comment-collapse {
margin: 0 auto;
display: block;
}
.comment-collapse + .entry-comments {
display: none;
opacity: 0;
}
ul.comment-list {
list-style: none;
margin-bottom: var(--block_space);
padding: 0;
}
ul.comment-list .comment-respond {
margin-top: var(--block_space);
margin-bottom: var(--block_space);
}
ul.comment-list .children {
list-style: none;
margin: 0;
padding: 0;
}
ul.comment-list .children li {
margin-bottom: 0;
}
@media screen and (min-width: 577px) {
ul.comment-list .children {
padding-left: 40px;
}
}
ul.comment-list .comment-body {
overflow: hidden;
border-top: 1px solid var(--light-line-color-rgba);
padding-top: calc(var(--block_space) / 2);
margin-top: calc(var(--block_space) / 2);
}
.bg-dark ul.comment-list .comment-body {
border-top-color: var(--dark-line-color-rgba);
}
ul.comment-list > li:first-child > .comment-body {
border-top: 0;
padding-top: 0;
}
ul.comment-list .entry-content {
margin-top: 0;
}
.comment-text {
overflow: hidden;
}
.bypostauthor {
display: block;
}
.comment-avatar {
float: left;
margin-right: 20px;
display: block;
overflow: hidden;
width: 60px;
}
@media screen and (min-width: 768px) {
.comment-avatar {
width: 80px;
}
}
.comment-info {
display: block;
margin-top: 7px;
margin-bottom: 15px;
}
.comment-info > * {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
margin-right: 10px;
}
.comment-info > *:last-child {
margin-right: 0;
}
.comment-author {
margin-bottom: 0;
display: block;
}
.comment-date {
color: var(--light-text-color-lighter-rgba);
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
}
.bg-dark .comment-date {
color: var(--dark-text-color-lighter-rgba);
}
.pingback .comment-info,
.trackback .comment-info {
flex-direction: column;
align-items: normal;
}
.commenter-date {
color: var(--light-text-color-lighter-rgba);
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
}
.bg-dark .commenter-date {
color: var(--dark-text-color-lighter-rgba);
}
.comment-reply-link {
font-size: 12px;
margin-top: 10px;
letter-spacing: 1px;
display: flex;
align-items: center;
}
.comment-reply-link::before {
content: '';
width: 16px;
height: 16px;
display: inline-block;
background-color: var(--color-accent);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M11 20L1 12l10-8v5c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81-1.463-2.774-4.33-4.691-7.655-4.805L13 15h-2v5zm-2-7h4.034l.347.007c1.285.043 2.524.31 3.676.766C15.59 12.075 13.42 11 11 11H9V8.161L4.202 12 9 15.839V13z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M11 20L1 12l10-8v5c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81-1.463-2.774-4.33-4.691-7.655-4.805L13 15h-2v5zm-2-7h4.034l.347.007c1.285.043 2.524.31 3.676.766C15.59 12.075 13.42 11 11 11H9V8.161L4.202 12 9 15.839V13z'/%3E%3C/svg%3E");
margin-right: 10px;
}
.comment-form p:last-of-type {
margin-bottom: 0;
}
@media screen and (min-width: 577px) {
.comment-form-author,
.comment-form-email {
width: 50%;
float: left;
}
}
@media screen and (min-width: 577px) {
.comment-form-author {
padding-right: 15px;
}
}
@media screen and (min-width: 577px) {
.comment-form-email {
padding-left: 15px;
}
}
.form-submit input {
margin-bottom: 0;
}
.comment-form-cookies-consent {
clear: both;
}
.comment-form-cookies-consent label {
text-transform: none;
letter-spacing: 0;
}
.comment-reply-title {
position: relative;
}
.comment-reply-title #cancel-comment-reply-link {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
padding-left: 10px;
background-color: var(--light-bg-color);
}
.bg-dark .comment-reply-title #cancel-comment-reply-link {
background-color: var(--dark-bg-color);
}
.comment-reply-title #cancel-comment-reply-link .icon-svg {
font-size: 24px;
} .page-links {
display: flex;
align-items: center;
}
.page-links .post-page-numbers {
margin-right: 5px;
}
.page-links .post-page-numbers:last-child {
margin-right: 0;
}
.page-links .post-page-numbers span {
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
position: relative;
display: inline-block;
text-align: center;
height: 40px;
width: 40px;
line-height: 38px;
font-size: 1em;
letter-spacing: 0.1em;
text-transform: uppercase;
border-radius: 50%;
border: 1px solid transparent;
font-weight: 500;
}
.page-links .post-page-numbers span.next, .page-links .post-page-numbers span.prev {
width: auto;
padding: 0 15px;
border-radius: 0;
font-size: 0.85rem;
}
.page-links .post-page-numbers span.current {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.page-links .post-page-numbers.current span {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.page-links a.post-page-numbers:hover {
color: var(--color-accent);
}
.pagination {
display: flex;
align-items: center;
}
.pagination .pagi-item {
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
position: relative;
display: inline-block;
text-align: center;
height: 40px;
width: 40px;
line-height: 38px;
font-size: 1em;
letter-spacing: 0.1em;
text-transform: uppercase;
border-radius: 50%;
border: 1px solid transparent;
font-weight: 500;
margin-right: 5px;
}
.pagination .pagi-item:last-child {
margin-right: 0;
}
.pagination .pagi-item.pagi-item-current {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.pagination a.pagi-item:hover {
color: var(--color-accent);
}
.pagination .pagi-item-dot,
.pagination .pagi-item-first,
.pagination .pagi-item-last,
.pagination .pagi-item-next,
.pagination .pagi-item-prev {
width: auto;
padding: 0 15px;
border-radius: 0;
font-size: 0.85rem;
}
.pagination .pagi-item-dot:first-child,
.pagination .pagi-item-first:first-child,
.pagination .pagi-item-last:first-child,
.pagination .pagi-item-next:first-child,
.pagination .pagi-item-prev:first-child {
padding-left: 0;
}
.pagination .pagi-item-dot:last-child,
.pagination .pagi-item-first:last-child,
.pagination .pagi-item-last:last-child,
.pagination .pagi-item-next:last-child,
.pagination .pagi-item-prev:last-child {
padding-right: 0;
}
.nav-wrap {
display: flex;
margin-top: var(--block_space);
}
.nav-wrap::after {
display: block;
clear: both;
content: "";
}
.nav-wrap.text-center {
justify-content: center;
}
.nav-wrap.text-left {
justify-content: flex-start;
}
.nav-wrap.text-right {
justify-content: flex-end;
}
.nav-wrap.nav-wrap-next-prev .nav-wrap-inner {
display: flex;
justify-content: space-between;
width: 100%;
}
.nav-wrap.nav-wrap-infinite {
margin: 0 !important;
}
.nav-wrap.nav-wrap-infinite .module-infinite {
height: 26px;
margin-top: 30px;
}
.nav-wrap.nav-wrap-infinite .module-infinite.btn-disabled {
height: 0;
margin-top: 0;
}
.nav-wrap.nav-wrap-infinite .nav-wrap-inner .pagi-loader {
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
bottom: 0;
}
.nav-wrap-inner {
position: relative;
overflow: visible;
}
.nav-wrap-inner .pagi-loader {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: -42px;
width: auto;
height: auto;
z-index: 9;
}
.nav-wrap-inner .pagi-loader .loader {
font-size: 26px;
}
.nav-wrap-inner.infinite-scroll-inner .button {
visibility: hidden;
}
.nav-wrap-inner.infinite-scroll-inner .pagi-loader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
right: auto;
}
.nav-wrap-inner.infinite-scroll-inner .pagi-loader .loader {
font-size: 50px;
}
.btn-pagi {
margin: 0;
float: left;
} .post-edit-link {
text-decoration: underline;
}
.entry-meta {
margin-top: 0;
margin-bottom: 0;
display: flex;
flex-wrap: nowrap;
align-items: center;
overflow: hidden;
flex-shrink: 0;
}
.text-center .entry-meta {
justify-content: center;
}
.text-right .entry-meta {
justify-content: flex-end;
}
.entry-meta .meta-color,
.entry-meta .meta-color a.author {
color: var(--light-text-color-lighter-rgba);
}
.bg-dark .entry-meta .meta-color, .bg-dark
.entry-meta .meta-color a.author {
color: var(--dark-text-color-lighter-rgba);
}
.entry-meta .meta-color:hover,
.entry-meta .meta-color a.author:hover {
text-decoration-color: currentColor;
}
.entry-meta.info-div-icon > *, .entry-meta.info-div-icon_color > *, .entry-meta.info-div-none > * {
margin-right: var(--post_info_space_none);
}
.entry-meta.info-div-icon .info-icon, .entry-meta.info-div-icon_color .info-icon {
display: flex;
}
.entry-meta.info-div-slash > *::after, .entry-meta.info-div-slash_color > *::after {
right: calc(((var(--post_info_space) / 2) * -1px) - 0.5px);
width: 1px;
height: 1em;
transform: translateY(-50%) rotate(20deg);
}
.entry-meta.info-div-dot_circle > *::after, .entry-meta.info-div-dot_circle_color > *::after {
right: calc(((var(--post_info_space) / 2) * -1px) - 1.5px);
margin-top: -1.5px;
width: 3px;
height: 3px;
border-radius: 50%;
}
.entry-meta.info-div-dot_square > *::after, .entry-meta.info-div-dot_square_color > *::after {
right: calc(((var(--post_info_space) / 2) * -1px) - 1.5px);
margin-top: -1.5px;
width: 3px;
height: 3px;
}
.entry-meta.info-div-dot_diamond > *::after, .entry-meta.info-div-dot_diamond_color > *::after {
right: calc(((var(--post_info_space) / 2) * -1px) - 1.5px);
margin-top: -1.5px;
transform: rotate(45deg);
width: 3px;
height: 3px;
}
.entry-meta.info-div-vbar > *::after, .entry-meta.info-div-vbar_color > *::after {
right: calc(((var(--post_info_space) / 2) * -1px) - 0.5px);
margin-top: -0.5em;
width: 1px;
height: 1em;
}
.entry-meta.info-div-dot_circle_color > *::after, .entry-meta.info-div-dot_diamond_color > *::after, .entry-meta.info-div-dot_square_color > *::after, .entry-meta.info-div-slash_color > *::after, .entry-meta.info-div-vbar_color > *::after {
background-color: var(--color-accent);
}
.entry-meta > * {
position: relative;
margin-bottom: 0;
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
display: flex;
flex-shrink: 0;
align-items: center;
margin-right: calc(var(--post_info_space) * 1px);
}
.entry-meta > *:last-child {
margin-right: 0 !important;
}
.entry-meta > *:last-child::after {
display: none;
}
.entry-meta > *::after {
content: '';
position: absolute;
top: 50%;
background-color: currentColor;
}
.entry-meta > * > a {
display: flex;
align-items: center;
}
.entry-meta .info-icon {
font-size: 14px;
margin-right: 6px;
display: none;
color: currentColors;
}
.entry-header-article .entry-meta .info-icon {
font-size: 20px;
}
.entry-meta.info-div-icon_color .info-icon {
color: var(--color-accent);
}
.entry-meta .meta-author img {
display: inline-block;
vertical-align: middle;
border-radius: 50%;
margin-right: 8px;
}
.entry-meta-holder {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
overflow: hidden;
}
.entry-meta-holder > * {
margin-right: calc(var(--post_info_space) * 1px);
}
.entry-meta-holder > *:last-child {
margin-right: 0;
}
.entry-meta-holder > *:first-child:last-child {
flex-shrink: 1;
}
@media screen and (max-width: 767px) {
.entry-meta-holder .entry-meta + .entry-meta {
display: none;
}
}
.text-center .entry-meta-holder {
justify-content: center;
}
.entry-thumbnail {
position: relative;
background-color: transparent;
overflow: hidden;
}
.entry-thumbnail + .post-desc {
padding-top: 25px;
}
h3.entry-title {
margin-top: 15px;
margin-bottom: 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: var(--title_lineclamp);
overflow: hidden;
}
h3.entry-title:first-child {
margin-top: 0 !important;
}
h3.entry-title:last-child {
margin-bottom: 0 !important;
}
h3.entry-title a {
text-decoration-line: underline;
text-decoration-color: transparent;
}
.title-bg h3.entry-title a {
display: inline;
-webkit-box-decoration-break: clone;
-ms-box-decoration-break: clone;
-o-box-decoration-break: clone;
box-decoration-break: clone;
padding: 0 0.25em;
}
.title-hov-default h3.entry-title a:active, .title-hov-default h3.entry-title a:hover {
opacity: 0.5;
color: currentColor;
text-decoration-color: transparent;
}
.title-hov-color h3.entry-title a:active, .title-hov-color h3.entry-title a:hover {
color: var(--color-accent);
text-decoration-color: transparent;
}
.title-hov-underline h3.entry-title a:active, .title-hov-underline h3.entry-title a:hover {
color: currentColor;
text-decoration-color: currentColor;
}
.title-hov-underline_color h3.entry-title a:active, .title-hov-underline_color h3.entry-title a:hover {
color: currentColor;
text-decoration-color: var(--color-accent);
}
.title-hov-underline_color h3.entry-title a:active, .title-hov-underline_color h3.entry-title a:hover {
color: currentColor;
text-decoration-color: var(--color-accent);
}
.title-hov-underline_text_color h3.entry-title a:active, .title-hov-underline_text_color h3.entry-title a:hover {
color: var(--color-accent);
text-decoration-color: var(--color-accent);
}
.post-desc-inner {
margin-bottom: 20px;
}
.post-desc-inner:last-child {
margin-bottom: 0;
}
.post-desc-inner > * {
margin-bottom: 20px;
}
.post-desc-inner > *:last-child {
margin-bottom: 0;
}
.entry-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: var(--excerpt_lineclamp);
overflow: hidden;
}
.have-excerpt-div .entry-excerpt:before {
content: '';
width: 15%;
height: 1px;
background-color: var(--color-accent);
display: block;
margin-bottom: 15px;
}
.have-excerpt-div .text-center .entry-excerpt:before {
margin-left: auto;
margin-right: auto;
} .tagcloud {
display: flex;
flex-wrap: wrap;
margin-right: -10px;
margin-bottom: -10px;
}
.tagcloud::after {
display: block;
clear: both;
content: "";
}
.tagcloud a {
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
display: flex;
align-items: center;
padding: 0.5em 1.25em;
text-decoration: none;
margin-right: 10px;
margin-bottom: 10px;
border-radius: calc(var(--button_radius) * 1px);
border: 1px solid var(--light-line-color-rgba);
}
.bg-dark .tagcloud a {
border-color: var(--dark-line-color-rgba);
}
.tagcloud a:hover {
border-color: var(--color-accent);
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.widget_tag_cloud .tagcloud a {
font-size: 1em !important;
}
.tagcloud .cloud-thumb {
width: 2em;
height: 2em;
overflow: hidden;
margin-right: 0.4em;
margin-left: -0.4em;
} .site .button.post-cat {
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
margin-bottom: 0;
display: inline-block;
position: relative;
height: auto;
margin-right: 10px;
padding: 0.25em 1.25em;
border-radius: calc(var(--button_radius) * 1px);
}
.site .button.post-cat:last-child {
margin-right: 0 !important;
}
.site .button.post-cat.btn-text, .site .button.post-cat.btn-text_color, .site .button.post-cat.btn-text_icon, .site .button.post-cat.btn-text_underline {
width: auto;
height: auto;
line-height: inherit;
border-radius: 0;
padding: 0;
background-color: transparent !important;
border: none !important;
color: var(--light-text-color-heavier-rgba);
text-decoration-line: underline;
text-decoration-color: transparent;
margin-right: 15px;
}
.site .button.post-cat.btn-text:hover, .site .button.post-cat.btn-text_color:hover, .site .button.post-cat.btn-text_icon:hover, .site .button.post-cat.btn-text_underline:hover {
color: var(--light-text-color-heavier-rgba);
text-decoration-color: var(--light-text-color-heavier-rgba);
}
.bg-dark .site .button.post-cat.btn-text, .bg-dark .site .button.post-cat.btn-text_color, .bg-dark .site .button.post-cat.btn-text_icon, .bg-dark .site .button.post-cat.btn-text_underline {
color: var(--dark-text-color-heavier-rgba);
}
.bg-dark .site .button.post-cat.btn-text:hover, .bg-dark .site .button.post-cat.btn-text_color:hover, .bg-dark .site .button.post-cat.btn-text_icon:hover, .bg-dark .site .button.post-cat.btn-text_underline:hover {
color: var(--dark-text-color-heavier-rgba);
text-decoration-color: var(--dark-text-color-heavier-rgba);
}
.site .button.post-cat.btn-text_underline {
text-decoration-color: currentColor;
}
.site .button.post-cat.btn-text_color {
color: var(--color-accent);
}
.site .button.post-cat.btn-text_color:hover {
color: var(--color-accent);
}
.site .button.post-cat.btn-color:hover {
border-color: var(--dark-bg-color)!important;
background-color: var(--dark-bg-color)!important;
color: var(--dark-text-color-heavier-rgba)!important;
}
.site .bg-dark .button.post-cat.btn-text, .site .bg-dark .button.post-cat.btn-text_icon, .site .bg-dark .button.post-cat.btn-text_underline {
color: var(--dark-text-color-heavier-rgba);
}
.site .bg-dark .button.post-cat.btn-color:hover {
border-color: var(--light-bg-color)!important;
background-color: var(--light-bg-color)!important;
color: var(--light-text-color-heavier-rgba)!important;
} .cat-thumb {
position: absolute;
top: 20px;
left: 20px;
z-index: 1;
}
.cat-thumb.first-cat-corner {
top: 0;
left: 0;
}
.cat-thumb.cat-thumb-text, .cat-thumb.cat-thumb-text_color, .cat-thumb.cat-thumb-text_underline {
top: 0;
left: 0;
padding: 15px 20px;
width: 100%;
}
.cat-thumb.cat-thumb-text::before, .cat-thumb.cat-thumb-text_color::before, .cat-thumb.cat-thumb-text_underline::before {
content: '';
background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0, transparent 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 100%);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
} .read-more {
overflow: hidden;
margin-top: 20px;
}
.read-more .post-more {
vertical-align: middle;
} .post-title-sticky {
width: 0.75em;
height: 0.75em;
margin-right: 0.25em;
color: var(--color-accent);
} .thumb-count {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 2.8em;
font-weight: 700;
font-style: italic;
line-height: 1;
color: white;
}
.post-small .thumb-count {
bottom: 5px;
right: 5px;
font-size: 1.5em;
}
.post-box .thumb-count {
bottom: auto;
top: 10px;
} .f-icon {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
color: white;
}
.f-icon .icon-svg {
width: 100%;
height: 100%;
}
.f-icon.f-audio.f-icon-center, .f-icon.f-gallery.f-icon-center, .f-icon.f-video.f-icon-center {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 20%;
height: auto;
max-width: 90px;
min-width: 24px;
}
.f-icon.f-audio.f-icon-side, .f-icon.f-gallery.f-icon-side, .f-icon.f-video.f-icon-side {
top: 10px;
right: 10px;
width: 24px;
height: auto;
}
.thumbnail-circle .f-icon.f-audio.f-icon-side, .thumbnail-circle .f-icon.f-gallery.f-icon-side, .thumbnail-circle .f-icon.f-video.f-icon-side {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .trending-label {
background-color: var(--color-accent);
color: var(--color-accent-text);
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
border-radius: 50%;
text-align: center;
}
.meta-trending .trending-label {
position: relative;
top: auto;
left: auto;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
} @media screen and (min-width: 768px) {
.post-list {
display: flex;
margin-left: calc((var(--primary_space) / 2) * -1);
margin-right: calc((var(--primary_space) / 2) * -1);
}
.post-list .post-desc {
padding-top: 0;
}
.post-list.post-list-reverse,
.post-item:nth-child(odd) .post-list.post-list-zigzag {
flex-direction: row-reverse;
}
.post-list > * {
padding-left: calc(var(--primary_space) / 2);
padding-right: calc(var(--primary_space) / 2);
}
.post-list .post-list-thumbnail {
width: 50%;
flex-shrink: 0;
}
.post-list .post-list-desc {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.post-list.post-vertical-center .post-list-desc {
justify-content: center;
}
}
@media screen and (max-width: 767px) {
.post-list .post-list-thumbnail {
width: 100% !important;
max-width: 100% !important;
flex-shrink: unset;
margin-bottom: 15px;
}
}
.post-medium > .entry-header {
margin-bottom: 15px;
}
.post-small {
display: flex;
}
.post-small .post-small-thumbnail {
float: left;
margin-right: 20px;
min-width: 120px;
}
.post-small .post-count {
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
float: left;
margin-right: 20px;
margin-bottom: 10px;
font-style: italic;
font-size: 1.5em;
line-height: 1;
}
.post-small .post-count::after {
content: '.';
}
.post-small .post-count + .post-small-desc {
overflow: hidden;
}
.post-small .post-small-desc > * {
margin-bottom: 15px;
}
.post-small .post-small-desc > *:last-child {
margin-bottom: 0;
}
.post-small.post-small-reverse {
flex-direction: row-reverse;
justify-content: space-between;
}
.post-small.post-small-reverse .post-small-thumbnail {
margin-right: 0;
margin-left: 20px;
}
.box-holder-img {
height: 100%;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.box-holder-img img {
margin: 0;
height: 100% !important;
width: 100%;
object-fit: cover;
-webkit-object-fit: cover;
object-position: center;
-webkit-object-position: center;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.box-holder-img + .entry-meta {
position: absolute;
top: 20px;
left: 20px;
}
.box-holder-img + .entry-meta.first-cat-corner {
top: 0;
left: 0;
}
.box-holder-video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.box-holder-video iframe {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%);
margin: 0;
height: 100% !important;
width: 235%;
max-width: none !important;
}
@media screen and (max-width: 767px) {
.box-holder-video {
display: none;
}
}
.box-holder {
padding-bottom: 120%;
position: relative;
overflow: hidden;
background-color: transparent !important;
}
.box-holder .post-desc-inner {
overflow: hidden;
}
.box-holder > *:not(.box-holder-img):not(.box-holder-video) {
z-index: 3;
}
.box-holder:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
height: 100%;
width: 100%;
z-index: 2;
background-image: -webkit-gradient(linear, left bottom, left top, from(#000000cf), color-stop(#00000000), to(#0000));
background-image: linear-gradient(to top, #000000cf, #00000000, #0000);
}
.term-box .box-holder:before {
background-image: none;
background-color: rgba(0, 0, 0, 0.5);
}
.lightbox-box .box-holder:before {
background-image: none;
background-color: transparent;
}
.box-holder .post-desc {
position: absolute;
bottom: 0;
left: 0;
margin: 0;
padding: 30px;
z-index: 3;
width: 100%;
}
.box-holder .post-desc.text-center {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%);
right: auto;
}
.box-vertical-center .box-holder .post-desc.text-center {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
bottom: auto;
}
.box-vertical-center .box-holder .post-desc:not(.text-center) {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
bottom: auto;
}
.lightbox-box .box-holder .box-url,
.term-box .box-holder .box-url {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
} .posts-container {
position: relative;
overflow: hidden;
}
.primary-posts,
.secondary-posts {
overflow: hidden;
position: relative;
}
.posts-list {
overflow: hidden;
position: relative;
z-index: 1;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
-ms-transition: opacity 0.1s linear;
-o-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
}
.posts-list.is-loading {
opacity: 0.3;
}
.hspace-small .posts-list {
margin-top: -15px;
margin-bottom: -15px;
}
.hspace-medium .posts-list {
margin-top: -20px;
margin-bottom: -20px;
}
.hspace-large .posts-list {
margin-top: -30px;
margin-bottom: -30px;
}
.hspace-xlarge .posts-list {
margin-top: -40px;
margin-bottom: -40px;
}
.hspace-huge .posts-list {
margin-top: -50px;
margin-bottom: -50px;
}
div.post-item {
width: 100%;
}
.post-item.post-medium2 {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.hspace-small .post-item article {
padding-top: 15px;
padding-bottom: 15px;
}
.hspace-medium .post-item article {
padding-top: 20px;
padding-bottom: 20px;
}
.hspace-large .post-item article {
padding-top: 30px;
padding-bottom: 30px;
}
.hspace-xlarge .post-item article {
padding-top: 40px;
padding-bottom: 40px;
}
.hspace-huge .post-item article {
padding-top: 50px;
padding-bottom: 50px;
}
.have-hsep .post-item article {
border-bottom: 1px solid var(--light-line-color-rgba);
}
.bg-dark .have-hsep .post-item article {
border-bottom-color: var(--dark-line-color-rgba);
}
.post-item:last-child article {
border-bottom: none;
}
.post-vseps {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
z-index: 0;
}
.posts-group .post-vseps {
z-index: -1;
}
.vspace-small .post-vseps {
margin-left: -15px;
margin-right: -15px;
}
.vspace-medium .post-vseps {
margin-left: -20px;
margin-right: -20px;
}
.vspace-large .post-vseps {
margin-left: -30px;
margin-right: -30px;
}
.vspace-xlarge .post-vseps {
margin-left: -40px;
margin-right: -40px;
}
.vspace-huge .post-vseps {
margin-left: -50px;
margin-right: -50px;
}
.module-group2 .post-vseps,
.module-group6 .post-vseps,
.module-group8 .post-vseps {
margin-left: 0 !important;
margin-right: 0 !important;
top: 0;
}
@media screen and (min-width: 768px) {
.module-group2 .post-vseps:before,
.module-group6 .post-vseps:before,
.module-group8 .post-vseps:before {
content: '';
height: 100%;
width: 1px;
background-color: var(--light-line-color-rgba);
position: absolute;
top: 0;
left: 0;
}
.bg-dark .module-group2 .post-vseps:before, .bg-dark
.module-group6 .post-vseps:before, .bg-dark
.module-group8 .post-vseps:before {
background-color: var(--dark-line-color-rgba);
}
}
@media screen and (min-width: 768px) {
.module-group2.reverse-primary .post-vseps:before,
.module-group6.reverse-primary .post-vseps:before,
.module-group8.reverse-primary .post-vseps:before {
left: auto;
right: 0;
}
}
.post-vsep {
display: none;
height: 100%;
width: 1px;
background-color: var(--light-line-color-rgba);
position: absolute;
top: 0;
}
.bg-dark .post-vsep {
background-color: var(--dark-line-color-rgba);
}
.post-list-columns {
display: flex;
flex-wrap: wrap;
}
.post-list-columns::after {
display: block;
clear: both;
content: "";
}
@media screen and (min-width: 1025px) {
.post-list-columns.post-list-parent {
flex-wrap: nowrap;
}
.reverse-primary .post-list-columns.post-list-parent {
flex-direction: row-reverse;
}
}
.vspace-small .post-list-columns {
margin-left: -15px;
margin-right: -15px;
}
.vspace-medium .post-list-columns {
margin-left: -20px;
margin-right: -20px;
}
.vspace-large .post-list-columns {
margin-left: -30px;
margin-right: -30px;
}
.vspace-xlarge .post-list-columns {
margin-left: -40px;
margin-right: -40px;
}
.vspace-huge .post-list-columns {
margin-left: -50px;
margin-right: -50px;
}
.post-list-columns > * {
display: block;
float: left;
width: 100%;
}
.vspace-small .post-list-columns > * {
padding-left: 15px;
padding-right: 15px;
}
.vspace-medium .post-list-columns > * {
padding-left: 20px;
padding-right: 20px;
}
.vspace-large .post-list-columns > * {
padding-left: 30px;
padding-right: 30px;
}
.vspace-xlarge .post-list-columns > * {
padding-left: 40px;
padding-right: 40px;
}
.vspace-huge .post-list-columns > * {
padding-left: 50px;
padding-right: 50px;
}
@media screen and (min-width: 768px) {
.posts-columns.columns2 .post-item {
width: 50%;
}
}
@media screen and (min-width: 768px) {
.posts-columns.columns2 .post-vsep.post-vsep1 {
display: block;
left: 50%;
}
}
@media screen and (min-width: 768px) {
.posts-columns.columns3 .post-item {
width: 33.33%;
}
}
@media screen and (min-width: 768px) {
.posts-columns.columns3 .post-vsep.post-vsep1 {
display: block;
left: 33.33%;
}
.posts-columns.columns3 .post-vsep.post-vsep2 {
display: block;
left: 66.66%;
}
}
@media screen and (min-width: 577px) {
.posts-columns.columns4 .post-item {
width: 50%;
}
}
@media screen and (min-width: 1025px) {
.posts-columns.columns4 .post-item {
width: 25%;
}
}
@media screen and (min-width: 577px) {
.posts-columns.columns4 .post-vsep.post-vsep1 {
display: block;
left: 50%;
}
.posts-columns.columns4 .post-vsep.post-vsep2, .posts-columns.columns4 .post-vsep.post-vsep3 {
display: none;
}
}
@media screen and (min-width: 1025px) {
.posts-columns.columns4 .post-vsep.post-vsep1 {
display: block;
left: 25%;
}
.posts-columns.columns4 .post-vsep.post-vsep2 {
display: block;
left: 50%;
}
.posts-columns.columns4 .post-vsep.post-vsep3 {
display: block;
left: 75%;
}
}
@media screen and (min-width: 577px) {
.posts-columns.columns6 .post-item {
width: 50%;
}
}
@media screen and (min-width: 768px) {
.posts-columns.columns6 .post-item {
width: 33.33%;
}
}
@media screen and (min-width: 1025px) {
.posts-columns.columns6 .post-item {
width: 16.66%;
}
}
@media screen and (min-width: 577px) {
.posts-columns.columns6 .post-vsep.post-vsep1 {
display: block;
left: 50%;
}
.posts-columns.columns6 .post-vsep.post-vsep2, .posts-columns.columns6 .post-vsep.post-vsep3, .posts-columns.columns6 .post-vsep.post-vsep4, .posts-columns.columns6 .post-vsep.post-vsep5 {
display: none;
}
}
@media screen and (min-width: 768px) {
.posts-columns.columns6 .post-vsep.post-vsep1 {
display: block;
left: 33.33%;
}
.posts-columns.columns6 .post-vsep.post-vsep2 {
display: block;
left: 66.66%;
}
.posts-columns.columns6 .post-vsep.post-vsep3, .posts-columns.columns6 .post-vsep.post-vsep4, .posts-columns.columns6 .post-vsep.post-vsep5 {
display: none;
}
}
@media screen and (min-width: 1025px) {
.posts-columns.columns6 .post-vsep.post-vsep1 {
display: block;
left: 16.66%;
}
.posts-columns.columns6 .post-vsep.post-vsep2 {
display: block;
left: 33.32%;
}
.posts-columns.columns6 .post-vsep.post-vsep3 {
display: block;
left: 49.98%;
}
.posts-columns.columns6 .post-vsep.post-vsep4 {
display: block;
left: 66.64%;
}
.posts-columns.columns6 .post-vsep.post-vsep5 {
display: block;
left: 83.3%;
}
}
.module-group2 .posts-list .primary-posts,
.module-group6 .posts-list .primary-posts,
.module-group8 .posts-list .primary-posts {
width: 50%;
flex-shrink: 0;
}
.module-group2 .posts-list .secondary-posts,
.module-group6 .posts-list .secondary-posts,
.module-group8 .posts-list .secondary-posts {
flex-grow: 1;
}
@media screen and (max-width: 1024px) {
.module-group2 .posts-list .primary-posts,
.module-group6 .posts-list .primary-posts,
.module-group8 .posts-list .primary-posts {
width: 100% !important;
max-width: 100% !important;
flex-shrink: unset;
}
} .block-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
.block-loader .loader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .heading-wrap {
margin-bottom: 30px;
position: relative;
z-index: 9;
}
.page-title .heading-wrap,
.heading-wrap > * {
margin-bottom: 0;
}
.el-widget .heading-wrap {
display: none;
}
.heading-wrap.heading-style3, .heading-wrap.heading-style4, .heading-wrap.heading-style5, .heading-wrap.heading-style7 {
margin-bottom: 40px;
}
.heading-right {
text-align: right;
}
.heading-center {
text-align: center;
}
.heading-main {
overflow: hidden;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom: 0 !important;
display: flex;
align-items: center;
position: relative;
width: 100%;
}
.heading-right .heading-main {
flex-direction: row-reverse;
}
.heading-center .heading-main {
justify-content: center;
}
.heading-main::after, .heading-main::before {
content: '';
height: calc(var(--heading_line_size) * 1px);
width: 100%;
display: none;
background-color: var(--color-accent);
}
.heading-style2 .heading-main::after {
display: block;
margin-left: 15px;
width: 50px;
}
.heading-style2 .heading-main .heading-text,
.heading-style2 .heading-main .text-link {
flex-shrink: 0;
}
.heading-style2.heading-center .heading-main::before {
display: block;
margin-right: 15px;
width: 50px;
}
.heading-style2.heading-right .heading-main::after {
margin-left: 0;
margin-right: 15px;
}
.heading-style10 .heading-main::after {
width: 100%;
}
.heading-style10.heading-center .heading-main::before {
width: 100%;
}
.heading-style3 .heading-main::after,
.heading-style4 .heading-main::after {
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 2px;
}
.heading-style3 .heading-main .heading-text,
.heading-style4 .heading-main .heading-text {
background-color: var(--color-accent);
color: var(--color-accent-text);
padding: 8px 0.7em;
}
.heading-style3 .heading-main::after {
bottom: auto;
top: 0;
}
.heading-style5 .heading-main,
.heading-style6 .heading-main {
padding-top: 12px;
padding-bottom: 12px;
position: relative;
padding-left: 20px;
}
.heading-style5 .heading-main::before,
.heading-style6 .heading-main::before {
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 100% !important;
width: calc(var(--heading_line_size) * 1px);
}
.heading-style5.heading-center .heading-main,
.heading-style5.heading-right .heading-main,
.heading-style6.heading-center .heading-main,
.heading-style6.heading-right .heading-main {
padding-right: 20px;
}
.heading-style5.heading-center .heading-main::after,
.heading-style5.heading-right .heading-main::after,
.heading-style6.heading-center .heading-main::after,
.heading-style6.heading-right .heading-main::after {
display: block;
position: absolute;
bottom: 0;
right: 0;
height: 100% !important;
width: calc(var(--heading_line_size) * 1px);
}
.heading-style5.heading-right .heading-main,
.heading-style6.heading-right .heading-main {
padding-left: 0;
}
.heading-style5.heading-right .heading-main::before,
.heading-style6.heading-right .heading-main::before {
display: none;
}
.heading-style5 .heading-main {
background-color: var(--light-sec-bg-color);
}
.bg-dark .heading-style5 .heading-main {
background-color: var(--dark-sec-bg-color);
}
.heading-style6 .heading-main {
padding-top: 0;
padding-bottom: 0;
}
.heading-style9 .heading-main .heading-text {
display: flex;
align-items: center;
}
.heading-style9 .heading-main .heading-text::before {
content: '';
background-color: var(--color-accent);
color: var(--color-accent-text);
height: 10px;
width: 10px;
margin-right: 0.5em;
}
.heading-style9.heading-center .heading-main .heading-text::after,
.heading-style9.heading-right .heading-main .heading-text::after {
content: '';
background-color: var(--color-accent);
color: var(--color-accent-text);
height: 10px;
width: 10px;
margin-left: 0.5em;
}
.heading-style9.heading-right .heading-main .heading-text {
padding-left: 0;
}
.heading-style9.heading-right .heading-main .heading-text::before {
display: none;
}
.heading-style7 .heading-main .heading-text {
background-color: var(--color-accent);
color: var(--color-accent-text);
padding: 8px 0.7em;
}
.heading-style8 .heading-main {
overflow: visible;
}
.heading-style8 .heading-main .heading-text {
position: relative;
padding: 0 0 12px;
}
.heading-style8 .heading-main .heading-text::before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: var(--color-accent);
}
.heading-style8 .heading-main::before {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: var(--light-line-color-rgba);
}
.bg-dark .heading-style8 .heading-main::before {
background-color: var(--dark-line-color-rgba);
}
.heading-style8.heading-center .heading-main::after {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%);
}
.heading-style8.heading-right .heading-main::after {
left: auto;
right: 0;
}
.heading-more {
display: flex;
align-items: center;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.heading-more > * {
margin-right: 30px;
}
.heading-more > *:last-child {
margin-right: 0;
}
.heading-style5 .heading-more {
right: 20px;
}
.heading-right .heading-more {
right: auto;
left: 0;
}
.heading-style5 .heading-right .heading-more {
left: 20px;
}
.heading-more-text {
display: flex;
align-items: center;
}
.heading-more-text::after {
margin-left: 8px;
content: '';
width: 16px;
height: 16px;
display: inline-block;
background-color: var(--color-accent);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 16px;
mask-size: 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
.heading-more-text .text-link {
display: none;
}
}
.heading-pagi {
display: flex;
align-items: center;
}
.heading-pagi::after {
margin-left: 8px;
content: '';
width: 18px;
height: 18px;
display: inline-block;
background-color: var(--color-accent);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 18px;
mask-size: 18px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
.heading-pagi .heading-pagi-text {
display: none;
}
}
@media screen and (max-width: 767px) {
.module-filters {
display: none;
}
}
.module-filters ul {
padding: 0;
margin: 0;
}
.module-filters ul li {
display: inline-block;
padding: 0;
margin: 0;
float: left;
margin-right: 20px;
}
.module-filters ul li:last-child {
margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
.module-sorts {
display: none;
}
}
.module-sorts ul li {
display: block;
}
.module-sorts ul li a {
display: block;
}
.module-sorts ul li:last-child {
margin-bottom: 0;
}
.dropdown-click {
position: relative;
}
.dropdown-click .dropdown-trigger {
display: flex;
align-items: center;
}
.dropdown-click .dropdown-trigger::after {
margin-left: 8px;
content: '';
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 19px;
mask-size: 19px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");
width: 0.7em;
height: 0.7em;
display: inline-block;
background-color: var(--color-accent);
}
.el-social .dropdown-click .dropdown-trigger::after {
display: none;
}
.dropdown-click .dropdown-trigger.is_open::after {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 19px;
mask-size: 19px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z'/%3E%3C/svg%3E");
}
.dropdown-click .dropdown-container {
opacity: 0;
display: none;
position: absolute;
top: 100%;
right: 0;
z-index: 9;
white-space: nowrap;
margin: 1em 0 0;
padding: 20px;
background-color: var(--dark-sec-bg-color);
border-radius: 10px;
-webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
}
.dropdown-click .dropdown-container::before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent var(--dark-sec-bg-color) transparent;
position: absolute;
right: 20px;
top: -8px;
}
.bg-dark .dropdown-click .dropdown-container::before {
border-color: transparent transparent var(--light-sec-bg-color) transparent;
}
.bg-dark .dropdown-click .dropdown-container {
background-color: var(--light-sec-bg-color);
}
.dropdown-click .dropdown-container a {
color: var(--dark-text-color-heavier-rgba);
}
.dropdown-click .dropdown-container a:hover {
color: var(--color-accent);
}
.bg-dark .dropdown-click .dropdown-container a {
color: var(--light-text-color-heavier-rgba);
}
.bg-dark .dropdown-click .dropdown-container a:hover {
color: var(--color-accent);
}
.swiper-nav-heading {
display: flex;
align-items: center;
}
.swiper-nav-heading > * {
display: flex;
margin-right: 20px;
cursor: pointer;
}
.swiper-nav-heading > *:last-child {
margin-right: 0;
}
.swiper-nav-heading > *::after {
content: '';
width: 20px;
height: 20px;
display: inline-block;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
background-color: currentColor;
}
.swiper-nav-heading > *:hover::after {
background-color: var(--color-accent);
}
.swiper-nav-heading > *.swiper-prev::after {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 20px;
mask-size: 20px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
}
.swiper-nav-heading > *.swiper-next::after {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 20px;
mask-size: 20px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
}
.nextprev-pagi {
display: flex;
align-items: center;
}
.nextprev-pagi > * {
display: flex;
margin-right: 20px;
cursor: pointer;
}
.nextprev-pagi > *:last-child {
margin-right: 0;
}
.nextprev-pagi > *::after {
content: '';
width: 20px;
height: 20px;
display: inline-block;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
background-color: currentColor;
}
.nextprev-pagi > *:hover::after {
background-color: var(--color-accent);
}
.nextprev-pagi > *.prev-posts::after {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 20px;
mask-size: 20px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
}
.nextprev-pagi > *.next-posts::after {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 20px;
mask-size: 20px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
}
.nextprev-pagi > *.btn-disabled {
opacity: 1;
} .block-slider {
position: relative;
visibility: hidden;
}
.block-slider.slider-showed {
visibility: visible;
}
.block-slider:not(.slider-showed) {
height: 0;
}
.block-slider .th90-slider {
position: relative;
}
.block-slider .swiper-pagination {
margin-top: 20;
position: relative;
line-height: 1;
font-size: 6px;
text-align: center;
}
.block-slider .swiper-pagination.text-right {
text-align: right;
}
.block-slider .swiper-pagination.text-left {
text-align: left;
}
.block-slider .swiper-pagination .swiper-pagi {
margin: 0;
padding: 0;
line-height: 0;
width: 1em;
height: 1em;
border-radius: 50%;
cursor: pointer;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
margin-right: 2em;
display: inline-block;
background-color: var(--dark-bg-color);
border: 1px solid var(--dark-bg-color);
}
.block-slider .swiper-pagination .swiper-pagi .bg-dark {
background-color: var(--light-bg-color);
border: 1px solid var(--light-bg-color);
}
.block-slider .swiper-pagination .swiper-pagi:last-child {
margin-right: 0 !important;
}
.block-slider .swiper-pagination .swiper-pagi.active {
background-color: transparent !important;
transform: scale(1.6);
}
.nav-center .block-slider .swiper-pagination {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
.block-slider .slider-arrow {
z-index: 2;
width: 46px;
height: 46px;
border: 1px solid;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
cursor: pointer;
position: absolute;
top: 50%;
margin-top: -23px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.block-slider .slider-arrow.swiper-prev {
left: 15px;
}
.block-slider .slider-arrow.swiper-prev:before {
content: '';
width: 100%;
height: 100%;
display: inline-block;
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 18px;
mask-size: 18px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z'/%3E%3C/svg%3E");
}
.block-slider .slider-arrow.swiper-next {
right: 15px;
}
.block-slider .slider-arrow.swiper-next:before {
content: '';
width: 100%;
height: 100%;
display: inline-block;
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 18px;
mask-size: 18px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
}
.block-slider .slider-arrow:hover {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
}
.block-slider .slider-arrow.swiper-button-disabled {
cursor: default;
}
.block-slider.nav-show-onhover .slider-arrow {
opacity: 0;
visibility: hidden;
}
.block-slider.nav-show-onhover:hover .slider-arrow {
opacity: 1;
visibility: visible;
} @font-face {
font-family: 'swiper-icons';
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
} .swiper-container-3d {
perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-container-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: 10px;
right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
right: 10px;
left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
--swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
--swiper-navigation-color: #000000;
}
.swiper-button-lock {
display: none;
}
:root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-white {
--swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
--swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
display: none;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
} :root { }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
animation: swiper-preloader-spin 1s infinite linear;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube {
overflow: visible;
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
.swiper-container-flip {
overflow: visible;
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .offcanvas {
pointer-events: none;
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
bottom: 0;
z-index: 999;
width: 100%;
height: 100%;
right: 0;
overflow-y: auto;
webkit-box-shadow: 0 0 20px 0 rgba(10, 8, 8, 0.2);
-o-box-shadow: 0 0 20px 0 rgba(10, 8, 8, 0.2);
-moz-box-shadow: 0 0 20px 0 rgba(10, 8, 8, 0.2);
-ms-box-shadow: 0 0 20px 0 rgba(10, 8, 8, 0.2);
box-shadow: 0 0 20px 0 rgba(10, 8, 8, 0.2);
max-width: var(--offcanvas_width-width);
}
.offcanvas.showfrom-left {
left: 0;
}
.admin-bar .offcanvas {
top: 32px;
}
.offcanvas-background {
opacity: var(--offcanvas_bg_img_opacity);
}
.offcanvas-inner {
padding: 40px var(--primary_space) 80px;
position: relative;
min-height: 100%;
display: flex;
flex-direction: column;
}
.menu-center .offcanvas-inner {
align-items: center;
}
.offcanvas-inner .box-holder-img {
z-index: -1;
}
.offcanvas-close-wrap {
overflow: hidden;
width: 100%;
display: flex;
justify-content: flex-end;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.offcanvas-close-wrap .popup-close {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
font-size: 23px;
display: flex;
justify-content: center;
align-items: center;
}
.offcanvas-overlay {
display: none;
opacity: 0;
position: fixed;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
z-index: 998;
background-color: var(--offcanvas_overlay-rgba);
backdrop-filter: blur(calc(var(--offcanvas_overlay_blur) * 1px));
-webkit-backdrop-filter: blur(calc(var(--offcanvas_overlay_blur) * 1px));
} .mobilemenu {
pointer-events: none;
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
bottom: 0;
z-index: 999;
width: 100%;
height: 100%;
right: 0;
overflow-y: auto;
max-width: 100%;
}
.admin-bar .mobilemenu {
top: 32px;
}
@media screen and (min-width: 1025px) {
.mobilemenu {
display: none;
}
}
.amp-mobilemenu {
width: 400px;
max-width: 100%;
}
.mobilemenu-background {
opacity: var(--mobilemenu_bg_img_opacity);
}
.mobilemenu-inner {
padding: 60px 40px;
position: relative;
min-height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.menu-center .mobilemenu-inner {
align-items: center;
}
.mobilemenu-inner .box-holder-img {
z-index: -1;
}
.mobilemenu-close-wrap {
overflow: hidden;
width: 100%;
display: flex;
justify-content: flex-end;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.mobilemenu-close-wrap .popup-close {
background-color: var(--color-accent);
color: var(--color-accent-text);
border-color: var(--color-accent);
font-size: 23px;
display: flex;
justify-content: center;
align-items: center;
}
.nav-mobile > ul,
ul.nav-mobile {
list-style: none;
font-family: var(--font_heading-font-family);
font-weight: var(--font_heading-font-weight);
font-style: var(--font_heading-font-style);
text-transform: var(--font_heading-text-transform);
line-height: var(--font_heading-line-height);
letter-spacing: var(--font_heading-letter-spacing);
font-size: 2em;
line-height: 1;
margin: 0;
padding: 0;
}
.menu-center .nav-mobile > ul, .menu-center
ul.nav-mobile {
text-align: center;
}
.menu-right .nav-mobile > ul, .menu-right
ul.nav-mobile {
text-align: right;
}
.nav-mobile > ul li,
ul.nav-mobile li {
display: block;
position: relative;
margin-bottom: 1em;
}
.nav-mobile > ul li:last-child,
ul.nav-mobile li:last-child {
margin-bottom: 0 !important;
}
.nav-mobile > ul li a,
ul.nav-mobile li a {
display: block;
position: relative;
padding-right: var(--primary_space);
text-decoration: none;
}
.menu-right .nav-mobile > ul li a, .menu-right
ul.nav-mobile li a {
padding-right: 0;
padding-left: var(--primary_space);
}
.nav-mobile > ul li a:hover,
ul.nav-mobile li a:hover {
color: currentColor;
}
.menu-center .nav-mobile > ul li a, .menu-center
ul.nav-mobile li a {
display: inline-block;
padding-right: 0;
padding-left: 0;
}
.nav-mobile > ul li a .menu-text,
ul.nav-mobile li a .menu-text {
position: relative;
line-height: 1;
display: inline-block;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
text-decoration-line: underline;
text-decoration-color: transparent;
}
.menu-hover-default .nav-mobile > ul li.current-menu-ancestor > a .menu-text, .menu-hover-default .nav-mobile > ul li.current-menu-item > a .menu-text, .menu-hover-default .nav-mobile > ul li:hover > a .menu-text, .menu-hover-default
ul.nav-mobile li.current-menu-ancestor > a .menu-text, .menu-hover-default
ul.nav-mobile li.current-menu-item > a .menu-text, .menu-hover-default
ul.nav-mobile li:hover > a .menu-text {
opacity: 0.5;
color: currentColor;
text-decoration-color: transparent;
}
.menu-hover-color .nav-mobile > ul li.current-menu-ancestor > a .menu-text, .menu-hover-color .nav-mobile > ul li.current-menu-item > a .menu-text, .menu-hover-color .nav-mobile > ul li:hover > a .menu-text, .menu-hover-color
ul.nav-mobile li.current-menu-ancestor > a .menu-text, .menu-hover-color
ul.nav-mobile li.current-menu-item > a .menu-text, .menu-hover-color
ul.nav-mobile li:hover > a .menu-text {
color: var(--color-accent);
text-decoration-color: transparent;
}
.menu-hover-underline .nav-mobile > ul li.current-menu-ancestor > a .menu-text, .menu-hover-underline .nav-mobile > ul li.current-menu-item > a .menu-text, .menu-hover-underline .nav-mobile > ul li:hover > a .menu-text, .menu-hover-underline
ul.nav-mobile li.current-menu-ancestor > a .menu-text, .menu-hover-underline
ul.nav-mobile li.current-menu-item > a .menu-text, .menu-hover-underline
ul.nav-mobile li:hover > a .menu-text {
color: currentColor;
text-decoration-color: currentColor;
}
.menu-hover-underline_color .nav-mobile > ul li.current-menu-ancestor > a .menu-text, .menu-hover-underline_color .nav-mobile > ul li.current-menu-item > a .menu-text, .menu-hover-underline_color .nav-mobile > ul li:hover > a .menu-text, .menu-hover-underline_color
ul.nav-mobile li.current-menu-ancestor > a .menu-text, .menu-hover-underline_color
ul.nav-mobile li.current-menu-item > a .menu-text, .menu-hover-underline_color
ul.nav-mobile li:hover > a .menu-text {
color: currentColor;
text-decoration-color: var(--color-accent);
}
.menu-hover-underline_text_color .nav-mobile > ul li.current-menu-ancestor > a .menu-text, .menu-hover-underline_text_color .nav-mobile > ul li.current-menu-item > a .menu-text, .menu-hover-underline_text_color .nav-mobile > ul li:hover > a .menu-text, .menu-hover-underline_text_color
ul.nav-mobile li.current-menu-ancestor > a .menu-text, .menu-hover-underline_text_color
ul.nav-mobile li.current-menu-item > a .menu-text, .menu-hover-underline_text_color
ul.nav-mobile li:hover > a .menu-text {
color: var(--color-accent);
text-decoration-color: var(--color-accent);
}
.nav-mobile > ul ul.sub-menu,
ul.nav-mobile ul.sub-menu {
list-style: none;
font-size: 0.8em;
display: none;
margin: 0;
padding: 0;
margin-top: 1.2em;
border-color: var(--light-line-color-rgba);
}
.bg-dark .nav-mobile > ul ul.sub-menu, .bg-dark
ul.nav-mobile ul.sub-menu {
border-color: var(--dark-line-color-rgba);
}
.amp-mobilemenu .nav-mobile > ul ul.sub-menu, .amp-mobilemenu
ul.nav-mobile ul.sub-menu {
display: block;
}
.menu-right .nav-mobile > ul ul.sub-menu, .menu-right
ul.nav-mobile ul.sub-menu {
padding-right: 1.2em; }
.menu-left .nav-mobile > ul ul.sub-menu, .menu-left
ul.nav-mobile ul.sub-menu {
padding-left: 1.2em; }
.sub-pointer {
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-left: 15px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
width: 34px;
height: 34px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-size: 24px;
mask-size: 24px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");
background-color: currentColor;
}
.sub-pointer:hover {
background-color: var(--color-accent);
}
.sub-pointer.is-active {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-size: 24px;
mask-size: 24px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z'/%3E%3C/svg%3E");
}
.menu-center .sub-pointer {
right: -40px;
-webkit-mask-position: center;
mask-position: center;
}
.menu-right .sub-pointer {
left: 0;
right: auto;
margin-left: 0;
margin-right: 15px;
} .entry-header-page {
width: 100%;
margin-bottom: 40px;
}
.page_title-section .entry-header-page {
margin-bottom: 0;
}
.entry-header-page .sub-title {
font-family: var(--second_text-font-family);
font-weight: var(--second_text-font-weight);
font-style: var(--second_text-font-style);
text-transform: var(--second_text-text-transform);
font-size: var(--second_text-font-size);
letter-spacing: var(--second_text-letter-spacing);
line-height: var(--second_text-line-height);
}
.page_title-section {
margin-bottom: 40px;
}
.page_title-section .section-inner {
margin-left: calc((var(--primary_space) / 2) * -1);
margin-right: calc((var(--primary_space) / 2) * -1);
padding-top: var(--page_title_padding-padding-top);
padding-bottom: var(--page_title_padding-padding-bottom);
}
.page_title-section .entry-header-page {
padding-left: calc(var(--primary_space) / 2);
padding-right: calc(var(--primary_space) / 2);
}
.page_title-section.text-center .section-inner {
justify-content: center;
}
.page_title-section.text-right .section-inner {
justify-content: flex-end;
}
.page-title {
display: flex;
}
.entry-meta-holder + .page-title {
margin-top: 15px;
}
.page-title + .entry-meta-holder {
margin-top: 20px;
}
.page-title + .entry-meta-holder.entry-meta-modern {
margin-top: 30px;
}
@media screen and (min-width: 1025px) {
.text-left .page-title,
.text-right .page-title {
justify-content: space-between;
align-items: center;
}
}
@media screen and (max-width: 1024px) {
.text-left .page-title,
.text-right .page-title {
flex-direction: column-reverse;
}
}
@media screen and (min-width: 1025px) {
.text-right .page-title {
flex-direction: row-reverse;
}
}
.text-center .page-title {
flex-direction: column-reverse;
}
.entry-header-article .page-title {
flex-direction: column;
}
.text-center .articles-count {
margin-bottom: 12px;
}
.page-desc {
margin-top: 20px;
font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
.page-desc {
font-size: 1rem !important;
}
}
.text-center .page-desc .entry-author .vcard {
flex-direction: column;
align-items: center;
}
.text-right .page-desc .entry-author .avatar {
float: right;
margin-right: 0;
margin-left: 30px;
}
.text-center .page-desc .entry-author .avatar {
float: none;
display: inline-block;
margin-right: 0;
margin-bottom: 20px;
}
.page-desc .entry-author .social-icons {
margin-top: 15px;
}
.text-center .page-desc .entry-author .social-icons {
justify-content: center;
} ul.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
}
ul.breadcrumbs li {
margin: 0;
padding: 0;
display: inline-block;
margin-left: 26px;
position: relative;
}
ul.breadcrumbs li::before {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: -16px;
background-color: currentColor;
height: 100%;
width: 5px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 15px;
mask-size: 15px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
}
ul.breadcrumbs li:first-child {
margin-left: 0;
}
ul.breadcrumbs li:first-child::before {
display: none;
} .content-404 {
max-width: 70%;
margin: 0 auto;
}
.content-404 .page-404-number {
font-weight: 800;
font-size: 100px;
margin-bottom: 20px;
}
.content-404 .back-to-home {
margin-top: 30px;
} .banner-box {
display: flex;
}
.banner-box-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.banner-box-inner .thumb-container {
border-radius: 0 !important;
}
.banner-desc,
.banner-overlay,
.banner-url {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.banner-desc {
display: flex;
justify-content: flex-start;
align-items: flex-end;
}
.banner-desc-title {
color: #fff;
padding: 15px 20px;
text-transform: uppercase;
letter-spacing: 0.15em;
font-weight: 500;
} .newsletter-popup {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
display: none;
opacity: 0;
overflow: hidden;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}
.newsletter-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: var(--newsletter_overlay-rgba);
backdrop-filter: blur(calc(var(--newsletter_overlay_blur) * 1px));
-webkit-backdrop-filter: blur(calc(var(--newsletter_overlay_blur) * 1px));
}
.th90-newsletter {
position: relative;
display: none;
max-height: 100%;
max-width: 100%;
height: calc(var(--newsletter_height) * 1px);
width: calc(var(--newsletter_width) * 1px);
webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
.th90-newsletter {
justify-content: center;
flex-wrap: nowrap;
}
}
@media screen and (max-width: 767px) {
.th90-newsletter {
flex-direction: column;
height: 100%;
}
}
.th90-newsletter > * {
width: 50%;
flex: 0 0 50%;
height: 100%;
}
@media screen and (max-width: 767px) {
.th90-newsletter > * {
width: 100%;
}
.th90-newsletter > *.newsletter-img {
flex: 0 0 40%;
height: 40%;
}
.th90-newsletter > *.newsletter-content {
flex: 0 0 60%;
height: 60%;
}
}
.newsletter-img {
overflow: hidden;
}
.newsletter-img img {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-object-fit: cover;
}
.newsletter-content {
display: flex;
flex-direction: column;
justify-content: center;
}
@media screen and (min-width: 768px) {
.newsletter-content {
position: relative;
}
}
.newsletter-content .popup-close {
position: absolute;
top: 15px;
right: 15px;
} .newsletter-inner {
padding: 40px;
background-color: var(--light-sec-bg-color);
}
.text-center .newsletter-inner input:not([type='button']):not([type='reset']):not([type='submit']), .text-center
.newsletter-inner select {
text-align: center;
}
.bg-dark .newsletter-inner {
background-color: var(--dark-sec-bg-color);
}
.newsletter-style2 .newsletter-inner {
background-color: var(--color-accent);
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner a,
.newsletter-style2 .newsletter-inner h3,
.newsletter-style2 .newsletter-inner h4,
.newsletter-style2 .newsletter-inner label {
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner .close-icon::after,
.newsletter-style2 .newsletter-inner .close-icon::before {
background-color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner input:not([type='button']):not([type='reset']):not([type='submit']),
.newsletter-style2 .newsletter-inner select {
background-color: rgba(255, 255, 255, 0.14);
border-color: rgba(255, 255, 255, 0.14);
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner input:not([type='button']):not([type='reset']):not([type='submit'])::placeholder,
.newsletter-style2 .newsletter-inner select::placeholder {
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner input:not([type='button']):not([type='reset']):not([type='submit']):-webkit-input-placeholder,
.newsletter-style2 .newsletter-inner select:-webkit-input-placeholder {
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner input:not([type='button']):not([type='reset']):not([type='submit']):-moz-placeholder,
.newsletter-style2 .newsletter-inner select:-moz-placeholder {
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner input:not([type='button']):not([type='reset']):not([type='submit'])::-moz-placeholder,
.newsletter-style2 .newsletter-inner select::-moz-placeholder {
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner input:not([type='button']):not([type='reset']):not([type='submit']):-ms-input-placeholder,
.newsletter-style2 .newsletter-inner select:-ms-input-placeholder {
color: var(--color-accent-text);
}
.newsletter-style2 .newsletter-inner input[type='button'],
.newsletter-style2 .newsletter-inner input[type='reset'],
.newsletter-style2 .newsletter-inner input[type='submit'] {
border-color: var(--light-bg-color);
background-color: var(--light-bg-color);
color: var(--color-accent);
}
.newsletter-style4 .newsletter-inner {
padding: 0;
background-color: transparent;
}
.newsletter-icon-wrap {
margin-bottom: 30px;
}
.newsletter-icon-wrap .newsletter-icon {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
font-size: 36px;
border-radius: 50%;
background-color: var(--light-bg-color);
color: var(--color-accent);
}
.text-center .newsletter-icon-wrap .newsletter-icon {
margin: 0 auto;
}
.newsletter-icon-wrap img {
display: flex;
}
.text-center .newsletter-icon-wrap img {
margin: 0 auto;
} .text-center .mc4wp-form-fields {
margin: 0 auto;
}
.mc4wp-form-fields input[type='checkbox'],
.mc4wp-form-fields input[type='radio'] {
width: auto;
}
.form-style1 .mc4wp-form-fields p {
margin-bottom: 20px;
}
.form-style1 .mc4wp-form-fields p:last-child {
margin-bottom: 0;
}
.form-style1 .mc4wp-form-fields button,
.form-style1 .mc4wp-form-fields input[type='button'],
.form-style1 .mc4wp-form-fields input[type='submit'] {
width: 100%;
}
.form-style2 .mc4wp-form-fields,
.form-style3 .mc4wp-form-fields {
display: flex;
align-items: center;
justify-content: space-between;
border-radius: calc(var(--button_radius) * 1px);
background-color: var(--light-bg-color);
}
.bg-dark .form-style2 .mc4wp-form-fields, .bg-dark
.form-style3 .mc4wp-form-fields {
background-color: var(--dark-bg-color);
}
.newsletter-style2 .form-style2 .mc4wp-form-fields, .newsletter-style2
.form-style3 .mc4wp-form-fields {
background-color: rgba(255, 255, 255, 0.14);
}
.bg-dark .newsletter-style2 .form-style2 .mc4wp-form-fields, .bg-dark .newsletter-style2
.form-style3 .mc4wp-form-fields {
background-color: rgba(255, 255, 255, 0.14);
}
.newsletter-style4 .form-style2 .mc4wp-form-fields, .newsletter-style4
.form-style3 .mc4wp-form-fields {
background-color: var(--light-sec-bg-color);
}
.bg-second .newsletter-style4 .form-style2 .mc4wp-form-fields, .bg-second .newsletter-style4
.form-style3 .mc4wp-form-fields {
background-color: var(--light-bg-color);
}
.bg-dark .newsletter-style4 .form-style2 .mc4wp-form-fields, .bg-dark .newsletter-style4
.form-style3 .mc4wp-form-fields {
background-color: var(--dark-sec-bg-color);
}
.bg-second.bg-dark .newsletter-style4 .form-style2 .mc4wp-form-fields, .bg-second.bg-dark .newsletter-style4
.form-style3 .mc4wp-form-fields {
background-color: var(--dark-bg-color);
}
.form-style2 .mc4wp-form-fields > *,
.form-style3 .mc4wp-form-fields > * {
flex-grow: 1;
}
.form-style2 .mc4wp-form-fields > *:last-child,
.form-style3 .mc4wp-form-fields > *:last-child {
flex-grow: 0;
}
.form-style2 .mc4wp-form-fields + *,
.form-style3 .mc4wp-form-fields + * {
margin-top: 15px;
}
.form-style2 .mc4wp-form-fields input,
.form-style2 .mc4wp-form-fields p,
.form-style3 .mc4wp-form-fields input,
.form-style3 .mc4wp-form-fields p {
margin: 0;
text-align: left;
}
.form-style2 .mc4wp-form-fields input:not([type='button']):not([type='reset']):not([type='submit']),
.form-style2 .mc4wp-form-fields select,
.form-style3 .mc4wp-form-fields input:not([type='button']):not([type='reset']):not([type='submit']),
.form-style3 .mc4wp-form-fields select {
background-color: transparent;
border: none;
text-align: left;
}
.form-style3 .mc4wp-form-fields input[type='button'],
.form-style3 .mc4wp-form-fields input[type='reset'],
.form-style3 .mc4wp-form-fields input[type='submit'] {
text-indent: -9999px;
padding: 0 25px;
background-color: var(--color-accent);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 18px;
mask-size: 18px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
}
.newsletter-style2 .form-style3 .mc4wp-form-fields input[type='button'], .newsletter-style2
.form-style3 .mc4wp-form-fields input[type='reset'], .newsletter-style2
.form-style3 .mc4wp-form-fields input[type='submit'] {
background-color: var(--color-accent-text);
}
.mc4wp-response {
margin-bottom: 20px;
font-weight: 700;
}
.jctkr-wrapper,
.jctkr-wrapper * {
box-sizing: border-box;
}
.jctkr-wrapper {
display: inline-block;
position: relative;
width: 100%;
height: 1em;
vertical-align: top;
overflow: hidden;
}
.jctkr-wrapper ul {
position: absolute;
left: 0;
top: 0;
height: 100%;
margin: 0;
padding: 0;
list-style: none;
white-space: nowrap;
text-align: left;
opacity: 0;
-webkit-transition: opacity 1s;
transition: opacity 1s;
}
.jctkr-wrapper.jctkr-initialized ul {
opacity: 1;
}
.jctkr-label,
.jctkr-wrapper ul li {
display: inline-block;
} .el-scroller,
.el-scroller-widget,
.el-ticker,
.el-ticker-widget,
.ticker-wrap {
width: 100%;
}
.ticker-wrap {
display: flex;
align-items: center;
}
.ticker-wrap.ticker-bg-sec {
background-color: var(--light-sec-bg-color);
}
.bg-dark .ticker-wrap.ticker-bg-sec {
background-color: var(--dark-sec-bg-color);
}
.ticker-wrap.ticker-bg-sec.ticker-heading1 {
padding: 0 20px;
}
.ticker-wrap.ticker-bg-sec.ticker-heading2, .ticker-wrap.ticker-bg-sec.ticker-heading3 {
padding-right: 20px;
}
.ticker-posts {
height: 50px;
}
.ticker-heading {
flex-shrink: 0;
margin-bottom: 0 !important;
display: flex;
align-items: center;
padding-right: 20px;
}
.ticker-heading2 .ticker-heading,
.ticker-heading3 .ticker-heading {
height: 100%;
padding: 0 1.25em;
background-color: var(--color-accent);
color: var(--color-accent-text);
margin-right: 1em;
position: relative;
}
.ticker-heading3 .ticker-heading::after {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: -10px;
content: '';
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid var(--color-accent);
}
.ticker-heading .icon-svg + .tickerheading-text {
margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
.ticker-heading .icon-svg + .tickerheading-text {
display: none;
}
}
.ticker-heading .icon-svg svg {
fill: var(--color-accent);
}
.ticker-heading2 .ticker-heading .icon-svg svg,
.ticker-heading3 .ticker-heading .icon-svg svg {
fill: var(--color-accent-text);
}
.th90-ticker {
display: block;
line-height: 1.2em !important;
overflow: hidden;
}
.el-scroller-widget .th90-ticker,
.el-ticker-widget .th90-ticker {
font-size: 1em;
}
.th90-ticker ul {
opacity: 0;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}
.th90-ticker ul li {
margin-bottom: 0;
position: relative;
display: flex;
align-items: center;
}
.title-stroke .th90-ticker ul li > a, .title-stroke
.th90-ticker ul li .ticker-text {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--color-accent);
}
.th90-ticker ul li .ticker-div {
position: relative;
width: 2em;
}
.div-none .th90-ticker ul li .ticker-div {
width: 1em;
}
.div-slash .th90-ticker ul li .ticker-div::before {
content: '';
width: 1px;
height: 1em;
background-color: var(--color-accent);
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(20deg);
}
.div-dot_circle .th90-ticker ul li .ticker-div::before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: '';
width: 0.28em;
height: 0.28em;
background-color: var(--color-accent);
border-radius: 50%;
}
.div-dot_square .th90-ticker ul li .ticker-div::before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: '';
width: 0.28em;
height: 0.28em;
background-color: var(--color-accent);
}
.div-dot_diamond .th90-ticker ul li .ticker-div::before {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
content: '';
width: 0.28em;
height: 0.28em;
background-color: var(--color-accent);
}
.div-vbar .th90-ticker ul li .ticker-div::before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: '';
width: 1px;
height: 1em;
background-color: var(--color-accent);
}
.th90-ticker ul li .ticker-div-svg {
width: 0.5em;
height: auto;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: var(--color-accent);
}
.th90-ticker ul li .ticker-div-svg svg {
fill: currentColor;
width: 100%;
height: 100%;
display: flex;
}
.ticker-post {
display: flex;
justify-content: center;
align-items: center;
}
.thumb-after .ticker-post {
flex-direction: row-reverse;
}
.ticker-thumb {
position: relative;
width: 2em;
margin-right: 20px;
}
.thumb-after .ticker-thumb {
margin-left: 20px;
margin-right: 0;
}
.thumb-ticker-round .thumb-container {
border-radius: 999px;
} .desktop-el {
display: block !important;
}
@media screen and (max-width: 1024px) {
.desktop-el {
display: none !important;
}
}
.mobile-el {
display: none !important;
}
@media screen and (max-width: 1024px) {
.mobile-el {
display: block !important;
}
}
.flex-mobile-el {
display: none !important;
}
@media screen and (max-width: 1024px) {
.flex-mobile-el {
display: flex !important;
}
}
.flex-desktop-el {
display: flex !important;
}
@media screen and (max-width: 1024px) {
.flex-desktop-el {
display: none !important;
}
} .theiaStickySidebar {
padding-bottom: 0 !important;
} .loader {
display: flex;
align-items: center;
justify-content: center;
width: auto;
height: auto;
color: var(--color-accent);
font-size: 30px;
}
.loader svg {
fill: currentColor;
animation: spin 1s infinite linear;
width: 1em;
height: 1em;
} .fly-trigger {
z-index: 998;
position: fixed;
right: 20px;
margin-bottom: 0;
bottom: -75px;
opacity: 0;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.fly-trigger .button {
width: 42px;
height: 42px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
.fly-trigger .button .icon-svg {
font-size: 24px;
}
.fly-trigger .button.top-angle_up .icon-svg {
font-size: 26px;
}
.fly-trigger .button.top-text {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.fly-trigger.always-show, .fly-trigger.show {
opacity: 1;
bottom: 20px;
}
.fixed-trigger {
z-index: 998;
position: fixed;
left: 20px;
margin-bottom: 0;
bottom: 20px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.fixed-trigger .button {
width: 42px;
height: 42px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
.fixed-trigger .button .icon-svg {
font-size: 24px;
} .skin-trigger.trigger-light {
display: none;
} .wpcf7 span.wpcf7-list-item {
display: block;
margin: 0;
} .reading-indicator {
position: fixed;
z-index: 99;
left: 0;
background-color: var(--color-accent);
height: calc(var(--reading_indicator_height) * 1px);
}
.reading-indicator-bottom .reading-indicator {
bottom: 0;
top: auto;
}
.reading-indicator-top .reading-indicator {
bottom: auto;
top: 0;
}
@media screen and (min-width: 1025px) {
.admin-bar.reading-indicator-top .reading-indicator {
top: 32px;
}
} .resizeselect {
display: none;
}
#width_tmp_select {
display: none;
visibility: hidden;
width: auto;
}
@-webkit-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .noise {
height: 100vh;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: 999999;
opacity: var(--noise_bg_opacity);
pointer-events: none;
}
.noise .noise-inner {
top: -300vw;
right: -300vw;
bottom: -300vw;
left: -300vw;
position: absolute;
background-position: 50%;
background-image: url(//echelonschool-bali.sch.id/wp-content/themes/katerio/images/noise.png);
-webkit-animation: noise 2s steps(3) infinite;
animation: noise 2s steps(3) infinite;
background-size: 100px;
}
.bg-noise {
position: relative;
overflow: hidden !important;
}
.bg-noise::before {
content: '';
z-index: 999999;
opacity: 0.2;
pointer-events: none;
top: -300vw;
right: -300vw;
bottom: -300vw;
left: -300vw;
position: absolute;
background-position: 50%;
background-image: url(//echelonschool-bali.sch.id/wp-content/themes/katerio/images/noise.png);
-webkit-animation: noise 2s steps(3) infinite;
animation: noise 2s steps(3) infinite;
background-size: 100px;
}
@-webkit-keyframes noise {
0% {
transform: translate(0);
}
10% {
transform: translate(-5%, -6%);
}
20% {
transform: translate(-6%, 5%);
}
30% {
transform: translate(7%, -5%);
}
40% {
transform: translate(-5%, 7%);
}
50% {
transform: translate(-8%, 6%);
}
60% {
transform: translate(5%);
}
70% {
transform: translateY(6%);
}
80% {
transform: translate(2%, 7%);
}
90% {
transform: translate(-5%, 8%);
}
to {
transform: translate(0);
}
}
@keyframes noise {
0% {
transform: translate(0);
}
10% {
transform: translate(-5%, -6%);
}
20% {
transform: translate(-6%, 5%);
}
30% {
transform: translate(7%, -5%);
}
40% {
transform: translate(-5%, 7%);
}
50% {
transform: translate(-8%, 6%);
}
60% {
transform: translate(5%);
}
70% {
transform: translateY(6%);
}
80% {
transform: translate(2%, 7%);
}
90% {
transform: translate(-5%, 8%);
}
to {
transform: translate(0);
}
} .close-icon {
width: 1em;
height: 1em;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
cursor: pointer;
position: relative;
}
.close-icon:after, .close-icon:before {
content: "";
position: absolute;
height: 1px;
width: 100%;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
top: 50%;
background-color: currentColor;
}
.close-icon:after {
transform: rotate(45deg);
right: 0;
}
.close-icon:before {
transform: rotate(-45deg);
left: 0;
}
.close-icon:hover:after {
transform: rotate(35deg);
}
.close-icon:hover:before {
transform: rotate(-35deg);
}
.popup-close {
width: 34px;
height: 34px;
font-size: 34px;
}
.svg-icon-wrap {
width: auto;
height: auto;
} .demo-box .entry-thumbnail {
border-radius: 12px;
transition-duration: 0.3s;
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.07);
transition: background 0.3s, transform 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.demo-box .entry-thumbnail img {
border-radius: 0;
}
.demo-box .entry-thumbnail:hover {
box-shadow: 0 20px 40px 0 rgba(51, 51, 51, 0.1);
transform: translateY(-8px);
}@font-face{font-family:eicons;src:url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0);src:url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"),url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.41.0) format("woff2"),url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.41.0) format("woff"),url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.41.0) format("truetype"),url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.41.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-left:8px;margin-right:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-bottom:0;border-left-width:1px;border-right:0;border-top:0;border-style:solid;height:100%;left:auto;position:relative;right:auto;right:-8px;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{bottom:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//echelonschool-bali.sch.id/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }