@charset "UTF-8";
/*!
Theme Name: einstein-digital
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: einstein-digital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

einstein-digital is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
## Sections
## Libraries
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--site-color-text-main);
  font-family: "Helvetica", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Paytone One", serif;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
}

p {
  margin: 0 0 16px 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #FDFEFF;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 15px;
}

ul {
  list-style: disc;
}
ul.list-style-none {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--site-color-text-main);
  text-decoration: none;
  transition: all 0.15s ease;
  font-family: "Paytone One", serif;
  outline: none;
}
a:visited {
  color: #231F20;
}
a:hover, a:focus, a:active {
  color: var(--site-secondary-color);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  border: 1px solid;
  border-color: var(--site-secondary-color);
  background: var(--site-secondary-color);
  color: #fff;
  line-height: 1;
  transition: all 0.15s ease;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 4px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn:hover {
  border-color: var(--site-primary-color);
  background: var(--site-primary-color);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.btn:active,
.btn:focus {
  border-color: var(--site-primary-color);
  background: var(--site-primary-color);
}

input.search-field {
  width: auto !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #231F20;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 3px 3px 3px 10px;
  height: 50px;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #231F20;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::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[type=color]::placeholder,
textarea::placeholder {
  color: #7c797a;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    height: 48px;
  }
}

select {
  border: 1px solid #DADADA;
}

textarea {
  width: 100%;
  height: auto;
}

.wpcf7-form {
  max-width: 480px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body.menu-open {
  overflow: hidden;
}
body.menu-open .site-header--menu {
  left: 0;
}
body.menu-open .site-header--menu-toggle {
  z-index: 99;
}

.site-header {
  background-color: var(--site-primary-color);
}
.site-header *:not(input[type=search]) {
  color: var(--header-text-color) !important;
}
.site-header--top-row {
  padding: 16px 0;
}
.site-header--top-row a {
  color: #fff;
}
.site-header--top-row a:hover {
  color: var(--site-secondary-color);
}
.site-header--top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-header--logo {
  display: block;
  width: fit-content;
}
.site-header--logo img {
  height: 67px;
}
.site-header .nav-icon-5 {
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.site-header .nav-icon-5 span {
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
  transition-duration: 500ms;
}
.site-header .nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.site-header .nav-icon-5 span:nth-child(2) {
  top: 13px;
  left: 0px;
  opacity: 1;
}
.site-header .nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.site-header .nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}
.site-header .nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}
.site-header .nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}
.site-header .nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
.site-header .nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
.site-header .nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}
.site-header--menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--site-primary-color);
  transition: all 0.4s ease;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  gap: 24px;
  z-index: 10;
}
.site-header--menu input {
  width: auto;
}
.site-header--menu .search-submit:hover {
  background-color: var(--site-secondary-color) !important;
  opacity: 0.8;
}
.site-header--menu-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.site-header--menu-list a {
  font-size: 3rem;
}
.site-header--menu-list a:hover {
  color: var(--site-secondary-color) !important;
}
.site-header--menu-logo {
  width: fit-content;
}
.site-header--menu-logo img {
  height: 130px;
}
.site-header--menu-social {
  display: flex;
  gap: 20px;
}
.site-header--menu-social span {
  font-size: 2rem;
  font-family: "Paytone One", serif;
}
@media screen and (max-width: 768px) {
  .site-header--menu {
    padding: 1rem;
  }
  .site-header--menu-logo img {
    height: 35px;
  }
  .site-header--menu-list a {
    font-size: 1.5rem;
  }
  .site-header--menu-social {
    gap: 1rem;
  }
  .site-header--menu-social span {
    font-size: 1rem;
  }
  .site-header--logo img {
    height: 35px;
  }
  .site-header .nav-icon-5 {
    width: 25px;
    height: 22px;
  }
  .site-header .nav-icon-5.open {
    top: -4px;
  }
  .site-header .nav-icon-5 span:nth-child(2) {
    top: 9px;
  }
}

.site-footer {
  margin-top: 3rem;
  padding: 64px 0 40px;
  background-color: var(--site-primary-color);
}
.site-footer * {
  color: var(--footer-text-color) !important;
}
.site-footer a:hover {
  color: var(--site-secondary-color) !important;
}
.site-footer--wrap {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-direction: column;
}
.site-footer--logo {
  display: inline-block;
  width: fit-content;
}
.site-footer--logo img {
  height: 65px;
}
.site-footer--menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.site-footer--bottom {
  display: flex;
  justify-content: space-between;
}
.site-footer--copyright {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .site-footer {
    margin-top: 1.5rem;
    padding: 2rem 0;
  }
  .site-footer--wrap {
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .site-footer--menu {
    flex-direction: column;
    text-align: center;
  }
  .site-footer--bottom {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .site-footer--logo img {
    height: 35px;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section-simple-text {
  color: var(--erp-primary-color);
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .section-simple-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-faq--title {
  margin-bottom: 14px;
  color: var(--erp-primary-color);
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.section-faq--item {
  border-bottom: 1px solid #D8D8D8;
}
.section-faq--item__question {
  display: flex;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  line-height: 26px;
}
.section-faq--item__question svg {
  transition: all 0.15s ease;
}
.section-faq--item__answer {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  padding-bottom: 18px;
  display: none;
}
.section-faq--item.active .section-faq--item__question svg {
  transform: rotate(180deg);
}
.section-faq--item.active .section-faq--item__answer {
  display: block;
}
@media screen and (max-width: 768px) {
  .section-faq--title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
  }
  .section-faq--item__question {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
  }
  .section-faq--item__question svg {
    width: 24px;
    height: 24px;
  }
  .section-faq--item__answer {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
  }
}

.section-contact--title {
  margin-bottom: 14px;
  color: var(--erp-primary-color);
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.section-contact--wrap {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.section-contact--form {
  max-width: 550px;
}
.section-contact--items {
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  max-width: 320px;
  padding: 24px 19px 24px 24px;
}
.section-contact--item {
  padding-bottom: 32px;
  border-bottom: 1px solid #D8D8D8;
  padding-top: 32px;
}
.section-contact--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.section-contact--item:first-child {
  padding-top: 0;
}
.section-contact--item__header {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--erp-primary-color);
}
.section-contact--item__icon {
  width: 40px;
  height: 40px;
  display: flex;
}
.section-contact--item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact--item__content {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.section-contact--item__content a {
  font-weight: 400;
  font-size: 16px;
}
.section-contact--item__content p:first-child {
  margin-bottom: 24px;
}
.section-contact--item__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-contact--title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
  }
  .section-contact--wrap {
    flex-direction: column;
    gap: 40px;
  }
  .section-contact--items {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .section-contact--form {
    max-width: 100%;
    width: 100%;
  }
  .section-contact--item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-contact--item__icon {
    width: 32px;
    height: 32px;
  }
  .section-contact--item__header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .section-contact--item__content {
    font-size: 14px;
    line-height: 20px;
  }
  .section-contact--item__content a {
    font-size: 14px;
  }
  .section-contact--item__content p:first-child {
    margin-bottom: 16px;
  }
  .section-contact--item__content p:last-child {
    margin-bottom: 0;
  }
}

.erp-price-reporter-contact-form {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.erp-price-reporter-contact-form .erp-price-reporter-form-group {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.erp-price-reporter-contact-form .erp-price-reporter-form-group.w-50 {
  max-width: calc(50% - 8px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-contact-form .erp-price-reporter-form-group.w-50 {
    max-width: 100%;
    width: 100%;
  }
}

.section-banners-slider--image {
  height: 425px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 150px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-banners-slider--image:hover {
  opacity: 1;
}
.section-banners-slider--image[href="#"] {
  cursor: default;
  pointer-events: unset;
}
.section-banners-slider--image--text-left {
  justify-content: flex-start;
  text-align: left;
}
.section-banners-slider--image--text-center {
  justify-content: center;
  text-align: center;
}
.section-banners-slider--image--text-right {
  justify-content: flex-end;
  text-align: right;
}
.section-banners-slider--title {
  max-width: 432px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.25;
}
.section-banners-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 16px !important;
}
.section-banners-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  margin: 0 6px !important;
}
.section-banners-slider .swiper-pagination-bullet-active {
  background: var(--erp-secondary-color);
  width: 14px;
  height: 14px;
  border-color: #FFFEFE;
}
@media screen and (max-width: 992px) {
  .section-banners-slider--image {
    height: 250px;
    padding: 20px;
  }
  .section-banners-slider--title {
    font-size: 44px;
  }
}

.section-more-stories {
  background: var(--site-secondary-color);
  padding: 2rem 0;
  margin: 2rem 0 -3rem 0;
}
.section-more-stories .more-stories-swiper {
  padding: 0 0 0 2rem;
}
.section-more-stories .more-stories-swiper .section-more-stories--item {
  width: 656px;
}
.section-more-stories .xl-posts-swiper .section-more-stories--item {
  width: 380px;
}
.section-more-stories--wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2rem;
  overflow: hidden;
  padding: 0 0 0 2rem;
}
.section-more-stories--item {
  min-width: 656px;
}
.section-more-stories .post-thumbnail {
  display: flex;
  margin: 0 0 2rem 0;
}
.section-more-stories .post-thumbnail img {
  width: 100%;
  aspect-ratio: 33/20;
  object-fit: cover;
}
.section-more-stories a:hover, .section-more-stories a:focus, .section-more-stories a:active {
  color: var(--site-color-text-main);
  opacity: 0.7;
}
.section-more-stories .entry-title {
  font-size: 2.625rem;
  line-height: 1.15;
  margin-bottom: 0.875rem;
  padding-right: 15%;
}
.section-more-stories .entry-meta {
  letter-spacing: 0.03rem;
  font-size: 0.875rem;
  color: var(--site-primary-color);
}
.section-more-stories--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
}
.section-more-stories--header .entry-title {
  margin: 0;
}
.section-more-stories--header a {
  color: #fff;
}
.section-more-stories--header a:hover {
  color: #fff;
}
.section-more-stories.section-mini-posts {
  margin: 2rem 0 0 0;
}
.section-more-stories.section-mini-posts .section-more-stories--wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  overflow: auto;
  padding: 0 2rem;
}
.section-more-stories.section-mini-posts .section-more-stories--item {
  min-width: unset;
}
.section-more-stories.section-mini-posts .post-thumbnail {
  margin: 0 0 1.5rem 0;
}
.section-more-stories.section-mini-posts .post-thumbnail img {
  width: 100%;
  aspect-ratio: 13/8;
  object-fit: cover;
}
.section-more-stories.section-mini-posts .entry-title {
  font-size: 1.875rem;
}
.section-more-stories.section-regular-posts {
  margin: 2rem 0 0 0;
  background: none;
  padding: 0;
}
.section-more-stories.section-regular-posts .section-more-stories--item {
  min-width: unset;
  grid-column: span 2;
}
.section-more-stories.section-regular-posts .section-more-stories--item:nth-child(5n+1), .section-more-stories.section-regular-posts .section-more-stories--item:nth-child(5n+2) {
  grid-column: span 3;
}
.section-more-stories.section-regular-posts .section-more-stories--wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  padding: 0 2rem;
}
.section-more-stories.section-regular-posts .post-thumbnail {
  margin: 0 0 1.5rem 0;
}
.section-more-stories.section-regular-posts .post-thumbnail img {
  width: 100%;
  aspect-ratio: 13/8;
  object-fit: cover;
}
.section-more-stories.section-regular-posts .entry-title {
  font-size: 1.875rem;
}
.section-more-stories.section-xl-posts {
  margin: 2rem 0 0 0;
  background: var(--site-primary-color);
}
.section-more-stories.section-xl-posts * {
  color: #fff;
}
.section-more-stories.section-xl-posts .section-more-stories--item {
  min-width: 380px;
}
.section-more-stories.section-xl-posts .post-thumbnail img {
  aspect-ratio: 38/25;
}
.section-more-stories.section-xl-posts .entry-title {
  font-size: 1.125rem;
}
@media screen and (max-width: 992px) {
  .section-more-stories--item {
    min-width: 370px;
  }
  .section-more-stories .more-stories-swiper .section-more-stories--item {
    width: 370px;
  }
  .section-more-stories .post-thumbnail {
    margin: 0 0 1rem 0;
  }
  .section-more-stories .entry-title {
    font-size: 1.375rem;
  }
  .section-more-stories.section-mini-posts .section-more-stories--item, .section-more-stories.section-regular-posts .section-more-stories--item {
    min-width: unset;
  }
  .section-more-stories.section-mini-posts .post-thumbnail, .section-more-stories.section-regular-posts .post-thumbnail {
    margin: 0 0 1rem 0;
  }
  .section-more-stories.section-mini-posts .entry-title, .section-more-stories.section-regular-posts .entry-title {
    font-size: 1.375rem;
  }
  .section-more-stories.section-xl-posts .section-more-stories--item {
    min-width: 280px;
  }
  .section-more-stories .xl-posts-swiper .section-more-stories--item {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .section-more-stories {
    margin: 1rem 0 -1.5rem 0;
  }
  .section-more-stories--wrap {
    padding: 0 0 0 1rem;
  }
  .section-more-stories--item {
    min-width: 280px;
  }
  .section-more-stories .more-stories-swiper {
    padding: 0 0 0 1rem;
  }
  .section-more-stories .more-stories-swiper .section-more-stories--item {
    width: 280px;
  }
  .section-more-stories .entry-title {
    font-size: 1.125rem;
  }
  .section-more-stories.section-xl-posts .section-more-stories--item {
    min-width: 230px;
  }
  .section-more-stories.section-xl-posts .entry-title {
    font-size: 0.875rem;
  }
  .section-more-stories .xl-posts-swiper .section-more-stories--item {
    width: 230px;
  }
  .section-more-stories.section-mini-posts {
    margin: 1rem 0 0 0;
  }
  .section-more-stories.section-mini-posts .section-more-stories--wrap {
    padding: 0 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-more-stories.section-mini-posts .section-more-stories--item {
    min-width: unset;
  }
  .section-more-stories.section-mini-posts .post-thumbnail {
    margin: 0 0 1rem 0;
  }
  .section-more-stories.section-mini-posts .entry-title {
    font-size: 1.125rem;
  }
  .section-more-stories.section-regular-posts {
    margin: 1rem 0 0 0;
  }
  .section-more-stories.section-regular-posts .section-more-stories--wrap {
    padding: 0 1rem;
  }
  .section-more-stories.section-regular-posts .section-more-stories--item {
    min-width: unset;
  }
  .section-more-stories.section-regular-posts .post-thumbnail {
    margin: 0 0 1rem 0;
  }
  .section-more-stories.section-regular-posts .entry-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 500px) {
  .section-more-stories--item {
    min-width: 255px;
  }
  .section-more-stories .more-stories-swiper .section-more-stories--item {
    width: 255px;
  }
  .section-more-stories .entry-title {
    font-size: 1rem;
  }
  .section-more-stories.section-mini-posts .section-more-stories--wrap {
    padding: 0 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .section-more-stories.section-mini-posts .section-more-stories--item {
    min-width: unset;
  }
  .section-more-stories.section-mini-posts .entry-title {
    font-size: 1rem;
  }
  .section-more-stories.section-regular-posts .section-more-stories--wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-more-stories.section-regular-posts .section-more-stories--item {
    min-width: unset;
  }
  .section-more-stories.section-regular-posts .section-more-stories--item:not(:first-child) {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .section-more-stories.section-regular-posts .section-more-stories--item:not(:first-child) .post-thumbnail {
    margin: 0;
    flex: 3;
  }
  .section-more-stories.section-regular-posts .section-more-stories--item:not(:first-child) .card-body {
    flex: 4;
  }
  .section-more-stories.section-regular-posts .section-more-stories--item:not(:first-child) .entry-title {
    font-size: 1rem;
  }
  .section-more-stories.section-regular-posts .entry-title {
    font-size: 1rem;
  }
  .section-more-stories.section-xl-posts .section-more-stories--wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  .section-more-stories.section-xl-posts .einstein-section-title {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.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-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.social-links-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.social-links-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--site-secondary-color);
}
.social-links-menu a:hover {
  opacity: 0.8;
}
.social-links-menu a i {
  color: var(--site-primary-color) !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 32px 0 0 0;
}
@media screen and (max-width: 992px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 16px 0 0 0;
  }
  .page-content h2,
  .entry-content h2,
  .entry-summary h2 {
    font-size: 1.25rem;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.container {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

.container-post {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.container-post .single-content-wrap {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .container-post .single-content-wrap {
    max-width: calc(100% - 320px - 1.5rem);
  }
}
.container-post .gallery-items img {
  width: 100%;
}
.container-post .gallery-img-c-s {
  padding: 0 !important;
}
.container-post .gallery-item-source {
  margin-top: -7px;
}
.container-post .gallery-item-source a {
  font-size: 0.75rem;
  opacity: 0.75;
  font-family: "Helvetica", Roboto, Helvetica, Arial, sans-serif;
}
.container-post .gallery-item-media > p {
  display: none;
}
.container-post h1, .container-post h2, .container-post h3, .container-post h4, .container-post h5, .container-post h6 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}
.container-post .gallery-item-media-container {
  margin: 1rem 0 0 0;
}

.ed-default-page-wrap .entry-header {
  padding: 20px 0;
  text-align: center;
  background-color: var(--site-secondary-color);
}
.ed-default-page-wrap h1.entry-title {
  font-size: 3rem;
  text-align: left;
}
.ed-default-page-wrap .entry-meta {
  text-align: left;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.ed-default-page-wrap .entry-meta a:hover {
  color: var(--site-color-text-main);
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .ed-default-page-wrap h1.entry-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .ed-default-page-wrap .entry-header {
    padding: 16px 0;
  }
  .ed-default-page-wrap h1.entry-title {
    font-size: 1.5rem;
  }
}

.flexible-template-sections .section-flexible-template:not(:last-child) {
  margin-bottom: 100px;
}
.flexible-template-sections .section-flexible-template:first-child {
  margin-top: 52px;
}
@media screen and (max-width: 992px) {
  .flexible-template-sections .section-flexible-template:not(:last-child) {
    margin-bottom: 80px;
  }
  .flexible-template-sections .section-flexible-template:first-child {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flexible-template-sections .section-flexible-template:not(:last-child) {
    margin-bottom: 60px;
  }
  .flexible-template-sections .section-flexible-template:first-child {
    margin-top: 16px;
  }
}

.einstein-category {
  padding-top: 3rem;
}
.einstein-category .page-title {
  font-size: 3rem;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .einstein-category {
    padding-top: 1.5rem;
  }
  .einstein-category .page-title {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}

#comments {
  margin-top: 3rem;
}

.no-results {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .no-results {
    margin-top: 1.5rem;
  }
}

.error-404 {
  margin-top: 3rem;
}
.error-404 .widgettitle {
  margin: 0 0 0.5rem 0;
}
.error-404 .page-title {
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .error-404 {
    margin-top: 1.5rem;
  }
  .error-404 .page-title {
    font-size: 2rem;
  }
}

.search-results-wrap {
  margin-top: 3rem;
}
.search-results-wrap .page-title {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .search-results-wrap {
    margin-top: 1.5rem;
  }
  .search-results-wrap .page-title {
    font-size: 2rem;
  }
}

.einstein-post-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  margin: 1.5rem 0 0 0;
}
.einstein-post-wrapper article {
  grid-column: span 2;
}
.einstein-post-wrapper article:nth-child(5n+1), .einstein-post-wrapper article:nth-child(5n+2) {
  grid-column: span 3;
}
.einstein-post-wrapper .post-thumbnail {
  display: flex;
  margin-bottom: 1.5rem;
}
.einstein-post-wrapper .post-thumbnail img {
  width: 100%;
  aspect-ratio: 13/8;
  object-fit: cover;
}
.einstein-post-wrapper .entry-title {
  font-size: 1.875rem;
  margin-bottom: 0.875rem;
  line-height: 1.2;
  padding-right: 15%;
}
.einstein-post-wrapper .entry-meta {
  letter-spacing: 0.03rem;
  font-size: 0.875rem;
  color: var(--site-primary-color);
}
@media screen and (max-width: 992px) {
  .einstein-post-wrapper .entry-title {
    font-size: 1.5rem;
  }
  .einstein-post-wrapper .post-thumbnail {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .einstein-post-wrapper .entry-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 500px) {
  .einstein-post-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .einstein-post-wrapper article:not(:first-child) {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .einstein-post-wrapper article:not(:first-child) .post-thumbnail {
    margin: 0;
    flex: 3;
  }
  .einstein-post-wrapper article:not(:first-child) .card-body {
    flex: 4;
  }
  .einstein-post-wrapper article:not(:first-child) .entry-title {
    font-size: 1rem;
  }
}

.einstein-pagination {
  margin-top: 1rem;
}

.einstein-section-title {
  font-size: 3rem;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .einstein-section-title {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}

.single-post .entry-content .container-post {
  display: flex;
  flex-wrap: wrap;
}
.single-post .entry-content .container-post > *:not(.gallery-items):not(.einstein-ads) {
  width: 100%;
}
.single-post .entry-content .container-post > .einstein-ads--in-content {
  display: none;
}
.single-post .einstein-ads {
  position: relative;
  text-align: center;
  margin-top: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.single-post .einstein-ads--label {
  position: absolute;
  display: flex;
  align-items: center;
  margin: 0;
  color: #999;
  font-family: sans-serif;
  font-size: 11px;
  bottom: calc(100% + 5px);
  background: #fcfcfc;
  width: 100%;
  justify-content: center;
  padding: 0;
  gap: 8px;
}
.single-post .einstein-ads--label:before, .single-post .einstein-ads--label:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}
.single-post .einstein-ads--right-side {
  position: sticky;
  left: 100%;
  width: 300px;
  height: fit-content;
  top: 40px;
}
.single-post .einstein-ads--mobile {
  display: none;
}
.single-post .einstein-continue-reading .ctr-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(45deg, #ff8c00, #ff4500);
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.single-post .einstein-continue-reading .ctr-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.single-post .einstein-continue-reading .ctr-button:active {
  transform: translateY(1px);
}
.single-post .einstein-continue-reading .ctr-button::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.single-post .einstein-continue-reading .ctr-button:hover::after {
  right: 15px;
  opacity: 1;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 69, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
  }
}
.single-post .einstein-continue-reading .ctr-button {
  animation: pulse 2s infinite;
}
@media screen and (max-width: 992px) {
  .single-post .einstein-ads--right-side {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single-post .einstein-ads--desktop {
    display: none;
  }
  .single-post .einstein-ads--mobile {
    display: block;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
