/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
@keyframes heartbeat {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .react-3d-carousel {
    position: relative;
    z-index: 0;
  }
  .react-3d-carousel .slider-container {
    position: absolute;
    left: 15.3125vw;
    top: 0%;
    width: 84.6875vw;
    margin: 0px auto 0px -7.65625vw;
  }
  .react-3d-carousel .slider-container .slider-content {
    position: relative;
    top: 0%;
    width: 84.6875vw;
    height: 95.3125vw;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: z-index 0ms 250ms;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 1.5625vw 6.25vw rgba(0, 0, 0, 0.2);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content img {
    max-width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactivede .slider-single-content {
    transform: translateX(-50%) scale(0);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactive {
    z-index: 1;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content {
    opacity: 0.6;
    transform: translateX(-25%) scale(0.9);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactive {
    z-index: 1;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
    opacity: 0.6;
    transform: translateX(25%) scale(0.9);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactivede .slider-single-content {
    transform: translateX(50%) scale(0);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active {
    z-index: 2;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-left,
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-right {
    display: block;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-single-content {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
  .react-3d-carousel .slider-container .slider-left {
    position: absolute;
    display: none;
    z-index: 3;
    right: 101%;
    height: 100%;
    cursor: pointer;
    padding: 3.125vw 2.34375vw;
  }
  .react-3d-carousel .slider-container .slider-left div {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -6.25vw;
    color: #ffffff;
    transform: translateY(-50%);
    margin-left: 0px;
  }
  .react-3d-carousel .slider-container .slider-right {
    display: none;
    position: absolute;
    z-index: 3;
    left: 101%;
    height: 101%;
    cursor: pointer;
    padding: 3.125vw 2.34375vw;
  }
  .react-3d-carousel .slider-container .slider-right div {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -12.96875vw;
    margin-left: -6.25vw;
    color: #ffffff;
    transform: translateY(-50%);
  }
  .react-3d-carousel .slider-container .slider-disabled div {
    display: none;
  }
  .slider-left,
  .slider-right {
    border: 0;
    box-sizing: border-box;
  }
  .slider-left > div,
  .slider-right > div {
    width: 12.5vw;
    height: 12.5vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44' height='44' viewBox='0 0 44 44'%3E %3Cdefs%3E %3Cfilter id='lqlq23yo6a' width='196.4%25' height='196.4%25' x='-48.2%25' y='-37.5%25' filterUnits='objectBoundingBox'%3E %3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E %3CfeOffset dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='3'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0'/%3E %3C/filter%3E %3Ccircle id='uf7ecs5jjb' cx='14' cy='14' r='14'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0)'%3E %3Cuse fill='%23000' filter='url(%23lqlq23yo6a)' xlink:href='%23uf7ecs5jjb'/%3E %3Cuse fill='%232E2E2F' style='mix-blend-mode:multiply' xlink:href='%23uf7ecs5jjb'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M13.472 7L20 13.453h-2.365l-3.184-3.147v10.892h-1.935V10.282l-3.206 3.17H6.944L13.472 7z' transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0) rotate(-90 13.472 14.1)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 0;
    cursor: pointer;
    opacity: 0.9;
  }
  .slider-left > div .fa,
  .slider-right > div .fa {
    display: none;
  }
  .slider-left > div:disabled,
  .slider-right > div:disabled {
    display: none;
  }
  .slider-left > div:hover,
  .slider-right > div:hover {
    opacity: 1;
  }
  .slider-right > div {
    transform: scaleX(-1) !important;
  }
}
.DateDisplay {
  display: inline-flex;
  flex-shrink: 0;
}
.frontCopyButton-pf {
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='24' height='24' rx='12' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_162_3236)'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8529 15.1368C12.1452 15.8406 11.4474 16.5542 10.7321 17.2499C10.3499 17.6217 9.88109 17.8533 9.35172 17.9531C9.27921 17.9667 9.20725 17.9842 9.13474 17.9994H8.50287C8.40365 17.9815 8.30388 17.9662 8.20575 17.9444C7.53136 17.795 6.9889 17.4347 6.56911 16.8922C6.31724 16.5668 6.14224 16.2004 6.06973 15.7905C6.04628 15.6613 6.02339 15.5321 6.00049 15.4034V14.9825C6.02393 14.8528 6.04356 14.7231 6.07082 14.5944C6.18694 14.052 6.44645 13.588 6.83898 13.1966C7.68019 12.3565 8.52141 11.517 9.36044 10.6742C9.78133 10.2511 10.2867 9.97746 10.8717 9.88969C11.6791 9.76866 12.4304 9.93057 13.0819 10.4501C13.2754 10.6044 13.4613 10.7625 13.536 11.016C13.6832 11.5143 13.3354 12.0207 12.7956 12.0376C12.5198 12.0463 12.3104 11.9275 12.1163 11.7541C11.6949 11.3774 11.0271 11.3529 10.622 11.7383C9.76061 12.561 8.92321 13.4092 8.07927 14.2515C7.96969 14.3616 7.86556 14.4848 7.78432 14.6184C7.54172 15.0174 7.56952 15.4994 7.8432 15.8782C8.09562 16.2271 8.44236 16.4005 8.87087 16.3836C9.14019 16.3727 9.38988 16.2795 9.5856 16.0859C10.0926 15.5844 10.5969 15.0801 11.0974 14.5715C11.2032 14.4641 11.31 14.4445 11.4403 14.4979C11.8399 14.6609 12.2559 14.735 12.6866 14.7241C12.8049 14.7209 12.8943 14.7596 12.9368 14.8692C12.9761 14.9738 12.9336 15.0583 12.8534 15.1374L12.8529 15.1368Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0001 9.1346C17.9684 9.27361 17.9428 9.41426 17.9052 9.55164C17.7983 9.94797 17.6261 10.316 17.3442 10.6158C16.931 11.0546 16.503 11.4804 16.0783 11.9084C15.6094 12.3816 15.1395 12.8542 14.6646 13.3214C14.3043 13.6758 13.8872 13.9429 13.3889 14.0568C13.185 14.1032 12.9718 14.1152 12.763 14.1402C12.25 14.2013 11.7773 14.0612 11.3298 13.8317C11.0501 13.6883 10.79 13.5068 10.597 13.2505C10.2721 12.8199 10.4466 12.1062 11.079 11.9869C11.3668 11.9323 11.6078 12.0092 11.8171 12.2038C12.0407 12.4132 12.3089 12.5347 12.6109 12.5451C12.9217 12.5555 13.2123 12.4568 13.4363 12.2333C14.325 11.3523 15.2104 10.4675 16.0903 9.57836C16.2533 9.41263 16.3329 9.19729 16.3645 8.96124C16.4065 8.65213 16.3274 8.37792 16.1513 8.13205C15.7359 7.5531 14.9416 7.46205 14.4509 7.90854C13.9194 8.39318 13.4167 8.90999 12.9102 9.42244C12.7685 9.56582 12.6764 9.55328 12.5286 9.49658C12.244 9.3881 11.9534 9.31886 11.6503 9.29869C11.5271 9.28997 11.4039 9.27852 11.2807 9.27688C11.1847 9.27579 11.1166 9.23818 11.0773 9.15368C11.0326 9.05937 11.0566 8.97759 11.1297 8.90509C11.5571 8.47877 11.9834 8.05137 12.4109 7.62397C12.6982 7.33721 12.98 7.0461 13.2717 6.76534C13.6702 6.38046 14.1494 6.14768 14.6935 6.04792C14.7818 6.03156 14.8702 6.0163 14.9579 6.00049H15.4492C15.5527 6.01739 15.6574 6.02775 15.7594 6.05173C16.3705 6.19565 16.8988 6.47968 17.3142 6.96215C17.5977 7.28979 17.7967 7.65722 17.9057 8.07427C17.9406 8.20838 17.9679 8.34466 17.999 8.47986V9.13514L18.0001 9.1346Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_162_3236'%3E %3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
  margin: 0 7px 0 7px;
  cursor: pointer;
}
.copyPopup {
  position: absolute;
  top: -30px;
  left: 0px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  animation: fadeIn 0.4s ease-in-out;
}
.isLtr .copyPopup {
  right: 0px;
  left: unset;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
.englishSite .GalleryPaging {
  right: 10px ! important;
  left: inherit ! important;
}
.grid1280 .GalleryPaging {
  bottom: 10px ! important;
  right: 10px ! important;
  left: unset ! important;
}
.grid1280 .GalleryPaging > button {
  width: 16px;
  height: 16px;
  background: rgba(40, 40, 40, 0.6) ! important;
  margin-right: 0px;
  margin-left: 10px;
  border: 2px solid #fff! important;
  color: transparent ! important;
  padding: 0;
  box-sizing: border-box;
}
.grid1280 .GalleryPaging > button.selected {
  background: #fff! important;
  color: transparent ! important;
}
.GalleryPaging {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 2;
}
.GalleryPaging > button {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
  direction: ltr;
  font-size: 10px;
  outline: 0;
}
.GalleryPaging > button.selected {
  background: #000066;
  color: #fff;
}
.ImageSlider {
  width: 100% ! important;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  max-width: 980px;
  max-height: 653px;
  overflow: hidden;
}
.ImageSlider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ImageSlider .imagesSliderTitle {
  width: 100%;
  min-height: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
.ImageSlider .bottomPicture {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ImageSlider .topPicture {
  background-size: cover;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 50%;
  height: 100%;
  left: 0;
}
.ImageSlider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ImageSlider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(0% - 15px);
  background-color: rgba(255, 255, 255, 0);
  width: calc(100% + 30px);
  direction: ltr;
  padding: 0;
}
.ImageSlider input[type=range]:focus {
  outline: none;
}
.ImageSlider input[type=range]:active {
  outline: none;
}
.ImageSlider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  outline: none;
}
.ImageSlider input[type=range]::active {
  border: none;
  outline: none;
}
.ImageSlider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 35px;
  height: 35px;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]:focus::-webkit-slider-thumb {
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
}
.ImageSlider .imgTitle {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: calc(50% - 22px);
  padding: 1em;
  font-size: 14px;
  z-index: 6;
  max-width: 40%;
  box-sizing: border-box;
}
.ImageSlider .imgTitle.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.ImageSlider .imgTitle.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.ImageSlider .bottomImg {
  right: 0;
}
.ImageSlider .topImg {
  left: 0;
}
.ImageSlider #innerSliderDiv {
  height: 100%;
  position: absolute;
  left: 0;
}
.ImageSliderContainer .ImageDetails {
  color: #78787B;
  font-family: "Moses";
  font-size: 14px;
  font-weight: 340;
  line-height: 16px;
}
.havakIcon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E") !important;
}
.havakIcon.inTextDiv {
  position: unset;
  width: 58px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.havakIcon.onImage {
  position: absolute;
  left: 0;
  top: 6px;
  width: 65px;
  height: 20px;
  z-index: 1;
}
.havakIcon.onTopImage {
  position: absolute;
  left: unset;
  right: 0px;
  top: 30px;
  width: 110px;
  height: 34px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 90px 34px !important;
  z-index: 1;
  border-radius: 50px 0px 0px 50px;
  background-position: top center;
}
.havakIcon.onArticleHeadlineImage {
  position: absolute;
  left: 0;
  top: 8px;
  width: 55px !important;
  height: 17px !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  background-size: 50px 17px !important;
}
.havakIcon.onImage_big {
  position: absolute;
  top: 20px;
  left: 0;
  width: 97px;
  height: 30px;
}
.havakIcon.onImage_big.bigInTop {
  top: 20px ! important;
  bottom: inherit;
}
.havakIcon.onTextRow {
  width: 45px;
  height: 14px;
  display: inline-flex;
  margin-right: 6px;
}
.grid1280_2 .havakIcon,
.pplus .havakIcon,
.magazine2025 .havakIcon {
  width: 58px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E") !important;
  flex-shrink: 0;
}
.grid1280_2 .havakIcon.onImage,
.pplus .havakIcon.onImage,
.magazine2025 .havakIcon.onImage {
  position: absolute;
  left: unset;
  top: unset;
  right: 12px;
  bottom: 9px;
  z-index: 1;
}
.grid1280_2 .havakIcon.onImage.top,
.pplus .havakIcon.onImage.top,
.magazine2025 .havakIcon.onImage.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onImage_big,
.pplus .havakIcon.onImage_big,
.magazine2025 .havakIcon.onImage_big {
  width: 107px;
  height: 33px;
  bottom: 18px;
  right: 16px;
  top: unset;
}
.grid1280_2 .havakIcon.onImage_big.top,
.pplus .havakIcon.onImage_big.top,
.magazine2025 .havakIcon.onImage_big.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onTextRow,
.pplus .havakIcon.onTextRow,
.magazine2025 .havakIcon.onTextRow {
  display: inline-flex;
  margin-right: 6px;
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 12px;
  margin-left: 7px;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
}
.recipeRatingWrapper .recipeRatingStars > div:last-child {
  margin-right: 0px !important;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  margin-right: 7px !important;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cg id='star_h' transform='translate(-848.358 -4004.139)'%3E %3Cg id='Path' transform='translate(848.358 4004.139)' fill='none'%3E %3Cpath d='M15.052,7.57,11.5,0,7.947,7.57,0,8.785l5.749,5.892L4.393,23,11.5,19.071,18.608,23,17.25,14.678,23,8.785Z' stroke='none'/%3E %3Cpath d='M 11.49977684020996 4.707538604736328 L 9.303762435913086 9.38587760925293 L 4.149341583251953 10.1739673614502 L 7.885472297668457 14.00314712524414 L 7.029115676879883 19.25698280334473 L 11.50011253356934 16.78522682189941 L 15.97040176391602 19.256591796875 L 15.11327266693115 14.00314712524414 L 18.85025024414063 10.17397022247314 L 13.69497299194336 9.38587760925293 L 11.49977684020996 4.707538604736328 M 11.50011253356934 -1.9073486328125e-06 L 15.05220222473145 7.570127487182617 L 23.00022315979004 8.785147666931152 L 17.24974250793457 14.67749786376953 L 18.60757255554199 22.99981689453125 L 11.50011253356934 19.07051849365234 L 4.39265251159668 22.99981689453125 L 5.749162673950195 14.67749786376953 L 1.9073486328125e-06 8.785147666931152 L 7.94670295715332 7.570127487182617 L 11.50011253356934 -1.9073486328125e-06 Z' stroke='none' fill='%23ffb813'/%3E %3C/g%3E %3Cpath id='Path_451' data-name='Path 451' d='M6510.858,18490.334v-16.084l-3.233,6.906-7.5,1.031,5.625,5.563-1.625,7.875s5.483-3.646,6.733-4.312' transform='translate(-5651 -14469)' fill='%23ffb813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Half' d='M15 6V21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .hideRecipeVoters {
  display: none;
}
.videoIcon {
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  pointer-events: none;
}
.videoIcon .icon {
  background-image: url(/Common/images/small_play_new.png) ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.videoIcon.small {
  margin-right: 6px;
  width: 14px;
  height: 11px;
  border: none;
}
.videoIcon.small .icon {
  width: 13px;
  height: 13px;
  display: block;
}
.videoIcon.medium {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}
.videoIcon.medium .icon {
  width: 28px;
  height: 28px;
}
.videoIcon.big,
.videoIcon.big2 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  border: none !important;
  background-color: transparent !important;
}
.videoIcon.big.bigInTop,
.videoIcon.big2.bigInTop {
  top: 10px ! important;
  bottom: inherit;
}
.videoIcon.big .icon,
.videoIcon.big2 .icon {
  background-image: url(/Common/images/big_play.png) ! important;
  width: 50px;
  height: 50px;
  margin-left: 0px;
}
.videoIcon.bigInCenter {
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.videoIcon.bigInCenter .icon {
  width: 70px;
  height: 70px;
  margin-left: 5px;
}
.videoIcon.black {
  border-color: #000 ! important;
}
.videoIcon.black .icon {
  background-image: url(/Common/images/small_icon_video.png) ! important;
}
.hContainer:not(.radionas) .audioIcon,
.site_page_root:not(.radionas) .audioIcon {
  width: auto;
  height: auto !important;
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 20px;
  bottom: 4px;
  right: 4px;
  padding: 1.5px 4px;
  box-sizing: border-box;
  background-color: rgba(26, 26, 26, 0.6) !important;
}
.hContainer:not(.radionas) .audioIcon .icon,
.site_page_root:not(.radionas) .audioIcon .icon {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23fff'/%3E %3C/svg%3E") ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.hContainer:not(.radionas) .audioIcon .duration,
.site_page_root:not(.radionas) .audioIcon .duration {
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}
.font-moses .hContainer:not(.radionas) .audioIcon .duration,
.font-moses .site_page_root:not(.radionas) .audioIcon .duration {
  font-size: 11px;
  font-weight: 500;
}
.laisha .icon,
.menta .icon {
  width: 100%! important;
  height: 100%! important;
}
.laisha .big,
.menta .big {
  width: 60px! important;
  height: 60px! important;
  left: 16px;
  bottom: 16px;
}
.laisha .medium,
.menta .medium {
  width: 40px ! important;
  height: 40px ! important;
  left: 8px;
  bottom: 8px;
}
.laisha .small,
.menta .small {
  width: 30px ! important;
  height: 30px! important;
  left: 4px ! important;
  bottom: 4px ! important;
  position: absolute;
}
.english.videoIcon {
  width: 18px ! important;
  height: 10px ! important;
  margin-left: 4px ! important;
  vertical-align: baseline ! important;
  display: inline-flex ! important;
  transform: scaleX(-1);
  align-items: inherit ! important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 110%;
}
.english.videoIcon.bigger {
  width: 15px ! important;
  height: 12px ! important;
}
.english.videoIcon.red {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23d11e24' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.white {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23ffffff' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.blue {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23000066' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.grid1280,
.big {
  background-color: none;
}
.blazer .big {
  width: 60px ! important;
  height: 60px ! important;
  background-color: rgba(0, 0, 0, 0.5) ! important;
  background-size: 60px 60px ! important;
}
.blazer .big2 {
  width: 50px ! important;
  height: 50px ! important;
  background-color: transparent;
  background-size: 50px 50px ! important;
}
.blazer.medium {
  left: 6px ! important;
  bottom: 6px ! important;
}
.ynetnews .videoIcon.medium,
.vesty .videoIcon.medium {
  left: unset !important;
  bottom: 5px !important;
  right: 5px !important;
}
.ynetnews .videoIcon.small,
.vesty .videoIcon.small {
  left: 12px !important;
  right: unset !important;
}
.ynetnews .videoIcon.big,
.vesty .videoIcon.big {
  left: unset !important;
  bottom: 10px !important;
  right: 10px !important;
}
.grid1280_2 .videoIcon,
.pplus .videoIcon {
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
  background-color: #2e2e2f !important;
  width: auto;
  position: absolute;
  height: auto !important;
}
.grid1280_2 .videoIcon.medium,
.pplus .videoIcon.medium {
  top: unset;
  left: 10px;
  right: unset;
  bottom: 12px;
}
.grid1280_2 .videoIcon.medium .icon,
.pplus .videoIcon.medium .icon {
  width: 14px;
  height: 14px;
}
.grid1280_2 .videoIcon.small,
.pplus .videoIcon.small {
  top: unset;
  left: unset;
  right: 12px;
  bottom: 8px;
}
.grid1280_2 .videoIcon.small .icon,
.pplus .videoIcon.small .icon {
  width: 11px;
  height: 11px;
}
.grid1280_2 .videoIcon.onTextRow,
.pplus .videoIcon.onTextRow {
  position: unset ! important;
}
.grid1280_2 .videoIcon.big,
.pplus .videoIcon.big {
  top: unset;
  left: 18px;
  right: unset;
  bottom: 18px;
}
.grid1280_2 .videoIcon.big .icon,
.pplus .videoIcon.big .icon {
  width: 18px;
  height: 18px;
}
.grid1280_2 .videoIcon .icon,
.pplus .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath d='M40 2c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7 3.134-7 7-7zm-2.2 3.111l-.133 7.778 6.222-3.78-6.09-3.998z' transform='translate(-605 -1113) translate(335 984) translate(237 127)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
}
.grid1280_2 .videoIcon .duration,
.pplus .videoIcon .duration {
  margin: auto 5px;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
.ynetnews.grid1280_2 .videoIcon,
.vesty.grid1280_2 .videoIcon,
.ynet.grid1280_2 .videoIcon,
.site_page_root.ynet .grid1280_2 .videoIcon,
.site_page_root.ynetnews .grid1280_2 .videoIcon,
.site_page_root.vesty .grid1280_2 .videoIcon {
  background-color: transparent !important;
}
.ynetnews.grid1280_2 .videoIcon .icon,
.vesty.grid1280_2 .videoIcon .icon,
.ynet.grid1280_2 .videoIcon .icon,
.site_page_root.ynet .grid1280_2 .videoIcon .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon .icon,
.site_page_root.vesty .grid1280_2 .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='22.5' cy='22.5' r='22.5' fill='black' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5 42C33.2696 42 42 33.2696 42 22.5C42 11.7304 33.2696 3 22.5 3C11.7304 3 3 11.7304 3 22.5C3 33.2696 11.7304 42 22.5 42ZM22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z' fill='white'/%3E %3Cpath d='M31.1497 21.8674C31.6168 22.1518 31.6168 22.8482 31.1497 23.1326L17.5759 31.3967C17.1005 31.6861 16.5 31.333 16.5 30.7641L16.5 14.2359C16.5 13.667 17.1005 13.3139 17.5759 13.6033L31.1497 21.8674Z' fill='white'/%3E %3C/svg%3E") ! important;
}
.ynetnews.grid1280_2 .videoIcon.big,
.vesty.grid1280_2 .videoIcon.big,
.ynet.grid1280_2 .videoIcon.big,
.site_page_root.ynet .grid1280_2 .videoIcon.big,
.site_page_root.ynetnews .grid1280_2 .videoIcon.big,
.site_page_root.vesty .grid1280_2 .videoIcon.big {
  padding: unset;
  border-radius: unset;
  bottom: 10px;
  left: 10px;
}
.ynetnews.grid1280_2 .videoIcon.big .icon,
.vesty.grid1280_2 .videoIcon.big .icon,
.ynet.grid1280_2 .videoIcon.big .icon,
.site_page_root.ynet .grid1280_2 .videoIcon.big .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon.big .icon,
.site_page_root.vesty .grid1280_2 .videoIcon.big .icon {
  width: 35px !important;
  height: 35px !important;
}
.ynetnews.grid1280_2 .videoIcon.medium,
.vesty.grid1280_2 .videoIcon.medium,
.ynet.grid1280_2 .videoIcon.medium,
.site_page_root.ynet .grid1280_2 .videoIcon.medium,
.site_page_root.ynetnews .grid1280_2 .videoIcon.medium,
.site_page_root.vesty .grid1280_2 .videoIcon.medium {
  padding: unset;
  border-radius: unset;
  bottom: 5px;
  left: 5px;
}
.ynetnews.grid1280_2 .videoIcon.medium .icon,
.vesty.grid1280_2 .videoIcon.medium .icon,
.ynet.grid1280_2 .videoIcon.medium .icon,
.site_page_root.ynet .grid1280_2 .videoIcon.medium .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon.medium .icon,
.site_page_root.vesty .grid1280_2 .videoIcon.medium .icon {
  width: 25px;
  height: 25px;
}
.ynetnews.grid1280_2 .videoIcon.small .icon,
.vesty.grid1280_2 .videoIcon.small .icon,
.ynet.grid1280_2 .videoIcon.small .icon,
.site_page_root.ynet .grid1280_2 .videoIcon.small .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon.small .icon,
.site_page_root.vesty .grid1280_2 .videoIcon.small .icon {
  width: 18px;
  height: 18px;
  filter: invert(1);
}
.ToggleSwitch {
  display: flex;
  align-items: center;
  justify-content: end;
  border: none;
  background: none;
  cursor: pointer;
}
.ToggleSwitch .toggleContainer {
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 2px 3px;
  background-color: #D8D8D8;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer.active {
  background-color: #7A0E0E;
}
.ToggleSwitch .toggleContainer .toggleBtn {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-122%);
}
.ArticleBodyComponent {
  direction: rtl;
  background-color: white;
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent .DraftEditor-editorContainer {
  z-index: auto;
}
.ArticleBodyComponent .pHeader {
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
}
.mynet .ArticleBodyComponent .pHeader {
  color: #192862;
}
.ArticleBodyComponent .text_editor_paragraph {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0 0 16px 0;
  letter-spacing: initial;
}
.ArticleBodyComponent .text_editor_paragraph.rtl > * {
  direction: rtl;
  text-align: right;
}
.ArticleBodyComponent .text_editor_paragraph.ltr > * {
  direction: ltr;
  text-align: left;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.calcalist .ArticleBodyComponent {
  font-family: 'Open Sans Hebrew' !important;
}
.ArticleBodyComponent h1 {
  color: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.ArticleBodyComponent ol {
  display: block;
  list-style-type: decimal;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  display: block;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.mynet .ArticleBodyComponent li {
  margin-bottom: 5px;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p {
  margin: 0 0 13px 0;
}
.magazine_template .ArticleBodyComponent .VideoComponenta {
  display: flex;
  width: 100%;
}
.ArticleBodyComponent .VideoComponenta .BlankContainer {
  display: block !important;
}
.magazine_template .ArticleBodyComponent .VideoComponenta .articleVideoComponenta {
  width: 100%;
}
.ArticleBodyComponent .originalLaunchDate {
  clear: both;
}
.ArticleBodyComponent .coAuthors {
  margin: 13px 0;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 250px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
figure {
  margin: 10px 0 0 0;
  display: inline;
}
blockquote.text_editor_block_quote {
  display: block;
  width: 33%;
  clear: both;
  padding: 5px 10px 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  margin: 0;
}
.SiteArticleSocialBottomShare1280 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280 {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%233a559f%7D %3C/style%3E %3C/defs%3E %3Cpath id='facebook' d='M635.718 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm5.92 11.767h-2.8c-.987 0-1.193.4-1.193 1.425v2.467h3.988l-.384 4.33h-3.6v12.934h-5.165V97.375H629.8v-4.384h2.686v-3.453c0-3.241 1.733-4.933 5.576-4.933h3.577V89.1z' class='cls-1' transform='translate(-615.718 -77.333)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39.999' viewBox='0 0 40 39.999'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23128c7e%7D %3C/style%3E %3C/defs%3E %3Cpath id='whatsapp' d='M10676 40a20 20 0 0 1-14.142-34.141 20 20 0 1 1 28.285 28.283A19.871 19.871 0 0 1 10676 40zm-5.5-11.653a9.886 9.886 0 0 0 5.485 1.653h.015a10 10 0 0 0 0-20 10.01 10.01 0 0 0-10 10 9.864 9.864 0 0 0 1.9 5.86l-1.246 3.715 3.844-1.229zm8.785-2.747a8.528 8.528 0 0 1-2.932-.82 11.872 11.872 0 0 1-4.914-4.3l-.021-.032a2.214 2.214 0 0 0-.043-.061l-.018-.023a5.567 5.567 0 0 1-1.169-2.994 3.187 3.187 0 0 1 1-2.407l.024-.025a1.445 1.445 0 0 1 1.022-.36c.076 0 .149 0 .22.006h.107c.3.014.445.039.637.494l.211.509.091.222c.253.613.548 1.33.6 1.433a.6.6 0 0 1 .042.542 1.567 1.567 0 0 1-.3.428l-.026.031-.173.189a4.639 4.639 0 0 0-.264.295l-.009.011a.467.467 0 0 0-.109.611 8.825 8.825 0 0 0 1.625 2.016 7.328 7.328 0 0 0 2.253 1.408l.043.017.048.02a.737.737 0 0 0 .288.06.569.569 0 0 0 .418-.17 9.716 9.716 0 0 0 .657-.864v-.006l.12-.167a.559.559 0 0 1 .465-.268.716.716 0 0 1 .251.05c.265.092 1.641.771 2 .948l.161.08h.009c.2.1.331.16.389.257a2.532 2.532 0 0 1-.172 1.388 2.838 2.838 0 0 1-1.963 1.412 2.6 2.6 0 0 1-.566.07z' class='cls-1' transform='translate(-10656)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_640' data-name='Group 640' transform='translate(-1413 -1237)'%3E %3Ccircle id='Ellipse_28' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 28' transform='translate(1413 1237)'/%3E %3Cg id='comment-black-oval-bubble-shape' transform='translate(1423 1212.493)'%3E %3Cpath id='Path_25' d='M19.063 40.138a9.242 9.242 0 0 0-3.717-2.656 13.253 13.253 0 0 0-5.13-.975 13.557 13.557 0 0 0-3.968.576 11.1 11.1 0 0 0-3.261 1.556A7.777 7.777 0 0 0 .81 40.97 5.43 5.43 0 0 0 0 43.8 5.532 5.532 0 0 0 1.032 47a8.371 8.371 0 0 0 2.822 2.508 7.246 7.246 0 0 1-.3.866q-.171.41-.308.673a4.632 4.632 0 0 1-.371.581q-.234.319-.353.45l-.393.433q-.273.3-.353.394a.8.8 0 0 0-.091.1l-.08.1-.068.1q-.057.086-.051.108a.3.3 0 0 1-.023.114.151.151 0 0 0 .006.137v.011a.573.573 0 0 0 .2.331.447.447 0 0 0 .348.1 8.56 8.56 0 0 0 1.3-.251 12.461 12.461 0 0 0 5.244-2.759 15.6 15.6 0 0 0 1.653.091 13.249 13.249 0 0 0 5.13-.975 9.24 9.24 0 0 0 3.717-2.656 5.594 5.594 0 0 0 0-7.33z' class='cls-2' data-name='Path 25'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #000066;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .contactWrapper .icon {
  width: 12.7px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23ffffff%7D %3C/style%3E %3C/defs%3E %3Cg id='close-envelope' transform='translate(0 -2)'%3E %3Cg id='Group_194' data-name='Group 194'%3E %3Cpath id='Path_37' d='M7 9L5.268 7.484.316 11.729a1.014 1.014 0 0 0 .691.271h11.986a1.006 1.006 0 0 0 .688-.271L8.732 7.484z' class='cls-1' data-name='Path 37'/%3E %3Cpath id='Path_38' d='M13.684 2.271A1.007 1.007 0 0 0 12.993 2H1.007a1 1 0 0 0-.689.273L7 8z' class='cls-1' data-name='Path 38'/%3E %3Cpath id='Path_39' d='M0 2.878v8.308l4.833-4.107z' class='cls-1' data-name='Path 39'/%3E %3Cpath id='Path_40' d='M9.167 7.079L14 11.186V2.875z' class='cls-1' data-name='Path 40'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper .label {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  flex-shrink: 0;
}
.ArticleBottomShareComponent {
  padding-top: 5px;
  border-top: 1px dotted #6281AF;
  clear: both;
}
.ArticleBottomShareComponent.englishSite {
  border-top: 1px dotted #6281AF;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleBottomShareComponent.englishSite {
    display: none ! important;
  }
}
.ArticleBottomShareComponent.englishSite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ArticleBottomShareComponent.englishSite button {
  flex-direction: row-reverse;
}
.ArticleBottomShareComponent.englishSite .articleShareButton {
  order: 0;
  margin-right: 5px ! important;
  margin-left: 0 ! important;
}
.ArticleBottomShareComponent.englishSite .fc,
.ArticleBottomShareComponent.englishSite .tw,
.ArticleBottomShareComponent.englishSite .gl {
  order: 1;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_facebook {
  order: 2;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_twitter {
  order: 1;
}
.ArticleBottomShareComponent.englishSite li {
  order: 0;
}
.ArticleBottomShareComponent ul {
  font-size: 12px;
  font-family: arial;
  color: #6281af;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.ArticleBottomShareComponent ul li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font: normal 12px/26px arial;
  overflow: hidden;
}
.ArticleBottomShareComponent ul li :hover {
  color: #ff0000;
}
.ArticleBottomShareComponent ul li .articleShareButton {
  margin: 5px 0 0px 4px !important;
}
.ArticleBottomShareComponent ul li .fc,
.ArticleBottomShareComponent ul li .tw {
  float: right;
}
.ArticleBottomShareComponent ul li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  color: #6281af;
}
.ArticleBottomShareComponent .ArticleSideShareComponent_gift {
  color: #ff0000;
}
@-webkit-keyframes fadeinForm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.PremiumAddCommentFormUI.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.PremiumAddCommentFormUI.hide {
  display: none;
}
.PremiumAddCommentFormUI .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #ed1c24;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  color: #A10000;
  font-family: 'EzerShemesh';
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: normal;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #121111;
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 10px;
  margin-left: 5px;
  width: 10px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
}
.PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  font-family: "EzerShemesh";
  color: #121111;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  margin-bottom: 10px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #ed1c24;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  color: #A10000;
  font-family: 'EzerShemesh';
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: normal;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 3px;
  cursor: pointer;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #121111;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 5px;
  height: 10px;
  width: 10px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  gap: 10px;
  flex-wrap: nowrap;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  width: 385px;
  height: 40px;
  margin-bottom: 10px;
  background: #fff;
  display: inline-block;
  flex-grow: 1;
  padding: 4px 5px;
  border: 1px solid #BFCDE3;
  font-size: 13px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  background-color: #fff;
  width: 365px;
  box-sizing: border-box;
  border: 1px solid #D7D5D5;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: "EzerShemesh";
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 40px;
  background-color: #FFF;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-size: 13px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: "EzerShemesh";
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 60px;
  padding-top: 10px;
  background-color: #FFF;
  display: inline-block;
  border: 1px solid #BFCDE3;
  font-size: 13px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: "EzerShemesh";
  padding: 5px 15px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #FFF;
  padding: 0 20px 0 0;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #D7D5D5;
  padding: 0 15px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  font-family: "EzerShemesh";
  color: #121111;
  margin-bottom: 20px;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #25262b;
  font-weight: bold;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #121111;
  font-weight: 400;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 140px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.magazine2025 .PremiumAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background-color: #A10000;
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 0px;
}
.grid1280 #PremiumArticleComment .commentNum {
  font-size: 22px ! important;
  line-height: 34px ! important;
  padding-top: 0 ! important;
}
.grid1280 #PremiumArticleComment .details {
  height: 19px ! important;
}
.grid1280 #PremiumArticleComment .details .author {
  font-size: 14px;
}
.grid1280 #PremiumArticleComment .details .publishDate {
  font-size: 12px;
}
.grid1280 #PremiumArticleComment .commentTitle {
  font-size: 16px !important;
  line-height: 20px !important;
}
.grid1280 #PremiumArticleComment.expanded {
  margin-bottom: 0px ! important;
}
.grid1280 #PremiumArticleComment .expandedView .commentText {
  font-size: 14px ! important;
  line-height: 20px ! important;
}
.grid1280 #PremiumArticleComment.level1 {
  padding: 12px 0px 14px 0 !important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper {
  margin-top: 10px ! important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper * {
  font-family: Arial, Helvetica, sans-serif ! important;
}
.grid1280 #PremiumArticleComment .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background-color: #000066 !important;
}
#PremiumArticleComment {
  background-color: transparent !important;
}
#PremiumArticleComment.level1 {
  border-top: 1px solid #d4d4d4;
  padding: 22px 0px;
}
.magazine2025 #PremiumArticleComment.level1 {
  padding: 20px 0;
}
#PremiumArticleComment.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 10px;
  padding-bottom: 10px;
}
#PremiumArticleComment.expanded {
  background-color: transparent !important;
}
#PremiumArticleComment .topView {
  display: flex;
}
#PremiumArticleComment .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 10px;
  min-width: 85px;
}
#PremiumArticleComment .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.334' height='17' viewBox='0 0 22.334 17'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b;stroke:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cg id='reply' transform='translate(.5 .5)'%3E %3Cg id='Group_348' data-name='Group 348'%3E %3Cpath id='Path_26' d='M9.778 75.548v3.118A1.335 1.335 0 0 1 8.444 80a1.317 1.317 0 0 1-.9-.357l-.574-.531c-1.885-1.747-5.046-4.67-6.663-6.292a1.248 1.248 0 0 1 0-1.64c1.617-1.622 4.778-4.545 6.666-6.292l.574-.531a1.317 1.317 0 0 1 .9-.357 1.335 1.335 0 0 1 1.333 1.333v3.108c6.4-.09 10.667-2.108 10.667-4a.444.444 0 1 1 .889 0c-.003 5.993-5.146 10.89-11.558 11.107zm-.444-6.215a.444.444 0 0 1-.444-.444v-3.556a.445.445 0 0 0-.444-.444.431.431 0 0 0-.293.12l-.574.531C5.694 67.283 2.542 70.2.937 71.807a.407.407 0 0 0 0 .386c1.6 1.609 4.756 4.525 6.64 6.267l.574.531a.43.43 0 0 0 .293.12.445.445 0 0 0 .444-.444v-3.556a.444.444 0 0 1 .444-.444 10.95 10.95 0 0 0 10.875-8.12c-1.895 1.661-6.007 2.786-10.874 2.786z' class='cls-1' data-name='Path 26' transform='translate(0 -64)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.3px;
  height: 16px;
  margin-top: 12px;
}
#PremiumArticleComment .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: 0.6px;
  text-align: right;
  padding-top: 10px;
  min-width: 55px;
}
.font-moses #PremiumArticleComment .topView .commentNum {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .topView .commentNum {
  font-family: "EzerShemesh";
  font-size: 45px;
  font-weight: 400;
  line-height: 35px;
  color: #121111;
  letter-spacing: normal;
  padding-top: 0px;
}
#PremiumArticleComment .topView .topLeftView {
  display: flex;
  flex-direction: column;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView {
  gap: 20px;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper {
  display: flex;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details {
  display: flex;
  align-items: center;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details {
  display: block;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .author {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.13;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.font-moses #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .author {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .author {
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  color: #121111;
}
#PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .publishDate {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #777777;
  padding-right: 10px;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .publishDate {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #121111;
  padding-right: 20px;
}
.font-moses #PremiumArticleComment .topView .topLeftView .commentDetailsWrapper .details .publishDate {
  font-weight: 340;
}
#PremiumArticleComment .topView .topLeftView .commentTitle {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: right;
  padding-top: 5px;
}
.font-moses #PremiumArticleComment .topView .topLeftView .commentTitle {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .topView .topLeftView .commentTitle {
  padding: 0;
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}
#PremiumArticleComment .expandedView {
  padding-bottom: 0;
}
.magazine2025 #PremiumArticleComment .expandedView {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#PremiumArticleComment .expandedView .commentText {
  margin-top: 6px;
  padding: 0;
  border: 0px;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: right;
  color: #25262b;
}
.magazine2025 #PremiumArticleComment .expandedView .commentText {
  padding: 0;
  font-family: "EzerShemesh";
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
  color: #121111;
}
.font-moses #PremiumArticleComment .expandedView .commentText {
  font-weight: 340;
}
#PremiumArticleComment .expandedView .commentText.level1 {
  padding-right: 55px;
}
#PremiumArticleComment .expandedView .commentText.level2 {
  padding-right: 85px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 30px;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper {
  margin-top: 0px;
  gap: 20px;
  height: 40px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 55px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 85px;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper {
  display: flex;
  gap: 20px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  width: 120px;
  height: 30px;
  border-radius: 2px;
  background-color: #ed1c24;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.font-moses #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  font-weight: 670;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
  background-color: #A10000;
  height: 40px;
  margin: 0;
  border-radius: 0px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  width: 120px;
  height: 30px;
  border-radius: 2px;
  background-color: #000;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background-color: #121111;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
  height: 40px;
  border-radius: 0px;
}
.font-moses #PremiumArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  font-weight: 670;
  font-size: 13px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  height: 30px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg {
  position: relative;
  bottom: 1px;
  fill: #999999;
  width: 24.2px;
  height: 18px;
  cursor: pointer;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg:hover {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg.likePressed {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.likeSvg.likePressed:hover {
  fill: #999999;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg {
  cursor: pointer;
  position: relative;
  top: 3px;
  fill: #999999;
  width: 24.2px;
  height: 18px;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg:hover {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg.dislikePressed {
  fill: #282828;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper svg.dislikeSvg.dislikePressed:hover {
  fill: #999999;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  width: 40px;
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.13;
  letter-spacing: 0.32px;
  color: #25262b;
  padding-left: 5px;
}
.font-moses #PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  font-weight: 340;
}
.magazine2025 #PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
}
#PremiumArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 5px;
}
.PremiumArticleCommentsTopTabUI {
  display: flex;
  flex-direction: column;
}
.PremiumArticleCommentsTopTabUI .tab {
  background: transparent !important;
  height: 40px !important;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab {
  height: 24px ! important;
  background: #121111 !important;
  color: #fff;
  font-family: 'EzerShemesh';
  align-items: center;
  padding: 0 10px;
}
.PremiumArticleCommentsTopTabUI .tab .tabTextWraper {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: 0.4px;
  text-align: right;
  color: #25262b;
}
.font-moses .PremiumArticleCommentsTopTabUI .tab .tabTextWraper {
  font-weight: 500;
  line-height: normal;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .tabTextWraper {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions {
  position: relative;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .sortOptions {
  margin-top: 100px;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .togglerWrapper {
  position: absolute;
  left: 5px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .selectLabel {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.83;
  letter-spacing: 0.2px;
  text-align: right;
  color: #777777;
  padding-left: 10px;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .sortOptions .selectLabel {
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  line-height: 18px;
}
.PremiumArticleCommentsTopTabUI .tab .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 10px;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border-color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: right;
  color: #25262b;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .tab .sortOptions .sortSelect {
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  line-height: 18px;
}
.PremiumArticleCommentsTopTabUI .topPanel {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  border-top: 1px solid #d4d4d4;
  padding-top: 18px;
  padding-bottom: 18px;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .topPanel {
  justify-content: flex-start;
  border-top: none;
  padding-top: 0;
  padding-bottom: 20px;
}
.PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 500px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn {
  background-color: #A10000;
  width: 280px;
}
.PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.font-moses .PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-weight: 670;
  line-height: 1.19;
}
.magazine2025 .PremiumArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'EzerShemesh';
}
.Grid1280ArticleCommentsTopTabUI {
  display: flex;
  flex-direction: column;
}
.Grid1280ArticleCommentsTopTabUI .tab {
  background: #000066 !important;
  height: 24px !important;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.Grid1280ArticleCommentsTopTabUI .tab .tabTextWraper {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #fff;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .tab .tabTextWraper {
  font-weight: 670;
}
.Grid1280ArticleCommentsTopTabUI .topPanel {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 14px;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 280px;
  height: 40px;
  border-radius: 2px;
  background-color: #ed1c24;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .topPanel .newCommentBtn span {
  font-weight: 670;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions {
  position: relative;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper {
  position: absolute;
  left: 5px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .selectLabel {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.83;
  letter-spacing: 0.2px;
  text-align: right;
  color: #777777;
  padding-left: 10px;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .selectLabel {
  font-weight: 670;
}
.Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 10px;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border-color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: right;
  color: #25262b;
}
.font-moses .Grid1280ArticleCommentsTopTabUI .topPanel .sortOptions .sortSelect {
  font-weight: 670;
}
.SiteArticleComments {
  display: flex;
  flex-direction: column;
  background: transparent;
  font-family: arial;
  direction: rtl;
  clear: both;
}
.SiteArticleComments.englishSite {
  direction: ltr ! important;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .SiteArticleComments.englishSite {
    padding: 0 10px 55px 0;
  }
}
@media (max-width: 340px) {
  .SiteArticleComments.englishSite .tabTextWraper {
    font-size: 13px ! important;
  }
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn .tabTextWraper {
  font-size: 14px;
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn .tabTextWraper span {
  margin: auto 0;
  float: right;
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: unset;
  left: -5px;
}
.SiteArticleComments.englishSite .textBubleIcon {
  margin-left: 0;
  margin-right: 5px;
}
.SiteArticleComments.englishSite .previewBtnIcon {
  margin-right: 5px ! important;
  margin-left: 0px ! important;
}
.SiteArticleComments.englishSite .newCommentBtn {
  padding: 0 7px;
  width: auto ! important;
}
.SiteArticleComments.englishSite .closeBtnWrapper {
  direction: ltr;
  color: #5074A8;
}
.SiteArticleComments.englishSite .sendBtn {
  width: auto ! important;
  padding: 0 7px ! important;
}
.SiteArticleComments.englishSite .sendBtn .textDoubleBubleIcon {
  margin-left: 0;
  margin-right: 5px;
}
.SiteArticleComments .showMoreCommentsButton,
.SiteArticleComments .closeCommentsButton {
  cursor: pointer;
  margin-top: 40px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 35px;
  border-radius: 2px;
  background-color: #000066;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.32px;
  color: #fff;
}
.font-moses .SiteArticleComments .showMoreCommentsButton,
.font-moses .SiteArticleComments .closeCommentsButton {
  font-weight: 670;
  background-color: #de1a1a;
}
.SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.SiteArticleComments .showMoreCommentsButton:hover,
.SiteArticleComments .closeCommentsButton:hover {
  box-shadow: 0px 0px 5px #1f1919;
}
.ynet.grid1280 .SiteArticleComments * {
  font-family: 'Open Sans Hebrew';
}
.ynet.grid1280 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280 .SiteArticleComments .closeCommentsButton {
  width: 280px;
  height: 40px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px !important;
}
.ynet.grid1280_2 .SiteArticleComments,
.pplus .SiteArticleComments,
.ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'NarkisBlock';
}
.font-moses .ynet.grid1280_2 .SiteArticleComments,
.font-moses .pplus .SiteArticleComments,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer,
.pplus .SiteArticleComments .commentsContainer,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1,
.pplus .SiteArticleComments .commentsContainer > div:first-child .level1,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.pplus .SiteArticleComments .showMoreCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.pplus .SiteArticleComments .closeCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px !important;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(113deg, #474cdd, #1417ac 36%);
  box-shadow: none;
  height: 40px;
  position: relative;
  width: 184px !important;
}
.font-moses .ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .pplus .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.font-moses .pplus .SiteArticleComments .closeCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 16px;
  line-height: 16px;
  font-weight: 670;
  background-color: #ed1c24;
  background-image: none;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.magazine2025.ynet .SiteArticleComments .showMoreCommentsButton,
.magazine2025.ynet .SiteArticleComments .closeCommentsButton {
  background-color: #A10000;
  width: 280px;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'EzerShemesh';
  background-image: none;
  color: #fff;
  height: 40px;
  margin-top: 25px !important;
}
.yplus:has(.paywall-wrapper) .SiteArticleComments {
  display: none;
}
.spotimWrapper.popUp {
  position: fixed;
  left: -500px;
  width: 484px;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
  height: 100%;
  z-index: 999999999999;
  overflow-y: auto;
  padding: 25px;
  box-sizing: border-box;
}
.spotimWrapper.popUp.isOpened {
  transition: left 0.4s;
  left: 0;
}
.spotimWrapper.popUp.isClosed {
  transition: left 0.4s;
  left: -500px;
}
.spotimWrapper.popUp .closePopUp {
  position: sticky;
  top: -25px;
  float: inline-end;
  width: 100%;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 12px auto;
  background-position: left 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 100 ;
}
.AddCommentForm.ynetRegular {
  background-color: #ECEFF4;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer {
  margin-top: 3px;
  background-color: #ECEFF4;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  color: #5074A8;
  margin-bottom: 14px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 14px;
  font-weight: bold;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 12px;
  direction: rtl;
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -33px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  background: #fff;
  display: inline-block;
  flex-basis: 46%;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .title {
  background-color: #F8F8EC;
  display: inline-block;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .comment {
  background-color: #F8F8EC;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
  height: 100px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow:last-child {
  padding-top: 5px;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService {
  line-height: 16px;
  font-size: 12px;
  flex: 3;
  color: #636363;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService a {
  text-decoration: underline;
  color: #5074A8;
  font-weight: bolder;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnText {
  line-height: normal;
  color: #5074A8;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  border: 0px;
  background-color: #3D5DA6;
  color: #fff;
  padding: 0 7px;
  height: 21px;
  width: 85px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr {
  background-color: #ECEFF4;
  padding: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage {
  border: 1px solid #9fa4a7;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 434px;
  z-index: 3;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage > * {
  font-size: 14px ! important;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel {
  flex-direction: row;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel .closeText {
  margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .alertText {
  color: #D8110E;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .successfullySentText {
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.he {
  display: block;
  width: 102px;
  height: 44px;
  direction: ltr;
  overflow: hidden;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -123px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.ru {
  width: 139px;
  height: 40px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu_vesti.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.en {
  width: 96px;
  height: 48px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.es {
  width: 103px;
  height: 48px;
  background: transparent url(/picserver/ynetespanol/wcm_upload/2019/07/16/rkf00JMjbB/espnyol_logo_new.jpg);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .closeText {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  font-size: 12px;
  background: transparent;
  border: 0;
}
.AddCommentForm.ynetRegular .PreviewComment {
  position: absolute;
  right: 0px;
  top: 137px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper {
  margin: 4px;
  border: 1px solid #9fa4a7;
  background: #ECEFF4;
  padding: 10px;
  display: flex;
  height: 130px;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewTitle {
  font-size: 13px;
  color: #000;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .authorDetails {
  direction: ltr;
  text-align: right;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewCommentContent {
  white-space: pre-wrap;
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel {
  display: flex;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .closeBtn {
  cursor: pointer;
  align-self: flex-end;
  text-decoration: underline;
  font-weight: bold;
  color: #5074A8;
  font-size: 11px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .like {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .dislike {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .close {
  color: red;
}
.ArticleComment {
  padding: 3px 10px 4px 10px;
  position: relative;
}
.ArticleComment .topView {
  cursor: pointer;
}
.ArticleComment .topView .commentTitle {
  font-size: 13px;
  color: #000;
}
.ArticleComment .topView .commentTitle .arrowDown {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -113px !important;
}
.ArticleComment .topView .commentTitle .level2Arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 4px 15px 0 4px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -13px -113px;
}
.ArticleComment .topView .redTitleText {
  color: #9b1a1f;
  font-weight: bold;
}
.ArticleComment .topView .authorDetails {
  padding-right: 16px;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
  display: flex;
}
.ArticleComment .topView .authorDetails span {
  margin-left: 2px;
}
.ArticleComment .expandedView {
  padding-bottom: 10px;
}
.ArticleComment .expandedView .commentText {
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
  overflow: hidden;
}
.ArticleComment .expandedView .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.ArticleComment .expandedView .bottomButtonsWrapper {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button {
  padding: 0 7px;
  height: 21.6px;
  line-height: 21px;
  border: 0px;
  color: #fff;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button[disabled] {
  opacity: 0.1;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  background: #D8110E;
  margin-left: 9px;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background: #3D5DA6;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  width: 88px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .like {
  display: inline-block;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .dislike {
  display: inline-block;
  width: 24px;
  padding: 0;
  border: 0;
  cursor: pointer;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .btnWithOpacity {
  opacity: 0.1;
  pointer-events: none;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding: 0;
  border: 0;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  font-size: 85%;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesPositive {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesNegative {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -65px;
}
.ArticleComment.expanded {
  background-color: #ECEFF4;
  margin-bottom: 8px;
  padding-top: 9px;
}
.ArticleCommentsTopTabYnetUi .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  margin-bottom: 15px;
  background: #000066;
  width: 100%;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
  padding: 0px 10px;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.es,
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.en {
  display: flex;
  flex-direction: row-reverse;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  background: transparent;
  border: 0;
  position: relative;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: -5px;
  vertical-align: middle;
  top: 1px;
  content: "";
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  height: 10px;
  width: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 21.6px;
  line-height: 21px;
  margin-bottom: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn {
  border: 0px;
  background: #D8110E;
  color: #fff;
  width: 90px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn[disabled] {
  opacity: 0.1;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .sortSelect {
  height: 21px;
  width: 130px;
  border: 1px solid #BFCDE3;
  padding-left: 5px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .selectLabel {
  color: #5E5E5E;
  margin-left: 10px;
  font-size: 80%;
  font-weight: bold;
}
.blog_article .comments_template_2026.SiteArticleComments {
  height: 0;
  width: 0;
  border: 0;
  padding: 0;
}
.comments_template_2026.SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none !important;
}
.comments_template_2026.SiteArticleComments .commentsContainer > div .ArticleComment2026 {
  padding-top: 10px;
}
.comments_template_2026.SiteArticleComments.noComments .showMoreCommentsButton {
  display: none;
}
.comments_template_2026.SiteArticleComments.noComments .noCommentsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments.noComments .noCommentsContainer svg {
  flex-shrink: 0;
  width: 10px;
  height: 11px;
  margin-top: -1px;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 484px;
  background: #FFF;
  box-shadow: 0 10px 16.4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  height: 100vh;
  padding: 50px 0px 0px 0px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 10000000000;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsContainer * {
  pointer-events: inherit;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsContainer > li:first-child .level1 {
  border-top: none !important;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.fadeIn {
  animation: fadeinpopup 900ms ease-in;
  -webkit-animation: fadeinpopup 900ms ease-in;
  visibility: visible;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.hide,
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.fadeOut {
  animation: fadeoutpopup 400ms ease-in;
  -webkit-animation: fadeoutpopup 400ms ease-in;
  visibility: hidden;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.hide {
  display: none;
  visibility: hidden;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .showMoreCommentsButton {
  margin-bottom: 20px;
  justify-self: center;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .sortSelectWrapper {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .sortSelect {
  border: 1px solid #C5C5C5;
  border-radius: 0;
  color: #78787B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .sortSelect > span {
  font-weight: 100;
  margin-inline-end: 5px;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .sortSelect .menuToggler {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3521 5.14499C12.5482 5.33945 12.5495 5.65603 12.355 5.8521L7.91929 10.3245C7.69944 10.5461 7.32438 10.5702 7.08223 10.326L2.64499 5.8521C2.45054 5.65603 2.45184 5.33945 2.6479 5.14499C2.84397 4.95054 3.16055 4.95184 3.35501 5.1479L7.5 9.32716L11.645 5.1479C11.8395 4.95184 12.156 4.95054 12.3521 5.14499Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-inline-start: 10px;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .sortSelect .menuToggler.toClose {
  transform: rotate(180deg);
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .sortSelect .menuToggler.toOpen {
  transform: rotate(0deg);
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .optionsMenu {
  position: absolute;
  top: 38px;
  right: 0;
  background: #FFF;
  border: 1px solid #C5C5C5;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  z-index: 10;
  display: none;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .optionsMenu.isVisible {
  display: flex;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .optionsMenu .sortOption {
  padding: 5px 25px;
  font-size: 12px;
  font-style: normal;
  font-weight: 340;
  color: #78787B;
  text-align: right;
  cursor: pointer;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .optionsMenu .sortOption:hover {
  background-color: #F5F5F5;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .popupCloseIcon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsTopBar {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px solid #EFEFEF;
  width: calc(100% - 60px);
  align-items: baseline;
  margin: 0 30px;
  padding-bottom: 10px;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsTopBar .headlineTitle {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 670;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsTopBar .commentsCountContainer {
  color: #78787B;
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsTopBar .addCommentBtn {
  display: flex;
  width: fit-content;
  height: 30px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  justify-self: flex-end;
  border: 0;
  background-color: #DE1A1A;
  cursor: pointer;
  border-radius: 29px;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsTopBar .addCommentBtn.hide {
  display: none;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper {
  overflow-y: auto;
  padding: 0 30px;
  box-sizing: border-box;
  flex-grow: 1;
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .topView {
  padding-top: 10px !important;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2HidecounterWrapper,
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2CommentsCountWrapper {
  color: #78787B;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-inline-start: 48px;
  position: relative;
  margin-top: 0;
  display: flex;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2HidecounterWrapper .lineToParent,
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2CommentsCountWrapper .lineToParent {
  position: absolute;
  right: -32px;
  bottom: 8px;
  width: 28px;
  flex-shrink: 0;
  border-radius: 0 0 16px 0;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2HidecounterWrapper .commentToComent,
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2CommentsCountWrapper .commentToComent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.89298 12.9691C6.74113 13.032 6.56655 12.997 6.45035 12.8806L1.36906 7.78795C1.21031 7.62885 1.21031 7.37115 1.36906 7.21205L6.45035 2.11942C6.56655 2.00296 6.74113 1.96797 6.89297 2.0309C7.04487 2.09396 7.14406 2.24259 7.14406 2.40737L7.14406 5.38338C9.12326 5.73725 11.0854 5.26627 12.8739 3.56963L13.056 3.39258C13.1803 3.26805 13.3702 3.23746 13.5269 3.31699C13.6837 3.39662 13.772 3.56858 13.7453 3.7427C13.4823 5.45576 12.8196 7.07296 11.6616 8.23356C10.573 9.32465 9.07418 9.98323 7.14406 9.95978L7.14406 12.5926C7.14406 12.7574 7.04488 12.906 6.89298 12.9691ZM6.33126 9.53705C6.33126 9.42461 6.37752 9.31715 6.45928 9.24015C6.54105 9.16316 6.65099 9.12324 6.76297 9.13024C8.68825 9.25084 10.096 8.65088 11.087 7.65765C11.8342 6.9088 12.3625 5.91808 12.6843 4.80001C10.7929 6.24219 8.7175 6.57606 6.64933 6.11544C6.4634 6.07398 6.33125 5.9085 6.33125 5.71758L6.33125 3.39059L2.231 7.5L6.33126 11.6094L6.33126 9.53705Z' fill='%2378787B'/%3E %3Cpath d='M2 7.5L6.5 12L6.5 9.5C11 9.5 12.25 7.25 13.25 3.75C11.25 5.75 9.75 6.25 6.5 5.5L6.5 3L2 7.5Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 12px;
  font-weight: 340;
  padding-inline-start: 18px;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2HidecounterWrapper .commentCount,
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .level2CommentsCountWrapper .commentCount {
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .commentDetailsWrapper .commentTitle {
  white-space: initial;
  overflow: unset;
  text-overflow: unset;
  max-width: 100%;
  line-height: 24px;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper ol.commentsContainer {
  list-style: none;
  margin: 0;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper .commentsContainer {
  padding: 15px 0 0 0;
  box-shadow: none;
  flex-grow: 1;
  animation: fadeinForm 300ms ease-in;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup .commentsWrapper > .mainFormWrapper .AddCommentFormContainer {
  padding: 0;
}
.comments_template_2026.SiteArticleComments #ArticleCommentsPopup .commentTitle {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.comments_template_2026.SiteArticleComments .showMoreCommentsButton {
  background-color: transparent !important;
  color: #DE1A1A !important;
  text-align: center;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 19px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 10px !important;
  height: fit-content !important;
  width: fit-content !important;
}
.comments_template_2026.SiteArticleComments .showMoreCommentsButton:hover {
  box-shadow: none !important;
}
.grid1280_2.ynet .comments_template_2026.SiteArticleComments .showMoreCommentsButton {
  margin-top: 0px !important;
}
.comments_template_2026.SiteArticleComments .commentsContainer {
  border: 0 !important;
  background: #FFF;
  display: flex;
  padding: 10px 30px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .commentsContainer * {
  pointer-events: none;
}
.comments_template_2026.SiteArticleComments .commentsContainer li,
.comments_template_2026.SiteArticleComments .commentsContainer > div {
  width: 100%;
}
.comments_template_2026.SiteArticleComments .commentsContainer li:has(.level2CommentsCountWrapper),
.comments_template_2026.SiteArticleComments .commentsContainer > div:has(.level2CommentsCountWrapper) {
  margin-bottom: 10px;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper {
  color: #78787B;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-inline-start: 48px;
  position: relative;
  margin-top: -3px;
  display: flex;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper .lineToParent,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper .lineToParent {
  position: absolute;
  right: -32px;
  bottom: 8px;
  width: 28px;
  flex-shrink: 0;
  border-radius: 0 0 16px 0;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper .commentToComent,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper .commentToComent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.89298 12.9691C6.74113 13.032 6.56655 12.997 6.45035 12.8806L1.36906 7.78795C1.21031 7.62885 1.21031 7.37115 1.36906 7.21205L6.45035 2.11942C6.56655 2.00296 6.74113 1.96797 6.89297 2.0309C7.04487 2.09396 7.14406 2.24259 7.14406 2.40737L7.14406 5.38338C9.12326 5.73725 11.0854 5.26627 12.8739 3.56963L13.056 3.39258C13.1803 3.26805 13.3702 3.23746 13.5269 3.31699C13.6837 3.39662 13.772 3.56858 13.7453 3.7427C13.4823 5.45576 12.8196 7.07296 11.6616 8.23356C10.573 9.32465 9.07418 9.98323 7.14406 9.95978L7.14406 12.5926C7.14406 12.7574 7.04488 12.906 6.89298 12.9691ZM6.33126 9.53705C6.33126 9.42461 6.37752 9.31715 6.45928 9.24015C6.54105 9.16316 6.65099 9.12324 6.76297 9.13024C8.68825 9.25084 10.096 8.65088 11.087 7.65765C11.8342 6.9088 12.3625 5.91808 12.6843 4.80001C10.7929 6.24219 8.7175 6.57606 6.64933 6.11544C6.4634 6.07398 6.33125 5.9085 6.33125 5.71758L6.33125 3.39059L2.231 7.5L6.33126 11.6094L6.33126 9.53705Z' fill='%2378787B'/%3E %3Cpath d='M2 7.5L6.5 12L6.5 9.5C11 9.5 12.25 7.25 13.25 3.75C11.25 5.75 9.75 6.25 6.5 5.5L6.5 3L2 7.5Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 12px;
  font-weight: 340;
  padding-inline-start: 18px;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper .commentCount,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper .commentCount {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.comments_template_2026.SiteArticleComments .commentsContainer .commentsContainer {
  padding: 15px 0 0 0;
  box-shadow: none;
}
.comments_template_2026.SiteArticleComments .commentsContainer > .mainFormWrapper .AddCommentFormContainer {
  padding: 0;
}
.comments_template_2026.SiteArticleComments .level2ArrowContainer {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 20px;
  position: relative;
  width: 21px;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .level2ArrowContainer .lineToParent {
  position: absolute;
  right: -32px;
  bottom: 9px;
  width: 32px;
  flex-shrink: 0;
  border-radius: 0 0 16px 0;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
.comments_template_2026.SiteArticleComments .level2Arrow {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #F8D1D1;
  display: flex;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 {
  display: flex;
  padding-top: 5px;
  padding-bottom: 10px;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level1 {
  border-top: 1px solid #EFEFEF;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 {
  margin-right: 48px;
  width: calc(100% - 48px);
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topView {
  display: flex;
  padding-top: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentNum {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: #F8D1D1;
  border-radius: 32px;
  color: #78787B;
  text-align: center;
  font-family: "MosesDisplay";
  font-size: 12px;
  font-style: normal;
  font-weight: 340;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView {
  display: flex;
  flex-direction: column;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details {
  display: flex;
  padding: 5px 0;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .commentToComent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.89298 12.9691C6.74113 13.032 6.56655 12.997 6.45035 12.8806L1.36906 7.78795C1.21031 7.62885 1.21031 7.37115 1.36906 7.21205L6.45035 2.11942C6.56655 2.00296 6.74113 1.96797 6.89297 2.0309C7.04487 2.09396 7.14406 2.24259 7.14406 2.40737L7.14406 5.38338C9.12326 5.73725 11.0854 5.26627 12.8739 3.56963L13.056 3.39258C13.1803 3.26805 13.3702 3.23746 13.5269 3.31698C13.6837 3.39662 13.772 3.56858 13.7453 3.7427C13.4823 5.45576 12.8196 7.07296 11.6616 8.23356C10.573 9.32465 9.07418 9.98323 7.14406 9.95978L7.14406 12.5926C7.14406 12.7574 7.04488 12.906 6.89298 12.9691ZM6.33126 9.53705C6.33126 9.4246 6.37752 9.31715 6.45928 9.24015C6.54105 9.16316 6.65099 9.12324 6.76297 9.13024C8.68825 9.25084 10.096 8.65088 11.087 7.65765C11.8342 6.9088 12.3625 5.91808 12.6843 4.80001C10.7929 6.24219 8.7175 6.57606 6.64933 6.11544C6.4634 6.07398 6.33125 5.9085 6.33125 5.71758L6.33125 3.39059L2.231 7.5L6.33126 11.6094L6.33126 9.53705Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 12px;
  font-weight: 340;
  line-height: normal;
  padding: 0;
  padding-inline-start: 18px;
  cursor: pointer;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper {
  display: flex;
  gap: 20px;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #78787B;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  font-weight: 340;
  cursor: pointer;
  direction: ltr;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .redCounter {
  color: #DE1A1A !important;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter {
  color: #78787B;
  font-size: 12px;
  font-weight: 340;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter.likePressed,
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter.dislikePressed {
  color: #DE1A1A;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .reportButton {
  display: flex;
  gap: 5px;
  align-items: anchor-center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .reportText {
  color: #78787B;
  font-size: 12px;
  font-weight: 340;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 5px;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .clampedText {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .expandedText {
  display: block;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .readMore {
  cursor: pointer;
  margin-top: 4px;
  font-size: 0.875rem;
  text-decoration: underline;
  font-weight: 500;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .commentTitle {
  max-width: 600px;
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 340;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails .author {
  color: #000;
  text-align: right;
  font-family: "MosesDisplay";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails .DateDisplay {
  color: #78787B;
  text-align: right;
  font-family: "Moses";
  font-size: 12px;
  font-style: normal;
  font-weight: 340;
  line-height: 13px;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper.alertMessage .bottomPanel {
  display: flex;
  gap: 10px;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .closeText {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper {
  height: 50px;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 22px 13px 26px;
  box-sizing: border-box;
  gap: 10px;
  margin: 0 0 20px;
  position: relative;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper .thankYou {
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper .closeTextWrapper.closeIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  height: 15px;
  width: 15px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .successfullySentText {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .topTitleWrapper {
  display: flex;
  flex-direction: column;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .termsOfService {
  color: #78787B;
  font-size: 13px;
  font-style: normal;
  font-weight: 340;
  line-height: 16px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .termsOfService a {
  color: #3EA6FF;
  text-decoration: none;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding: 15px 10px 10px;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer .closeBtnWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer input,
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer textarea {
  display: flex;
  height: 50px;
  padding: 15px 15px 15px 10px;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  text-align: right;
  font-size: 15px;
  font-weight: 340;
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  outline: none;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer textarea {
  resize: vertical;
  min-height: 50px;
  height: fit-content;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer .sendBtn {
  display: flex;
  width: 122px;
  height: 30px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  justify-self: flex-end;
  border: 0;
  background-color: #DE1A1A;
  cursor: pointer;
  border-radius: 29px;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026.hide {
  display: none;
}
.ArticleCommentsTopTabUI2026 {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #FFF;
}
.ArticleCommentsTopTabUI2026 .tabTitle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 670;
  line-height: 19px;
  cursor: pointer;
}
.ArticleCommentsTopTabUI2026 .tabTitle .tbIcon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.15994 13.1292V16.0789L9.69242 13.1292H16.9333V3.73341H3.06667V13.1292H6.15994ZM5.61189 17.9261C5.40529 18.0986 5.09328 17.9501 5.09328 17.6792V14.1959H2.31683C2.14185 14.1959 2 14.0525 2 13.8756V2.987C2 2.81013 2.14185 2.66675 2.31683 2.66675H17.6832C17.8582 2.66675 18 2.81013 18 2.987V13.8756C18 14.0525 17.8582 14.1959 17.6832 14.1959H10.0792L5.61189 17.9261Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleCommentsTopTabUI2026 .tabPanel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ArticleCommentsTopTabUI2026 .tabPanel .promoText {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.ArticleCommentsTopTabUI2026 .tabPanel .newCommentBtn {
  display: flex;
  height: 25px;
  max-height: 40px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  border: 1px solid #DE1A1A;
  background: #DE1A1A;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  text-transform: capitalize;
  cursor: pointer;
}
@-webkit-keyframes fadeinpopup {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeoutpopup {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}
.ArticleFacebookComments iframe {
  width: 100% ! important;
}
.ynet.grid1280 .ArticleHeaderComponent {
  border-bottom: none;
}
.ynet.grid1280 .ArticleHeaderComponent * {
  font-family: 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  font: bold 42px/52px 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .subTitleWrapper .subTitle {
  font: normal 24px/32px 'Open Sans Hebrew' ! important;
  color: #000000;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer {
  margin-top: 25px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authoranddate {
  flex-grow: 1;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .date,
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  font-size: 16px;
  line-height: 18px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  max-width: 400px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer > span {
  bottom: 0;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 {
  align-items: center;
  height: 44px;
  width: 230px;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 .shareIcon1280 {
  width: 30px;
  height: 30px;
}
.ArticleHeaderComponent {
  background-color: white;
  direction: rtl;
  border-bottom: 1px dashed #bcbcbc;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent .marketingCredit {
  color: #3d59a2;
  text-decoration: none;
  font-size: 14px;
  padding-top: 10px;
}
.ArticleHeaderComponent .withAvatar > span {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent .authoranddate {
  display: flex;
  align-items: flex-start;
}
.ArticleHeaderComponent .authoranddate .authors {
  max-width: 240px;
}
.ArticleHeaderComponent .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ArticleHeaderComponent .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent .printView > span,
.ArticleHeaderComponent .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent .ArticleHeaderShareMobileComponent {
  display: none ! important;
}
.ArticleHeaderComponent .headerImageForMobileWrapper {
  display: none;
}
.ArticleHeaderComponent .headerImageForMobile {
  display: none;
}
.ArticleHeaderComponent.englishSite {
  direction: ltr ! important;
}
.ArticleHeaderComponent.englishSite .authoranddate {
  display: unset !important;
  align-items: unset !important;
  flex-grow: 1;
  width: calc(100% - 100px);
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
  left: inherit ! important;
  right: 0 ! important;
  display: flex;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .fb {
  order: 1;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .tw {
  order: 0;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .mailto {
  order: 2;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleHeaderComponent.englishSite {
    width: 100%;
    margin: 0 0 70px 0;
    font-family: Arimo ! important;
  }
  .ArticleHeaderComponent.englishSite .ArticleHeaderShareMobileComponent {
    display: block ! important;
  }
  .ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
    display: none ! important;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper {
    position: relative;
    display: initial;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper .headerImageForMobile {
    display: block ! important;
    padding: 10px 0;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper .headerImageForMobileLabel {
    position: absolute;
    font-size: 14px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 10px 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    font-family: Arial !important;
  }
  .ArticleHeaderComponent.englishSite .mainTitleWrapper {
    margin-top: 15px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer {
    margin-top: 3px;
    padding-bottom: 0px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authoranddate {
    margin-bottom: 10px ! important;
    flex-grow: 1;
    align-items: center;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date {
    font-size: 12px;
    line-height: 12px;
    margin-right: 0px ! important;
    vertical-align: -3px;
    margin-bottom: 0px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors a,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date a {
    text-decoration: none;
    color: inherit ! important;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors a:hover,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date a:hover {
    text-decoration: underline;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors .publishedLabel,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date .publishedLabel {
    margin-left: 0 ! important;
  }
}
.ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 26px/28px arial;
}
.ArticleHeaderComponent .subTitleWrapper {
  margin-top: 14px;
}
.ArticleHeaderComponent .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font: bold 16px/18px arial;
  color: #666666;
  height: auto !important;
  width: 100%;
}
.ArticleHeaderComponent .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  padding-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.ArticleHeaderComponent .authorAndDateContainer .authors {
  color: #8a8a8a;
  font: bold 14px/20px arial;
  margin-left: 13px;
}
.ArticleHeaderComponent .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.ArticleHeaderComponent .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.ArticleHeaderComponent .authorAndDateContainer .date {
  color: #8c8c8c;
  line-height: 20px;
  font-size: 14px;
}
.ArticleHeaderComponent .authorAndDateContainer .date .publishedLabel {
  margin-left: 5px;
}
.ArticleHeaderComponent .authorAndDateContainer > span {
  display: flex;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleHeaderComponent .authorAndDateContainer > span {
    bottom: -60px;
    width: 100%;
    justify-content: center;
    height: 50px;
  }
}
.ArticleHeaderComponent .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ArticleHeaderComponent .authorAndDateContainer .ArticleHeaderShareMobileComponent button {
  margin: 0 10px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ArticleHeaderComponent1280 .articleHeaderDesktopSummaryMount,
.PremiumArticleHeaderComponenta .articleHeaderDesktopSummaryMount,
.ArticleBodyComponent .articleHeaderDesktopSummaryMount,
.ArticleHorizontalActionBar .articleHeaderDesktopSummaryMount {
  display: block;
  clear: both;
  width: 100%;
  min-height: 0;
}
.ArticleHeaderComponent1280 .articleHeaderDesktopSummaryMount:has(> .articleHeaderAiSummary1280.hidden),
.PremiumArticleHeaderComponenta .articleHeaderDesktopSummaryMount:has(> .articleHeaderAiSummary1280.hidden),
.ArticleBodyComponent .articleHeaderDesktopSummaryMount:has(> .articleHeaderAiSummary1280.hidden),
.ArticleHorizontalActionBar .articleHeaderDesktopSummaryMount:has(> .articleHeaderAiSummary1280.hidden) {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummary1280,
.PremiumArticleHeaderComponenta .articleHeaderAiSummary1280,
.ArticleBodyComponent .articleHeaderAiSummary1280,
.ArticleHorizontalActionBar .articleHeaderAiSummary1280 {
  margin: 30px 0;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
  padding: 20px 20px 25px;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  direction: rtl;
  visibility: visible;
  max-height: 1200px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease, max-height 220ms ease, margin-top 180ms ease, padding 180ms ease, border-width 180ms ease, visibility 0s linear;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummary1280.hidden,
.PremiumArticleHeaderComponenta .articleHeaderAiSummary1280.hidden,
.ArticleBodyComponent .articleHeaderAiSummary1280.hidden,
.ArticleHorizontalActionBar .articleHeaderAiSummary1280.hidden {
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummary1280.visible,
.PremiumArticleHeaderComponenta .articleHeaderAiSummary1280.visible,
.ArticleBodyComponent .articleHeaderAiSummary1280.visible,
.ArticleHorizontalActionBar .articleHeaderAiSummary1280.visible {
  max-height: 1200px;
  opacity: 1;
  transform: translateY(0);
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryTop,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryTop,
.ArticleBodyComponent .articleHeaderAiSummaryTop,
.ArticleHorizontalActionBar .articleHeaderAiSummaryTop {
  width: 100%;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryHead,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryHead,
.ArticleBodyComponent .articleHeaderAiSummaryHead,
.ArticleHorizontalActionBar .articleHeaderAiSummaryHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryTitle,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryTitle,
.ArticleBodyComponent .articleHeaderAiSummaryTitle,
.ArticleHorizontalActionBar .articleHeaderAiSummaryTitle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 2px;
  direction: ltr;
  text-align: right;
  font: 500 16px/1.4 'Moses';
}
.font-moses .ArticleHeaderComponent1280 .articleHeaderAiSummaryTitle,
.font-moses .PremiumArticleHeaderComponenta .articleHeaderAiSummaryTitle,
.font-moses .ArticleBodyComponent .articleHeaderAiSummaryTitle,
.font-moses .ArticleHorizontalActionBar .articleHeaderAiSummaryTitle {
  font: 500 16px/1.4 'Moses';
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryTitleText,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryTitleText,
.ArticleBodyComponent .articleHeaderAiSummaryTitleText,
.ArticleHorizontalActionBar .articleHeaderAiSummaryTitleText {
  order: 1;
  margin-left: 0;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryTitleIcon,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryTitleIcon,
.ArticleBodyComponent .articleHeaderAiSummaryTitleIcon,
.ArticleHorizontalActionBar .articleHeaderAiSummaryTitleIcon {
  order: 2;
  width: 22px;
  height: 22px;
  background: url(https://ynet-pic1.yit.co.il/Common/images/Pause_GIF_image.gif) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryCaption,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryCaption,
.ArticleBodyComponent .articleHeaderAiSummaryCaption,
.ArticleHorizontalActionBar .articleHeaderAiSummaryCaption {
  margin: 0;
  width: 100%;
  text-align: right;
  color: #78787b;
  font: 400 11px/16px 'Moses';
}
.ArticleHeaderComponent1280 .articleHeaderAiSummary1280 .articleHeaderAiSummaryCloseIcon,
.PremiumArticleHeaderComponenta .articleHeaderAiSummary1280 .articleHeaderAiSummaryCloseIcon,
.ArticleBodyComponent .articleHeaderAiSummary1280 .articleHeaderAiSummaryCloseIcon,
.ArticleHorizontalActionBar .articleHeaderAiSummary1280 .articleHeaderAiSummaryCloseIcon {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 25px !important;
  height: 25px !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 25px 25px !important;
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.9253 7.24342C19.2479 6.92086 19.2479 6.39787 18.9253 6.0753C18.6027 5.75273 18.0798 5.75273 17.7572 6.0753L12.5005 11.3319L7.24403 6.07543C6.92147 5.75286 6.39848 5.75286 6.07591 6.07543C5.75334 6.39799 5.75334 6.92098 6.07591 7.24355L11.3324 12.5001L6.07595 17.7565C5.75338 18.0791 5.75338 18.6021 6.07595 18.9247C6.39852 19.2472 6.9215 19.2472 7.24407 18.9247L12.5005 13.6682L17.7571 18.9248C18.0797 19.2473 18.6027 19.2473 18.9253 18.9248C19.2478 18.6022 19.2478 18.0792 18.9253 17.7567L13.6687 12.5001L18.9253 7.24342Z' fill='black'/></svg>") !important;
  opacity: 0.9;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryCloseIcon:hover,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryCloseIcon:hover,
.ArticleBodyComponent .articleHeaderAiSummaryCloseIcon:hover,
.ArticleHorizontalActionBar .articleHeaderAiSummaryCloseIcon:hover {
  opacity: 1;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummarySection,
.PremiumArticleHeaderComponenta .articleHeaderAiSummarySection,
.ArticleBodyComponent .articleHeaderAiSummarySection,
.ArticleHorizontalActionBar .articleHeaderAiSummarySection {
  width: 100%;
}
.ArticleHeaderComponent1280 .articleHeaderAiSummaryMainText,
.PremiumArticleHeaderComponenta .articleHeaderAiSummaryMainText,
.ArticleBodyComponent .articleHeaderAiSummaryMainText,
.ArticleHorizontalActionBar .articleHeaderAiSummaryMainText {
  margin: 0;
  text-align: right;
  font: 400 15px/25px 'Moses';
  color: #000;
}
.ArticleHeaderComponent1280 .quotesSection,
.PremiumArticleHeaderComponenta .quotesSection,
.ArticleBodyComponent .quotesSection,
.ArticleHorizontalActionBar .quotesSection {
  margin-top: 0;
  direction: rtl;
  text-align: right;
}
.ArticleHeaderComponent1280 .quotesToggleBtn,
.PremiumArticleHeaderComponenta .quotesToggleBtn,
.ArticleBodyComponent .quotesToggleBtn,
.ArticleHorizontalActionBar .quotesToggleBtn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  cursor: pointer;
  text-align: right;
  flex-direction: row-reverse;
}
.ArticleHeaderComponent1280 .quotesToggleText,
.PremiumArticleHeaderComponenta .quotesToggleText,
.ArticleBodyComponent .quotesToggleText,
.ArticleHorizontalActionBar .quotesToggleText {
  font: 500 16px/1.4 'Moses';
}
.ArticleHeaderComponent1280 .quotesToggleIcon,
.PremiumArticleHeaderComponenta .quotesToggleIcon,
.ArticleBodyComponent .quotesToggleIcon,
.ArticleHorizontalActionBar .quotesToggleIcon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3.52989 6.85995C3.26847 7.11923 3.26673 7.54133 3.52601 7.80275L9.44029 13.7659C9.73343 14.0615 10.2335 14.0935 10.5564 13.768L16.4727 7.80275C16.732 7.54133 16.7302 7.11923 16.4688 6.85995C16.2074 6.60068 15.7853 6.60241 15.526 6.86383L9.99935 12.4362L4.47269 6.86383C4.21341 6.60241 3.79131 6.60068 3.52989 6.85995Z' fill='black'/></svg>");
  transition: transform 0.2s ease;
}
.ArticleHeaderComponent1280 .quotesToggleIcon.expanded,
.PremiumArticleHeaderComponenta .quotesToggleIcon.expanded,
.ArticleBodyComponent .quotesToggleIcon.expanded,
.ArticleHorizontalActionBar .quotesToggleIcon.expanded {
  transform: rotate(0deg);
}
.ArticleHeaderComponent1280 .quotesToggleIcon.collapsed,
.PremiumArticleHeaderComponenta .quotesToggleIcon.collapsed,
.ArticleBodyComponent .quotesToggleIcon.collapsed,
.ArticleHorizontalActionBar .quotesToggleIcon.collapsed {
  transform: rotate(90deg);
}
.ArticleHeaderComponent1280 .quotesSectionContent,
.PremiumArticleHeaderComponenta .quotesSectionContent,
.ArticleBodyComponent .quotesSectionContent,
.ArticleHorizontalActionBar .quotesSectionContent {
  margin-top: 10px;
  direction: rtl;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  max-height: 1000px;
  opacity: 1;
  transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
}
.ArticleHeaderComponent1280 .quotesSectionContent.collapsed,
.PremiumArticleHeaderComponenta .quotesSectionContent.collapsed,
.ArticleBodyComponent .quotesSectionContent.collapsed,
.ArticleHorizontalActionBar .quotesSectionContent.collapsed {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  pointer-events: none;
}
.ArticleHeaderComponent1280 .quotesSectionContent.expanded,
.PremiumArticleHeaderComponenta .quotesSectionContent.expanded,
.ArticleBodyComponent .quotesSectionContent.expanded,
.ArticleHorizontalActionBar .quotesSectionContent.expanded {
  max-height: 1000px;
  opacity: 1;
}
.ArticleHeaderComponent1280 .quotesItem,
.PremiumArticleHeaderComponenta .quotesItem,
.ArticleBodyComponent .quotesItem,
.ArticleHorizontalActionBar .quotesItem {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
  direction: ltr;
}
.ArticleHeaderComponent1280 .quotesItem:first-child,
.PremiumArticleHeaderComponenta .quotesItem:first-child,
.ArticleBodyComponent .quotesItem:first-child,
.ArticleHorizontalActionBar .quotesItem:first-child {
  margin-top: 0;
}
.ArticleHeaderComponent1280 .quotesItemText,
.PremiumArticleHeaderComponenta .quotesItemText,
.ArticleBodyComponent .quotesItemText,
.ArticleHorizontalActionBar .quotesItemText {
  flex: 1 0 0;
  min-width: 0;
  text-align: right;
  direction: rtl;
  order: 1;
}
.ArticleHeaderComponent1280 .quotesItemQuote,
.PremiumArticleHeaderComponenta .quotesItemQuote,
.ArticleBodyComponent .quotesItemQuote,
.ArticleHorizontalActionBar .quotesItemQuote {
  font: 500 15px/25px 'Moses';
  color: #000;
}
.ArticleHeaderComponent1280 .quotesItemMeta,
.PremiumArticleHeaderComponenta .quotesItemMeta,
.ArticleBodyComponent .quotesItemMeta,
.ArticleHorizontalActionBar .quotesItemMeta {
  margin-top: 2px;
  font: 400 14px/20px 'Moses';
  color: #000;
}
.ArticleHeaderComponent1280 .quotesItemBulletContainer,
.PremiumArticleHeaderComponenta .quotesItemBulletContainer,
.ArticleBodyComponent .quotesItemBulletContainer,
.ArticleHorizontalActionBar .quotesItemBulletContainer {
  width: 4px;
  height: 23px;
  position: relative;
  flex-shrink: 0;
  order: 2;
}
.ArticleHeaderComponent1280 .quotesItemBullet,
.PremiumArticleHeaderComponenta .quotesItemBullet,
.ArticleBodyComponent .quotesItemBullet,
.ArticleHorizontalActionBar .quotesItemBullet {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #000;
  flex-shrink: 0;
}
.magazine2025 .ArticleBodyComponent .articleHeaderAiSummary1280 {
  margin: 30px 0;
  font-family: 'Assistant', sans-serif;
}
.magazine2025 .ArticleBodyComponent .articleHeaderAiSummary1280.hidden {
  margin: 0;
}
.magazine2025 .ArticleBodyComponent .articleHeaderAiSummaryTitle {
  font-family: 'EzerShemesh', 'Assistant', sans-serif;
}
.magazine2025 .ArticleBodyComponent .articleHeaderAiSummaryMainText,
.magazine2025 .ArticleBodyComponent .quotesToggleText,
.magazine2025 .ArticleBodyComponent .quotesItemQuote,
.magazine2025 .ArticleBodyComponent .quotesItemMeta {
  font-family: 'Assistant', sans-serif;
}
@keyframes articleHeaderAiSummaryFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ArticleHorizontalActionBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  direction: rtl;
}
.ArticleHorizontalActionBar .siteArticleShareActionBarSummaryWrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.magazine2025 .ArticleHorizontalActionBar,
.magazine .ArticleHorizontalActionBar,
.magazine_art .ArticleHorizontalActionBar {
  margin-bottom: 20px;
}
.magazine2025 .ArticleHorizontalActionBar .siteArticleShareActionBarSummaryWrapper,
.magazine .ArticleHorizontalActionBar .siteArticleShareActionBarSummaryWrapper,
.magazine_art .ArticleHorizontalActionBar .siteArticleShareActionBarSummaryWrapper {
  justify-content: flex-start;
}
.article-hot-updates {
  height: auto;
  width: 412px;
  float: right;
  margin: 0px 0px 20px 20px;
}
.article-hot-updates .hot-update-header {
  width: 100%;
  padding: 10px 0;
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  font-family: "NarkisBlock";
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title .small-clock-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='-1 -1 26 25'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:none;stroke:%23fff;stroke-width:2px%7D %3C/style%3E %3C/defs%3E %3Cg id='clock' transform='translate(-565 -429)'%3E %3Cg id='Ellipse_1' class='cls-1' transform='translate(565 429)'%3E %3Cellipse cx='12' cy='11.5' rx='12' ry='11.5'/%3E %3Cellipse cx='12' cy='11.5' fill='none' rx='11' ry='10.5'/%3E %3C/g%3E %3Cpath id='Path_1' d='M0-.375v6.4' class='cls-1' transform='translate(576.768 435.225)'/%3E %3Cpath id='Path_2' d='M0 4.013L6.688.23V0' class='cls-1' transform='translate(570.08 440.702)'/%3E %3C/g%3E %3C/svg%3E");
  width: 16px;
  height: 15px;
  margin-right: 19px;
  margin-left: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
}
.article-hot-updates .hot-update-item-container {
  background-color: #fafdfd;
  padding-top: 15px;
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 4px 0 rgba(218, 218, 221, 0.4);
}
.article-hot-updates .hot-update-item-container .border-line {
  position: absolute;
  height: 86%;
  right: 7.5%;
  border-right: 1px solid #c1c1c1;
  z-index: -1;
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf {
  width: 100%;
  padding: 9px 20px 9px 20px;
  box-sizing: border-box;
  -webkit-animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a {
  text-decoration: none;
  color: inherit;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-circle-pf {
  background: #000000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 25px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-time {
  font-size: 18px;
  line-height: 24px;
  font-family: "NarkisBlock";
  color: #000000;
  font-weight: 600;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-title {
  font-size: 18px;
  line-height: 24px;
  color: #1b1b1b;
  overflow: hidden;
  font-family: "NarkisBlock";
  max-height: 50px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .space-pf {
  margin: 0px 3px 0 0;
  border-right: 1px solid #000000;
  padding-right: 29px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now {
  -webkit-animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
  animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.89' height='14.891' viewBox='0 0 14.89 14.891'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23f60c13;stroke:%23f60c13;stroke-width:.5px%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2038' transform='translate(-263.583 -264.928)'%3E %3Cpath id='Path_39' d='M271.028 265.178a7.2 7.2 0 1 0 7.2 7.2 7.2 7.2 0 0 0-7.2-7.2zm0 13.7a6.508 6.508 0 1 1 6.508-6.508 6.516 6.516 0 0 1-6.508 6.511z' class='cls-1'/%3E %3Cpath id='Path_40' d='M290.447 279.317h-4.811v-4.833a.344.344 0 0 0-.687 0v5.176a.344.344 0 0 0 .344.344h5.155a.344.344 0 1 0 0-.687z' class='cls-1' transform='translate(-15.145 -6.429)'/%3E %3C/g%3E %3C/svg%3E");
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-time {
  font-weight: bold;
  color: #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-title {
  font-weight: bold;
  border-right: 1px solid #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-circle-pf {
  background: #de1a1a;
}
@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }
}
@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.articleImageGalleryDesktop {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 25px;
  background: #fff;
  box-sizing: border-box;
  direction: rtl;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cg clip-path='url(%23clip0_14332_8857)'%3E %3Cg filter='url(%23filter0_d_14332_8857)'%3E %3Cpath d='M24.4137 17.6668C24.9215 17.667 25.333 18.1146 25.333 18.6668C25.333 19.219 24.9215 19.6667 24.4137 19.6668H12.9189C12.4112 19.6667 11.9997 19.219 11.9997 18.6668C11.9997 18.1146 12.4112 17.667 12.9189 17.6668H24.4137Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6663 5.3335C26.0301 5.3335 31.9997 11.303 31.9997 18.6668C31.9997 21.9181 30.8356 24.8972 28.902 27.2111L34.3512 32.8283C34.7715 33.249 34.7718 33.9312 34.3512 34.3517C33.9307 34.7723 33.2485 34.772 32.8278 34.3517L27.3929 28.7489C25.0544 30.7747 22.0032 32.0002 18.6663 32.0002C11.3025 32.0002 5.33301 26.0306 5.33301 18.6668C5.33301 11.303 11.3025 5.3335 18.6663 5.3335ZM18.6663 7.46631C12.4808 7.46631 7.46582 12.4812 7.46582 18.6668C7.46582 24.8524 12.4808 29.8673 18.6663 29.8673C24.8519 29.8673 29.8669 24.8524 29.8669 18.6668C29.8669 12.4812 24.8519 7.46631 18.6663 7.46631Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_14332_8857' x='1.33301' y='3.3335' width='37.334' height='37.3335' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_14332_8857'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_14332_8857' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_14332_8857'%3E %3Crect width='40' height='40' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E"), pointer;
  z-index: 999999999999 !important;
  animation: background-transition 0.5s linear;
}
.articleImageGalleryDesktop .GalleryWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
  position: relative;
  cursor: auto;
}
.articleImageGalleryDesktop .GalleryWrapper .buttonWrapper {
  display: flex;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 250px;
  height: 80px;
  justify-content: flex-end;
}
.isLtr .articleImageGalleryDesktop .GalleryWrapper .buttonWrapper {
  left: unset;
  right: 0;
}
.articleImageGalleryDesktop .GalleryWrapper .closeBtn {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 0;
  outline: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath d='M22.7096 8.69206C23.0967 8.30498 23.0967 7.67739 22.7096 7.29031C22.3225 6.90323 21.6949 6.90323 21.3078 7.29031L14.9999 13.5983L8.69206 7.29046C8.30498 6.90338 7.67739 6.90338 7.29031 7.29046C6.90323 7.67754 6.90323 8.30513 7.29031 8.69221L13.5981 15L7.29036 21.3078C6.90328 21.6949 6.90328 22.3225 7.29036 22.7095C7.67744 23.0966 8.30502 23.0966 8.69211 22.7095L14.9999 16.4018L21.3078 22.7097C21.6949 23.0968 22.3225 23.0968 22.7095 22.7097C23.0966 22.3226 23.0966 21.695 22.7095 21.3079L16.4016 15L22.7096 8.69206Z' fill='black'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  animation: opacity-transition 0.5s linear;
}
.articleImageGalleryDesktop .GalleryWrapper .shareOptions {
  width: 30px;
  height: 30px;
  margin-inline-start: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  cursor: pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns {
  height: unset;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row-reverse;
  gap: 15px;
  position: absolute;
  left: 90px;
  top: -5px;
  padding: 8px;
  border-radius: 208px;
  background: #F5F5F5;
  box-shadow: 2px 0 16px 0 rgba(33, 33, 33, 0.08), 2px 7px 6px 0 rgba(33, 33, 33, 0.13);
  z-index: 1;
}
.isLtr .articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns {
  left: unset;
  right: 90px;
}
.articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns .shareIcon1280 {
  width: 25px;
  height: 25px;
  outline: 0;
  border: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  cursor: pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.2697 4.66573C23.6153 4.66573 25.5833 4.66602 25.5833 4.66602V8.01062C25.5833 8.01062 25.0695 8.0229 23.7948 8.02495L23.1987 8.02699C20.2054 8.02699 20.6428 9.62861 20.6428 11.2521L20.6406 14.1736H25.0695L24.3303 18.0528L20.6405 18.0508L20.6417 24.675L20.6428 30.3327H16.6772V24.675L16.6771 18.0508L11 18.0528L11.0001 14.1736H16.6772V11.0146C16.6772 5.92411 19.9945 4.66573 21.2697 4.66573Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.833 16.7236C13.833 18.4524 14.9945 20.1228 15.1697 20.3749L15.1728 20.3792C15.1835 20.3947 15.2028 20.4245 15.2303 20.467C15.6233 21.074 17.7012 24.2835 20.7763 25.7149C21.5589 26.0799 22.1708 26.2966 22.6459 26.4588C23.4327 26.7276 24.1468 26.6894 24.7124 26.6002C25.3434 26.4971 26.6536 25.7439 26.9275 24.9189C27.2003 24.0928 27.2003 23.386 27.1192 23.2389C27.0527 23.1213 26.8995 23.0414 26.6735 22.9237C26.6166 22.894 26.5552 22.862 26.4893 22.8264C26.1618 22.6491 24.5481 21.794 24.2469 21.677C23.9477 21.5588 23.7276 21.4997 23.5096 21.8531C23.2905 22.2065 22.6627 23.0025 22.471 23.2389C22.2804 23.4741 22.0887 23.5042 21.7611 23.3281C21.7074 23.2991 21.6343 23.2649 21.544 23.2227C21.0817 23.0064 20.1701 22.5799 19.1216 21.5738C18.1473 20.6365 17.489 19.4789 17.2983 19.1255C17.1066 18.771 17.2773 18.581 17.4416 18.4048C17.5433 18.2954 17.661 18.1407 17.7779 17.9872C17.8304 17.9181 17.8828 17.8493 17.9335 17.785C18.0735 17.6091 18.134 17.4754 18.216 17.2941C18.2302 17.2627 18.245 17.2299 18.261 17.1952C18.3695 16.96 18.3158 16.7526 18.2347 16.5765C18.1791 16.4572 17.8601 15.6209 17.575 14.8733C17.4392 14.5173 17.3108 14.1807 17.2225 13.952C16.9881 13.3472 16.7494 13.3472 16.5589 13.3472C16.5326 13.3472 16.5084 13.3472 16.4841 13.3461C16.2935 13.3356 16.0744 13.3333 15.8564 13.3333C15.6373 13.3333 15.2813 13.4214 14.9811 13.7759C14.9618 13.7986 14.9402 13.8234 14.9168 13.8504C14.5753 14.243 13.833 15.0965 13.833 16.7236Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.13516 33.5588C6.0005 34.0525 6.44937 34.5076 6.94492 34.3797L13.2501 32.7526C15.3883 33.9707 17.8627 34.6666 20.4997 34.6666C28.5999 34.6666 35.1663 28.1002 35.1663 20C35.1663 11.8998 28.5999 5.33331 20.4997 5.33331C12.3995 5.33331 5.83301 11.8998 5.83301 20C5.83301 22.6898 6.55707 25.2104 7.82091 27.3777L6.13516 33.5588ZM8.85804 31.6828L10.1145 27.0758L9.66378 26.303C8.58502 24.4531 7.96634 22.302 7.96634 20C7.96634 13.078 13.5777 7.46665 20.4997 7.46665C27.4216 7.46665 33.033 13.078 33.033 20C33.033 26.9219 27.4216 32.5333 20.4997 32.5333C18.2427 32.5333 16.1311 31.9386 14.3061 30.8989L13.5545 30.4708L8.85804 31.6828Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M16.6665 4.66699C17.0347 4.66699 17.3335 4.96579 17.3335 5.33398V14.667C17.3334 15.0351 17.0346 15.334 16.6665 15.334H3.3335C2.96535 15.334 2.66658 15.0351 2.6665 14.667V5.33398C2.6665 4.96579 2.96531 4.66699 3.3335 4.66699H16.6665ZM10.688 11.5029C10.2748 11.792 9.72514 11.7921 9.31201 11.5029L3.73389 7.59766V14.2666H16.2671V7.59668L10.688 11.5029ZM3.73389 6.2959L9.92334 10.6289C9.96925 10.661 10.0308 10.661 10.0767 10.6289L16.2671 6.2959V5.7334H3.73389V6.2959Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns .shareIcon1280.copyLink {
  width: 22px;
  height: 22px;
  filter: invert(1);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.51097 13.068L6.2267 14.3147C5.88994 14.6511 5.43319 14.8401 4.95694 14.8401C4.48069 14.8401 4.02394 14.6511 3.68718 14.3147C3.35042 13.9783 3.16123 13.522 3.16123 13.0462C3.16123 12.5704 3.35042 12.1142 3.68718 11.7777L6.9813 8.47966C7.30463 8.15561 7.74027 7.96812 8.1981 7.95598C8.65594 7.94383 9.10092 8.10797 9.44101 8.41443L9.52808 8.48691C9.66567 8.62148 9.85113 8.69594 10.0437 8.6939C10.2362 8.69186 10.4201 8.61349 10.5548 8.47604C10.6895 8.33858 10.764 8.1533 10.762 7.96095C10.7599 7.7686 10.6815 7.58494 10.5439 7.45037C10.5027 7.39765 10.4591 7.34686 10.4133 7.29815C9.79389 6.75982 8.99284 6.47679 8.17238 6.5064C7.35193 6.53601 6.5734 6.87604 5.99451 7.45762L2.65686 10.7557C2.08972 11.3724 1.78299 12.1841 1.80073 13.0214C1.81848 13.8587 2.15932 14.6567 2.75208 15.2489C3.34484 15.841 4.14369 16.1815 4.98179 16.1993C5.81989 16.217 6.63245 15.9106 7.24976 15.344L8.50501 14.119C8.62895 13.9839 8.69708 13.807 8.6957 13.6237C8.69431 13.4405 8.62351 13.2646 8.49755 13.1314C8.37158 12.9982 8.19979 12.9176 8.01675 12.9059C7.8337 12.8941 7.65299 12.952 7.51097 13.068ZM15.2674 2.74609C14.657 2.14012 13.8315 1.8 12.9709 1.8C12.1104 1.8 11.2849 2.14012 10.6745 2.74609L9.41924 3.97109C9.2953 4.10616 9.22717 4.28312 9.22855 4.46635C9.22994 4.64959 9.30074 4.8255 9.4267 4.95869C9.55267 5.09188 9.72446 5.17247 9.90751 5.18423C10.0905 5.196 10.2713 5.13808 10.4133 5.02212L11.6685 3.77538C12.0053 3.43895 12.462 3.24995 12.9383 3.24995C13.4145 3.24995 13.8713 3.43895 14.208 3.77538C14.5448 4.1118 14.734 4.56809 14.734 5.04387C14.734 5.51964 14.5448 5.97593 14.208 6.31236L10.9139 9.61043C10.5906 9.93448 10.155 10.122 9.69713 10.1341C9.23929 10.1463 8.7943 9.98212 8.45422 9.67567L8.36715 9.60318C8.22956 9.46861 8.04409 9.39416 7.85155 9.3962C7.65901 9.39823 7.47516 9.4766 7.34046 9.61405C7.20576 9.75151 7.13123 9.93679 7.13327 10.1291C7.13531 10.3215 7.21375 10.5051 7.35134 10.6397C7.4043 10.6933 7.46 10.7441 7.51823 10.7919C8.13836 11.3287 8.93907 11.6106 9.75903 11.581C10.579 11.5514 11.3572 11.2125 11.937 10.6325L15.2384 7.3344C15.8488 6.72848 16.1945 5.90588 16.1999 5.04622C16.2054 4.18656 15.8701 3.35967 15.2674 2.74609Z' fill='white'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .articleImageGalleryDesktopShareBtns .copyPopup {
  top: -30px;
  right: 50%;
  font-size: 14px;
  border-radius: 15px;
  padding: 5px 10px;
  transform: translateX(50%);
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.articleImageGalleryDesktop .GalleryWrapper .image-wrapper {
  width: calc(100% - 266px);
  height: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.articleImageGalleryDesktop .GalleryWrapper .image-wrapper img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cg clip-path='url(%23clip0_14332_8857)'%3E %3Cg filter='url(%23filter0_d_14332_8857)'%3E %3Cpath d='M24.4137 17.6668C24.9215 17.667 25.333 18.1146 25.333 18.6668C25.333 19.219 24.9215 19.6667 24.4137 19.6668H12.9189C12.4112 19.6667 11.9997 19.219 11.9997 18.6668C11.9997 18.1146 12.4112 17.667 12.9189 17.6668H24.4137Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6663 5.3335C26.0301 5.3335 31.9997 11.303 31.9997 18.6668C31.9997 21.9181 30.8356 24.8972 28.902 27.2111L34.3512 32.8283C34.7715 33.249 34.7718 33.9312 34.3512 34.3517C33.9307 34.7723 33.2485 34.772 32.8278 34.3517L27.3929 28.7489C25.0544 30.7747 22.0032 32.0002 18.6663 32.0002C11.3025 32.0002 5.33301 26.0306 5.33301 18.6668C5.33301 11.303 11.3025 5.3335 18.6663 5.3335ZM18.6663 7.46631C12.4808 7.46631 7.46582 12.4812 7.46582 18.6668C7.46582 24.8524 12.4808 29.8673 18.6663 29.8673C24.8519 29.8673 29.8669 24.8524 29.8669 18.6668C29.8669 12.4812 24.8519 7.46631 18.6663 7.46631Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_14332_8857' x='1.33301' y='3.3335' width='37.334' height='37.3335' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_14332_8857'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_14332_8857' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_14332_8857'%3E %3Crect width='40' height='40' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E"), pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: opacity-transition 0.5s linear;
  flex-direction: column;
  max-width: calc(100% - 266px);
  gap: 15px;
}
.isLtr .articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter {
  flex-direction: row;
  order: 0;
}
.isLtr .articleImageGalleryDesktop .GalleryWrapper .bottom-container .shareOptions .articleImageGalleryDesktopShareBtns {
  left: unset;
  right: 10px;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
  display: inline;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  direction: rtl;
  order: 1;
  text-align: center;
}
.isLtr .articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
  direction: ltr;
}
.font-moses .articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
  font-size: 15px;
  font-weight: 340;
  line-height: 23px;
  font-family: 'Moses', 'NarkissBlock';
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo .caption {
  color: #000;
  display: inline;
  margin-inline-end: 5px;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo .credit {
  color: #78787B;
  display: inline;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
  margin-inline-start: unset;
  color: #78787B;
  order: 0;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .counter-digits {
  font-size: 16px;
  font-weight: 300;
}
.font-moses .articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .counter-digits {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: 'Moses', 'NarkissBlock';
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .navigationArrow {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .navigationArrow:hover {
  opacity: 0.8;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .swipeRight {
  rotate: 180deg;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.71 5.29581C18.3211 4.90368 17.6879 4.90108 17.2958 5.28999L8.35106 14.1614C7.90772 14.6011 7.8597 15.3512 8.348 15.8355L17.2958 24.71C17.6879 25.0989 18.3211 25.0963 18.71 24.7042C19.0989 24.3121 19.0963 23.6789 18.7042 23.29L10.3457 15L18.7042 6.71001C19.0963 6.3211 19.0989 5.68794 18.71 5.29581Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .swipeLeft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.71 5.29581C18.3211 4.90368 17.6879 4.90108 17.2958 5.28999L8.35106 14.1614C7.90772 14.6011 7.8597 15.3512 8.348 15.8355L17.2958 24.71C17.6879 25.0989 18.3211 25.0963 18.71 24.7042C19.0989 24.3121 19.0963 23.6789 18.7042 23.29L10.3457 15L18.7042 6.71001C19.0963 6.3211 19.0989 5.68794 18.71 5.29581Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop.closing {
  animation: background-transition-reverse 0.5s linear forwards;
}
.articleImageGalleryDesktop.closing .GalleryWrapper .closeBtn {
  animation: opacity-transition-reverse 0.5s linear forwards;
}
.articleImageGalleryDesktop.closing .GalleryWrapper .bottom-container {
  animation: opacity-transition-reverse 0.5s linear forwards;
}
@keyframes opacity-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes background-transition {
  0% {
    background: transparent;
  }
  100% {
    background: #fff;
  }
}
@keyframes opacity-transition-reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes background-transition-reverse {
  0% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .articleImageGalleryDesktop {
    padding: 0;
  }
  .articleImageGalleryDesktop .GalleryWrapper {
    justify-content: end;
    padding: 12vw 0 1.5625vw 0;
    box-sizing: border-box;
  }
  .articleImageGalleryDesktop .GalleryWrapper .buttonWrapper {
    top: 3.90625vw;
    left: 3.90625vw;
  }
  .articleImageGalleryDesktop .GalleryWrapper .closeBtn {
    width: 7.8125vw;
    height: 7.8125vw;
    margin: 0;
    z-index: 1;
  }
  .articleImageGalleryDesktop .GalleryWrapper .image-wrapper {
    height: 80%;
    width: 100% !important;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container {
    padding: 0 3.90625vw;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: calc(100% - 2*3.90625vw);
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container.isLtr {
    flex-direction: row;
    justify-content: space-between;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container.isLtr .images-counter {
    flex-direction: row;
    order: 0;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container.isLtr .shareOptions {
    order: 1;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container.isLtr .shareOptions .articleImageGalleryDesktopShareBtns {
    left: unset;
    right: 3.90625vw;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .navigationArrow {
    width: 6.25vw;
    height: 6.25vw;
    flex-shrink: 0;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container .shareOptions {
    width: 7.8125vw;
    height: 7.8125vw;
    flex-shrink: 0;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .SiteArticleImagesGallery {
    display: none;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
    height: unset !important;
    margin-bottom: 5px;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .ArticleImageGalleryShareButtons {
    display: flex;
  }
}
.ArticleImagesFullScreenGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background: rgba(18, 17, 17, 0.8);
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  gap: 16px;
  margin: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 24px;
  width: 24px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id=' Share / Mail'%3E %3Cpath id='icon' d='M25 7C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7H25ZM16.0322 17.2539C15.4124 17.6877 14.5875 17.6877 13.9678 17.2539L5.59961 11.3955V21.4004H24.4004V11.3955L16.0322 17.2539ZM5.59961 9.44238L14.8857 15.9434C14.9545 15.9913 15.0455 15.9913 15.1143 15.9434L24.4004 9.44238V8.59961H5.59961V9.44238Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .SiteArticleImagesGallery {
    display: none;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
    height: unset !important;
    margin-bottom: 5px;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .ArticleImageGalleryShareButtons {
    display: flex;
  }
}
.SiteArticleImagesGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
}
.magazine_template .SiteArticleImagesGallery {
  z-index: 999999999999 !important;
}
.magazine2025 .SiteArticleImagesGallery {
  background: rgba(18, 17, 17, 0.8);
}
.SiteArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: none;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  border: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeLeft {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  left: 0px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeRight {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85896'%3E %3Crect id='Rectangle 282' x='0.5' y='0.5' width='59' height='59' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M38.4142 31.4142C39.1953 30.6332 39.1953 29.3668 38.4142 28.5858L25.6863 15.8579C24.9052 15.0768 23.6389 15.0768 22.8579 15.8579C22.0768 16.6389 22.0768 17.9052 22.8579 18.6863L34.1716 30L22.8579 41.3137C22.0768 42.0948 22.0768 43.3611 22.8579 44.1421C23.6389 44.9232 24.9052 44.9232 25.6863 44.1421L38.4142 31.4142ZM36 32H37V28H36V32Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  right: 0px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  max-height: 600px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 24px;
  width: 24px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id=' Share / Mail'%3E %3Cpath id='icon' d='M25 7C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7H25ZM16.0322 17.2539C15.4124 17.6877 14.5875 17.6877 13.9678 17.2539L5.59961 11.3955V21.4004H24.4004V11.3955L16.0322 17.2539ZM5.59961 9.44238L14.8857 15.9434C14.9545 15.9913 15.0455 15.9913 15.1143 15.9434L24.4004 9.44238V8.59961H5.59961V9.44238Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img,
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  background: transparent;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 400;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  display: none;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleMagazineImageTeaserComponenta {
    flex-direction: column;
  }
  .ArticleMagazineImageTeaserComponenta .image-container {
    position: relative;
    align-items: flex-end;
  }
  .ArticleMagazineImageTeaserComponenta .image-container::before {
    margin-top: 7.03125vw;
    display: block;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    left: 0;
    margin-bottom: 5.625vw;
  }
  .ArticleMagazineImageTeaserComponenta .image-container img {
    object-fit: cover;
    width: 100% !important;
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit {
    color: #78787B;
    text-align: right;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5vw;
    align-self: flex-start;
    margin-top: 1.5625vw;
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit:before {
    content: "(";
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit:after {
    content: ")";
  }
  .ArticleMagazineImageTeaserComponenta .text-container {
    margin-top: 7.1875vw !important;
    padding-right: 0 !important;
    max-height: unset !important;
    height: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption {
    font-size: 5vw !important;
    font-weight: 700 !important;
    line-height: 7.03125vw !important;
    max-height: unset !important;
    height: unset !important;
    width: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption::before {
    display: block !important;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    right: 0;
    margin-top: 7.5vw;
    margin-bottom: 7.03125vw;
  }
  .magazine_art .ArticleMagazineImageTeaserComponenta .text-container .caption::before {
    background-color: #de1a1a !important;
  }
  .magazine .ArticleMagazineImageTeaserComponenta .text-container::before,
  .laisha .ArticleMagazineImageTeaserComponenta .text-container::before {
    display: none !important;
  }
}
.ArticleMagazineImageTeaserComponenta {
  display: flex;
  font-size: 14px;
  font-family: 'Moses';
  margin-bottom: 15px;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.ArticleMagazineImageTeaserComponenta .image-container {
  display: flex;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container img {
  object-fit: cover;
}
.ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: 49px;
  height: 357px;
  max-height: 357px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: unset;
  padding-left: 49px;
}
.ArticleMagazineImageTeaserComponenta .text-container::before {
  display: block;
  position: relative;
  width: 117px;
  content: '';
  height: 8px;
  background-color: #DE1A1A;
  right: 0;
  top: 0px;
}
.magazine_art .ArticleMagazineImageTeaserComponenta .text-container::before {
  background-color: #de1a1a !important;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption {
  font-size: 24px;
  display: block;
  font-weight: 670;
  line-height: 34px;
  color: #000000;
  text-align: right;
  width: 260px;
  max-height: 357px;
  height: 357px;
  padding-top: 15px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container .caption {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption span {
  max-height: 357px;
  height: 357px;
  display: block;
}
.ArticleMagazineImageTeaserComponenta .credit {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #78787B;
  font-weight: 340;
}
.englishSite .ArticleMagazineImageTeaserComponenta .credit {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .credit:before {
  content: "(";
}
.ArticleMagazineImageTeaserComponenta .credit:after {
  content: ")";
}
.article-recipe-componenta .ImageDetails {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.article-recipe-componenta .ImageDetails .ImageCaption,
.article-recipe-componenta .ImageDetails .ImageCredit {
  font-family: "EzerShemesh";
  font-size: 14px;
  line-height: 16px;
  font-weight: 340;
}
.article-recipe-componenta .ImageDetails .ImageCaption {
  color: #000;
}
.article-recipe-componenta .ImageDetails .ImageCredit {
  color: #78787b;
}
.recipe-card {
  width: 737px;
  height: 414px !important;
  position: relative;
  background-color: #a3a3a3;
  display: block;
}
.recipe-card .recipe-card-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.recipe-card .recipe-card-image img {
  width: 100%;
  height: 100%;
}
.recipe-card .recipe-card-image .videoIcon {
  position: absolute;
  left: 10px;
  bottom: 85px;
}
.recipe-card .recipe-card-details-bar {
  height: 70px;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  border-top: solid 2px #A10000;
  background-color: rgba(59, 59, 59, 0.9);
  box-shadow: 0 -3px 6px 0 rgba(44, 44, 45, 0.8);
  font-family: "EzerShemesh";
}
.recipe-card .recipe-card-details-bar .details-bar-container {
  width: 147px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px dotted #8a8a8a;
  margin: 10px 0;
  color: #fff;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}
.recipe-card .recipe-card-details-bar .details-bar-container:last-child {
  border-left: none;
}
.recipe-card .meal-details {
  width: 147px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px dotted #8a8a8a;
  margin: 10px 0;
  color: #fff;
}
.recipe-card .meal-details .meal-details-line-rpf {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.89;
}
.recipe-card .meal-details .meal-details-line-rpf > div {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recipe-card .meal-details .meal-details-line-rpf .kosher-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cg id='K' transform='translate(18755 4541)'%3E %3Cpath id='Path_426' data-name='Path 426' d='M-7.952-.12v-9h2.1v3.774L-2.5-9.12H.048l-4.1,4.389L.048-.12H-2.5L-5.853-4.067V-.12Z' transform='translate(-18742.049 -4527.38)' fill='%23fff'/%3E %3Cg id='Ellipse_24' data-name='Ellipse 24' transform='translate(-18755 -4541)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E %3Ccircle cx='9' cy='9' r='8.25' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .not-kosher-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cg id='Group_1046' data-name='Group 1046' transform='translate(-38.918 -3)'%3E %3Cg id='Group_896' data-name='Group 896' transform='translate(18793.918 4544)'%3E %3Cpath id='Path_426' data-name='Path 426' d='M-7.952-.12v-9h2.1v3.774L-2.5-9.12H.048l-4.1,4.389L.048-.12H-2.5L-5.853-4.067V-.12Z' transform='translate(-18742.049 -4527.38)' fill='%23fff'/%3E %3Cg id='Ellipse_24' data-name='Ellipse 24' transform='translate(-18755 -4541)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E %3Ccircle cx='9' cy='9' r='8.25' fill='none'/%3E %3C/g%3E %3C/g%3E %3Cline id='Line_187' data-name='Line 187' x1='13' y2='11' transform='translate(41.417 6.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .vegan-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.207' height='19.663' viewBox='0 0 21.207 19.663'%3E %3Cg id='Group_1137' data-name='Group 1137' transform='translate(-53.044 -0.246)'%3E %3Cpath id='Subtraction_4' data-name='Subtraction 4' d='M1666.635-11188.448a10.993,10.993,0,0,1-4.893-2.223,8.286,8.286,0,0,1-2.666-4.352l-.079-.307a13.011,13.011,0,0,1,1.294-9.169,8.7,8.7,0,0,1,1.834-2.261l.27-.234.349.068a10.42,10.42,0,0,1,5.477,3.27,6.319,6.319,0,0,0-1.531.523,9,9,0,0,0-3.691-2.224l-.183-.048-.129.132a7.475,7.475,0,0,0-1.049,1.378l-.047.078-.028.048a11.557,11.557,0,0,0-1.07,8.362,6.8,6.8,0,0,0,3.339,4.4,7.288,7.288,0,0,0,2.8,2.555Z' transform='translate(-1605.078 11207.777)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E %3Cg id='צמחוני' transform='translate(58.251 3.756)'%3E %3Cg id='Group' transform='translate(0 0)'%3E %3Cpath id='Combined_Shape' data-name='Combined Shape' d='M8.472,15.588A8.594,8.594,0,0,1,3.82,13.06l-.228-.234A13.492,13.492,0,0,1,0,3.92,9.06,9.06,0,0,1,.473.94L.595.592.943.471C4.654-.819,9.865.62,13.063,3.818a8.486,8.486,0,0,1,2.666,6.251,13.443,13.443,0,0,1-.822,4.367l-.121.348-.682.233a12.978,12.978,0,0,1-4.024.711A9.064,9.064,0,0,1,8.472,15.588ZM1.986,1.747,1.8,1.8l-.05.186a7.933,7.933,0,0,0-.228,1.935A12,12,0,0,0,4.9,11.984c2.1,2.1,4.613,2.7,7.863,1.844l-1.917-1.917h-3.8V10.49H9.422l-1.45-1.45H4.187V7.62H6.552L3.607,4.676,4.683,3.6,7.536,6.452V4.271H8.957v3.6l1.437,1.437V7.142h1.421v3.59l2.017,2.017a10.458,10.458,0,0,0,.374-2.666,6.984,6.984,0,0,0-2.013-4.975l-.207-.213a11.879,11.879,0,0,0-8.04-3.379A8.037,8.037,0,0,0,1.986,1.747Z' transform='matrix(0.017, 1, -1, 0.017, 15.725, 0)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .vegetarian-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4696_5984)'%3E %3Cpath d='M0.666667 16C0.486667 16 0.316667 15.9267 0.193333 15.7967C0.0733333 15.6833 0 15.5133 0 15.3333C0 15.2033 0.04 15.0767 0.113333 14.9667C1.66667 12.2067 4.64667 6.91333 4.71 6.79666C5.28333 5.69333 6.41667 5.00333 7.66667 5.00333C8.55667 5.00333 9.39333 5.34999 10.0233 5.97999C10.6533 6.60999 11 7.44666 11 8.33666C11 9.58333 10.3133 10.7167 9.20333 11.2933C9.09 11.3567 3.79333 14.3333 1.01 15.9C0.923333 15.96 0.796667 15.9967 0.666667 15.9967V16ZM7.66667 5.66999C6.66667 5.66999 5.76 6.21999 5.3 7.10666C5.26333 7.17999 1.44333 13.9567 0.68 15.3167C2.04333 14.5567 8.82333 10.7433 8.89667 10.7033C9.78333 10.2433 10.3333 9.33333 10.3333 8.33666C10.3333 7.62333 10.0567 6.95333 9.55333 6.44999C9.05 5.94666 8.38 5.66999 7.66667 5.66999Z' fill='white'/%3E %3Cpath d='M10.7033 5.66667C10.68 5.66667 10.6667 5.66667 10.66 5.66667L10.34 5.66L10.3333 5.34C10.3333 5.24 10.3 2.89667 11.7633 1.43C12.6867 0.506667 14.05 0 15.61 0H15.9667L16 0.333333H15.6667L16 0.363333C16.0067 1.93 15.4967 3.30667 14.57 4.23333C13.1933 5.61 11.0433 5.66333 10.7033 5.66333V5.66667ZM15.3267 0.673333C14.0533 0.726667 12.99 1.15 12.2367 1.90333C11.2767 2.86667 11.06 4.33 11.0133 4.98667C11.67 4.94 13.14 4.72333 14.0967 3.76333C14.84 3.02 15.27 1.93 15.3267 0.673333Z' fill='white'/%3E %3Cpath d='M13.5 8.33334C12.3433 8.33334 11.4467 7.25667 11.41 7.21L11.2367 7.00001L11.41 6.79001C11.4467 6.74334 12.3433 5.66667 13.5 5.66667C14.6567 5.66667 15.5533 6.74334 15.59 6.79001L15.7633 7.00001L15.59 7.21C15.5533 7.25667 14.6567 8.33334 13.5 8.33334ZM12.13 7.00001C12.4067 7.26001 12.9267 7.66667 13.5 7.66667C14.0733 7.66667 14.5933 7.26001 14.87 7.00001C14.5933 6.74001 14.0733 6.33334 13.5 6.33334C12.9267 6.33334 12.4067 6.74001 12.13 7.00001Z' fill='white'/%3E %3Cpath d='M5.56818 6.43343L5.09677 6.90483L7.09788 8.90594L7.56929 8.43454L5.56818 6.43343Z' fill='white'/%3E %3Cpath d='M4.23789 8.43446L3.76649 8.90587L5.4329 10.5723L5.90431 10.1009L4.23789 8.43446Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4696_5984'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .meat-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_5993)'%3E %3Cpath d='M3.66667 16C2.67 16 1.84 15.2667 1.69 14.31C0.733333 14.16 0 13.33 0 12.3333C0 11.23 0.896667 10.3333 2 10.3333C2.49333 10.3333 2.95333 10.5133 3.31667 10.8333L4.74333 9.12L5.25667 9.54667L3.31667 11.8733L3.06333 11.5367C2.80667 11.1933 2.42 11 2 11C1.26333 11 0.666667 11.5967 0.666667 12.3333C0.666667 13.07 1.26333 13.6667 2 13.6667H2.33333V14C2.33333 14.7367 2.93 15.3333 3.66667 15.3333C4.40333 15.3333 5 14.7367 5 14C5 13.58 4.80333 13.1933 4.46333 12.9367L4.12667 12.6833L6.45333 10.7433L6.88 11.2567L5.16667 12.6867C5.48667 13.0467 5.66667 13.51 5.66667 14.0033C5.66667 15.1067 4.77 16.0033 3.66667 16.0033V16Z' fill='white'/%3E %3Cpath d='M6.86333 11.8767L6.43333 10.6667H5.33666V9.57333L4.12666 9.17L5.36333 7.52333C5.5 6.94 6.41 3.13 7.06 2.15C7.77333 1.08333 9.35666 0 11.0033 0C13.76 0 16.0033 2.24333 16.0033 5C16.0033 6.65 14.9233 8.23333 13.8533 8.94333C12.8733 9.59667 9.06666 10.5033 8.48 10.64L6.86333 11.8733V11.8767ZM6 10H6.90333L7.18666 10.79L8.19 10.0233L8.26 10.0067C9.45 9.73333 12.7033 8.90667 13.4833 8.38667C14.4033 7.77333 15.3333 6.41333 15.3333 4.99667C15.3333 2.60667 13.39 0.663333 11 0.663333C9.58666 0.663333 8.22333 1.59333 7.61 2.51333C7.09 3.29333 6.26666 6.54667 5.99 7.73667L5.97333 7.80667L5.21 8.82667L6 9.09V9.99667V10Z' fill='white'/%3E %3Cpath d='M14.1767 6.65333L13.6 6.31667C13.8567 5.87667 14 5.40667 14 5H14.6667C14.6667 5.67333 14.4 6.27 14.1767 6.65333Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_5993'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .gluten-free-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.56762 0.595353L0.999237 1.16373L18.6844 18.8489L19.2528 18.2806L1.56762 0.595353Z' fill='white'/%3E %3Cpath d='M11.8153 10.0718L11.743 9.27199C13.8932 9.08309 14.8216 8.29937 14.9341 6.51491C12.4744 6.57519 11.3732 7.18609 11.0396 8.63698L10.2559 8.45612C10.8105 6.03262 13.1416 5.70708 15.3481 5.70708H15.75V6.10898C15.75 8.60884 14.5362 9.83466 11.8113 10.0758L11.8153 10.0718Z' fill='white'/%3E %3Cpath d='M15.1511 12.9293L14.4799 12.4872C14.7412 12.0894 14.8939 11.5789 14.9341 10.9359C14.1464 10.956 13.5033 11.0323 12.9849 11.169L12.7799 10.3933C13.4551 10.2165 14.2951 10.1281 15.3481 10.1281H15.75V10.53C15.75 11.5347 15.553 12.3184 15.1471 12.9334L15.1511 12.9293Z' fill='white'/%3E %3Cpath d='M9.72539 7.01327L9.48023 6.8284C9.40789 6.77213 7.71586 5.45789 7.71586 3.40817C7.71586 1.35844 9.432 0.192915 9.50434 0.144686L9.72539 0L9.94644 0.144686C10.0188 0.192915 11.7349 1.34237 11.7349 3.41219C11.7349 5.48201 10.0389 6.77615 9.97056 6.83242L9.72539 7.01729V7.01327ZM9.72539 0.988691C9.32349 1.33433 8.51967 2.18235 8.51967 3.40817C8.51967 4.63398 9.31143 5.56641 9.72539 5.96832C10.1394 5.56641 10.9311 4.62997 10.9311 3.40817C10.9311 2.18637 10.1273 1.33433 9.72539 0.988691Z' fill='white'/%3E %3Cpath d='M9.32349 10.1281H8.92158C7.10898 10.1281 5.93139 9.88289 5.10748 9.32826C4.15497 8.68922 3.69679 7.63623 3.69679 6.10898V5.70708H4.0987C5.32049 5.70708 6.23684 5.81961 6.97233 6.06477L6.71913 6.8284C6.15646 6.64352 5.43303 6.53902 4.51266 6.51893C4.58099 7.54781 4.91457 8.23507 5.5536 8.66511C6.16852 9.07907 7.113 9.28807 8.5036 9.32424C8.4835 9.00673 8.43527 8.72138 8.36293 8.46416L9.13459 8.24311C9.25918 8.68119 9.31947 9.16749 9.31947 9.73016V10.1321L9.32349 10.1281Z' fill='white'/%3E %3Cpath d='M9.32349 18.97H8.92158C7.10898 18.97 5.93139 18.7248 5.10748 18.1702C4.15497 17.5312 3.69679 16.4782 3.69679 14.9509V14.549H4.0987C5.9113 14.549 7.08888 14.7942 7.91279 15.3488C8.86531 15.9878 9.32349 17.0408 9.32349 18.5681V18.97ZM4.51266 15.3569C4.58099 16.3857 4.91457 17.073 5.5536 17.503C6.16852 17.917 7.113 18.126 8.5036 18.1622C8.43527 17.1333 8.10169 16.446 7.46266 16.016C6.84774 15.602 5.90326 15.393 4.51266 15.3569Z' fill='white'/%3E %3Cpath d='M9.32349 14.549H8.92158C7.10898 14.549 5.93139 14.3039 5.10748 13.7492C4.15497 13.1102 3.69679 12.0572 3.69679 10.53V10.1281H4.0987C5.9113 10.1281 7.08888 10.3732 7.91279 10.9278C8.86531 11.5669 9.32349 12.6199 9.32349 14.1471V14.549ZM4.51266 10.9359C4.58099 11.9648 4.91457 12.652 5.5536 13.0821C6.16852 13.496 7.113 13.705 8.5036 13.7412C8.43527 12.7123 8.10169 12.0251 7.46266 11.595C6.84774 11.181 5.90326 10.9721 4.51266 10.9359Z' fill='white'/%3E %3Cpath d='M10.5292 14.549H10.1273V14.1471C10.1273 12.656 10.5654 11.6191 11.4737 10.9761L11.9399 11.6312C11.333 12.0612 11.0115 12.7364 10.9432 13.7372C12.2172 13.705 13.1094 13.5242 13.7284 13.1745L14.1223 13.8738C13.3104 14.332 12.169 14.545 10.5252 14.545L10.5292 14.549Z' fill='white'/%3E %3Cpath d='M10.5292 18.97H10.1273V18.5681C10.1273 17.0408 10.5895 15.9878 11.538 15.3488C12.3619 14.7942 13.5395 14.549 15.3521 14.549V14.9509H15.754C15.754 16.4782 15.2918 17.5312 14.3433 18.1702C13.5194 18.7248 12.3418 18.97 10.5292 18.97ZM14.9381 15.3569C13.5475 15.389 12.603 15.602 11.9881 16.016C11.3491 16.446 11.0115 17.1333 10.9472 18.1622C12.3378 18.13 13.2823 17.917 13.8972 17.503C14.5362 17.073 14.8738 16.3857 14.9381 15.3569Z' fill='white'/%3E %3Cpath d='M10.9311 10.1281H10.1273V18.5681H10.9311V10.1281Z' fill='white'/%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .parve-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_6011)'%3E %3Cpath d='M6.52941 4.89555H6.20588C3.87647 4.89555 2.97059 3.9502 2.97059 1.51931V1.18168H3.29412C5.62353 1.18168 6.52941 2.12703 6.52941 4.55792V4.89555ZM3.62412 1.86368C3.68882 3.5518 4.26147 4.14602 5.87588 4.21355C5.81118 2.52543 5.23853 1.93121 3.62412 1.86368Z' fill='white'/%3E %3Cpath d='M7.5 16L2.99971 11.4623C2.35588 10.831 2 9.97679 2 9.06183C2 7.22853 3.45265 5.73961 5.23529 5.73961C6.08941 5.73961 6.89824 6.08061 7.5 6.69171C8.10176 6.08399 8.91059 5.73961 9.76471 5.73961C11.5474 5.73961 13 7.23191 13 9.06183C13 9.97679 12.6441 10.831 11.9971 11.4657L7.5 16ZM5.23529 6.41486C3.80853 6.41486 2.64706 7.60329 2.64706 9.06183C2.64706 9.78772 2.93176 10.4663 3.44618 10.9728L7.5 15.0614L11.5506 10.9762C12.0682 10.4663 12.3529 9.78772 12.3529 9.06183C12.3529 7.59992 11.1915 6.41486 9.76471 6.41486C8.97853 6.41486 8.24412 6.77611 7.74912 7.40409L7.5 7.72146L7.25088 7.40409C6.75588 6.77611 6.02147 6.41486 5.23529 6.41486Z' fill='white'/%3E %3Cpath d='M7.82676 6.92129H7.1797C7.1797 6.92129 7.1797 6.06373 7.1797 5.5708V5.23317C7.1797 3.42013 7.34794 2.25533 8.23764 1.28635C9.07559 0.371386 10.0785 0 11.7059 0H12.0294V0.337624C12.0294 1.68137 12.0294 3.20405 11.2432 3.96033C10.4312 4.74362 9.35382 4.9597 8.50617 5.06098L8.43176 4.38911C9.56088 4.25406 10.2694 3.97721 10.8032 3.46402C11.3273 2.95759 11.3759 1.78941 11.3823 0.678624C10.1271 0.722515 9.36029 1.03313 8.70353 1.74889C7.96264 2.55919 7.82676 3.55518 7.82676 5.22979H7.81706C7.82676 5.31082 7.82676 5.40198 7.82676 5.49314V6.91791V6.92129Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_6011'%3E %3Crect width='11' height='16' fill='white' transform='translate(2)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-details-line-rpf .dairy-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_6020)'%3E %3Cpath d='M4.83333 5.19667C4.19 5.19667 3.66666 4.65667 3.66666 3.99333C3.66666 3.33 4.19 2.79 4.83333 2.79C5.47666 2.79 6 3.33 6 3.99333C6 4.65667 5.47666 5.19667 4.83333 5.19667ZM4.83333 3.45333C4.55666 3.45333 4.33333 3.69333 4.33333 3.99C4.33333 4.28667 4.55666 4.52667 4.83333 4.52667C5.11 4.52667 5.33333 4.28667 5.33333 3.99C5.33333 3.69333 5.11 3.45333 4.83333 3.45333Z' fill='white'/%3E %3Cpath d='M7 14.5C6.35667 14.5 5.83334 13.9767 5.83334 13.3333C5.83334 12.69 6.35667 12.1667 7 12.1667C7.64334 12.1667 8.16667 12.69 8.16667 13.3333C8.16667 13.9767 7.64334 14.5 7 14.5ZM7 12.8333C6.72334 12.8333 6.5 13.0567 6.5 13.3333C6.5 13.61 6.72334 13.8333 7 13.8333C7.27667 13.8333 7.5 13.61 7.5 13.3333C7.5 13.0567 7.27667 12.8333 7 12.8333Z' fill='white'/%3E %3Cpath d='M15.6867 7H0V6.66667C0 2.86667 2.58 0 6 0H6.11L10.01 2.85L9.83333 3.11667C9.72333 3.28 9.66667 3.47333 9.66667 3.66667C9.66667 4.21667 10.1167 4.66667 10.6667 4.66667C10.9667 4.66667 11.2467 4.53 11.44 4.29L11.64 4.04333L15.6867 7ZM0.673333 6.33333H13.6433L11.7333 4.93667C11.4333 5.19 11.06 5.33333 10.6633 5.33333C9.74333 5.33333 8.99667 4.58667 8.99667 3.66667C8.99667 3.44667 9.04 3.23 9.12333 3.03L5.89 0.666667C3.00333 0.723333 0.813333 3.12 0.67 6.33333H0.673333Z' fill='white'/%3E %3Cpath d='M16 16H0V7.66667H0.666667V15.3333H15.3333V13.9733C14.39 13.8133 13.6667 12.99 13.6667 12C13.6667 11.01 14.39 10.1867 15.3333 10.0267V7.66667H16V10.6667H15.6667C14.93 10.6667 14.3333 11.2633 14.3333 12C14.3333 12.7367 14.93 13.3333 15.6667 13.3333H16V16Z' fill='white'/%3E %3Cpath d='M3.33334 12.1667C2.50667 12.1667 1.83334 11.4933 1.83334 10.6667C1.83334 9.84 2.50667 9.16667 3.33334 9.16667C4.16 9.16667 4.83334 9.84 4.83334 10.6667C4.83334 11.4933 4.16 12.1667 3.33334 12.1667ZM3.33334 9.83333C2.87334 9.83333 2.5 10.2067 2.5 10.6667C2.5 11.1267 2.87334 11.5 3.33334 11.5C3.79334 11.5 4.16667 11.1267 4.16667 10.6667C4.16667 10.2067 3.79334 9.83333 3.33334 9.83333Z' fill='white'/%3E %3Cpath d='M10.3333 11.3333C9.59667 11.3333 9 10.7367 9 10C9 9.26333 9.59667 8.66667 10.3333 8.66667C11.07 8.66667 11.6667 9.26333 11.6667 10C11.6667 10.7367 11.07 11.3333 10.3333 11.3333ZM10.3333 9.33333C9.96667 9.33333 9.66667 9.63333 9.66667 10C9.66667 10.3667 9.96667 10.6667 10.3333 10.6667C10.7 10.6667 11 10.3667 11 10C11 9.63333 10.7 9.33333 10.3333 9.33333Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_6020'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .meal-details .meal-type {
  margin-top: 10px;
}
.recipe-card .meal-details .margin-bottom {
  margin-bottom: 24px;
}
.article-recipe-componenta {
  font-family: "EzerShemesh";
}
.article-recipe-componenta .ingredients-section {
  display: flex;
  flex-direction: column;
  margin-top: 13px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section {
  display: flex;
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-left: 30px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container {
  display: flex;
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button {
  width: 27px;
  height: 27px;
  display: flex;
  border: none;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button:hover {
  filter: brightness(0.9);
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-plus'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='plus' clip-path='url(%23clip-plus)'%3E %3Cg id='plus-2' data-name='plus'%3E %3Cg id='Path_297' data-name='Path 297' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cg id='Group_158' data-name='Group 158' transform='translate(10.93 12.023)'%3E %3Cline id='Line_13' data-name='Line 13' y2='22.952' transform='translate(11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3Cline id='Line_14' data-name='Line 14' x2='22.952' transform='translate(0 11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-min'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='min' clip-path='url(%23clip-min)'%3E %3Cg id='min-2' data-name='min' transform='translate(0 0.097)'%3E %3Cg id='Path_298' data-name='Path 298' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cline id='Line_15' data-name='Line 15' x2='29.661' transform='translate(8.798 23.836)' fill='none' stroke='%23000' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable {
  opacity: 0.6;
  pointer-events: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable .servings-button:hover {
  filter: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount .servings-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section {
  display: flex;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measuring-cup-icon {
  width: 35px;
  height: 30px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='33' viewBox='0 0 37 33' fill='none'%3E %3Cpath d='M34.25 20.5785C35.2125 20.5785 36 19.7844 36 18.8138V5.57851C36 3.14322 34.04 1.16675 31.625 1.16675H1L5.375 9.10792L7.6325 28.0609C7.8425 29.8344 9.33875 31.1667 11.1063 31.1667H23.2162C25.01 31.1667 26.515 29.7991 26.6988 27.9991L28.8338 7.15792C28.93 6.25792 29.6737 5.57851 30.575 5.57851H31.625M13.25 12.6373H20.25M15 17.0491H18.5M13.25 21.4609H20.25M15 25.8726H18.5M15 8.22557H18.5' stroke='%23A10000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  color: #A10000;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #A10000;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .add-to-shoping-list-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  color: #121111;
  font-family: Assistant;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper {
  display: flex;
  margin-bottom: 20px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper .check-all-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  font-family: Assistant;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredient-checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-left: 10px;
  border-radius: 1px;
  border: 1px solid #D7D5D5;
  accent-color: #000;
  flex-shrink: 0;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
  color: #121111;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dadadd;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-main-details {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: Assistant;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-description {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.23;
  margin-top: 4px;
  color: #78787b;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list {
  width: 740px;
  height: 80px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  background-color: #A10000;
  z-index: 1;
  transition: transform 0.5s ease;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.show {
  transform: translateY(0);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.hide {
  transform: translateY(100%);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 10px 0 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  border: none;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .list-items-count {
  margin-left: 14px;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  margin-left: 100px;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .icon {
  width: 30px;
  height: 30px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .print-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath d='M18.4317 18.951H20.1688C20.9557 18.951 21.594 18.2971 21.594 17.492V14.5734C21.594 13.7684 20.9552 13.1144 20.1688 13.1144H9.42521C8.6388 13.1144 8 13.7684 8 14.5734V17.492C8 18.2975 8.6388 18.951 9.42521 18.951H11.1623M20.1158 16.7802H9.47869M18.4317 9.66675H11.1623V13.114H18.4317V9.66675ZM18.4317 16.7802H11.1623V20.2274H18.4317V16.7802Z' stroke='%23121111' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .mail-icon {
  margin: 0 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath d='M15.6229 20.9952C14.2262 20.9952 12.8295 20.9847 11.4329 20.9998C10.7406 21.0073 10.1122 20.8166 9.54721 20.4436C8.76171 19.9253 8.25386 19.1982 8.07281 18.2648C8.02787 18.0329 8.00687 17.7931 8.00645 17.5566C8.00182 15.7394 7.99174 13.9222 8.01317 12.1055C8.02031 11.5141 8.2568 10.9722 8.59537 10.487C9.12884 9.72125 9.84714 9.22978 10.7763 9.07352C10.9943 9.03698 11.2165 9.00505 11.4366 9.00463C14.125 9.00001 16.8138 8.99707 19.5021 9.00463C20.3242 9.00673 21.061 9.26759 21.7016 9.79812C22.3279 10.3169 22.7055 10.9797 22.8735 11.7631C22.9281 12.0185 22.9399 12.287 22.9407 12.5499C22.9466 14.1991 22.9466 15.8482 22.9424 17.4969C22.9403 18.2917 22.7244 19.0272 22.2317 19.6556C21.7095 20.321 21.0333 20.7679 20.1894 20.9191C19.9109 20.9691 19.6244 20.991 19.3413 20.9931C18.1021 21.0006 16.8629 20.9964 15.6238 20.9964V20.9956L15.6229 20.9952ZM9.28006 11.1797C9.25444 11.2217 9.23469 11.2473 9.22251 11.2759C9.09229 11.5754 8.95535 11.8787 8.95451 12.2092C8.94863 14.0264 8.95283 15.8436 8.95619 17.6603C8.95619 17.7989 8.96166 17.9418 8.994 18.0753C9.13472 18.6554 9.4128 19.1528 9.89628 19.5212C10.3067 19.8337 10.7591 20.0383 11.2833 20.0387C14.0611 20.0412 16.8386 20.0412 19.6164 20.04C19.9314 20.04 20.236 19.9673 20.5174 19.8303C21.4504 19.3775 21.97 18.6189 21.9843 17.591C22.0086 15.8133 21.975 14.0344 21.9641 12.2563C21.962 11.9291 21.8662 11.6266 21.7268 11.3313C21.6579 11.1856 21.6163 11.1969 21.5163 11.2977C20.2562 12.5625 18.9935 13.8248 17.7299 15.0862C17.6199 15.1963 17.5077 15.3076 17.3817 15.3975C16.9331 15.7159 16.4492 15.941 15.8918 16.0116C15.2621 16.0918 14.6648 16.0116 14.0939 15.7411C13.7381 15.5726 13.4327 15.3286 13.1551 15.0539C12.4011 14.3079 11.6534 13.5551 10.9036 12.8049C10.373 12.2739 9.84251 11.743 9.28006 11.1797ZM9.91266 10.4534C9.95845 10.5017 9.9929 10.5399 10.029 10.5761C11.3056 11.853 12.5804 13.1321 13.8599 14.4061C14.3917 14.9354 15.0206 15.1782 15.783 15.0661C16.253 14.9967 16.6537 14.8014 16.9818 14.4767C18.2911 13.1804 19.5899 11.8736 20.8921 10.5702C20.9278 10.5345 20.9606 10.4963 21.003 10.45C20.8657 10.3652 20.7468 10.2753 20.6149 10.2127C20.1852 10.0098 19.7269 9.95018 19.2547 9.95102C16.7667 9.9548 14.2792 9.95186 11.7912 9.95438C11.5681 9.95438 11.3451 9.9758 11.1216 9.98673C10.6704 10.0086 10.2869 10.2001 9.91266 10.4538V10.4534Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .whatsapp-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9935 14.1212C22.893 10.1716 19.6399 7 15.6343 7C11.6286 7 8.45122 10.0988 8.27946 13.9866C8.27582 14.0928 8.27218 14.1998 8.27218 14.3068C8.27218 15.6888 8.6579 16.9784 9.32672 18.081L8 22L12.0777 20.7038C13.1322 21.2832 14.3454 21.6143 15.635 21.6143C19.7025 21.6143 22.9978 18.343 22.9978 14.3068C22.9978 14.2449 22.9978 14.1823 22.9942 14.1205L22.9935 14.1212ZM15.6343 20.4491C14.3767 20.4491 13.2079 20.0765 12.2291 19.4324L9.85071 20.1908L10.6229 17.9085C9.882 16.8954 9.44389 15.651 9.44389 14.3068C9.44389 14.1074 9.45408 13.9072 9.47518 13.7107C9.77866 10.6017 12.4255 8.16443 15.6343 8.16443C18.843 8.16443 21.5561 10.6636 21.8043 13.8279C21.8181 13.9866 21.8247 14.1445 21.8247 14.3068C21.8247 17.6953 19.0468 20.4491 15.6343 20.4491Z' fill='%23121111'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0089 15.782C18.8262 15.6925 17.9405 15.258 17.7753 15.1998C17.6101 15.1379 17.4893 15.1102 17.3685 15.2893C17.2477 15.4683 16.8998 15.8715 16.7958 15.9887C16.6895 16.1095 16.5854 16.1233 16.4028 16.0338C16.2237 15.9443 15.6408 15.758 14.9516 15.1444C14.4174 14.6721 14.0521 14.0863 13.9487 13.9072C13.8454 13.7282 13.9386 13.6314 14.0281 13.5419C14.111 13.4597 14.2071 13.3316 14.3003 13.229C14.3243 13.1977 14.3454 13.17 14.3658 13.1424C14.4072 13.0769 14.4378 13.015 14.4793 12.9284C14.5419 12.8076 14.5106 12.705 14.4655 12.6147C14.4211 12.5252 14.0586 11.6424 13.9073 11.2844C13.7595 10.9256 13.6074 10.9874 13.5004 10.9874C13.3935 10.9874 13.2763 10.9707 13.1555 10.9707C13.0347 10.9707 12.8382 11.0158 12.673 11.1949C12.5078 11.3739 12.042 11.8084 12.042 12.6904C12.042 12.8971 12.0798 13.1045 12.1359 13.301C12.3185 13.9313 12.7108 14.4516 12.7807 14.5419C12.8702 14.659 14.0281 16.5272 15.862 17.2477C17.6989 17.9609 17.6989 17.7229 18.0301 17.6924C18.3612 17.6654 19.0984 17.2615 19.2469 16.8409C19.399 16.4239 19.399 16.0651 19.3539 15.9894C19.3087 15.9166 19.1879 15.8722 19.0089 15.7827V15.782Z' fill='%23121111'/%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .print-dialog-section {
  display: none;
}
.print-dialog-section {
  display: none !important;
}
.article-recipe-inline-componenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article-recipe-inline-componenta .ImageDetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media print {
  .grecaptcha-badge {
    display: none;
  }
  body .print-dialog-section {
    display: flex !important;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 50px;
    font-family: "NarkisBlock" !important;
  }
  body .print-dialog-section * {
    font-family: "NarkisBlock" !important;
  }
  body .print-dialog-section .separator {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px dashed #707070;
    margin: 20px 0;
  }
  body .print-dialog-section .top-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  body .print-dialog-section .top-content .main-logo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88.717' height='64.598' viewBox='0 0 88.717 64.598'%3E %3Cg data-name='Group 1038'%3E %3Cpath data-name='Path 449' d='M-12.311 0h88.717l-5.245 43.76c-1.315 12.209-8.807 20.84-19.67 20.84h-63.8z' transform='translate(12.311)' style='fill:%23de1a1a'/%3E %3Cpath data-name='Path 448' d='M63.635 25.392a15.243 15.243 0 0 1-14.621 13.081H35.857L30.008 0h7.772l3.156 20.7L44.092 0h7.848l-3.232 21.16h-7.7l1.463 9.618h6.542c3.539 0 6.462-3.076 6.772-5.232L59.636 0h7.849l-3.847 25.392zM18.467 46.168V7.7H7.7v5.772h3.079v7.7H0V0h26.162v46.168h-7.7z' transform='translate(10.199 9.653)' style='fill:%23fff'/%3E %3Cpath data-name='Rectangle 927' transform='translate(54.205 55.287)' style='fill:%23fff' d='M0 0h3.564v2.972H0z'/%3E %3Cpath data-name='Rectangle 928' transform='translate(51.445 50.868)' style='fill:%23fff' d='M0 0h3.564v2.972H0z'/%3E %3Cpath data-name='Rectangle 929' transform='translate(56.965 50.868)' style='fill:%23fff' d='M0 0h3.564v2.972H0z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
  }
  body .print-dialog-section .top-content .ynet-logo {
    position: absolute;
    left: 2px;
    top: -20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='99.461' height='42.735' viewBox='0 0 99.461 42.735'%3E %3Cg data-name='Group 594'%3E %3Cg data-name='Group 591'%3E %3Cpath data-name='Path 202' d='M318.158 400.958v-17.63c0-3.866-2.474-6.444-6.341-6.444-2.68 0-4.845 1.031-7.011 3.557l-.515-2.32a1.11 1.11 0 0 0-1.237-.927h-1.546a1.113 1.113 0 0 0-1.185 1.082v22.681a1.19 1.19 0 0 0 1.185 1.134h2.371a1.144 1.144 0 0 0 1.134-1.134v-13.97c0-3.454 2.423-6.083 5.516-6.083 2.114 0 2.939 1.031 2.939 3.454v16.6a1.19 1.19 0 0 0 1.185 1.134h2.372a1.144 1.144 0 0 0 1.133-1.134z' transform='translate(-254.12 -369.826)' style='fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 592'%3E %3Cpath data-name='Path 203' d='M349.718 389.669c0-9.433-4.124-12.784-9.33-12.784-5.722 0-9.485 4.9-9.485 12.629 0 8.454 3.969 12.836 10.98 12.836a14.348 14.348 0 0 0 6.392-1.185 1.053 1.053 0 0 0 .67-1.392l-.567-1.649a1.009 1.009 0 0 0-1.392-.722 15.057 15.057 0 0 1-4.846.877c-4.536 0-6.134-2.681-6.34-7.475h12.784a1.144 1.144 0 0 0 1.134-1.135zm-4.794-2.371H335.8c.515-5.361 2.887-6.65 4.742-6.65 3.197 0 4.279 3.352 4.382 6.652z' transform='translate(-263.758 -369.826)' style='fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 593'%3E %3Cpath data-name='Path 204' d='m371.929 397.348-.258-1.6a.972.972 0 0 0-1.186-.824 9.022 9.022 0 0 1-1.6.206c-1.185 0-1.753-.618-1.753-2.01v-15.514h2.938a1.1 1.1 0 0 0 1.083-1.134v-1.392a1.1 1.1 0 0 0-1.083-1.133h-2.938v-6.5c0-.928-.67-.979-1.444-.773l-2.319.67a1.269 1.269 0 0 0-.877 1.34v5.258h-2.783a1.069 1.069 0 0 0-1.083 1.133v1.392a1.07 1.07 0 0 0 1.083 1.134h2.791v16.289c0 3.454 1.7 5.206 5.361 5.206a12 12 0 0 0 3.3-.412 1.039 1.039 0 0 0 .768-1.336z' transform='translate(-272.497 -366.578)' style='fill-rule:evenodd'/%3E %3C/g%3E %3C/g%3E %3Cg data-name='Group 595' transform='translate(0 .53)'%3E %3Ccircle data-name='Ellipse 9' cx='20.744' cy='20.744' r='20.744' transform='translate(.724)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 596'%3E %3Cpath data-name='Path 206' d='M268.748 380.683a.784.784 0 0 0-.754-1.089h-2.514a1.084 1.084 0 0 0-1.131.879l-3.1 12.652c-.293 1.173-.5 2.221-.67 2.975a13.012 13.012 0 0 0-.377-2.556l-3.519-13.028a1.165 1.165 0 0 0-1.173-.922h-2.765a.75.75 0 0 0-.754 1.047l5.362 16.8a1.049 1.049 0 0 0 1.131.88h1.424a13.644 13.644 0 0 1-.712 2.513 5.588 5.588 0 0 1-2.848 3.729l-.587.293a1.012 1.012 0 0 0-.5 1.3l.88 1.718a.945.945 0 0 0 1.257.461l.922-.419a8.588 8.588 0 0 0 4.692-6.032z' transform='translate(-238.87 -370.68)' style='fill:%23fff;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 613'%3E %3Cg data-name='Group 600'%3E %3Cpath data-name='Path 207' d='M358.581 418.859c.48.179 1.2.034 1.452.536a6.373 6.373 0 0 0 .368 3.641 6.443 6.443 0 0 1-.859 2.2h-4.289c.26-.833.3-1.183.525-1.729.045-.107.075-.105.142-.151a.419.419 0 0 1 .306-.079c.444-.029.405.062.635-.029a10.464 10.464 0 0 0-.331-2.408h-1.054a3.607 3.607 0 0 0-.7-2.413c.57-.112 1.017.636 1.665.592.3.023.759-.1.8.324a9.078 9.078 0 0 0 .592 3.933c.55.088.869-.064 1.666.008-.19-.737-.31-2.482-.331-2.439 0 0-.788.029-1.178 0a3.937 3.937 0 0 0-.425-2.513c.413-.009.681.348 1.016.527z' transform='translate(-271.281 -382.886)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 601'%3E %3Cpath data-name='Path 208' d='M368.026 419.026c.5.1 2.9.053 2.9.053l.219 1.638h-.506a9.021 9.021 0 0 0 .6 2.283 7.525 7.525 0 0 0-.86 2.2h-.408v-4.457l-3.025-.006a4.716 4.716 0 0 0-.743-2.462c.369-.268.551.3.922.453a4.366 4.366 0 0 0 .901.298z' transform='translate(-274.885 -382.849)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 602'%3E %3Cpath data-name='Path 209' d='m336.429 419.383.1.156c-.034 1.162.246 2.2-1.016 2.8l1.509 2.161-1.268 1.065c-.894-1.195-2.978-3.459-2.978-3.459l-.239 1.42 1.155.026.13 1.831s-1.965 0-2.007-.01l-.112-.1a12.124 12.124 0 0 0 .112-4.875l.636-1.553h.168l2.569 3.245c.223.145.414-.223.536-.379.089-.223.1-.464-.156-.565l-.916-.056a3.069 3.069 0 0 0-.86-2.144l.056-.156c.66.682 1.688.47 2.581.593z' transform='translate(-264.011 -383.034)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 603'%3E %3Cpath data-name='Path 210' d='M312.108 419.161c.481-.212.366.256.345.536.04.707.511 3.371.56 3.829a15.833 15.833 0 0 1-.742 1.722h-2.1a16.519 16.519 0 0 0 .749-1.672h.959v-2.65c-1.407.184-.892-.849-1.171-1.4-.079-.4-.481-.748-.481-1.128.719.027 1.066.965 1.881.763z' transform='translate(-257.226 -382.911)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 604'%3E %3Cpath data-name='Path 211' d='M351.9 418.916c.38.447 1.229 0 1.441.592a9.6 9.6 0 0 0 .492 3.753 6.4 6.4 0 0 0-.86 1.988h-.348v-4.345s-.5-.014-1 0a3.747 3.747 0 0 0-.7-2.524c.511-.123.628.402.975.536z' transform='translate(-270.071 -382.898)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 605'%3E %3Cpath data-name='Path 212' d='M325.068 420.926a8.812 8.812 0 0 0 .517 2.394 6.3 6.3 0 0 0-.859 1.972h-.268c-.368-2.278.4-4.827-.891-6.715.782-.324.838.793 1.553.637h3a.662.662 0 0 1 .21.088.464.464 0 0 1 .147.228 9.737 9.737 0 0 0 .492 3.78 5.642 5.642 0 0 0-.86 1.98h-.426v-4.356h-2.509z' transform='translate(-261.446 -382.947)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 606'%3E %3Cpath data-name='Path 213' d='M363.581 418.916c.38.447 1.229 0 1.441.592a6.229 6.229 0 0 0 .566 1.9 3.4 3.4 0 0 0-.982 1.717h-.292v-2.224s-.528.025-1 0a3.751 3.751 0 0 0-.7-2.524c.498-.12.729.405.967.539z' transform='translate(-273.751 -382.898)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 607'%3E %3Cpath data-name='Path 214' d='M374.517 418.915c.38.447 1.229 0 1.441.592a6.229 6.229 0 0 0 .566 1.9 3.39 3.39 0 0 0-.934 1.717h-.331V420.9s-.562-.014-1.013 0a3.747 3.747 0 0 0-.7-2.524c.502-.119.637.385.971.539z' transform='translate(-277.198 -382.898)' style='fill:%23d9000d'/%3E %3C/g%3E %3Cg data-name='Group 608'%3E %3Cpath data-name='Path 215' d='M315.321 420.9h-.863a3.751 3.751 0 0 0-.7-2.524c.5-.123.716.436.972.544.59.342 1.229-.008 1.441.584a9.581 9.581 0 0 0 .491 3.753 6.333 6.333 0 0 0-1.018 1.988h-.316z' transform='translate(-258.354 -382.898)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 609'%3E %3Cpath data-name='Path 216' d='M307.818 420.916h-.935a3.746 3.746 0 0 0-.7-2.524c.5-.123.662.332.972.536.379.446 1.229 0 1.441.592a9.627 9.627 0 0 0 .48 3.759 6.379 6.379 0 0 0-.892 1.988h-.362z' transform='translate(-255.966 -382.902)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 610'%3E %3Cpath data-name='Path 217' d='M302.645 420.951h-2.237c-.458.357-.367 1.174-.156 1.709.633.9.044 1.653-.168 2.468l-.094.112h-2.09l.692-1.776h.891a4.445 4.445 0 0 1 0-2.519 1.018 1.018 0 0 0-.5-.053 4.7 4.7 0 0 0-.55-2.357c.3-.525.592.4.961.425a20.679 20.679 0 0 0 3.9.191c.134.034.231.127.311.386a9.626 9.626 0 0 0 .5 3.761 6.388 6.388 0 0 0-.86 1.988h-.6z' transform='translate(-253.355 -382.903)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 611'%3E %3Cpath data-name='Path 218' d='M321.6 419.56a9.584 9.584 0 0 0 .5 3.753 6.4 6.4 0 0 0-.86 1.988h-.418v-4.346h-2.858a3.242 3.242 0 0 0-.573-2.3c.044-.179.358-.112.48-.056a2.186 2.186 0 0 0 .961.592h2.412a.645.645 0 0 1 .356.369z' transform='translate(-259.498 -382.954)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3Cg data-name='Group 612'%3E %3Cpath data-name='Path 219' d='M347.047 420.979h-2.214c-.458.358-.368 1.074-.157 1.609.634.9.045 1.748-.167 2.564l-.094.112h-2.1s.458-1.28.692-1.872c.039-.016.891 0 .891 0a4.1 4.1 0 0 1 0-2.417 1 1 0 0 0-.486-.017 4.855 4.855 0 0 0-.562-2.393c.3-.525.592.4.961.425a19.48 19.48 0 0 0 3.829.168c.134.034.211.191.324.4a9.714 9.714 0 0 0 .484 3.778 6.074 6.074 0 0 0-.86 1.94l-.54.008z' transform='translate(-267.357 -382.913)' style='fill:%23d9000d;fill-rule:evenodd'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
  }
  body .print-dialog-section .mid-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body .print-dialog-section .mid-content .content-main-title {
    color: #de1a1a;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  body .print-dialog-section .mid-content .content-subtitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  body .print-dialog-section .mid-content .recipe-ingredient-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
    list-style: none;
    align-self: start;
  }
  body .print-dialog-section .mid-content .recipe-ingredient-list .list-item {
    font-size: 24px;
    line-height: 1.67;
    text-align: right;
    direction: rtl;
  }
  body .print-dialog-section .mid-content .recipe-ingredient-list .list-item::before {
    content: "\2022";
    color: #de1a1a;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
  }
  body .print-dialog-section .bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .print-dialog-section .bottom-content .bottom-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'NarkisBlock';
  }
  body .print-dialog-section .bottom-content .bottom-recipe-link {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    color: #de1a1a;
  }
  .recipe.onlyIngredientsPrintScreen {
    display: none !important;
  }
  .recipe .ingredients-section .print-dialog-section {
    display: none !important;
  }
}
.article-recipe-promo-componenta {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dadadd;
  font-family: "EzerShemesh";
}
.article-recipe-promo-componenta span.recipe-card {
  cursor: default;
}
.article-recipe-promo-componenta .recipe-card {
  cursor: pointer;
}
.article-recipe-promo-componenta .recipe-promo-top-section {
  width: 100%;
  display: inline-block;
  justify-content: space-between;
  margin-bottom: 12px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  display: inline;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper {
  display: flex;
  float: left;
  margin-top: 8px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper .recipeVoters {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  margin-left: 10px;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section .image-credit {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #121111;
  margin: 0;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section .to-recipe-button {
  width: 280px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  background-color: #A10000;
  border: none;
  color: #fff;
  cursor: pointer;
}
.article-recipe-timer-componenta {
  width: 737px;
  height: 68px !important;
  display: flex;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  background-color: #a10000;
  box-sizing: border-box;
  font-family: "EzerShemesh";
}
.article-recipe-timer-componenta .article-recipe-timer-right-section {
  display: flex;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-icon {
  width: 33px;
  height: 45px;
  margin-left: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.527' height='44.382' viewBox='0 0 35.527 44.382'%3E %3Cg data-name='Group 239' transform='translate(1 .75)'%3E %3Ccircle data-name='Ellipse 16' cx='16.764' cy='16.764' r='16.764' transform='translate(0 9.105)' style='stroke-width:2;stroke-linejoin:round;fill:none;stroke:%23fff'/%3E %3Cg data-name='Group 220'%3E %3Cpath data-name='Line 57' transform='translate(16.764 11.458)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 0v3.353'/%3E %3Cpath data-name='Line 58' transform='translate(24.582 15.678)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M2.371 0 0 2.371'/%3E %3Cpath data-name='Line 59' transform='translate(27.821 25.868)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M3.353 0H0'/%3E %3Cpath data-name='Line 60' transform='translate(24.582 33.686)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M2.371 2.371 0 0'/%3E %3Cpath data-name='Line 61' transform='translate(16.764 36.924)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 3.353V0'/%3E %3Cpath data-name='Line 62' transform='translate(6.575 33.686)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 2.371 2.371 0'/%3E %3Cpath data-name='Line 63' transform='translate(2.354 25.868)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 0h3.353'/%3E %3Cpath data-name='Line 64' transform='translate(6.575 15.678)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='m0 0 2.371 2.371'/%3E %3C/g%3E %3Cpath data-name='Path 318' d='M181.062 575.357v9h6.491' transform='translate(-164.299 -558.493)' style='stroke-linejoin:bevel;stroke-width:1.5;fill:none;stroke:%23fff'/%3E %3Cpath data-name='Rectangle 169' transform='translate(15.196 3.67)' style='stroke-width:1.5;fill:none;stroke:%23fff' d='M0 0h3.135v4.47H0z'/%3E %3Cpath data-name='Rectangle 170' transform='rotate(90 10.617 10.617)' style='stroke-width:1.5;fill:none;stroke:%23fff' d='M0 0h3.353v8.941H0z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  justify-content: center;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-main-title {
  font-size: 24px;
  font-weight: bold;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 20px;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section {
  display: flex;
  align-items: center;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section.editor-mode {
  pointer-events: none;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-display {
  color: #fff;
  margin-left: 8px;
  font-size: 39px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper {
  display: flex;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .disabled {
  filter: opacity(0.5);
  cursor: default !important;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-btn-container,
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn-container {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: none;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 0 11px 0 rgba(55, 55, 55, 0.5);
  cursor: pointer;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn-container {
  background-color: #fff;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-icon {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-off-btn {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg id='Volume' opacity='0.995'%3E %3Cpath id='MUTE' d='M8.96,15.7,5.252,12H1a1,1,0,0,1-1-1V5A1,1,0,0,1,1,4H5.252L8.96.293A1,1,0,0,1,10.667,1V15a1,1,0,0,1-1.008,1A.979.979,0,0,1,8.96,15.7Zm10.08-3.941L17.158,9.882l-1.882,1.882a.665.665,0,0,1-.941,0l-.941-.941a.667.667,0,0,1,0-.941L15.275,8,13.393,6.117a.665.665,0,0,1,0-.941l.941-.941a.666.666,0,0,1,.941,0l1.883,1.883L19.04,4.234a.667.667,0,0,1,.941,0l.941.941a.665.665,0,0,1,0,.941L19.04,8l1.883,1.883a.665.665,0,0,1,0,.941l-.941.941a.665.665,0,0,1-.941,0Z' transform='translate(3 7)' fill='%23fff'/%3E %3Crect id='Rectangle' width='30' height='30' fill='none'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-on-btn {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg style='opacity:.995'%3E %3Cpath d='M8.96 3.419 5.252 7.125H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4.252L8.96 18.83a1 1 0 0 0 1.707-.707v-14a1 1 0 0 0-1.707-.704zm9.721-2.129a1.008 1.008 0 1 0-1.107 1.686 9.735 9.735 0 0 1 0 16.3 1.008 1.008 0 1 0 1.107 1.685 11.751 11.751 0 0 0 0-19.669zM20 11.124a7.693 7.693 0 0 0-3.574-6.51 1 1 0 0 0-1.38.311 1.012 1.012 0 0 0 .309 1.39 5.694 5.694 0 0 1 0 9.618 1.012 1.012 0 0 0-.309 1.39 1 1 0 0 0 1.38.311A7.692 7.692 0 0 0 20 11.124zm-5.907-3.2a1 1 0 1 0-.965 1.752 1.642 1.642 0 0 1 0 2.9 1 1 0 1 0 .965 1.752 3.643 3.643 0 0 0 0-6.406z' transform='translate(3 3.875)' style='fill:%23fff'/%3E %3Cpath style='fill:none' d='M0 0h30v30H0z'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-pause-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14'%3E %3Cg id='Group_176' data-name='Group 176' transform='translate(1 0)'%3E %3Cline id='Line_36' data-name='Line 36' y2='14' transform='translate(8 0)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3Cline id='Line_37' data-name='Line 37' y2='14' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-play-btn {
  margin-left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15'%3E %3Cpath id='play' d='M6.674,1.212a1,1,0,0,1,1.652,0l5.608,8.225A1,1,0,0,1,13.108,11H1.892a1,1,0,0,1-.826-1.563Z' transform='translate(11) rotate(90)' fill='%23fff'/%3E %3C/svg%3E");
}
.SocialNetworkSharer {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 329px;
  height: 55px;
  border-radius: 5px;
  padding: 0px;
  margin-top: -30px;
  margin-left: -40px;
  text-align: left;
  background: white;
  border: 1px solid #dedede;
  box-shadow: 0px 1px 3px #dedede;
  border-radius: 7px;
}
.SocialNetworkSharer .closeBtn {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpolygon points='32,2.1 29.9,0 16,13.9 2.1,0 0,2.1 13.9,16 0,29.9 2.1,32 16,18.1 29.9,32 32,29.9 18.1,16 '/%3E %3C/svg%3E") no-repeat center center;
  background-size: 46%;
  background-position: 41% 47%;
  background-color: #eee;
  border: 0px;
  border-radius: 50%;
  position: relative;
  height: 20px;
  width: 20px;
  top: 2px;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  bottom: 7px;
}
.SocialNetworkSharer .shareIcons .label {
  font: bold 12px Arial;
  color: #595959;
  margin-right: 26px;
}
.SocialNetworkSharer .shareIcons .icons {
  display: flex;
  flex: 1;
  margin-left: 16px;
  justify-content: flex-end;
}
.SocialNetworkSharer .shareIcons .icons > button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons .icons .icon {
  margin-right: 10px;
  height: 31px;
  width: 31px;
}
.ArticleSideImagesComponent {
  background-color: #FFF;
  padding-top: 8px;
  padding-bottom: 17px;
  border-bottom: 1px dotted #CCCECD;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccecd;
}
.ArticleSideImagesComponent.englishSite {
  padding-bottom: 0 ! important;
  margin-bottom: 17px ! important;
}
.ArticleSideImagesComponent.englishSite .imageDetails .caption,
.ArticleSideImagesComponent.englishSite .imageDetails .credit {
  text-align: left ! important;
  direction: ltr ! important;
  font: normal 12px arial;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleSideImagesComponent.englishSite {
    display: none;
  }
}
.ArticleSideImagesComponent .imageContainer {
  padding-bottom: 10px;
}
.ArticleSideImagesComponent .imageContainer:last-child {
  padding-bottom: 0px ! important;
}
.ArticleSideImagesComponent .imageContainer .imageWrapper {
  padding: 1px 1px;
  margin: 0 0 3px;
  border: 1px solid #CCCECD;
}
.ArticleSideImagesComponent .imageContainer .imageWrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .caption,
.ArticleSideImagesComponent .imageContainer .imageDetails .credit {
  text-align: right;
  direction: rtl;
  font: normal 12px arial;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .caption {
  color: #000000;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .credit {
  color: #adacab;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleSideShareComponent {
    display: none;
  }
}
.ArticleSideShareComponent.englishSite {
  direction: ltr;
}
.ArticleSideShareComponent.englishSite .articleShareButton {
  width: 15px;
  margin: 6px 8px 6px 0px ! important;
}
.ArticleSideShareComponent.englishSite .articleShareButton.talkback {
  background-position: -51px -184px ! important;
}
.ArticleSideShareComponent.englishSite .articleShareButton.mailto {
  background-position: -4px -184px ! important;
}
.ArticleSideShareComponent ul {
  font-size: 12px;
  font-family: arial;
  color: #6281af;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.ArticleSideShareComponent ul li {
  cursor: pointer;
  float: right;
  font: normal 12px/26px arial;
  width: 100%;
  overflow: hidden;
  border-image-slice: 1;
  position: relative;
}
.ArticleSideShareComponent ul li:last-of-type {
  border: none;
  margin-right: 3px;
  /*   & .articleShareButton{
                    margin: 6px 0 6px 10px;
                }*/
}
.ArticleSideShareComponent ul li:last-of-type:after {
  display: none;
}
.ArticleSideShareComponent ul li :hover {
  color: #ff0000;
}
.ArticleSideShareComponent ul li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: transparent url(https://www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -218px;
}
.ArticleSideShareComponent ul li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #6281af;
  justify-content: flex-start;
  display: flex;
}
.ArticleSideShareComponent ul .articleShareButton {
  margin: 6px 0 6px 8px;
}
.ArticleSideShareComponent .ArticleSideShareComponent_gift {
  color: #ff0000;
}
@media print {
  .no-print {
    display: none;
  }
}
.siteArticleShareActionBarSummaryWrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar {
  display: flex;
  align-items: center;
  gap: 30px;
  width: auto;
  height: auto;
  position: static;
  float: none;
  flex-wrap: wrap;
  overflow: visible;
}
.DesktopModeContainer .font-moses .SiteArticleSocialShareNew1280.article-actions-bar {
  position: static;
  left: auto;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .action-btn {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 64px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn {
  gap: 3px;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn {
  cursor: pointer;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text {
  font-size: 15px;
  white-space: nowrap;
  color: #000;
  line-height: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.4156 0H2.57887C1.15226 0 0 1.10845 0 2.48081V10.2716C0 11.6387 1.15226 12.7524 2.57887 12.7524H3.47325V15.988C3.47325 16.9645 4.69684 17.4501 5.41564 16.7639L9.58573 12.7524H17.4211C18.8422 12.7524 20 11.644 20 10.2716V2.48081C20 1.11372 18.8477 0 17.4211 0H17.4156Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-size: contain;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='%23DE1A1A'/%3E %3Cpath d='M6 9.00356C6 8.7331 6.0922 8.49822 6.2766 8.29893C6.46572 8.09964 6.70686 8 7 8C7.29314 8 7.53191 8.09964 7.71631 8.29893C7.90544 8.49822 8 8.7331 8 9.00356C8 9.26928 7.90544 9.50178 7.71631 9.70107C7.53191 9.90036 7.29314 10 7 10C6.70686 10 6.46572 9.90036 6.2766 9.70107C6.0922 9.50178 6 9.26928 6 9.00356Z' fill='white'/%3E %3Cpath d='M10 9.00356C10 8.7331 10.0922 8.49822 10.2766 8.29893C10.4657 8.09964 10.7069 8 11 8C11.2931 8 11.5319 8.09964 11.7163 8.29893C11.9054 8.49822 12 8.7331 12 9.00356C12 9.26928 11.9054 9.50178 11.7163 9.70107C11.5319 9.90036 11.2931 10 11 10C10.7069 10 10.4657 9.90036 10.2766 9.70107C10.0922 9.50178 10 9.26928 10 9.00356Z' fill='white'/%3E %3Cpath d='M14 9.00356C14 8.7331 14.0922 8.49822 14.2766 8.29893C14.4657 8.09964 14.7069 8 15 8C15.2931 8 15.5319 8.09964 15.7163 8.29893C15.9054 8.49822 16 8.7331 16 9.00356C16 9.26928 15.9054 9.50178 15.7163 9.70107C15.5319 9.90036 15.2931 10 15 10C14.7069 10 14.4657 9.90036 14.2766 9.70107C14.0922 9.50178 14 9.26928 14 9.00356Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comment-count {
  position: relative;
  bottom: -1px;
  right: 0;
  font-size: 9px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8719 11.7092C17.8719 10.7751 17.8651 8.76671 16.9987 6.99912C16.5714 6.12735 15.9399 5.32599 15.0007 4.73921C14.0616 4.15251 12.7758 3.75593 11.0003 3.75593C10.6703 3.75593 10.4028 3.4897 10.4028 3.16129C10.4028 2.83288 10.6703 2.56665 11.0003 2.56665C12.9594 2.56665 14.4745 3.00628 15.6361 3.73197C16.7975 4.45758 17.5665 5.44478 18.0728 6.47771C19.0671 8.50613 19.067 10.7553 19.0669 11.6909V11.7092C19.0669 12.3553 18.8586 13.2923 18.6257 14.142C18.3875 15.0114 18.1017 15.8651 17.9085 16.3778C17.8522 16.5272 17.7419 16.6408 17.608 16.7049L17.3184 17.7805C17.0349 18.8334 16.028 19.528 14.9378 19.4228L13.6214 19.2958C12.9323 19.2293 12.4681 18.563 12.6473 17.8975L14.0892 12.5424C14.2684 11.8769 15.0051 11.5308 15.6353 11.8161L16.8391 12.3611C17.1774 12.5142 17.461 12.7423 17.6772 13.0179C17.7972 12.4883 17.8719 12.0245 17.8719 11.7092ZM13.8245 18.1205L15.2207 12.935L16.3443 13.4437C16.8096 13.6543 17.0536 14.1688 16.9213 14.6602L16.1641 17.4727C16.0318 17.964 15.5619 18.2882 15.0531 18.2391L13.8245 18.1205Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.12865 11.7092C4.12865 10.7751 4.13537 8.76671 5.0018 6.99912C5.42912 6.12735 6.06062 5.32599 6.99985 4.73921C7.93896 4.15251 9.22486 3.75593 11.0003 3.75593C11.3303 3.75593 11.5977 3.4897 11.5977 3.16129C11.5977 2.83288 11.3303 2.56665 11.0003 2.56665C9.04121 2.56665 7.52602 3.00628 6.36445 3.73197C5.203 4.45758 4.43404 5.44478 3.92772 6.47771C2.93345 8.50612 2.93355 10.7553 2.93359 11.6908L2.9336 11.7092C2.9336 12.3553 3.14192 13.2923 3.37479 14.142C3.61304 15.0114 3.8988 15.8651 4.09201 16.3778C4.18781 16.6321 4.43985 16.7826 4.69893 16.7619L4.97317 17.7805C5.25667 18.8334 6.26353 19.528 7.35378 19.4228L8.67015 19.2958C9.35924 19.2293 9.82341 18.563 9.64422 17.8975L8.20236 12.5424C8.02318 11.8769 7.28641 11.5308 6.65624 11.8161L5.45241 12.3611C4.9879 12.5714 4.62628 12.9231 4.40118 13.3452C4.23642 12.6812 4.12865 12.088 4.12865 11.7092ZM8.46707 18.1205L7.07085 12.935L5.94728 13.4437C5.482 13.6543 5.23795 14.1688 5.37025 14.6602L6.1275 17.4727C6.2598 17.964 6.72967 18.2882 7.23845 18.2391L8.46707 18.1205Z' fill='black'/%3E %3C/svg%3E");
  margin-bottom: 2px;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 10C22.2761 10 22.5 10.2239 22.5 10.5V39.5C22.5 39.7761 22.2761 40 22 40H16.333C16.057 39.9998 15.833 39.776 15.833 39.5V10.5C15.833 10.224 16.057 10.0002 16.333 10H22ZM33.667 10C33.943 10.0002 34.167 10.224 34.167 10.5V39.5C34.167 39.776 33.943 39.9998 33.667 40H28C27.7239 40 27.5 39.7761 27.5 39.5V10.5C27.5 10.2239 27.7239 10 28 10H33.667Z' fill='black'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon {
  background-image: url(https://ynet-pic1.yit.co.il/Common/images/Pause_GIF_image.gif);
  background-size: contain;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu {
  display: flex;
  align-items: center;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 64px;
  cursor: pointer;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title {
  font-size: 15px;
  white-space: nowrap;
  color: #000;
  line-height: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.891 2.97867C12.1137 2.88638 12.3697 2.9377 12.5401 3.1085L19.9927 10.5777C20.2255 10.811 20.2255 11.189 19.9927 11.4223L12.5401 18.8915C12.3697 19.0623 12.1137 19.1137 11.891 19.0214C11.6682 18.9289 11.5227 18.7109 11.5227 18.4692V14.1044C8.61987 13.5854 5.74204 14.2762 3.11892 16.7646L2.85183 17.0242C2.6696 17.2069 2.39107 17.2517 2.16116 17.1351C1.93119 17.0183 1.80173 16.7661 1.84093 16.5107C2.22665 13.9982 3.1985 11.6263 4.89691 9.92413C6.49362 8.32386 8.69185 7.35794 11.5227 7.39234V3.53083C11.5227 3.28915 11.6682 3.07115 11.891 2.97867ZM12.7148 8.01234C12.7148 8.17726 12.647 8.33487 12.527 8.4478C12.4071 8.56072 12.2459 8.61926 12.0816 8.609C9.25789 8.43212 7.19318 9.31206 5.73969 10.7688C4.64381 11.8671 3.869 13.3202 3.39694 14.96C6.17108 12.8448 9.21499 12.3551 12.2483 13.0307C12.521 13.0915 12.7148 13.3342 12.7148 13.6142V17.0272L18.7285 11L12.7148 4.97288V8.01234Z' fill='black'/%3E %3C/svg%3E");
  flex-shrink: 0;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-btns {
  top: 50%;
  left: 92%;
  right: auto;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 100;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.print {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40006 4.66667V10.2667H5.78673C5.24215 10.2667 4.71988 10.507 4.33481 10.9349C3.94973 11.3628 3.7334 11.9431 3.7334 12.5482V18.2519C3.7334 18.8569 3.94973 19.4372 4.33481 19.8651C4.71988 20.293 5.24215 20.5333 5.78673 20.5333H8.40006V23.3333C8.40006 23.8488 8.81793 24.2667 9.3334 24.2667H18.6667C19.1822 24.2667 19.6001 23.8488 19.6001 23.3333V20.5333H22.2134C22.758 20.5333 23.2802 20.293 23.6653 19.8651C24.0504 19.4372 24.2667 18.8569 24.2667 18.2519V12.5482C24.2667 11.9431 24.0504 11.3628 23.6653 10.9349C23.2802 10.507 22.758 10.2667 22.2134 10.2667H19.6001V4.66667C19.6001 4.15121 19.1822 3.73334 18.6667 3.73334H9.3334C8.81793 3.73334 8.40006 4.1512 8.40006 4.66667ZM9.8934 5.22667V10.2667H18.1067V5.22667H9.8934ZM19.6001 19.04H22.2134C22.3081 19.04 22.4352 18.9996 22.5553 18.8661C22.6801 18.7275 22.7734 18.5087 22.7734 18.2519V12.5482C22.7734 12.2913 22.6801 12.0725 22.5553 11.9339C22.4352 11.8004 22.3081 11.76 22.2134 11.76H5.78673C5.69203 11.76 5.56492 11.8004 5.44479 11.9339C5.32 12.0725 5.22673 12.2913 5.22673 12.5482V18.2519C5.22673 18.5087 5.32 18.7275 5.44479 18.8661C5.56492 18.9996 5.69203 19.04 5.78673 19.04H8.40006V16.8C8.40006 16.2845 8.81793 15.8667 9.3334 15.8667H18.6667C19.1822 15.8667 19.6001 16.2845 19.6001 16.8V19.04ZM9.8934 22.7733H18.1067V17.36H9.8934V22.7733Z' fill='black'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.copy-link {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_17843_81102)'%3E %3Cpath d='M11.9319 19.65L10.1482 21.3815C9.68046 21.8488 9.04609 22.1113 8.38463 22.1113C7.72317 22.1113 7.0888 21.8488 6.62108 21.3815C6.15335 20.9143 5.89059 20.2806 5.89059 19.6198C5.89059 18.959 6.15335 18.3252 6.62108 17.858L11.1962 13.2773C11.6453 12.8272 12.2504 12.5668 12.8862 12.55C13.5221 12.5331 14.1402 12.7611 14.6125 13.1867L14.7334 13.2874C14.9245 13.4743 15.1821 13.5777 15.4495 13.5749C15.717 13.572 15.9723 13.4632 16.1594 13.2723C16.3465 13.0814 16.45 12.824 16.4472 12.5569C16.4443 12.2897 16.3354 12.0346 16.1443 11.8477C16.0871 11.7745 16.0266 11.704 15.9629 11.6363C15.1026 10.8886 13.9901 10.4955 12.8505 10.5367C11.711 10.5778 10.6297 11.0501 9.82571 11.8578L5.19008 16.4385C4.40238 17.295 3.97637 18.4224 4.00101 19.5853C4.02566 20.7481 4.49905 21.8565 5.32233 22.679C6.14561 23.5015 7.25511 23.9744 8.41915 23.999C9.58318 24.0236 10.7117 23.598 11.5691 22.8111L13.3125 21.1097C13.4847 20.9221 13.5793 20.6763 13.5774 20.4219C13.5754 20.1674 13.4771 19.923 13.3021 19.7381C13.1272 19.5531 12.8886 19.4411 12.6344 19.4248C12.3801 19.4085 12.1292 19.4889 11.9319 19.65ZM22.7047 5.31401C21.857 4.47238 20.7104 4 19.5152 4C18.32 4 17.1734 4.47238 16.3257 5.31401L14.5823 7.01539C14.4101 7.203 14.3155 7.44877 14.3174 7.70326C14.3194 7.95775 14.4177 8.20207 14.5926 8.38706C14.7676 8.57205 15.0062 8.68397 15.2604 8.70032C15.5146 8.71667 15.7656 8.63622 15.9629 8.47516L17.7063 6.74357C18.174 6.27632 18.8084 6.01382 19.4698 6.01382C20.1313 6.01382 20.7657 6.27632 21.2334 6.74357C21.7011 7.21083 21.9639 7.84457 21.9639 8.50537C21.9639 9.16617 21.7011 9.7999 21.2334 10.2672L16.6582 14.8478C16.2092 15.2979 15.6041 15.5583 14.9682 15.5752C14.3323 15.592 13.7143 15.3641 13.242 14.9384L13.121 14.8377C12.9299 14.6508 12.6723 14.5474 12.4049 14.5503C12.1375 14.5531 11.8822 14.6619 11.6951 14.8528C11.508 15.0438 11.4045 15.3011 11.4073 15.5682C11.4101 15.8354 11.5191 16.0905 11.7102 16.2774C11.7837 16.3518 11.8611 16.4224 11.942 16.4888C12.8033 17.2342 13.9154 17.6259 15.0542 17.5848C16.193 17.5437 17.2739 17.0729 18.0792 16.2673L22.6644 11.6867C23.5122 10.8451 23.9924 9.70261 23.9999 8.50864C24.0075 7.31466 23.5418 6.1662 22.7047 5.31401Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_17843_81102' x='-4' y='-4' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_17843_81102'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_17843_81102' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23.333 6.5332C23.8485 6.5332 24.2666 6.95133 24.2666 7.4668V20.5332C24.2666 21.0487 23.8485 21.4668 23.333 21.4668H4.66699C4.15153 21.4668 3.7334 21.0487 3.7334 20.5332V7.4668C3.7334 6.95133 4.15153 6.5332 4.66699 6.5332H23.333ZM14.9639 16.1035C14.3854 16.5084 13.6146 16.5084 13.0361 16.1035L5.22656 10.6367V19.9736H22.7734V10.6367L14.9639 16.1035ZM5.22656 8.81348L13.8926 14.8809C13.9569 14.9259 14.0431 14.9258 14.1074 14.8809L22.7734 8.81348V8.02637H5.22656V8.81348Z' fill='black'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2587 4.66667C21.2322 4.66667 21.2069 4.67742 21.1888 4.69634L15.0906 11.0721L10.2262 4.70401C10.2083 4.6805 10.1801 4.66667 10.1502 4.66667H3.92386C3.7672 4.66667 3.67777 4.84228 3.77177 4.96534L11.4549 15.0236L3.78541 23.0191C3.671 23.1384 3.75772 23.3333 3.92518 23.3333H5.80697C5.83343 23.3333 5.85871 23.3227 5.8768 23.3038L12.5087 16.4031L17.7739 23.296C17.7918 23.3195 17.82 23.3333 17.8499 23.3333H24.0763C24.2329 23.3333 24.3224 23.1577 24.2284 23.0347L16.1444 12.4516L23.2817 4.98058C23.3957 4.86122 23.3089 4.66667 23.1416 4.66667H21.2587ZM18.5629 21.84L6.5855 6.16H9.43726L21.4146 21.84H18.5629Z' fill='black'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.6157 3.73311C18.4922 3.73311 20.0666 3.73334 20.0666 3.73334V6.40902C20.0666 6.40902 19.6555 6.41885 18.6358 6.42048L18.1588 6.42212C15.7642 6.42212 16.1141 7.70341 16.1141 9.0022L16.1124 11.3394H19.6555L19.0641 14.4428L16.1123 14.4412L16.1132 19.7406L16.1141 24.2667H12.9417V19.7406L12.9416 14.4412L8.3999 14.4428L8.39996 11.3394H12.9417V8.81221C12.9417 4.73981 15.5955 3.73311 16.6157 3.73311Z' fill='black'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.3335 10.4523C8.3335 11.5328 9.05944 12.5768 9.16896 12.7343L9.17086 12.737C9.17758 12.7467 9.18962 12.7653 9.20683 12.7919C9.45245 13.1712 10.7511 15.1772 12.673 16.0718C13.1622 16.3 13.5446 16.4354 13.8415 16.5368C14.3333 16.7048 14.7796 16.6809 15.1331 16.6251C15.5275 16.5607 16.3464 16.09 16.5176 15.5743C16.6881 15.058 16.6881 14.6163 16.6374 14.5243C16.5958 14.4508 16.5001 14.4009 16.3588 14.3273C16.3233 14.3088 16.2849 14.2888 16.2437 14.2665C16.039 14.1557 15.0304 13.6212 14.8422 13.5481C14.6552 13.4742 14.5176 13.4373 14.3814 13.6582C14.2444 13.8791 13.8521 14.3766 13.7323 14.5243C13.6131 14.6713 13.4933 14.6901 13.2886 14.5801C13.255 14.562 13.2093 14.5406 13.1529 14.5142C12.8639 14.379 12.2942 14.1125 11.6389 13.4837C11.0299 12.8978 10.6185 12.1743 10.4993 11.9535C10.3795 11.7319 10.4862 11.6131 10.5889 11.503C10.6524 11.4346 10.726 11.3379 10.799 11.242C10.8319 11.1988 10.8646 11.1558 10.8963 11.1156C10.9838 11.0057 11.0216 10.9221 11.0729 10.8088C11.0817 10.7892 11.091 10.7687 11.101 10.747C11.1688 10.6 11.1352 10.4704 11.0846 10.3603C11.0498 10.2857 10.8504 9.76308 10.6722 9.29581C10.5874 9.07332 10.5071 8.86297 10.4519 8.72004C10.3054 8.34202 10.1562 8.34202 10.0372 8.34202C10.0207 8.34202 10.0056 8.34202 9.99045 8.34129C9.8713 8.33478 9.73437 8.33333 9.5981 8.33333C9.46117 8.33333 9.23867 8.38837 9.05105 8.60996C9.03899 8.62416 9.02552 8.63965 9.01087 8.65649C8.79746 8.90187 8.3335 9.43532 8.3335 10.4523Z' fill='%23138958'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.52234 20.9742C3.43818 21.2828 3.71872 21.5672 4.02844 21.4873L7.96915 20.4704C9.30556 21.2317 10.8521 21.6667 12.5002 21.6667C17.5628 21.6667 21.6668 17.5626 21.6668 12.5C21.6668 7.43738 17.5628 3.33333 12.5002 3.33333C7.43755 3.33333 3.3335 7.43738 3.3335 12.5C3.3335 14.1811 3.78603 15.7565 4.57594 17.1111L3.52234 20.9742ZM5.22414 19.8017L6.00941 16.9224L5.72773 16.4394C5.0535 15.2832 4.66683 13.9388 4.66683 12.5C4.66683 8.17376 8.17393 4.66666 12.5002 4.66666C16.8264 4.66666 20.3335 8.17376 20.3335 12.5C20.3335 16.8262 16.8264 20.3333 12.5002 20.3333C11.0895 20.3333 9.76978 19.9617 8.62917 19.3118L8.15944 19.0442L5.22414 19.8017Z' fill='%23138958'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-copied-feedback {
  background: #ffffff;
  color: #001937;
  font-size: 12px;
  font-family: inherit;
  border-radius: 208px;
  width: 96px;
  padding: 0;
  padding-top: 2px;
  display: flex;
  height: 24px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px rgba(37, 115, 233, 0.15), 1px 2px 3px rgba(37, 115, 233, 0.15);
  bottom: calc(140%);
  right: 50%;
  transform: translateX(50%);
  align-items: center;
  justify-content: center;
  align-content: center;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover {
  background-color: #de1a1a;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text {
  color: #fff;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='white'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='white'/%3E %3Cpath d='M6 9.00356C6 8.7331 6.0922 8.49822 6.2766 8.29893C6.46572 8.09964 6.70686 8 7 8C7.29314 8 7.53191 8.09964 7.71631 8.29893C7.90544 8.49822 8 8.7331 8 9.00356C8 9.26928 7.90544 9.50178 7.71631 9.70107C7.53191 9.90036 7.29314 10 7 10C6.70686 10 6.46572 9.90036 6.2766 9.70107C6.0922 9.50178 6 9.26928 6 9.00356Z' fill='%23DE1A1A'/%3E %3Cpath d='M10 9.00356C10 8.7331 10.0922 8.49822 10.2766 8.29893C10.4657 8.09964 10.7069 8 11 8C11.2931 8 11.5319 8.09964 11.7163 8.29893C11.9054 8.49822 12 8.7331 12 9.00356C12 9.26928 11.9054 9.50178 11.7163 9.70107C11.5319 9.90036 11.2931 10 11 10C10.7069 10 10.4657 9.90036 10.2766 9.70107C10.0922 9.50178 10 9.26928 10 9.00356Z' fill='%23DE1A1A'/%3E %3Cpath d='M14 9.00356C14 8.7331 14.0922 8.49822 14.2766 8.29893C14.4657 8.09964 14.7069 8 15 8C15.2931 8 15.5319 8.09964 15.7163 8.29893C15.9054 8.49822 16 8.7331 16 9.00356C16 9.26928 15.9054 9.50178 15.7163 9.70107C15.5319 9.90036 15.2931 10 15 10C14.7069 10 14.4657 9.90036 14.2766 9.70107C14.0922 9.50178 14 9.26928 14 9.00356Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count {
  color: #de1a1a;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover {
  background-color: #de1a1a;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text {
  color: #fff;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .audio-icon {
  filter: brightness(0) invert(1);
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover {
  background-color: #de1a1a;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text {
  color: #fff;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .ai-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Crect width='22' height='22' fill='url(%23pattern0_17836_79799)'/%3E %3Cdefs%3E %3Cpattern id='pattern0_17836_79799' patternContentUnits='objectBoundingBox' width='1' height='1'%3E %3Cuse xlink:href='%23image0_17836_79799' transform='scale(0.002)'/%3E %3C/pattern%3E %3Cimage id='image0_17836_79799' width='500' height='500' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAYAAADL1t+KAAAQAElEQVR4AeydC/gd07n/Z+gJckNEEyWtS6Vuoa3k37olIqoozSES0YMnHHXIw9E6pW20aZ+ooBw5yuPpUSfVSJ2IpoqU0LgWcScUCSqqEkLENUSU+c93nPdnfjv7vuc+nzxi5V2Xd631WWvPd96Z2bPXcfgDAQhAAAIQgEDuCSDouV9CJgABCEAAAhBwnHgFHcIQgAAEIAABCCRCAEFPBDOdQAACEIAABOIlkGdBj5cM3iEAAQhAAAI5IoCg52ixGCoEIAABCECgFgEEvRYZ8iEAAQhAAAI5IoCg52ixGCoEIAABCECgFgEEvRaZePPxDgEIQAACEIiUAIIeKU6cQQACEIAABNIhgKCnwz3eXvEOAQhAAAKlI4Cgl27JmTAEIAABCBSRAIJexFWNd054hwAEIACBDBJA0DO4KAwJAhCAAAQg0CoBBL1VYtSPlwDeIQABCECgLQIIelvYaAQBCEAAAhDIFgEEPVvrwWjiJYB3CEAAAoUlgKAXdmmZGAQgAAEIlIkAgl6m1Wau8RLAOwQgAIEUCSDoKcKnawhAAAIQgEBUBBD0qEjiBwLxEsA7BCAAgboEEPS6eCiEAAQgAAEI5IMAgp6PdWKUEIiXAN4hAIHcE0DQc7+ETAACEIAABCDgOAg6uwACEIibAP4hAIEECCDoCUCmCwhAAAIQgEDcBBD0uAnjHwIQiJcA3iEAgYAAgh5g4H8QgAAEIACBfBNA0PO9foweAhCIlwDeIZAbAgh6bpaKgUIAAhCAAARqE0DQa7OhBAIQgEC8BPAOgQgJIOgRwsQVBCAAAQhAIC0CCHpa5OkXAhCAQLwE8F4yAgh6yRac6UIAAhCAQDEJIOjFXFdmBQEIQCBeAnjPHAEEPXNLwoAgAAEIQAACrRNA0FtnRgsIQAACEIiXAN7bIICgtwGNJhCAAAQgAIGsEUDQs7YijAcCEIAABOIlUFDvCHpBF5ZpQQACEIBAuQgg6OVab2YLAQhAAALxEkjNO4KeGno6hgAEIAABCERHAEGPjiWeIAABCEAAAvESqOMdQa8DhyIIQAACEIBAXggg6HlZKcYJAQhAAAIQqEMgAkGv450iCEAAAhCAAAQSIYCgJ4KZTiAAAQhAAALxEsi8oMc7fbxDAAIQgAAEikEAQS/GOjILCEAAAhAoOYGSC3rJV5/pQwACEIBAYQgg6IVZSiYCAQhAAAJlJoCgx7j6uIYABCAAAQgkRQBBT4o0/UAAAhCAAARiJICgxwg3Xtd4hwAEIAABCHxCAEH/hAX/ggAEIAABCOSWAIKe26WLd+B4hwAEIACBfBFA0PO1XowWAhCAAAQgUJUAgl4VC5nxEsA7BCAAAQhETQBBj5oo/iAAAQhAAAIpEEDQU4BOl/ESwDsEIACBMhJA0Mu46swZAhCAAAQKRwBBL9ySMqF4CeAdAhCAQDYJIOjZXBdGBQEIQAACEGiJAILeEi4qQyBeAniHAAQg0C4BBL1dcrSDAAQgAAEIZIgAgp6hxWAoEIiXAN4hAIEiE0DQi7y6zA0CEIAABEpDAEEvzVIzUQjESwDvEIBAugQQ9HT50zsEIAABCEAgEgIIeiQYcQIBCMRLAO8QgEAjAgh6I0KUQwACEIAABHJAAEHPwSIxRAhAIF4CeIdAEQgg6EVYReYAAQhAAAKlJ4Cgl34LAAACEIiXAN4hkAwBBD0ZzvQCAQhAAAIQiJUAgh4rXpxDAAIQiJcA3iFgBBB0I0EKAQhAAAIQyDEBBD3Hi8fQIQABCMRLAO95IoCg52m1GCsEIAABCECgBgEEvQYYsiEAAQhkjcDpp5/unXTSSV7WxtXueGgXLQEEPVqeeIMABCAQKYGZM2d6ixcv9pYsWeIde+yxzqmnnuosWrTI098pU6Yg7pHSzrczBD3f68foIQCBAhP4y1/+4n3lK19x/umf/sn58MMPnU996lPOP/7xj8Bed911nSOOOMK56aabvAIj6GBq5WuKoJdvzZkxBCCQAwLPPPOMt9566zk9evRwPvjgA0cC/tFHHwW2RN3swYMHOzfffDOinoM1jXuICHrchPEPAQhAoEUC06dP99ZZZ51uEbkidEXqEnNF6mF76623dviTLIEs9oagZ3FVGBMEIFBqAiNGjAguq5t4KzKXmCtSl5hXsxcuXEiUXupd4zgIesk3ANOHAASyReDMM8/0JNoWgSsN2ybyypfIK1V5r169sjURRtMBgfaaIujtcaMVBCAAgVgIHHroocGDbxJpibVEOyziuqcetsPll156KVF6LKuSD6cIej7WiVFCAAIlIdC7d++17p1L3CXiEm+JfC175MiRJaHENKsRaFbQq7UlDwIQgAAEIiTwy1/+0rOn1y0SD9u6hx62JfJhO8Kh4CqHBBD0HC4aQ4YABIpJYL/99gu+b65IXGKtSFwRudlKw3ZluexrrrmGy+7F3B4NZ5UNQW84TCpAAAIQKD4BRdsSbUXiEudqT7Mrcq9XPnTo0OKDYoZVCSDoVbGQCQEIQCBZAtdee23dp9sVmUvkFblL9M1WGrZVrne+Jzt6essCgTIIehY4MwYIQAACdQnoFa8SY4m2iXS79kEHHVS3LwqLSQBBL+a6MisIQCBHBBRRh0W8MuI2W6lEXqnqS/zDtvJlb7nlljmaPUONigCC3ilJ2kMAAhDokMA3v/nN4F3tEmndI5co63667qGH7VbKzz//fB6O63Bd8tYcQc/bijFeCECgcAS22WabrpfJSMwVeUu8LeKuZ6tetfKvf/3rhePEhOoTQNDr80m7lP4hAIGCE7jgggs8ibJF4mFxDj/NrvJqdjiSD5dvsskmBSfH9CoJIOiVRLAhAAEIJEjggAMO6HoznMRcEboic4m82ZZW5jeyL7/8ci67J7iWaXeFoKe9Amn2T98QgEDqBPr37991uV0iLpFWpF0Zecu2com+RF732FXf7MryvfbaK/X5MYDkCCDoybGmJwhAAALdCFxxxRWeibFSiXOlKNfLl6iH61e2X3/99bv1h1FsAgh6sdc3zdnRNwQg0ICAImiJskXaFplLpHXPXGIejsxV3qi+ysPt582bx2X3ButQlGIEvSgryTwgAIHcEdhggw3WutwuEZcoWypxVuRttqWWrzRcX+Wqb/k77rhj7rgw4PYIIOjtcaNV2gToHwI5JzB//nyvXmQukZYoS5zDkbkid9nhyF0iXllf5fKv+qeddhpRes73SzPDR9CboUQdCEAAAhET2GmnnYKn2020lUqUTZyVSszbyVc7tTd/48aNi3j0uMsiAQQ9i6vCmNImQP8QiJWAXvUq0W010q5VX5F4pT9F5hJ1ReoDBw6MdT44zwYBBD0b68AoIACBEhE44ogjHEXeEmGlFklbavlKJcqN8lUuP5X1w/l6gU2JEJdyqgh6KZedSadKgM5LT0ARsyLnShE2OxyJhyPtcLnEul5krvJw/dGjR5eee9EBIOhFX2HmBwEIZIrAtGnTPEXSEluJblQReD1/6ofvpGdqG8QyGAQ9Fqw4hUBqBOg44wQOOeSQrsvtJub1Iu1wJK/IXeKs+orcZYfLzZ/EXScNVm71eRVsxjdHh8ND0DsESHMIQAACrRDo1auXI7E18bXURNhsS2vlq1x+VC6Rl22p5SsN5++7776tDJW6OSOAoOdswRguBFIlQOcdEZg5c2ZwuV2Rs8RXkbNEV7ZF2oq8TYQl1lZu9VUerq9yq1/Pn/y7rtvR+GmcbQIIerbXh9FBAAIFIvD1r3+9681wJsIm2maHU4m1yiXmzeSrnuqrXbh+OP+mm27iJTMF2lPhqSDoYRr8GwIQSJNA4fv2PC94mYwi6cpIW7aJsImyReLV6odFW+Wyrb7a1/L35S9/ufCcyzpBBL2sK8+8IQCBRAncfffdniJlE22lEmGJb6v5aqf24XbyUy1f9ZSvcqv/s5/9jCg90dVPpjMEPRnO9AIBCKRNIOX+9apXRdKKnMORtMRWoiuxlejKtnKrr3LdAw+Xq77Kw/VVLv+qr3LZ4XLVV/lhhx2WMg26j4MAgh4HVXxCAAIQCBGYM2eOZyKrVCIrsZXoyrbU8pWG81Wu+vXyVa564XaqXy2/X79+odHxz6IQQNCLspLMAwIQSJNA3b733ntvR5GxRd4SWYmtia/Z4XLVV3mtyFzl4fr1/FlkHq6/ZMkSLrvXXbX8FSLo+VszRgwBCOSIwL333tt171yia+ItsbaIula+yq2+UtnV2tXKl99q9ZXfs2dPR2+tyxFKhtqAAILeABDFEIAABNolcO6553q6dy5RrRVpS1zDkbMi77Xqf/CBo/bVIm21V32JukRfdjP+VF8/EtPu3GiXPQIIevbWhBFBAAIFIXDiiSd2fe/cxNbE19JG+SqX+Fp9pRJt5SuVbeWyq+WrvFb+4sWLufRekP2GoBdkIZkGBCCQLQIrV64MHoRTZG1iqshZ4lot0rbIXOXh+mpfrb7EO+zPbNVXe/NntpXLf9hf//79Hd0WyBY9RtMOAQS9HWq0gQAEIFCHwIsvvuhJSCWeEleJqVLZ1SLqVvPlL+xH7eW/Xr7KVS/cTvWV//nPf965/fbbidTrrGkeihD0PKwSY4QABHJD4PXXX/f0AywSdImlRFORtOxwZCzbyk1kza6sr/JwfZVLnOUv7F/tLTJXuexwueqrXO3D/uR/5513dh588MHoRT03K5f/gSLo+V9DZgABCGSAwHnnnee98847LUXmEluJqcRXqWwTYdmWr7TVfLU3f2ov21LLVxrO32qrrZznn38eUc/AfmpnCAh6O9RoAwEIQCBEQPegTzrppLUegLNIuFZkrHKJrMolrrItclYkLbE128qtvsqr1Ve5ib+Vy7/q1/Nn/vv27essX77cmzVrVh6EPbQK/BNBZw9AAAIQaJPANddc47399tvekCFDusRcoilxlKhKXGVbavlKw/kqV33lK5Vt5bKr5au81Xz5NX9qL9vSyvxRo0Y5L730knfWWWch7G3uj6SbIehJE6c/CEAg9wTuuusu77333vMkehJVE0VFwrLbiYzDkbj5M5Gt9Ge2lTeqr/Kwf7WXmGu8itxlW7ls1Vf5Ouus40ycONFZtmxZOSP2nO1UBD1nC8ZwIQCBdAjoEvSbb77prVq1ytNPkFaKqYlgVPnyp5MD+ZO4yrbU8pU2k6928lNZX/lqr3yVm22p5Uvk99lnH+e1117znn76aU/PC6SzCvRajwCCXo8OZaUmMGPGDO+hhx7y3nrrLU9fQ1qwYIF3+umnc/mxRLviggsu8HTZWQ+7HXrooY7rusEb2yR+EjtFthI/RbpmV0a6Zlu51ZdIqr2Vy5a4qjzsX+Xyb+Wyw+Wqr3Lzb+WN6qs83L/aN9N///79naOPPtrR0/z33HMPnwen7T+RN0TQI0eKw7wTuOyyy7x3333XO+SQQ5wvfOELwXQ23nhjZ8cdd3R+/OMfOy+//DIHsYBKcf/31FNPBZfUZYGHmAAAEABJREFU9aY3PSQm0ZTYSfRMTGVbvlLLVyrbymVbu3C+ylvNV3vzp/ayLW2Ur/JwfbVr1L/KVS/cTn4sf/Dgwc4rr7ziKXKfO3cun4uUPxIIesoLQPfZInDttdd6Rx55pFMZuYRtHeAVnWRr5IymUwJ33nlncDndX2tv0KBBQSSuyFeRrETNIl+JmV/Hkcip3Oxwueqr3MRP9VWu+vJntpVbfZWH/clWfZWrvdVXe/m3ctlWbvVVHq6v8mr11Z/8V6uv9uZP7WWrvvpT/bC/3XffPXg6Xie8l156KeLe6YZso303QW+jPU0gUCgCX/va17o9rayDlh3sKlNFJoWafAknM3v2bE/3xd9//31v2LBhjsTKRKtyvRvlq7xyv5i/Wvkqb7Wfyvqy5SeK/s2PUvkNj1v+la80nK964XwJv25P6PPxzDPPePqBmhJurVSmjKCngp1Os0hA371V5KEDkg5aOkjVs/U2MCKRLK5k/TFdfPHFwTMR/hp7Bx10kKN1VKRZud7NRqbh/SJxk9j5voOTA9s/8t/IX17613xtPjY/m2/l/Pv06eN8+9vfDiL3Bx54gKi9/tbsuDRBQe94rDiAQKwEevfuHVxGtYNSM+m4ceNiHRPOoyPwxBNPeL4AeRKYAQMGrHUlplKUbP0tX6nE2vKVSoRbyVd71Vc7tZdtqeUrbSZf7eSnsn44X+Wyq/lrNb+VftSv6iu1frbccktnxYoVniJ37rdHt6/DnhD0MA3+XVoCun+qyMMOQv6BP7iH2sj2PIKOLG+a+fPn+0vkeatXr/a22247x9bTREaRpkQnvN4WSUsErb6Vq77KzbbyWv6svsor95f8W3ktf+bfylutr/Yabyv9W32NT+3DfGr1r/GpvsrD9dXe/IXnP3ToUEe/RvfCCy94+jZJlvdQnsZWGEHPE3TGmj0COsDooKeDUqupvs6WvRmVd0T6vri+pbBmzRpv5MiRXZG4xEViU7m+tfJVT/VVXrkvauWrnuqrXO1lW1orX+Wqr/Jw/Wby1U71rJ1s+VEazle55SuVHS5X/Xby1S7sR37lp16+ylVP7XS744ADDggid32z4JxzzuEMuYOPLoLeATyaFoOAXm2pg4wOQoo0wpFEM7Ze+1kMEvmdxbRp0zxdztXDbYcffnhw60TrKdGoXE+JSb1IUuWV+0H1q0Wa8q/6Kld/4f1Srb7Krb7KZYfHV8uf/Ku+ysP11d78Ndu/2ps/tZdt85V/+TPbyq2+ysP1Va76Kq/Vv8pr+VN78zdw4EBnwoQJQeR+9913I+xtfBwR9KagUanIBA477LBAAHSw0sGnnXTq1KkcgFLYJPqaob9e3ne+8x1H7wqQqPh2sJ4SEa2nUuUrlR0ur5av8lr5ai8/Klc92ZY2yld5uL7ayU+1fNVTvspVT7al7earXdiP/Mm/8pXKtnLZ1fJV3mq+/Jo/tZdtaa183R559dVXPb1ydsqUKXy2mvxsIehNgqJacQlsueWWdb93roNOOJKoZv/zP/9zcQFldGa+MHjf+MY3gmcdtD5677jExsTCIj/ZKpddLZLUevq+uk4CZIfrtxsZq1+Np5o/82/l1n+18TXqX+Vhf7LNn/m3cvlXudnhco1X5eHxqlz15U/8ZFu51Vd52J9s1Vd5uL7ay7+Vy7Zyq69y869y/T355JOdhx9+GFFv4nOIoDcBKe4q+E+PgL52ZgeTTtLNN988vUmUsGe9T9113UDMPc8LviImMZCIWGpiYbatr+VbavlKJSbV8uW3Ub7KVU9+LDV/Zltq+UrD9VUuP/XyVa564Xaq306+2oX9yK/81MtXueqF26l+K/lqr/pqF/ZTK/+zn/2sw2V4p+EfBL0hIioUmYC+h6wowA4u4UhDB5tW7OnTpxNFJLBZ7rjjDm+99dZzFJFLDFzXDZ5eN1upRFzrqvUzW2Kh+srXestWuVLVr1zvapFkvfpqL//yJ/+yVV/9yX+r/mrVD/sz/9ZfHP3Xm0+U/Wu+YX+yw/PZYYcdEthd+e4CQc/3+jUxeqrUI7DRRht1PQVtB4920/33379eV5RFRGDPPffsiswlNhJLiZwi9Upboiqxs3ylssP5tt6Wb7allq9U7Rvlq9z8K5VdrV2t/Cj6Ub/yo7RWP83mq578yF94HuF8lcu2ctmqrzScr/Ja+aqn+ipXPdmWWv6iRYs4aa7zOULQ68ChqNgE9HILHTx0sAhHBu3aeitWsYllY3aKuHWwd93ukbnrVrcl9qqvdlpv2bbeOhmQaJitcq2/6ivfbCtXfUWOZlt5rfoqV32Vq1/Z8q/28i9/ZofLVV/l4foqV335U3vZ4XLVV3mlP9WXv1r1VR72J1v15S/sX+3l38plh8tVX+Wt9l9ZX3at/vv165eNTZjRUSDoGV2YvAwrz+McPnx48CCUHTyiSK+//noiiBg3xYUXXugH4l6wbhIPiYqf0bQt0bH6EiPZ8iMRMdtS7YdwvmzVV9ooX+WqZ/WVyq/ylcq2ctnV8lXeKF/lqteMv076Cfu3/syf2ZY2yld52J9szUNpOF/+LF+pbJXHuL1y7xpBz/0SMoF2Cay//vodP90ejmx00PnqV7/a7nBo1wSBd955x3Hd6pG4InAd9F23cblEXCcDWj+1k5jIVnulsiUeKpet+lrfcLnZqmflVl/ta0Wy5k/l4fphf2ov28rlX/Ur+1d5rf7VXvVVXsuf2ms8Vt6ovsrD9dVe/m18sq3cxqty82/l1erXG6/am78mtklpqyDopV36PEw8vjHed999ng5OOthEmeqgE9+o8XzGGWe4EgOJhkXandgSEbXXPrBU4mH5Sm1/KF/1lIbzw+X18tVO7a2+UtWvl69y1Qu3U/1W8tVe9dUu7Cecr3LZVi5b9ZWG81VeK1/1VF/lqifb0nbz1S7sR/74FNQmgKDXZkNJgQnoiVmJgg4+OmhY5BCFza9KxbtxFFHrIO+6jSNxrWez9VVPoq59of0gW+0lIupP+WarXPmqX7l/dFKn+ipX/XC56qtc7c2fyq2+ymWHy1Vf5eH6Kpd/1Ve5bCuXrfoqr9W/yq2+9af68me2lZs/s63c6qs83L/K5V/lzfZv9Rv1v3jx4ng3V869I+g5X0CG3zoBvepVBxs7iESdbrvttq0PihZNE7jqqquavmcuEWonkpcoSVy0Tyw1cTLb9o3lK1V9y1cqP63kq73qq53ay7bU8pWG81Wu+q3kq73qq53ay7a0Ub7Kw/XVTn7q5atc9cLtVL/V/N12281teqOUsCKCXsJFL/uUjzjiiOB7yzqYVEYWUdlnnnkmD8fFtNHGjx/vPv/88zW/h+660UfuEh+dHGh/KHI3UZetfJVXEysrV31FshI1q6/9J1vtVC7b6suf1Ve57HC56qs8XF/l5q9WfZWH+1d7+a/mT/5VX+W1/Kl92F+t+mpv/sL11V7+m+n/zjvvjGlHFcctgl6ctWQmTRLQb2HrIGIHn1qpDkLN1KvWfvz48U2OhmrtENhqq63cpUuXxh6pa/0lNkoV6Us0bV8oP2xbvvaD5SuVrfaWql4r+Wqn+moX9tNMvtqpXrid/FTLVz3lqzxcv5l8tVM9aydbfpSG81Vu+Uplh8tVv1r+/fff7xxyyCFE5w0+LAh6A0AUF4uAXvWqg4Yig8pIIUpbPxRSLHLZm80WW2zh/uQnP3HWrFkTvBzIdaONzF23uj/tE4mQInWJj9lKJfISqcr9pfoqV33bf6qn+mZbuUWyKg/XV7nqW7lsK5d/1Vd5LX/h+hqf1Zc/2eFy82f+rVz+VV/l4foqN3/N9q/25k/tZVt/8i9/uhLTr18/98ADD0TMm/gIrtNEHapAoDAEDj300ODgr4OFHTTiSnXyEBc4/H5MYMqUKe4GG2zg+iLi3nrrrU2/QU7rLzGRiCjybte2dkolRkrl1x9P1z6zfKXKV6p6tu9kV8tXea18tbd2qifb0kb5Kg/XV7ta/Vi+UtULt5OfdvLVLuxHfuVH+Ur11cTrrrvO6dOnj/vFL34RIf94qzf1fwS9KUxUKgoBvQNcB3E7eFRGBlHa/AJbsrtm1KhRrv74kbP7xBNPJHqPXSKufaX94/cfPKNhoqV87TfZKpet+hIvs1UuW+KmemZbueorMjY7XK76Klf7cLnqt+qvVn31Z/40ftnWn/Wv8k76v/feewMRHzhwoHvMMccg5G18fBD0NqDRJJ8E9BY3HXzsoBV3qgNePknlf9Q77bSTtN295JJLnOXLlycWuWvNJa7aZ5aa+Jlt+87ylaq+5SuVH+UrlW3lsqvlq9zylcqu1q5WvvxWq1+Zr/byr3ylsqu1azZ/yZIlTu/evV3/FpW7//77I+IdfvQQ9A4B0jw/BPbdd98gctLBKBxJxGlfc801PO2e4hY55ZRTXEV8Uvc5c+Y4q1atSjVyD4u6Rbph8VN55X5U5CvRtPpWrnbV6qtc9VUu0ZVt+1315c/scLnqqzxcX+WqL3+V/ctWfZVX+lN9+VP7sD/Vf/PNN51f/OIXTt++fd1dd90VEY/w84GgRwgTV9kmYPdK7WCTRLrPPvtkG0oKo0ury7Fjx7qKBiXu99xzjyNxkSjZvojTlqhJ3CRy6kep7HC+7UfLN9vSRvkql1+rr9T8K5Vt5bJVX2k4X+WN8lWueuF28qN8pdXyVTZ79mxnww03dD/72c+6kyZNQshj+CAg6DFAxWX2CPj35zwdbCojiSTs7NFgRCNGjHB9MZe2u3/961+DKze69y0x8jNjsf3+ggfl1I8ETrbtPxN5s1Wu/arxSDzNVrls1W8lMlZ71Zc/9Stb/sP+zLZyq6/+wvVVXqv/Sn+33357cEl9k002cSdMmICIx/zRQ9BjBoz7bBD40pe+FBxMdXDSQS3J9O677+aye2LboPWOtt12W9ffD+7FF1/s6HKwxEqiFWfk7vfnmH+JpWz1K1E121Lt13C+bNVX2ihf5apn9ZXKb718lateuJ3q18tXudV/6qmngofb1l9/fb5u1vp27KgFgt4RPhrngcB5553nKXLQQVoHJR18krSHDBmSB0ylH+PJJ5/s9u/fP4jc9XpZCZT2iyJq/TuOyF0irn2p/ah+1J9s9adUtsRV5bJVv9r+VX3Vq1Zukbbay5+1t/oqN/9Wbv7MtnL5V32Vh/299NJLzmWXXeb07NnT9U+eicRT+jQh6CmBp9vkCOi75zp46SCUVjp16lSi9OSWvOOe9HpZX7iCyP3Pf/5z1xvpJGIWWUvcorIlsvKn/Wmpialsldv+tXxLLd/SVvPVTv7VTv3LttTylYbzVf7uu+86c+fOdcRpq622cvUAYsfgcdARAQS9I3w0zgOBQYMGBfdEdVCySEMHryTtQw45JA+oGGMVAsOHD/eDczeI3BctWuT4RrCfFFFL5KK25VcirpMF7VfZ2q8SUfWnfLNVrnzVr9zPvtB23WZSfSu3+ipXe/Oncvm3ctnhcgjvJ60AABAASURBVNVX+b333uvocvrGG2/s6sSnCjKyUiKAoKcEnm6TIfDrX/86lt8910FPB7dm08022yyZCdNLrAS23357X79dd+bMmc57770XceTureVPoiqx1j6z1MRZqfJtH8pWfaXhfJW3mq/28qN2av/aa685U6ZMcXr16uWOHDmSS+qx7rL2nSPo7bOjZQ4IHHTQQY4OSuFIIy17+vTpXHbPwZ5pZoh6Ylv3i88888wgCpbo+Uofe+QukVVEbfvZRN5slUuMNR6lssP7XfUVaYfrq9zqq1y2letd6nq1rn+Vy/UFHSFvZnOkWAdBTxE+XcdPYMMNNwwOuDq42UErrXS//faLf8L0kCiByZMnu+utt577hz/8IZHvtWsf2z18ibVsE2GzLdU+lzjLVipb9ZXKrpavcuULon74ZvDgwYi4YOTkL4Kek4VimK0TmDdvXqpPt+ugaZGODpJ9+/ZtfRK0yAUBvbTGj5zdN954I/Z77LoSIBH3+wtOVu0eu9lKVS5xDu8/7UeJucq1H2WrXPVU3+znnnsueFr9rLPOQsxzsfs+GSSC/gkL/lUwAsOHDw/uSeogpoNWFlK9T75gmJlOiIAeFHvxxRcTe3e89rXEOJxKrM2WSNu+t3yl4fxwud6gt91227Uh5CEI/DM1Agh6aujpOG4COmjZwUuRSGVkkoa92267xT1t/KdMQPebk3gaXpG69rcidImyUom79rX2u2yVS9xVrnyzVa581dfnRPYNN9zg6BfrUsZH9x0QQNA7gEfT7BJ46KGHMvF0uw6aOpiG0+xSY2RREdDT8HrZikTU7nlLPJOyJdLqT/vOUol5ON/2pfLvvvtuZ/To0ZmNzKNal6L7QdCLvsIlnZ9/QM3M0+06iOugqYOpIqH77ruPp91LsC8/85nPuPp1t8pIOmnbInXtQ+0/2SbysvUueyLzYmxIBL0Y68gsQgTOOeccT5GJRSBZS7fZZpvQaPlnkQno190knhLTNCJ1fQ7Uv1L1r5NKnVzKVr7Yf+ELXyh5ZC4KxfiLoBdjHZlFiMCRRx7pKPLQQVQHLx3EsmafeeaZROmhNSvyP++6667gafSkI/Na/elzoZNcRer6yl2R2Zdtbgh62Va8BPPt379/5p5uV0Skg6ilhx9+eAlWgimKgH6qVeKpiFhiqkhZ+yBte8mSJRoef2MmkKR7BD1J2vQVOwG9jU0HzaxG5nalYOONN46dBR1kh8BvfvMbR6Kuk7pakXPS5VtvvTWX2rOzRSIZCYIeCUacZIWAfllNB01FQFlPL7vsMi67Z2XjxDyOY4891s1KZK4rA8uXL495xrhPhkD3XhD07jywck7AvyeY2afbK68c6D3zOcfN8FsgoHvpunKUdCRerb/NN9+c6LyFtctLVQQ9LyvFOBsSuOGGGzL9dHvlFQNdRWg4KSoUhsDw4cP1E6xO2pG6TioKA5WJdCMQtaB3c44BgSQJfO1rX8v80+12D10HVT19f80113DZPclNknJfb775ZiLvetf+qhaZ66TyjjvuSJkC3cdFAEGPiyx+Eyege4OKenXQyks6YsSIxDnRYXoErr/++kR+lU23d2pdCeAlMumtf9w950vQ46aB/9wSePDBBz0dxBSZKPKtjISzbOcWOgNvmcBRRx3l1oqck3j6/e233255zDTIDwEEPT9rxUjrENh5552Dl3fkJTIPj3PBggVcdq+ztkUrWrp0afCeBF1R0klorUg6jvK5c+cWDSfzCRFA0D+Bwb9ySuCCCy7w8hiZ25WE7bbbLqfkGXY7BGbPnu1ov6YRqX/rW9/i6fZ2Fi0nbRD0nCwUw6xNYMyYMUHEk6d75+EIXeM+99xzidJrL3GhSk499dRUnnZftmxZoTgymbUJIOhrM4knB6+xERg0aFDunm6vvKd/8MEHx8YHx9kj8NBDDyX+tPtVV12VPRCMKFICCHqkOHGWNIGZM2d6inArI9682QMGDEgaHf2lSGDo0KFuHPfI692T15WBFKdM1wkQQNATgJxAF6Xt4sADD3R0ENM9SbsnnVd7xowZXHYv0U5O8h76o48+WiKy5Z0qgl7etS/EzPv06ZPbp9srryyMGjWqEGvCJJojMG/evODZjyQi9S996Us8DNfcsuS6FoKe6+VLaPAZ7Wb+/Pm5frq98kpCz549M0qaYcVB4IADDnB1ZSmJSD2O8eMzewQQ9OytCSNqksAee+wRRDiVkW6e7blz53LZvcn1L0K11atXx/5u95tvvrkIqJhDEwQQ9CYgUSVWAm071y+rVT4tnnd76NChbfOgYf4IzJo1K/an3b/+9a9zuT1/W6OtESPobWGjUdoEHnvssUI83V7tafy02dJ/cgSOO+64WJ92f//995ObDD2lTgBBT30JGEA7BLbddtvmnm7/8EMnb0+/P/DAA147TGiTTwLLly8PHuyM413uv/vd7/IJhVG3RQBBbwsbjdIkcP7553vVIts83zsPz2fLLbdMEy99J0zg8ssvD54FieNp9wkTJnC5PeH1TLM7BD1N+vTdFoEjjzwyeBd2BiLv2N5QN3XqVKL0tnZH/hpNmjQplqfdV6xYkT8YjLgjAgh6R/honAaBfv36BRFNUSLyavMYO3ZsGmjpMyUCjz/+eORPu8+YMSOl2dBtWgQQ9LTI029bBPyDlFfkyFzfS9b89MIcpy1CNMojAb34Jep76KeddhqX2/O4GToYM4LeATyaJk/g0EMPDR4gCt9zrhbhFqH8sssu47J78lsstR7tK5ee5wVXoDq5p/7kk0+mNg86To8Agp4ee3pug4CEuvINa0W1DzrooDYINd2EihkjcNtttwUnq1FE6rvssgvRecbWN4nhIOhJUKaPSAjoVa8S9KJG5JXz0olKJOBwkgsCegGM9ncnkbnaax/lYsIMMnICCHrkSHEYF4F99tmn8E+32z10u/x67bXX5vOye1yboOB+X3/9dafTd7vfeeedBafE9GoRQNBrkSE/cwQUeVgEUpZU76vP3EIwoNgI+CdwHT/tPmrUKC63x7ZC2XaMoGd7fRjd/xF49NFHS/F0u0Xm4Uj9/xCQfEKgsP865phj/FvobnAlqp1I/c033ywsGybWmACC3pgRNTJAYMiQIcEDQ2WJzMPzXLBgAZfdM7AHkxrC3/72t+C1xu087X7dddclNUz6ySABBD2Di8KQuhO46KKLvGqRqx4aC0eyRbW/8IUvdAeCFS+BlL1fddVVwcmrH6q3HKkfffTRXG5Pef3S7B5BT5M+fTdFYMyYMcH3cst4D90i9XPPPZcovandkv9K3//+930td51Wn3Z/7rnn8j95ZtARAQS9I3w0ToLAZpttFkQqeoNaWSP1b37zm0mgpo/4CTTVw69+9auWn3bfZpttiM6bolvcSgh6cde2EDObNWuWV+bI3CL0TTfdtBDrySSaI3DiiSe6r7zySnBlqplI/e67727OMbUKTQBBL/Ty5n9yBx54YHBQK2tkHn5GQO+xz/+KMoNmCQwYMMDVZfRGT7vrDXMjRoz4ODpv1jn1CkkAQS/kshZnUr179w4ut1ukWuZ07733Ls7CMpOmCOgy+tlnn+2sWrVqrXvqzzzzjE523X333Rcxb4pm8Ssh6MVf49zO8I477ij10+2Vzwzo5Ca3i8nA2yag30vfaKON3HXXXVcPy7l+xB6kgwcPTlrI254DDZMhgKAnw5le2iCgt6SVOSKv9uzADTfcwNPubewlmkCgDAQQ9DKscg7n+LOf/czzI5Kuy+3cQ/8geNnIl770pRyuJkOGQBMEqNIxAQS9Y4Q4iIPACSecELxcQxG6HgxTWi1iLWP+tGnTiNLj2HT4hEDOCSDoOV/Aog5/ww031AM/DpH5x5G5Tmrsnvr48eOLuuzMCwJxESiFXwS9FMucr0m+/vrrniJviZhSIvN/BCc3xsF1Xefyyy8nSs/Xtma0EIidAIIeO2I6aIXAlVde6W200UbdInOJOpF690h9v/32awUrdSEAgTgJZMQ3gp6RhWAYHxM44ogjgu/bSsQtIiVS7x6hG5cnnniCKP3jbcP/IQABnwCC7kPgv2wQWL16dfC983XWWYen2z/80LF75va0f6U9YMAAZ+7cuV42Vo9RQAACMRFo2i2C3jQqKsZJ4LXXXvMkWIrMLSK31CJS0rUj9WHDhjkzZ85E1OPcnPiGQE4IIOg5WagiD1Ni3rdv3+DXpSTiikjD98wl8mFbwo/9yT31/fff37niiisQ9SJ/SJgbBJog0JagN+GXKhBoisCqVau8jTfeOHiKW2Iu8davSym1iNzyzSZdO1LXQ3I33ngjot7UrqMSBIpJAEEv5rpmflaXXHKJpz89evRwXNcN7plbZM499HUDHq1eiRg6dKjz5JNPIuqZ3/0MEALxEMigoMczUbxmh8Dzzz/vnXjiiY4v6EFkrohcYq5UkblF5JYSka8dkYtTNS79+vVzli1b5s2aNQthz86WZyQQSIQAgp4IZjoRgccff9zzRcj73Oc+F7zW1XU/jswVkfv53ENft73IvFokrx+2kbDrSojY8xcCECg+gdIJevGXNFszlKCsWLHCD8Y9b4cddgh+YMQ3ukXmZltEbpG6RF6RqOWbTdpcxC6uhx56qLN06VJv/vz5ROzZ+mgwGghETgBBjxwpDkXgqaee8vXE87797W87m2yySXBP2CJx1+0embvux7Yuu+vpddUzEZetfNnVIlHKP3navR6fwYMHOy+//LL33HPPcTleG5S/ECggAQQ90kUtt7M777wzEHFffL3tttturXvkfmHVyFwRuURbaTgi9/0E9YnIm4vIm+G03nrrObvvvrvz4osveosWLfIuvPBCIvdyf2yZfYEIIOgFWsw0pqKHr/woWW948/baa6+mInFF4BIf1/04MjdbqURc4u77DC7Py5bIh+16kajqU/5P3d6FX4tHnz59nNGjRweX5O+55x5v8uTJiHsaHyL6hEBEBBD0iEAm4SYrfVx00UXeq6++6vni6R1++OGB8Ep0FWFLjBtF4rXKfX9BRC4/8ifRV2r5ZpNGF7GLr3huscUWzjHHHOO88MIL3g033ICwZ+XDxjgg0AIBBL0FWGWv+uyzzwaR+EknneToZTCKqCUGrts90nbd9mydDCgSl18TcdnKl10r0ixSuXimPZ+ddtrJ+etf/+rp64XTp09H3Mv+wWf+uSGAoOdmqeIeaHX/ui/ui6kfVHve1ltv3RVBS3T8zEhti8z9/gK/lkrkLJIk/VTwlb8kOGg9Ro4c6ehE7i9/+Yt33nnnIe7VPybkQiATBBD0TCxDtgYxZ84c75133vH12vP0AJUiZomq67YXeTfbXvUk4jpZCEfmEq+wXYZIPWvz1Rv9DjvsMOfpp5/27r33Xu8//uM/EPdsfWwZDQQcBJ1NEBDQffHly5cHIn7IIYc4vXr1Cn6XXOLqZwYRsyK2dm2JcqP2EnOrp1QnEUot32zS6O97XaSOAAAQAElEQVShi3OzXPU1RL3pb/Hixd7111+PsAefIP4HgfQJIOjpr0GqI9ClVM//owP0pz/96eByruvGG4m7bnX/OllQZGqRukRGtvIl6kTmzT29niSvz3/+812X5H/9618j7ql+mum87AQQ9BLugNtuu82XcM/zI2Zvxx13TDwS9/sNnoz3PK9b5K98ibjEO5w2jhzTjVgZ3z8cfb99t912cxS1P/DAA965557rlfCjxZQhkCoBBD1V/Ml1fuWVV3rvv/9+8C71vffeO9VIXBG4RNB1u0fqypeYK8IMR+YS97BNpJ69SD28PhtttJHzjW98IxD3W265xTv99NMR9+Q+6vRUYgIIeoEXX28B0/fF/cjXO+KII4JoWGJZGRlnxZaYS7z98QZjlejLtnyzk07pr7UrIOH12nzzzZ0JEyY4Tz75pHf11Vcj7AU+3jC19Akg6OmvQeQj0GVPX4S8f//3f3cULblu90jYdbNp62RDkZ5F6hJz2cqXSBCZRxeZ66QpaZ5DhgxxFi5c6OlX9/SjPZFvfBxCoOQEEPSCbIA77rgjuCfuR9ueHlSSCPr/DiJdHbzzYGucEnGJdzj1T06CeRQzTe575Vnhp4/ciBEjHAm7vgI3ZcoUIndB4S8EOiSAoHcIMM3ms2fP7vZ9cdfNZuStiFti4rr1x6d6EnOdfIQjc4l72E46sqS/6K4MaH3DPNdff31H329/+OGHg594PemkkxD3NA8q9J1rAgh6zpZP98X1M5h+9O2NGTMm+L64/+8gglWEKzHMq62DvcRb81CqkwCllm82afP3tMUvL7z69+/vHH/88c6jjz7q6Ud/cvbRZLgQSJ0Agp76EjQ3AF2e9IXamzhxojNgwICOftXMdetHyq6bTrlORhSJW6QuMZKtfIl6OLLD/tApMo9tt92265I899ubO0ZQCwIIeob3wK233ioND37VTD+Y4RuFiMQVgUukK+ejfIm4xDqc5iXCbHacNr9m62e3XvxXCvT99q985SvOI4884ul3BX760596Gf7IMjQIpEoAQU8V/9qdz5w5M/i+uB+ZevphDB38FbHqoO666UTOSfWvfjRfib0//+DlM7Il7mG7yJGp5sv8qt+z79u3r3PggQcGl+SvvfZafYsDcV/7EEJOiQkg6BlY/GnTpnl6j7p/MPf+5V/+JbiUKhFTxCpx8yreqFZU259/1xUIzV8nMUot32zS+CNjcU+bc73+9f32I4880nnwwQe9GTNmIOwZOI4xhPQJIOgprsGiRYs8P/L0vvOd7zj6wQtFqDqIuW6xI3HXrT4/nbz4PBxxMBGXrXzZRK7VI9ey89HrixcsWODdd999/MRrisczuk6fAIKe8BrovrgvTn6Q7XmDBw/uikh1UPYzS23rioQiQ59PwMFSneQon5TIvN4+0Ed5+PDhjsRdn7MzzjijTuSu2vyFQLEIIOgJrKe+gvPWW2/5eu15OuAoApU4uW71SLWs5Zq3RFwnN+HIXAfxsE2kTqTeaD/oYbrRo0c7d911V/ATr8cddxzinsCxji7SJYCgx8Rf98WXLVsWiPi4ceOcPn36ZOZXzfxBBRGwImKJZ1ZsibnEW+NSqpMepZZvdiepTgY6aa/x0D5fVwp0O+tf//VfA3GfPn16IsIe02EFtxCoSwBBr4un9UK9FMMXSO/kk092Nttss0z+qpnrZvPKgE4uFHlZpC7xlK18ibrEGPuDrqf/4dH6lQq9FlmX5PUrcBdccAHi3vohjhYZJoCgR7A48+fPD96j7keW3i677EIk/tFHgej4JzYtXQnw+QX1Jd4Sc0uJiPMVEedhvTbYYANn2LBhQdR+ww03eD/84Q+9CA4FCbmgGwhUJ4CgV+fSMFdflXnvvfc8/+DljRo1Knhzm+tmM/JVxOuP03HdbI9P45SIKyIPR+IS97BNZNp6ZAq/2lc29IuE++23XyDuV155pXfCCScg7g2PgFTIIgEEvcVVee6554Jo/KijjnJ69OjRViTaauRalvoSc4m3Reo6CZFt+WaTErFrX8SxDwYNGuSMHz/e0a8XnnXWWaUU9hYPiVTPEAEEvcnF0GU5X1g9feBdN9uRruvmc3wWmVukroM2kWXtyJIrFZ9cqdBJYNQ89I2UefPmIepNHiOplj4BBL2JNbj66qu9Aw44wPEFPbjHq4OHxAfbi5SHuErELSK3NI5ITP3gl0i/0T7Qz7vqGZkmDhNUaYoAleIkgKA3Qfewww7jafV//CP2e/AWmetkKRyZ66AbtqOOxPD3SaSrk6i4eGgd4/SvfROHf91amzNnDpF6E8dKqqRLAEFvwP+hhx7yA/FoI1HfYaSRbVH86WCsg75F6hZBW77ZpETW2idJ7oN+/fo1OFJQnAUCZR8Dgt5gB+y8886xR6aum8973oqodVB13WjGrwhLkbj8mojLVr7suCJH/K8bfEsDvvWvVJx//vlE6Q2OlxSnSwBBb8BfkYAiRh30ixIJZ3U+Gpd4S7zDqU4aZJMSmae5DwYMGNDgaEFxsQlkf3YIeoM1krgoYpSYuG40kSj+1qn6TIK4iLdOnsKRuQ7iYZtIsn4kCZ/o+ejzrwfkGhwuKIZAqgQQ9Ab4JS5E5sk8QyAxl3hbpK6DqGzLN5uUSF37Isl9oOPA888/3+BoQTEE2icQRUsEvQHFxYsXcw89oSsTOmgqErdIXQdt2cqXqBN5Rh95wrf57/nrWNDgcEExBFIlgKA3wL/ddtu5ihglKkTq8Ubq4iwRl3iH0yQjMfVLf1wBqNwH2puXXXaZ2+BwQTEEUiVQW9BTHVa2On/kkUeq3vN1Xe6pS3wVUUsEXbczHvIjfzp5CkeOOriGbSL1fEbqtr55XL/99tsPMc/WYZnRVCGAoFeBUpk1dOhQ99lnn+VX1Nr8FbVmr2xIzCXeioaU6iRBqeWbTUoErX2R1D6YPXt25SEBGwKZJJCWoGcSRr1Bbb/99u7UqVOdt956i3vqHUbirls9krfI3CI5HbSJzJu/x5vHyDeq9ZW4Rz3/l19+2RkxYoR78cUXE53XOzhSlhkCCHoLS/HjH//Y3XDDDV39eeKJJ3i3uxftPXWLzC0it1QHa4k7KZF53PtAV5Nuv/12Z5999nG/9a1vIeQtHB+pmj6BYgp6Alx32WUX148k3XPPPdd59dVXuccewbvefZ7BG8ssUldqoh5VJCd/UUdy+MvnPX3bX1q/xx57LIjGR40a5erEPYFDCF1AIHICCHqHSH/wgx+4AwcOdP2Dgvub3/zGef/994nc24zcJbaKwCxSt4jc8s0mJVLXPul0H7zwwgvOFVdc4ey+++7uxIkTicY7PBbSPH0CCHrra1CzxYQJE9xevXoFkfu8efMcRZw66PiX6IPIE7v6G+KMjyImReLiZCIuW/my/ZMmB5t76p3sh9dee8354x//6Oyxxx7u+PHjXb6KVvNwRkEOCSDoMS3aAQcc4OuUG0TuCxcudHQQ0v05RRaKQLHXXetKhriIj8Q7nOqkSHYUqbhH4Seq8eDnU8Htqjg5rF692lmwYIHzla98xT3ooIPcs88+m2g8puMebtMlgKAnwP+LX/xiIO7/9V//5bz44ov1I/cPPyxtuUXmEt1wJK6DfdgmUs//Pesk1nPRokXObrvt5upJ9dNOOw0RT+BYRxfpEkDQE+R/6qmnuoMGDQrEfdasWc7bb79N5L7uJ5G6ReYWqVskbflmk3IPXSd51faBHlD97//+7+CS+jHHHIOIJ3h8o6v0CSDoKa3BUUcd5fbt2zcQ99tuuy24N6wIVQcpPzOue+7B5c2s+rfIXBxMxJOI5NSv+iPyz2fk/9577zm///3vna9+9avu6NGj3V/96lcIeUrHNbpNlwCCni7/oHd9VaZHjx6+zrquLhMqQpXIlO2eu+atyEviGk51kiOblMjc9oE+ODoRtkvq55xzDiIuKPwtNQEEPWPLP2TIENcXc/fnP/958P12iZsiVomZr/jZjtzd6m+Aa3b8qqf5+vMPrlgola2DOJE6T7drP+j74sOGDXP1gJtuYWXs48twIJAqAQQ9Vfy1O//+97/vDhgwwPXFzJ05c6azZs2awr9L3sTbInWdxPjzD05ilJqd91QnJ0WaT9zroe+Lz5gxw9HDpdwXr33MoAQCCHoO9oDut+v77X6E4t50002FfZe8P78gMrdIXaIn8VP+hx9+6HCPO5/3uNtZvzfeeMOZO3duIOL6qhnvU8/BgYohpk4AQU99CVobwP777+/qjy927l/+8hfHTwsTuVtkbpG6pXFHgPjPxr15Pdx21113ObrttPfee7uTJ0/mvnhrhwdql5wAgp7jDaADn8Tdj16cpUuX5j5yt8hcEV04MtdJS9iOJVL/gHvU4q6TqKT5Pv3004GIDx061D3llFMQ8Rwfkxh6ugQQ9HT5R9K7DoJbbLGFtN2dPXu2s2rVqlxG7hITibdF6hY5W77ZpNmIqDtZhxUrVjiXXHJJcEl97NixiHgkRwKclJ0Agl6wHaCffOzdu3cg7n/+85+Dh+l8I3iwTBGwDsJZtRUhKhLXOE3EZStfdtKRY4T9Bfyz5E/7IOnx6IeL9EKlnXbayd13331d/8oSQl6w4w/TSZcAgp4u/1h7133I9dZbz9dv19Vlzax/r90ic4m3InVLJT6ySfMRmeskzNZLG/yWW27puqQ+ZcoURFxQ+AuBGAgg6DFAzaLLHXbYIfgVuP/8z/90Vq5cmck3xllkrohcoqDURD1sJx1ZZr6/f8re0++PPPKIoz2n5zwmTpyIiGfxoMCYCkcAQS/cktaf0Pe+9z130003DX4F7re//W3wNbGsRO4m3hapW0Ru+WaTZjNS//vf/+78z//8j7PtttsGP01afydSCgEIRE0AQY+aaI78HXnkke4GG2wQRO66LKoIWWLpX6MP7vkmbSsiVySufk3EZStfNpFyKpF48ANCtfi//vrrzh/+8Adn8ODB7j777OP6V4CIxnN0DGCoxSKAoBdrPduejR5S8oU8iNz1/XaJaNKRu0XmEg/dg7VUJxmySbMRmevhtrvvvtvZeuutXb2GVW81bHvj0RACEIiMAIIeGcriONJ9T4n7RRdd5Lz00kuJ/T67ReY6mQhH5hLzsE2knk6k/tRTTznbbLONu/3227vHHntsNJF4cT42zAQCqRNA0FNfguwOQN9v/8xnPiNtd+fMmRN8v11iG1fkbhG5ReoWkVu+2aTJReqvvPKKc/HFFweX1A8++GBEPLsfV0YGAQdBZxM0RWD8+PFu+PvtEllF1BJXX/EjueeukwVF4vIr/0Tm6UTiegWrvi+uaHz33Xd3zzvvvLwKeVN7m0oQKAoBBL0oK5ngPEaMGBH8Cpwv5O4zzzwT2bvkLTI3MbdUJw0S9zKkOqlJY57aPn/605+CS+r6utkPfvADRFxQ+AuBHBFA0HO0WFkcqg7+vgi506ZNC77fLhFWhC1R8gW/pchdpQAGewAAEABJREFU7dTe9xd8nU6pbIm5InezuYceXeS+cOFCZ8stt3S32morl58mbfETRnUIZIwAgp6xBcnrcE499VS3f//+QeR+1VVXBS+uUcQtEW72nruJt9pJxHVSoNTyzSbt7B66vi9+6aWXOptvvrmrnybN655j3BCAQHcCCHp3HlgREND9dn2/3RdzV99vbzZS9+sHkblF6hJzIvMP6n4PvFk+b731VvB9cT3k+P/+3/9zzz77bC6pR7DXY3SBawi0TABBbxkZDVohYN9v/8UvfuHoJSQSaUXgEu/KyF35KreI3FIi8vYjcj3jMHDgwOCrZieffDIi3srmpS4EckYAQc/ZguV1uLok369fP/fMM88M7qtLpCsjd4vMJfbhyFMiH7a5h974HrqEXNG43t6W1z3DuGMkgOtCEkDQC7ms2Z3U5MmT3R49erh33XXXWk/HW0RukbpEX2Ju+WaT1o7YdZL085//3Nlrr72IxrP7MWBkEIiFAIIeC1acNiIwcuRI14/E3TVr1jgSIYm2b3MP/YMP2r5nvmLFCkdROd8bb7T7KI+ZAO5TIoCgpwSebj8msN5667l6kYnE3CJziTuR+aeCbwqIQzNXJJ599lln5513Jir/eFvxfwiUkgCCXsplz9ake/bs6b777rvBO+Ml5hL38D1ziVrY5h5693voul8+fPhwxDxb25rRxEUAvzUJIOg10VCQJIFevXq5EnOJt0XqFplavtmkn9xD14/nIOZJ7lT6gkB2CSDo2V2b0o1s6tSp3ENv4R66Tnx23XVXIvPSfVKYcIwEcu0aQc/18hVr8HoC/v777w++1qZIncj8k0hcPCqvTOhNb8XaAcwGAhDohACC3gk92kZOYM899wwizvA9c4lZ2OYe+j8599xzT+TscQgBCMRMIGb3CHrMgHHfOgG9VU4ibhEpkfrakfro0aODE5/W6dIiqwQuueQSz79K5WV1fIwr+wQQ9OyvUelGqLfKvfPOO45Ench87e+l33zzzaXbE0Wd8IIFCzz/hNVbvXq192//9m/OD37wAz1H4j3wwAMIe1EXPb55OQh6jHBx3T6BWbNmdd1Lt0id9ONI/aijjiI6b39rZablSy+95A0bNqzq+wZ22WUXZ9myZYh6ZlYrHwNB0POxTqUb5fHHH683yXWJOpH6x5H6U089Vbq9UMQJz5s3zxswYECwv2s9E9K/f3/ntttuQ9SLuAFimlOsgh7TmHFbEgIPPfRQcNndvyQZpETo/3BGjBhBdF6A/f+1r32tamSu20zhfb777rsXYLZMISkCCHpSpOmnZQJDhw51icw/jsx1UqNfo2sZIg0yR2DmzJm6b+7Uisz1pkStt5XPnj2bKD1zq5jNAeVY0LMJlFFFS0A/3BKOWCojmDLZd955Z7Rw8ZYKgYMOOqilK06K5lMZKJ3mjgCCnrslK9eAb7rppuDgR6T+gTNmzBgutxdg+2+44YZ6kr3pX9Xr1atXAWbNFJIggKDXoEx2NggcfPDBXe94L3OkvmbNmmwsCKPoiMDNN98cXG5v9crS7bffzmX3jsiXozGCXo51zvUs9fOq4XuKlfcYy2D/8Y9/zPUaMviPCey1115NR+Z2D137e+jQoR874P8QqEMAQa8DJ74iPLdC4Oqrrw4uu5c5Qp84cSKX21vZNBmt26NHj6aebq8WwU+aNIkoPaPrmpVhIehZWQnGUZPAscceW+qn3VeuXFmTDQX5IfDYY491XW5v55mQo446Kj+TZaSpEEDQU8Eeb6dF9L58+fK2I5u8R/a6QlHENS3bnLbffvvgSpNuH1WLwBvt00GDBpUNGfNtkQCC3iIwqqdD4Iorrmj6e7u656iDZvgeZJ7tyZMnc7k9nW0XWa/nnnuuJxFvJzIP7+dp06Zx2T2yVSmeIwS9eGsa84zScf+jH/3IbRTBFLH8mWeeSQc4vUZKQJfLdVIpUe9kn44bNy7SceGsWAQQ9GKtZ6Fn8/jjj9d993U4kuk0EspK++HDhxOdF2BXb7LJJl1Pt0vU291fffv2LQANphAXAQQ9LrL4bYtAvUZf/vKXXR0MO4lw8tSe757X2w35KZsxY0Zwud32baeR+qxZs7jsnp/lT3SkCHqiuOmsUwKrV6/uinSKco+81pWF++67r1NctM8AgTFjxgRXlnQy2W5krpMA2+8HHnhgBmbFELJIAEHP4qowppoE7rjjjg6edv9H8JSxRUpZT0ePHs3l9po7IT8F+u65xFyirLTTfaffN8jP7BlpkgQQ9CRp01fHBPzoxLVIpVZkW4TyN998s2NWOEifwI033hhcbg9H5hL1sN3Ofp0/fz6X3dNf3syNAEHP3JIwoEYEXn/99UxG2p1GXuH2N998cyMMlOeAgH4prTIyr7TD6y6xb8bebbfdcjB7hpg0AQQ9aeL01zGBa6+9Nrgn2U5k02lklFT7E044gcvtHe+U9B1IvO1KksQ6yv0zefJkovT0lzhTI0DQM7UcDKYZAsccc0yhn3Z/8cUXq2AgK28EFi5cGFxut4hb4i5RN7vTdOzYsXlDwnhjJoCgxwwY9/EQWLJkSWGfdr/uuuvigYbXRAnsvPPOwZUkiXg4Mq+0273StM022yQ6HzrLPgEEPftrxAirEND7zTuNcLLaXm/FqzLlWLNwHi2BCy64wLP9VRmZV9pWr530oosu4rJ7tEuXa28Ieq6Xr7yDnzRpUiGfdvcv05Z3UQs088MOOyx4cDOOyNzuySuyP/jggwtEjal0SgBB75Qg7VMjcP/99wcHzXYiG132zGK7ffbZp4APw6W2RVLreIsttui63G77LMrI3PZv//79U5sjHWePAIKevTVhRE0S+OpXv+rqIKlIJRwJ5dXmhSFNLnzGq+nVrOH9KPGtZ3e6X+fMmcNl94zviaSGh6AnRZp+YiNgEVDe01tvvTU2RkV2nLW5jR49utuVI510StRtf1balt9uOmrUqKwhYDwpEUDQUwJPt9EQuPHGGwvztPvYsWO53B7NtkjNyyWXXOKtv/76XZfb44zMLbJXeumllxKlp7bq2ekYQc/OWjCSNggccsghhfid9Pfff7+N2dMkfgKt9XDsscd2/dZAZSReabcbkVdrd/jhh7c2UGoXkgCCXshlLdek3nvvPSccCSliyZv9+9//vlyLVsDZ6t75OuusE1xuD+8/XW6vZ0exXz/66CNH/Tv8KTUBBL3Uy1+Myc+ePTs4iFaLXHQwzUP+KaecwuX2nG9H/Uyq9ltlJF7PVv2o9uf++++fc4IMv1MCCHqnBGmfOoHjjz8+10+7v/LKK6kzZACdEXj33XeD17zWi8Ql3uHyKCLzSn8rVqzgXnpnS5nr1gh6rpePwRuBl156qeveZVQRT1J+/EulNg3SHBLw9163B+Fs3yQVmVt/SvXb60uWLPk/Uc8hTIbcEQEEvSN8NM4Kgcsvvzy3T7tPmTKFy+1Z2UgtjuONN97wBg4c2O0ZjspIvJEddaS+6aabOkuXLkXUW1zLIlRH0IuwiszBkSgqQtHBM0/pokWLWL0cEpg6darnX+72+vbt2/UVNdt3jSLzynJrF2Xau3dvZ+XKld4555wTm7DncNkKP2QEvfBLXJ4JPv74490ipagjnzj87bXXXkTnOduiTz75pPe9730veBDTF/WuK0M6mWzFjmM/hfuX/+OOO855+OGHEfWc7bF2h4ugt0uOdpkjMGzYMFcH1SgjnTj98d3zzG2hugN64oknPD+69rbddttAzP1/B6ntt1Ztaxd3+rnPfc7RrYEHH3wwR8JedykorEEAQa8Bhux8EpBIKjKpjFSyaP/5z3/OJ+QSjVpvfpMY+vvK22GHHbour4f3k076OrGT2q+f//znnVdffdX7+9//7k2bNg1xL+A+RtALuKhlnpLehx53xBOV/zFjxnC5PYOb9ac//an37LPPBvfITzjhBEf3oyXatu6tRuKN6pvfpNINNtjAOfroowNxf+yxx7wzzjjDy+AyxDqkojpH0Iu6siWd1+jRo9111103iKSSinza6e/NN98s6Qpld9r33Xefp0j8Jz/5ifPZz342uJzeSeStk4B67bOwPz/96U87p556qvPyyy97/skwwp7d7dnUyBD0pjBRKU8EVq5cGRyMk4p42uln3rx5eUJa2LHqp0f1UpiPPvrI23XXXbvtm0aRdafl7ewbnSTE1W7HHXd0XnnlleCS/JVXXom4t73r02uIoKfHnp5jInD99ddn/mn3E088kcvtMa1/I7f6ZbLly5d7+nPwwQc7ugRdL5KWiMZZnoVIPTw/8RgxYkQg7osWLfIuvPBCxL3RpspIOYKekYVgGNEROO644zL9tPsLL7wQ3WTx1BQB3RdfvHix99FHH3n6RbT+/ft3vVmw00i70/ZxRdxR+N14442dsWPHOnobnm5J/PCHP0Tcm9px8VWq5xlBr0eHstwSeO6555ysRT42nmuuuSa3XPM28DvuuEOBuDdp0iRn8ODB3a7cxB15N/Jv+6GdZzB0EpF0+y233NLxrywF4u5fBUPYM/hhQNAzuCgMqXMCv/vd77oisCgiFR2co/IzefJkLrd3vsQ1PVx99dXe6tWrPX+9vD333LNrH0gEw+uYtu2Pr9s9+zzZet5AX397/vnnvenTpyPuNXdjsgWdC3qy46U3CDRF4Mc//nEmn3Z/9NFHmxo/lVoj4J8keStXrvTWrFnjHXbYYY7rum2/wU2iH76nHLeddKQdZX+u6zr62Vb9IIzeoHf66acj7k56fxD09NjTc8wE/Ht+mYuARo4cSXQe8bovW7bM01fN+vTpE6x32pF3q/3nKTLXyU2t8fbs2dM5+eSTnUceeQRRj3iPN+su64Le7DyoB4G1CPiXW91wpBVlZKKDdqv+1lmHj9tai9Rhhi75brbZZsF7ByQ24fXOut3q/slLfT1wyGtmO9zYbTbnCNMmOJrlh0CtiCLp/D/96U/5gZaDkZ533nneoEGDMnuPXCd9OqmwfVZpW34RU72w5swzzyRST/hzVG5BTxg23SVPQC9wyUpkM27cOC63R7gFJkyYkMvIXCIfvpKQlf0Z9dP2+rpbhMuNqyYIIOhNQKJKfgnofelZiIBWr16dX4gZHflGG22Uy3vmZYnUe/TokdGdU9xhIejxrS2eM0LgnXfeCSK5NCOh3//+9xmhUZxhVEa6ebPT3I86qUii/+LstnzMBEHPxzoxyg4IXH311UEkl2akfsopp3C5vYM1rNb0lVde6bauEimJuq1z1m0bZ1HTt99+u9qykRcjAQQ9RrixusZ50wQmTpyY6tPuEp6mB0vFpglceeWVwZUXiXj4nnTe7CQi5TCfpPr7wx/+0PRaUjEaAgh6NBzxknECS5cu7XoaOumI6H//938zTiefw/vud7/rrly5skvUbV2zHplXjs/GXaRUt7kmTZrEVamEP1oIesLAc9Jd4Yb529/+NrV3u0+ZMoUDW0w7auDAgZJ2vjcAAA+iSURBVO4bb7zRJerhSDTrkXpSkXLUT6838icx32WXXdjzMe35em4R9Hp0KCsMAYlqGhHQE088URiGWZ1I//793QsvvNCRsEvEbZ0rI+Gs2TbOoqRvvfWWM3PmTGennXZCzFP6sCDoKYEvdbcpTf7hhx8OIrkkI6MRI0ZwcEtgvU877TR344031vv73fnz5zv6mqBFkhL5LEfuSe5HndRE2Z+4LliwwNliiy3c7bff3p3MDw8lsNtrd4Gg12ZDScEI7LHHHq4O7klFRO+//37BCOZjOgcccIDbs2dPV38ef/zx4CQuvO4StSzZSe3HKPt55plnnM985jPuVltt5Y4fP56T1ox8NBD0jCwEw4iMQF1H7777btevcEUZqUgkKv3deeeddcdCYfwEdt11V53EuWeffbazfPlyRxFlViL3yv2Sdfv11193LrrooiAa33fffRHx+Ldvyz0g6C0jo0GeCdxyyy2JPe2ut9TlmVWRxv6jH/3I1WXh9dZbz/31r38dXJLXSViakXqUEXN4HlH6XbNmjTNr1qxAxIcMGeJOnToVIc/wBwNBz/DiMLToCYwdO9btKBL68MOmnpbX16miHz0eoyBw7LHHun379g0i9xtuuMHRr+ClGbknsR/D82vUn65g3Hrrrc5mm23mbr311i4vRYpi1yXjA0FPhjO9ZIjAihUrur1hrFZEo4Ngu5HPjTfemKEZM5RaBA4++ODgQTpF7g8++GCwL5KO3Gvtv6Tz9byBRPzTn/4098VrbZiM5yPoGV8ghhc9gWuvvTZ4UKpRpNJJud5O18bIaZIigWHDhrl+tO5OmzbNeeGFFwJx10mdIlYT+SjtTvaXxhNF+xdffNH51a9+5Wy66abuyJEjuZye4v6LomsEPQqK+MgVgRNPPFGXW2O7l/7888/nigeD7U5AX4Hbaqut9JC8q7f82ffbJaLhKzad2klH4Nafvi+u17JutNFGrl4Ac8YZZyDk3bdAbi0EPbdLx8A7IaCv3VjkFUWkE47crrnmmk6GFl9bPLdMYMKECcH32xW5/+1vfwuu7EjUw+vdqR31/qvl76WXXnL69evnfu5zn3OPP/54RLzl3ZD9Bgh69teIEcZAQL/AZhFL1Ckv14hhwTLgcptttnF79OjhLl68OLgcb/sm65H6c889F1xS5w1uGdhEMQ8BQY8ZMO6zSUCvgq0VyXQSud9///3ZnHD8oypND9ttt517/vnnB6LeSaQex/4Lj0f+f/nLXzpf/OIXicZLsjsR9JIsNNNcm8A999wTHJQt0ooi5YUba3MuYs73v//94B679oz+6rJ7q5G6tYsj/eijj5w+ffq4GmcR+TOn6gQQ9OpcyC0Bgb333tvVQViRTGVk047teV4JqKU0xYx226tXL/ftt9/u6A10Ue0/u7Kk99jrB2syioxhxUgAQY8RLq6zT0AiHFWEdNNNN2V/wowwcgJ60MwP17u+NaGTREXstq8a2VYvqlTfJY98kjjMBQEEPRfLxCDjIjB37tzI3u3Oj1TEtUqx++24Az0sJxEPX9lpZEcdmcufLrN3PBkc5JYAgp7bpWPgURD41re+5UYRGelHX6IYDz7yS+Cqq67q9kxG0pH5H//4x/zCY+SREEDQI8GIkzwTeOedd7rdA1WkE460mrHnzJmTZwSMPQICukKjn8xdKzL/1Ke67a/K8mb2V6P9qH7HjRvH0+wRrGOeXSDoeV49xh4JgcrIqp2InR+wiGQpcu9Ev0zWKDKvLG9nv+mkINzuuuuuyz07JtA5AQS9c4Z4yDkBibEOsu1GSsuWLcs5AYYfFQH9kpsetNR+kuiGI+tKu939Zk+z/1/74BmQY445hug8qkXMsR8EPceLx9CjI/D3v/+96ynlcOSjg3Aj+7e//W10A8FT7gnoLYTaNybqtn8qbcvvNOXeee63TGQTQNAjQ4mjPBOYMWNGEOnooBuOfJqxf/aznxEd5XnxIx67HrSsF5lL7MPlre63yvqx3juPmA3u4iWAoMfLF+85IXDOOee4q1at6vaUcjOR04IFC3IyQ4aZJIGVK1d2XfHRSaFE3PZTpW357aR8uyLJVc1+Xwh69teIESZEYPr06d2eRq6MhKrZBx54INF5QuuTp270s6sS8XAkXmlX20/h+s2Uz549O09YKseKHTEBBD1ioLjLL4HTTjvN/etf/9oVWTWKmC688ML8TpaRx0rg1FNPDV4rLBG3fRRlZG5+9UBnrBPBea4IIOi5Wi4GGzeBL3/5y+7ChQsbRupnnXWWM2nSJKLzuBckx/6ffvrppn4/vZlIvFrkvnTp0hzTSWDoJewCQS/hojPl+gT23HNPd8MNN3QffvhhZ5111umK2PUCmuuvv97p2bOne/bZZyPm9TGWvnSHHXZwFUlXRuaVtkXwraYzZ84sPWMAdCeAoHfngQWBLgISdr0bW3979+7tDhgwwD3qqKMQ8i5C/KMRgXBkLXEP2+1G5vY9dL5d0Yh+rOWZdI6gZ3JZGBQEIFAEAnfddVfXFZ6oInNF8rotVAQ+zCFaAgh6tDzxBgEIQKCLwKhRo4LL7uHIPIpIfa+99uJKURflAv6jzSkh6G2CoxkEIACBZgjo2QuJuCJrpZ1G6qtXr26mW+qUkACCXsJFZ8oQgEByBPRqVhPxcKTe7j30W265JbnB01OuCDQp6LmaE4OFAAQgkBkC48ePDy67m6hbpN5uOmbMGC63Z2Z1szUQBD1b68FoIACBAhLQd8bt6XRddm83UtcrZQuIhylFRCATgh7RXHADAQhAIJMEfve730XytPt1112XyfkxqGwQQNCzsQ6MAgIQKDCB7373u8Fl93Yjc12u1z33iRMncrm9wPuk06mVQNA7RUR7CEAAAp0TePzxx1v+NT9dnrd77fqdgc5HgYciE0DQi7y6zA0CEMgMgZ133rnrB1vaidT5ZbXMLGVmB4Kgd7g0NIcABCDQLAH9NoAun4cjb4vAG6U//elPudzeLOiS1kPQS7rwTBsCEEiewPz58x172l33xJuN1O+9997kB0uPuSOAoGd6yRgcBCBQJAL777+/2ygSr1Y+cuRIovMibYSY5oKgxwQWtxCAAASqEZBgNxuZ6/J8NR/kQaAaAQS9GpWS5DFNCEAgeQJz5sxp6Wl3vTo2+VHSYx4JIOh5XDXGDAEI5JbAkUceGTzt3uw99HHjxnG5PbernezAEfRkeZeoN6YKAQjUIrBgwYKuN8fpEnytp94XLlxYywX5EFiLAIK+FhIyIAABCMRLYMSIEe5bb73l6B55rUh91apVzh577EF0Hu9SFMo7gl6o5SzPZJgpBPJOYJNNNnGffvrpqpH6kiVLnP79+yPmeV/khMePoCcMnO4gAAEIGIEhQ4a4PXr0cM866yxHb4JTuv7667s77bQTYm6QSJsmgKA3jYqK5SHATCGQLAG9Be7oo492lSbbM70ViQCCXqTVZC4QgAAEIFBaAgh6aZeeiadFgH4hAAEIxEEAQY+DKj4hAAEIQAACCRNA0BMGTncQiJcA3iEAgbISQNDLuvLMGwIQgAAECkUAQS/UcjIZCMRLAO8QgEB2CSDo2V0bRgYBCEAAAhBomgCC3jQqKkIAAvESwDsEINAJAQS9E3q0hQAEIAABCGSEAIKekYVgGBCAQLwE8A6BohNA0Iu+wswPAhCAAARKQQBBL8UyM0kIQCBeAniHQPoEEPT014ARQAACEIAABDomgKB3jBAHEIAABOIlgHcINEMAQW+GEnUgAAEIQAACGSeAoGd8gRgeBCAAgXgJ4L0oBBD0oqwk84AABCAAgVITQNBLvfxMHgIQgEC8BPCeHAEEPTnW9AQBCEAAAhCIjQCCHhtaHEMAAhCAQLwE8B4mgKCHafBvCEAAAhCAQE4JIOg5XTiGDQEIQAAC8RLIm3cEPW8rxnghAAEIQAACVQgg6FWgkAUBCEAAAhCIl0D03hH06JniEQIQgAAEIJA4AQQ9ceR0CAEIQAACEIieQFjQo/eORwhAAAIQgAAEEiGAoCeCmU4gAAEIQAAC8RJITtDjnQfeIQABCEAAAqUmgKCXevmZPAQgAAEIFIVAUQS9KOvBPCAAAQhAAAJtEUDQ28JGIwhAAAIQgEC2CCDozawHdSAAAQhAAAIZJ4CgZ3yBGB4EIAABCECgGQIIejOU4q2DdwhAAAIQgEDHBBD0jhHiAAIQgAAEIJA+AQQ9/TWIdwR4hwAEIACBUhBA0EuxzEwSAhCAAASKTgBBL/oKxzs/vEMAAhCAQEYIIOgZWQiGAQEIQAACEOiEAILeCT3axksA7xCAAAQg0DQBBL1pVFSEAAQgAAEIZJcAgp7dtWFk8RLAOwQgAIFCEUDQC7WcTAYCEIAABMpKAEEv68oz73gJ4B0CEIBAwgQQ9ISB0x0EIAABCEAgDgIIehxU8QmBeAngHQIQgMBaBBD0tZCQAQEIQAACEMgfAQQ9f2vGiCEQLwG8QwACuSSAoOdy2Rg0BCAAAQhAoDsBBL07DywIQCBeAniHAARiIoCgxwQWtxCAAAQgAIEkCSDoSdKmLwhAIF4CeIdAiQkg6CVefKYOAQhAAALFIYCgF2ctmQkEIBAvAbxDINMEEPRMLw+DgwAEIAABCDRHAEFvjhO1IAABCMRLAO8Q6JAAgt4hQJpDAAIQgAAEskAAQc/CKjAGCEAAAvESwHsJCCDoJVhkpggBCEAAAsUngKAXf42ZIQQgAIF4CeA9EwQQ9EwsA4OAAAQgAAEIdEYAQe+MH60hAAEIQCBeAnhvkgCC3iQoqkEAAhCAAASyTABBz/LqMDYIQAACEIiXQIG8I+gFWkymAgEIQAAC5SWAoJd37Zk5BCAAAQjESyBR7wh6orjpDAIQgAAEIBAPAQQ9Hq54hQAEIAABCMRLoMI7gl4BBBMCEIAABCCQRwIIeh5XjTFDAAIQgAAEKghELOgV3jEhAAEIQAACEEiEAIKeCGY6gQAEIAABCMRLIFeCHi8KvEMAAhCAAATySwBBz+/aMXIIQAACEIBAFwEEvQsF/4AABCAAAQjklwCCnt+1Y+QQgAAEIACBLgIIeheKeP+BdwhAAAIQgECcBBD0OOniGwIQgAAEIJAQAQQ9IdDxdoN3CEAAAhAoOwEEvew7gPlDAAIQgEAhCCDohVjGeCeBdwhAAAIQyD4BBD37a8QIIQABCEAAAg0JIOgNEVEhXgJ4hwAEIACBKAgg6FFQxAcEIAABCEAgZQIIesoLQPfxEsA7BCAAgbIQQNDLstLMEwIQgAAECk0AQS/08jK5eAngHQIQgEB2CCDo2VkLRgIBCEAAAhBomwCC3jY6GkIgXgJ4hwAEINAKgf8PAAD//2kpTdgAAAAGSURBVAMA+hwZZexd+3YAAAAASUVORK5CYII='/%3E %3C/defs%3E %3C/svg%3E");
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover {
  background-color: #de1a1a;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title {
  color: #fff;
}
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon {
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine {
  gap: 10px;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-toggle {
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 5px 15px;
  gap: 5px;
  outline: none;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-toggle {
  background: #000;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:hover,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:focus,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:active {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  outline: none;
  box-shadow: none;
  background: transparent !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:hover .share-menu-icon {
  filter: brightness(0) invert(1) !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn-text,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-title {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  direction: rtl;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn-icon,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon:not(.comments-icon--add),
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon:not(.comments-icon--add),
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon:not(.comments-icon--add),
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .comments-icon:not(.comments-icon--add) {
  background-image: none;
  background: none;
  width: auto;
  height: auto;
  filter: none;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon:not(.comments-icon--add) .comment-count,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon:not(.comments-icon--add) .comment-count,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon:not(.comments-icon--add) .comment-count,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .comments-icon:not(.comments-icon--add) .comment-count {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  position: static;
  bottom: auto;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .comments-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='%23DE1A1A'/%3E %3Cpath d='M6 9.00356C6 8.7331 6.0922 8.49822 6.2766 8.29893C6.46572 8.09964 6.70686 8 7 8C7.29314 8 7.53191 8.09964 7.71631 8.29893C7.90544 8.49822 8 8.7331 8 9.00356C8 9.26928 7.90544 9.50178 7.71631 9.70107C7.53191 9.90036 7.29314 10 7 10C6.70686 10 6.46572 9.90036 6.2766 9.70107C6.0922 9.50178 6 9.26928 6 9.00356Z' fill='white'/%3E %3Cpath d='M10 9.00356C10 8.7331 10.0922 8.49822 10.2766 8.29893C10.4657 8.09964 10.7069 8 11 8C11.2931 8 11.5319 8.09964 11.7163 8.29893C11.9054 8.49822 12 8.7331 12 9.00356C12 9.26928 11.9054 9.50178 11.7163 9.70107C11.5319 9.90036 11.2931 10 11 10C10.7069 10 10.4657 9.90036 10.2766 9.70107C10.0922 9.50178 10 9.26928 10 9.00356Z' fill='white'/%3E %3Cpath d='M14 9.00356C14 8.7331 14.0922 8.49822 14.2766 8.29893C14.4657 8.09964 14.7069 8 15 8C15.2931 8 15.5319 8.09964 15.7163 8.29893C15.9054 8.49822 16 8.7331 16 9.00356C16 9.26928 15.9054 9.50178 15.7163 9.70107C15.5319 9.90036 15.2931 10 15 10C14.7069 10 14.4657 9.90036 14.2766 9.70107C14.0922 9.50178 14 9.26928 14 9.00356Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .ai-icon {
  background-image: url(https://ynet-pic1.yit.co.il/Common/images/Pause_GIF_image.gif);
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .audio-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8719 11.7092C17.8719 10.7751 17.8651 8.76671 16.9987 6.99912C16.5714 6.12735 15.9399 5.32599 15.0007 4.73921C14.0616 4.15251 12.7758 3.75593 11.0003 3.75593C10.6703 3.75593 10.4028 3.4897 10.4028 3.16129C10.4028 2.83288 10.6703 2.56665 11.0003 2.56665C12.9594 2.56665 14.4745 3.00628 15.6361 3.73197C16.7975 4.45758 17.5665 5.44478 18.0728 6.47771C19.0671 8.50613 19.067 10.7553 19.0669 11.6909V11.7092C19.0669 12.3553 18.8586 13.2923 18.6257 14.142C18.3875 15.0114 18.1017 15.8651 17.9085 16.3778C17.8522 16.5272 17.7419 16.6408 17.608 16.7049L17.3184 17.7805C17.0349 18.8334 16.028 19.528 14.9378 19.4228L13.6214 19.2958C12.9323 19.2293 12.4681 18.563 12.6473 17.8975L14.0892 12.5424C14.2684 11.8769 15.0051 11.5308 15.6353 11.8161L16.8391 12.3611C17.1774 12.5142 17.461 12.7423 17.6772 13.0179C17.7972 12.4883 17.8719 12.0245 17.8719 11.7092ZM13.8245 18.1205L15.2207 12.935L16.3443 13.4437C16.8096 13.6543 17.0536 14.1688 16.9213 14.6602L16.1641 17.4727C16.0318 17.964 15.5619 18.2882 15.0531 18.2391L13.8245 18.1205Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.12865 11.7092C4.12865 10.7751 4.13537 8.76671 5.0018 6.99912C5.42912 6.12735 6.06062 5.32599 6.99985 4.73921C7.93896 4.15251 9.22486 3.75593 11.0003 3.75593C11.3303 3.75593 11.5977 3.4897 11.5977 3.16129C11.5977 2.83288 11.3303 2.56665 11.0003 2.56665C9.04121 2.56665 7.52602 3.00628 6.36445 3.73197C5.203 4.45758 4.43404 5.44478 3.92772 6.47771C2.93345 8.50612 2.93355 10.7553 2.93359 11.6908L2.9336 11.7092C2.9336 12.3553 3.14192 13.2923 3.37479 14.142C3.61304 15.0114 3.8988 15.8651 4.09201 16.3778C4.18781 16.6321 4.43985 16.7826 4.69893 16.7619L4.97317 17.7805C5.25667 18.8334 6.26353 19.528 7.35378 19.4228L8.67015 19.2958C9.35924 19.2293 9.82341 18.563 9.64422 17.8975L8.20236 12.5424C8.02318 11.8769 7.28641 11.5308 6.65624 11.8161L5.45241 12.3611C4.9879 12.5714 4.62628 12.9231 4.40118 13.3452C4.23642 12.6812 4.12865 12.088 4.12865 11.7092ZM8.46707 18.1205L7.07085 12.935L5.94728 13.4437C5.482 13.6543 5.23795 14.1688 5.37025 14.6602L6.1275 17.4727C6.2598 17.964 6.72967 18.2882 7.23845 18.2391L8.46707 18.1205Z' fill='black'/%3E %3C/svg%3E");
  filter: brightness(0) invert(1);
  margin-bottom: 2px;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .audio-icon.audio-icon--playing {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 10C22.2761 10 22.5 10.2239 22.5 10.5V39.5C22.5 39.7761 22.2761 40 22 40H16.333C16.057 39.9998 15.833 39.776 15.833 39.5V10.5C15.833 10.224 16.057 10.0002 16.333 10H22ZM33.667 10C33.943 10.0002 34.167 10.224 34.167 10.5V39.5C34.167 39.776 33.943 39.9998 33.667 40H28C27.7239 40 27.5 39.7761 27.5 39.5V10.5C27.5 10.2239 27.7239 10 28 10H33.667Z' fill='black'/%3E %3C/svg%3E");
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn:hover {
  background-color: transparent;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .action-btn-text,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .action-btn-text,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .action-btn-text,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn:hover .action-btn-text {
  color: #fff;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .comments-icon:not(.comments-icon--add),
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .comments-icon:not(.comments-icon--add),
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .comments-icon:not(.comments-icon--add),
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn:hover .comments-icon:not(.comments-icon--add) {
  background-image: none;
  background: none;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .comments-icon--add,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .comments-icon--add,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .comments-icon--add,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn:hover .comments-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='%23DE1A1A'/%3E %3Cpath d='M6 9.00356C6 8.7331 6.0922 8.49822 6.2766 8.29893C6.46572 8.09964 6.70686 8 7 8C7.29314 8 7.53191 8.09964 7.71631 8.29893C7.90544 8.49822 8 8.7331 8 9.00356C8 9.26928 7.90544 9.50178 7.71631 9.70107C7.53191 9.90036 7.29314 10 7 10C6.70686 10 6.46572 9.90036 6.2766 9.70107C6.0922 9.50178 6 9.26928 6 9.00356Z' fill='white'/%3E %3Cpath d='M10 9.00356C10 8.7331 10.0922 8.49822 10.2766 8.29893C10.4657 8.09964 10.7069 8 11 8C11.2931 8 11.5319 8.09964 11.7163 8.29893C11.9054 8.49822 12 8.7331 12 9.00356C12 9.26928 11.9054 9.50178 11.7163 9.70107C11.5319 9.90036 11.2931 10 11 10C10.7069 10 10.4657 9.90036 10.2766 9.70107C10.0922 9.50178 10 9.26928 10 9.00356Z' fill='white'/%3E %3Cpath d='M14 9.00356C14 8.7331 14.0922 8.49822 14.2766 8.29893C14.4657 8.09964 14.7069 8 15 8C15.2931 8 15.5319 8.09964 15.7163 8.29893C15.9054 8.49822 16 8.7331 16 9.00356C16 9.26928 15.9054 9.50178 15.7163 9.70107C15.5319 9.90036 15.2931 10 15 10C14.7069 10 14.4657 9.90036 14.2766 9.70107C14.0922 9.50178 14 9.26928 14 9.00356Z' fill='white'/%3E %3C/svg%3E");
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .ai-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .ai-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .ai-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn:hover .ai-icon {
  background-image: url(https://ynet-pic1.yit.co.il/Common/images/Pause_GIF_image.gif);
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .audio-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .audio-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn:hover .audio-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .action-btn:hover .audio-icon {
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .audio-btn:hover,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .ai-btn:hover,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .comments-btn:hover {
  background: #de1a1a !important;
  border-color: #de1a1a;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .audio-btn:hover .action-btn-text,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .ai-btn:hover .action-btn-text,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .comments-btn:hover .action-btn-text {
  color: #fff !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .comment-count,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .comment-count,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .comment-count,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .audio-btn:hover .comment-count,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .comment-count,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .comment-count,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .comment-count,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .ai-btn:hover .comment-count,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .comments-btn:hover .comment-count {
  color: #fff !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-toggle:hover {
  background-color: #000;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-toggle:hover .share-menu-title {
  color: #fff;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-toggle:hover .share-menu-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  filter: brightness(0) invert(1);
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar {
  display: flex;
  align-items: center;
  gap: 30px;
  width: auto;
  height: auto;
  position: static;
  float: none;
  flex-wrap: wrap;
  overflow: visible;
  direction: rtl;
  justify-content: flex-start;
}
.DesktopModeContainer .magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar,
.DesktopModeContainer .magazine .SiteArticleSocialShareNew1280.article-actions-bar,
.DesktopModeContainer .magazine_art .SiteArticleSocialShareNew1280.article-actions-bar,
.DesktopModeContainer .magazine_template .SiteArticleSocialShareNew1280.article-actions-bar {
  position: static;
  left: auto;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .action-btn,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .action-btn,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .action-btn {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 64px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn {
  cursor: pointer;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text {
  font-size: 15px;
  white-space: nowrap;
  color: #000;
  line-height: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.4156 0H2.57887C1.15226 0 0 1.10845 0 2.48081V10.2716C0 11.6387 1.15226 12.7524 2.57887 12.7524H3.47325V15.988C3.47325 16.9645 4.69684 17.4501 5.41564 16.7639L9.58573 12.7524H17.4211C18.8422 12.7524 20 11.644 20 10.2716V2.48081C20 1.11372 18.8477 0 17.4211 0H17.4156Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-size: contain;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='%23DE1A1A'/%3E %3Cpath d='M6 9.00356C6 8.7331 6.0922 8.49822 6.2766 8.29893C6.46572 8.09964 6.70686 8 7 8C7.29314 8 7.53191 8.09964 7.71631 8.29893C7.90544 8.49822 8 8.7331 8 9.00356C8 9.26928 7.90544 9.50178 7.71631 9.70107C7.53191 9.90036 7.29314 10 7 10C6.70686 10 6.46572 9.90036 6.2766 9.70107C6.0922 9.50178 6 9.26928 6 9.00356Z' fill='white'/%3E %3Cpath d='M10 9.00356C10 8.7331 10.0922 8.49822 10.2766 8.29893C10.4657 8.09964 10.7069 8 11 8C11.2931 8 11.5319 8.09964 11.7163 8.29893C11.9054 8.49822 12 8.7331 12 9.00356C12 9.26928 11.9054 9.50178 11.7163 9.70107C11.5319 9.90036 11.2931 10 11 10C10.7069 10 10.4657 9.90036 10.2766 9.70107C10.0922 9.50178 10 9.26928 10 9.00356Z' fill='white'/%3E %3Cpath d='M14 9.00356C14 8.7331 14.0922 8.49822 14.2766 8.29893C14.4657 8.09964 14.7069 8 15 8C15.2931 8 15.5319 8.09964 15.7163 8.29893C15.9054 8.49822 16 8.7331 16 9.00356C16 9.26928 15.9054 9.50178 15.7163 9.70107C15.5319 9.90036 15.2931 10 15 10C14.7069 10 14.4657 9.90036 14.2766 9.70107C14.0922 9.50178 14 9.26928 14 9.00356Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comment-count,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comment-count,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comment-count,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comment-count {
  position: relative;
  bottom: -1px;
  right: 0;
  font-size: 9px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8719 11.7092C17.8719 10.7751 17.8651 8.76671 16.9987 6.99912C16.5714 6.12735 15.9399 5.32599 15.0007 4.73921C14.0616 4.15251 12.7758 3.75593 11.0003 3.75593C10.6703 3.75593 10.4028 3.4897 10.4028 3.16129C10.4028 2.83288 10.6703 2.56665 11.0003 2.56665C12.9594 2.56665 14.4745 3.00628 15.6361 3.73197C16.7975 4.45758 17.5665 5.44478 18.0728 6.47771C19.0671 8.50613 19.067 10.7553 19.0669 11.6909V11.7092C19.0669 12.3553 18.8586 13.2923 18.6257 14.142C18.3875 15.0114 18.1017 15.8651 17.9085 16.3778C17.8522 16.5272 17.7419 16.6408 17.608 16.7049L17.3184 17.7805C17.0349 18.8334 16.028 19.528 14.9378 19.4228L13.6214 19.2958C12.9323 19.2293 12.4681 18.563 12.6473 17.8975L14.0892 12.5424C14.2684 11.8769 15.0051 11.5308 15.6353 11.8161L16.8391 12.3611C17.1774 12.5142 17.461 12.7423 17.6772 13.0179C17.7972 12.4883 17.8719 12.0245 17.8719 11.7092ZM13.8245 18.1205L15.2207 12.935L16.3443 13.4437C16.8096 13.6543 17.0536 14.1688 16.9213 14.6602L16.1641 17.4727C16.0318 17.964 15.5619 18.2882 15.0531 18.2391L13.8245 18.1205Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.12865 11.7092C4.12865 10.7751 4.13537 8.76671 5.0018 6.99912C5.42912 6.12735 6.06062 5.32599 6.99985 4.73921C7.93896 4.15251 9.22486 3.75593 11.0003 3.75593C11.3303 3.75593 11.5977 3.4897 11.5977 3.16129C11.5977 2.83288 11.3303 2.56665 11.0003 2.56665C9.04121 2.56665 7.52602 3.00628 6.36445 3.73197C5.203 4.45758 4.43404 5.44478 3.92772 6.47771C2.93345 8.50612 2.93355 10.7553 2.93359 11.6908L2.9336 11.7092C2.9336 12.3553 3.14192 13.2923 3.37479 14.142C3.61304 15.0114 3.8988 15.8651 4.09201 16.3778C4.18781 16.6321 4.43985 16.7826 4.69893 16.7619L4.97317 17.7805C5.25667 18.8334 6.26353 19.528 7.35378 19.4228L8.67015 19.2958C9.35924 19.2293 9.82341 18.563 9.64422 17.8975L8.20236 12.5424C8.02318 11.8769 7.28641 11.5308 6.65624 11.8161L5.45241 12.3611C4.9879 12.5714 4.62628 12.9231 4.40118 13.3452C4.23642 12.6812 4.12865 12.088 4.12865 11.7092ZM8.46707 18.1205L7.07085 12.935L5.94728 13.4437C5.482 13.6543 5.23795 14.1688 5.37025 14.6602L6.1275 17.4727C6.2598 17.964 6.72967 18.2882 7.23845 18.2391L8.46707 18.1205Z' fill='black'/%3E %3C/svg%3E");
  margin-bottom: 2px;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 10C22.2761 10 22.5 10.2239 22.5 10.5V39.5C22.5 39.7761 22.2761 40 22 40H16.333C16.057 39.9998 15.833 39.776 15.833 39.5V10.5C15.833 10.224 16.057 10.0002 16.333 10H22ZM33.667 10C33.943 10.0002 34.167 10.224 34.167 10.5V39.5C34.167 39.776 33.943 39.9998 33.667 40H28C27.7239 40 27.5 39.7761 27.5 39.5V10.5C27.5 10.2239 27.7239 10 28 10H33.667Z' fill='black'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon {
  background-image: url(https://ynet-pic1.yit.co.il/Common/images/Pause_GIF_image.gif);
  background-size: contain;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .articleHeaderAiSummaryHost.desktop,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .articleHeaderAiSummaryHost.desktop,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .articleHeaderAiSummaryHost.desktop,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .articleHeaderAiSummaryHost.desktop {
  display: flex;
  align-items: center;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu {
  display: flex;
  align-items: center;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 64px;
  cursor: pointer;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title {
  font-size: 15px;
  white-space: nowrap;
  color: #000;
  line-height: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.891 2.97867C12.1137 2.88638 12.3697 2.9377 12.5401 3.1085L19.9927 10.5777C20.2255 10.811 20.2255 11.189 19.9927 11.4223L12.5401 18.8915C12.3697 19.0623 12.1137 19.1137 11.891 19.0214C11.6682 18.9289 11.5227 18.7109 11.5227 18.4692V14.1044C8.61987 13.5854 5.74204 14.2762 3.11892 16.7646L2.85183 17.0242C2.6696 17.2069 2.39107 17.2517 2.16116 17.1351C1.93119 17.0183 1.80173 16.7661 1.84093 16.5107C2.22665 13.9982 3.1985 11.6263 4.89691 9.92413C6.49362 8.32386 8.69185 7.35794 11.5227 7.39234V3.53083C11.5227 3.28915 11.6682 3.07115 11.891 2.97867ZM12.7148 8.01234C12.7148 8.17726 12.647 8.33487 12.527 8.4478C12.4071 8.56072 12.2459 8.61926 12.0816 8.609C9.25789 8.43212 7.19318 9.31206 5.73969 10.7688C4.64381 11.8671 3.869 13.3202 3.39694 14.96C6.17108 12.8448 9.21499 12.3551 12.2483 13.0307C12.521 13.0915 12.7148 13.3342 12.7148 13.6142V17.0272L18.7285 11L12.7148 4.97288V8.01234Z' fill='black'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-btns,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-btns,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-btns,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-btns {
  top: 50%;
  left: 92%;
  right: auto;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 100;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.print,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.print,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.print,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.print {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40006 4.66667V10.2667H5.78673C5.24215 10.2667 4.71988 10.507 4.33481 10.9349C3.94973 11.3628 3.7334 11.9431 3.7334 12.5482V18.2519C3.7334 18.8569 3.94973 19.4372 4.33481 19.8651C4.71988 20.293 5.24215 20.5333 5.78673 20.5333H8.40006V23.3333C8.40006 23.8488 8.81793 24.2667 9.3334 24.2667H18.6667C19.1822 24.2667 19.6001 23.8488 19.6001 23.3333V20.5333H22.2134C22.758 20.5333 23.2802 20.293 23.6653 19.8651C24.0504 19.4372 24.2667 18.8569 24.2667 18.2519V12.5482C24.2667 11.9431 24.0504 11.3628 23.6653 10.9349C23.2802 10.507 22.758 10.2667 22.2134 10.2667H19.6001V4.66667C19.6001 4.15121 19.1822 3.73334 18.6667 3.73334H9.3334C8.81793 3.73334 8.40006 4.1512 8.40006 4.66667ZM9.8934 5.22667V10.2667H18.1067V5.22667H9.8934ZM19.6001 19.04H22.2134C22.3081 19.04 22.4352 18.9996 22.5553 18.8661C22.6801 18.7275 22.7734 18.5087 22.7734 18.2519V12.5482C22.7734 12.2913 22.6801 12.0725 22.5553 11.9339C22.4352 11.8004 22.3081 11.76 22.2134 11.76H5.78673C5.69203 11.76 5.56492 11.8004 5.44479 11.9339C5.32 12.0725 5.22673 12.2913 5.22673 12.5482V18.2519C5.22673 18.5087 5.32 18.7275 5.44479 18.8661C5.56492 18.9996 5.69203 19.04 5.78673 19.04H8.40006V16.8C8.40006 16.2845 8.81793 15.8667 9.3334 15.8667H18.6667C19.1822 15.8667 19.6001 16.2845 19.6001 16.8V19.04ZM9.8934 22.7733H18.1067V17.36H9.8934V22.7733Z' fill='black'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.copy-link,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.copy-link,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.copy-link,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.copy-link {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_17843_81102)'%3E %3Cpath d='M11.9319 19.65L10.1482 21.3815C9.68046 21.8488 9.04609 22.1113 8.38463 22.1113C7.72317 22.1113 7.0888 21.8488 6.62108 21.3815C6.15335 20.9143 5.89059 20.2806 5.89059 19.6198C5.89059 18.959 6.15335 18.3252 6.62108 17.858L11.1962 13.2773C11.6453 12.8272 12.2504 12.5668 12.8862 12.55C13.5221 12.5331 14.1402 12.7611 14.6125 13.1867L14.7334 13.2874C14.9245 13.4743 15.1821 13.5777 15.4495 13.5749C15.717 13.572 15.9723 13.4632 16.1594 13.2723C16.3465 13.0814 16.45 12.824 16.4472 12.5569C16.4443 12.2897 16.3354 12.0346 16.1443 11.8477C16.0871 11.7745 16.0266 11.704 15.9629 11.6363C15.1026 10.8886 13.9901 10.4955 12.8505 10.5367C11.711 10.5778 10.6297 11.0501 9.82571 11.8578L5.19008 16.4385C4.40238 17.295 3.97637 18.4224 4.00101 19.5853C4.02566 20.7481 4.49905 21.8565 5.32233 22.679C6.14561 23.5015 7.25511 23.9744 8.41915 23.999C9.58318 24.0236 10.7117 23.598 11.5691 22.8111L13.3125 21.1097C13.4847 20.9221 13.5793 20.6763 13.5774 20.4219C13.5754 20.1674 13.4771 19.923 13.3021 19.7381C13.1272 19.5531 12.8886 19.4411 12.6344 19.4248C12.3801 19.4085 12.1292 19.4889 11.9319 19.65ZM22.7047 5.31401C21.857 4.47238 20.7104 4 19.5152 4C18.32 4 17.1734 4.47238 16.3257 5.31401L14.5823 7.01539C14.4101 7.203 14.3155 7.44877 14.3174 7.70326C14.3194 7.95775 14.4177 8.20207 14.5926 8.38706C14.7676 8.57205 15.0062 8.68397 15.2604 8.70032C15.5146 8.71667 15.7656 8.63622 15.9629 8.47516L17.7063 6.74357C18.174 6.27632 18.8084 6.01382 19.4698 6.01382C20.1313 6.01382 20.7657 6.27632 21.2334 6.74357C21.7011 7.21083 21.9639 7.84457 21.9639 8.50537C21.9639 9.16617 21.7011 9.7999 21.2334 10.2672L16.6582 14.8478C16.2092 15.2979 15.6041 15.5583 14.9682 15.5752C14.3323 15.592 13.7143 15.3641 13.242 14.9384L13.121 14.8377C12.9299 14.6508 12.6723 14.5474 12.4049 14.5503C12.1375 14.5531 11.8822 14.6619 11.6951 14.8528C11.508 15.0438 11.4045 15.3011 11.4073 15.5682C11.4101 15.8354 11.5191 16.0905 11.7102 16.2774C11.7837 16.3518 11.8611 16.4224 11.942 16.4888C12.8033 17.2342 13.9154 17.6259 15.0542 17.5848C16.193 17.5437 17.2739 17.0729 18.0792 16.2673L22.6644 11.6867C23.5122 10.8451 23.9924 9.70261 23.9999 8.50864C24.0075 7.31466 23.5418 6.1662 22.7047 5.31401Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_17843_81102' x='-4' y='-4' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_17843_81102'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_17843_81102' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.mailto,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.mailto,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.mailto,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23.333 6.5332C23.8485 6.5332 24.2666 6.95133 24.2666 7.4668V20.5332C24.2666 21.0487 23.8485 21.4668 23.333 21.4668H4.66699C4.15153 21.4668 3.7334 21.0487 3.7334 20.5332V7.4668C3.7334 6.95133 4.15153 6.5332 4.66699 6.5332H23.333ZM14.9639 16.1035C14.3854 16.5084 13.6146 16.5084 13.0361 16.1035L5.22656 10.6367V19.9736H22.7734V10.6367L14.9639 16.1035ZM5.22656 8.81348L13.8926 14.8809C13.9569 14.9259 14.0431 14.9258 14.1074 14.8809L22.7734 8.81348V8.02637H5.22656V8.81348Z' fill='black'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tw,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tw,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tw,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2587 4.66667C21.2322 4.66667 21.2069 4.67742 21.1888 4.69634L15.0906 11.0721L10.2262 4.70401C10.2083 4.6805 10.1801 4.66667 10.1502 4.66667H3.92386C3.7672 4.66667 3.67777 4.84228 3.77177 4.96534L11.4549 15.0236L3.78541 23.0191C3.671 23.1384 3.75772 23.3333 3.92518 23.3333H5.80697C5.83343 23.3333 5.85871 23.3227 5.8768 23.3038L12.5087 16.4031L17.7739 23.296C17.7918 23.3195 17.82 23.3333 17.8499 23.3333H24.0763C24.2329 23.3333 24.3224 23.1577 24.2284 23.0347L16.1444 12.4516L23.2817 4.98058C23.3957 4.86122 23.3089 4.66667 23.1416 4.66667H21.2587ZM18.5629 21.84L6.5855 6.16H9.43726L21.4146 21.84H18.5629Z' fill='black'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.fb,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.fb,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.fb,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.6157 3.73311C18.4922 3.73311 20.0666 3.73334 20.0666 3.73334V6.40902C20.0666 6.40902 19.6555 6.41885 18.6358 6.42048L18.1588 6.42212C15.7642 6.42212 16.1141 7.70341 16.1141 9.0022L16.1124 11.3394H19.6555L19.0641 14.4428L16.1123 14.4412L16.1132 19.7406L16.1141 24.2667H12.9417V19.7406L12.9416 14.4412L8.3999 14.4428L8.39996 11.3394H12.9417V8.81221C12.9417 4.73981 15.5955 3.73311 16.6157 3.73311Z' fill='black'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.wa,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.wa,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.wa,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.3335 10.4523C8.3335 11.5328 9.05944 12.5768 9.16896 12.7343L9.17086 12.737C9.17758 12.7467 9.18962 12.7653 9.20683 12.7919C9.45245 13.1712 10.7511 15.1772 12.673 16.0718C13.1622 16.3 13.5446 16.4354 13.8415 16.5368C14.3333 16.7048 14.7796 16.6809 15.1331 16.6251C15.5275 16.5607 16.3464 16.09 16.5176 15.5743C16.6881 15.058 16.6881 14.6163 16.6374 14.5243C16.5958 14.4508 16.5001 14.4009 16.3588 14.3273C16.3233 14.3088 16.2849 14.2888 16.2437 14.2665C16.039 14.1557 15.0304 13.6212 14.8422 13.5481C14.6552 13.4742 14.5176 13.4373 14.3814 13.6582C14.2444 13.8791 13.8521 14.3766 13.7323 14.5243C13.6131 14.6713 13.4933 14.6901 13.2886 14.5801C13.255 14.562 13.2093 14.5406 13.1529 14.5142C12.8639 14.379 12.2942 14.1125 11.6389 13.4837C11.0299 12.8978 10.6185 12.1743 10.4993 11.9535C10.3795 11.7319 10.4862 11.6131 10.5889 11.503C10.6524 11.4346 10.726 11.3379 10.799 11.242C10.8319 11.1988 10.8646 11.1558 10.8963 11.1156C10.9838 11.0057 11.0216 10.9221 11.0729 10.8088C11.0817 10.7892 11.091 10.7687 11.101 10.747C11.1688 10.6 11.1352 10.4704 11.0846 10.3603C11.0498 10.2857 10.8504 9.76308 10.6722 9.29581C10.5874 9.07332 10.5071 8.86297 10.4519 8.72004C10.3054 8.34202 10.1562 8.34202 10.0372 8.34202C10.0207 8.34202 10.0056 8.34202 9.99045 8.34129C9.8713 8.33478 9.73437 8.33333 9.5981 8.33333C9.46117 8.33333 9.23867 8.38837 9.05105 8.60996C9.03899 8.62416 9.02552 8.63965 9.01087 8.65649C8.79746 8.90187 8.3335 9.43532 8.3335 10.4523Z' fill='%23138958'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.52234 20.9742C3.43818 21.2828 3.71872 21.5672 4.02844 21.4873L7.96915 20.4704C9.30556 21.2317 10.8521 21.6667 12.5002 21.6667C17.5628 21.6667 21.6668 17.5626 21.6668 12.5C21.6668 7.43738 17.5628 3.33333 12.5002 3.33333C7.43755 3.33333 3.3335 7.43738 3.3335 12.5C3.3335 14.1811 3.78603 15.7565 4.57594 17.1111L3.52234 20.9742ZM5.22414 19.8017L6.00941 16.9224L5.72773 16.4394C5.0535 15.2832 4.66683 13.9388 4.66683 12.5C4.66683 8.17376 8.17393 4.66666 12.5002 4.66666C16.8264 4.66666 20.3335 8.17376 20.3335 12.5C20.3335 16.8262 16.8264 20.3333 12.5002 20.3333C11.0895 20.3333 9.76978 19.9617 8.62917 19.3118L8.15944 19.0442L5.22414 19.8017Z' fill='%23138958'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tg,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tg,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tg,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tg {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Telegram-fill'%3E %3Cpath id='icon' d='M6.3749 13.7489C11.7436 11.2087 15.3236 9.534 17.1148 8.72489C22.2292 6.4147 23.2919 6.01339 23.9846 6.00014C24.1369 5.99723 24.4776 6.03823 24.6982 6.23267C24.8845 6.39685 24.9358 6.61863 24.9603 6.77429C24.9848 6.92995 25.0154 7.28455 24.9911 7.56163C24.714 10.7241 23.5147 18.3986 22.9046 21.9406C22.6465 23.4394 22.1382 23.9419 21.6461 23.9911C20.5766 24.098 19.7645 23.2235 18.7287 22.4861C17.1078 21.3323 16.1921 20.614 14.6188 19.488C12.8005 18.1868 13.9792 17.4716 15.0155 16.3027C15.2866 15.9969 19.9987 11.3423 20.0899 10.92C20.1013 10.8672 20.1119 10.6704 20.0042 10.5664C19.8965 10.4625 19.7376 10.498 19.6229 10.5263C19.4604 10.5664 16.871 12.425 11.8549 16.1022C11.1199 16.6503 10.4542 16.9174 9.8577 16.9034C9.20015 16.888 7.93528 16.4996 6.99498 16.1677C5.84166 15.7606 4.92503 15.5453 5.00485 14.8539C5.04642 14.4937 5.5031 14.1254 6.3749 13.7489Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.android-share,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.android-share,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.android-share,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.android-share {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Share android'%3E %3Cpath id='icon' d='M10.8094 2.70786C11.0118 2.62396 11.2446 2.67062 11.3995 2.8259L18.1746 9.61606C18.3862 9.8282 18.3862 10.1718 18.1746 10.3839L11.3995 17.1741C11.2446 17.3294 11.0118 17.376 10.8094 17.2921C10.6068 17.2081 10.4746 17.0099 10.4746 16.7902V12.8222C7.83565 12.3503 5.21944 12.9783 2.83479 15.2405L2.59198 15.4766C2.42631 15.6426 2.17311 15.6834 1.96409 15.5774C1.75504 15.4712 1.63734 15.2419 1.67298 15.0097C2.02363 12.7257 2.90713 10.5694 4.45115 9.02192C5.9027 7.56713 7.90109 6.68902 10.4746 6.7203V3.20983C10.4746 2.99012 10.6068 2.79194 10.8094 2.70786ZM11.5583 7.28393C11.5583 7.43386 11.4966 7.57714 11.3876 7.67981C11.2786 7.78246 11.132 7.83568 10.9827 7.82635C8.41567 7.66555 6.53866 8.46549 5.21731 9.7898C4.22106 10.7883 3.51668 12.1092 3.08754 13.6C5.60948 11.6771 8.37667 11.2319 11.1342 11.8461C11.3821 11.9014 11.5583 12.122 11.5583 12.3766V15.4792L17.0253 10L11.5583 4.52079V7.28393Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-copied-feedback,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-copied-feedback,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-copied-feedback,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-copied-feedback {
  background: #ffffff;
  color: #001937;
  font-size: 12px;
  font-family: inherit;
  border-radius: 208px;
  width: 96px;
  padding: 0;
  padding-top: 2px;
  display: flex;
  height: 24px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px rgba(37, 115, 233, 0.15), 1px 2px 3px rgba(37, 115, 233, 0.15);
  bottom: calc(140%);
  right: 50%;
  transform: translateX(50%);
  align-items: center;
  justify-content: center;
  align-content: center;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover {
  background-color: #de1a1a;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .action-btn-text {
  color: #fff;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='white'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon--add,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon--add,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon--add,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comments-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='white'/%3E %3Cpath d='M6 9.00356C6 8.7331 6.0922 8.49822 6.2766 8.29893C6.46572 8.09964 6.70686 8 7 8C7.29314 8 7.53191 8.09964 7.71631 8.29893C7.90544 8.49822 8 8.7331 8 9.00356C8 9.26928 7.90544 9.50178 7.71631 9.70107C7.53191 9.90036 7.29314 10 7 10C6.70686 10 6.46572 9.90036 6.2766 9.70107C6.0922 9.50178 6 9.26928 6 9.00356Z' fill='%23DE1A1A'/%3E %3Cpath d='M10 9.00356C10 8.7331 10.0922 8.49822 10.2766 8.29893C10.4657 8.09964 10.7069 8 11 8C11.2931 8 11.5319 8.09964 11.7163 8.29893C11.9054 8.49822 12 8.7331 12 9.00356C12 9.26928 11.9054 9.50178 11.7163 9.70107C11.5319 9.90036 11.2931 10 11 10C10.7069 10 10.4657 9.90036 10.2766 9.70107C10.0922 9.50178 10 9.26928 10 9.00356Z' fill='%23DE1A1A'/%3E %3Cpath d='M14 9.00356C14 8.7331 14.0922 8.49822 14.2766 8.29893C14.4657 8.09964 14.7069 8 15 8C15.2931 8 15.5319 8.09964 15.7163 8.29893C15.9054 8.49822 16 8.7331 16 9.00356C16 9.26928 15.9054 9.50178 15.7163 9.70107C15.5319 9.90036 15.2931 10 15 10C14.7069 10 14.4657 9.90036 14.2766 9.70107C14.0922 9.50178 14 9.26928 14 9.00356Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .comments-btn:hover .comment-count {
  color: #de1a1a;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover {
  background-color: #de1a1a;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .action-btn-text {
  color: #fff;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .audio-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .audio-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .audio-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn:hover .audio-icon {
  filter: brightness(0) invert(1);
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover {
  background-color: #de1a1a;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .action-btn-text {
  color: #fff;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .ai-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .ai-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .ai-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn:hover .ai-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Crect width='22' height='22' fill='url(%23pattern0_17836_79799)'/%3E %3Cdefs%3E %3Cpattern id='pattern0_17836_79799' patternContentUnits='objectBoundingBox' width='1' height='1'%3E %3Cuse xlink:href='%23image0_17836_79799' transform='scale(0.002)'/%3E %3C/pattern%3E %3Cimage id='image0_17836_79799' width='500' height='500' preserveAspectRatio='none' xlink:href='data:image/png;base64,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'/%3E %3C/defs%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover {
  background-color: #de1a1a;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-title {
  color: #fff;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle:hover .share-menu-icon {
  filter: brightness(0) invert(1);
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover {
  background-color: transparent;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.magazine .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.magazine_art .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.magazine_template .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon {
  filter: brightness(0) invert(1);
}
.PremiumArticleHeaderComponenta.newDesign .bottomSection {
  min-height: 80px;
  height: auto;
}
.PremiumArticleHeaderComponenta.newDesign .articleHeaderAiSummaryHost.desktop .articleHeaderAiSummary1280 {
  display: none !important;
}
.PremiumArticleHeaderComponenta.newDesign .siteArticleShareActionBarSummaryWrapper {
  display: flex;
  justify-content: flex-end;
  width: auto;
  flex-shrink: 0;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar {
  display: flex;
  align-items: center;
  gap: 30px;
  width: auto;
  height: auto;
  position: static;
  float: none;
  flex-wrap: nowrap;
  overflow: visible;
  direction: rtl;
  justify-content: flex-end;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .action-btn {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 64px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn {
  cursor: pointer;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-text {
  font-size: 15px;
  white-space: nowrap;
  color: #000;
  line-height: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .action-btn-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.4156 0H2.57887C1.15226 0 0 1.10845 0 2.48081V10.2716C0 11.6387 1.15226 12.7524 2.57887 12.7524H3.47325V15.988C3.47325 16.9645 4.69684 17.4501 5.41564 16.7639L9.58573 12.7524H17.4211C18.8422 12.7524 20 11.644 20 10.2716V2.48081C20 1.11372 18.8477 0 17.4211 0H17.4156Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-size: contain;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .comments-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4156 2.45749H3.57887C2.15226 2.45749 1 3.56594 1 4.9383V12.7291C1 14.0962 2.15226 15.2099 3.57887 15.2099H4.47325V18.4455C4.47325 19.422 5.69684 19.9076 6.41564 19.2214L10.5857 15.2099H18.4211C19.8422 15.2099 21 14.1015 21 12.7291V4.9383C21 3.57121 19.8477 2.45749 18.4211 2.45749H18.4156Z' fill='%23DE1A1A'/%3E %3Cpath d='M6 9.00356C6 8.7331 6.0922 8.49822 6.2766 8.29893C6.46572 8.09964 6.70686 8 7 8C7.29314 8 7.53191 8.09964 7.71631 8.29893C7.90544 8.49822 8 8.7331 8 9.00356C8 9.26928 7.90544 9.50178 7.71631 9.70107C7.53191 9.90036 7.29314 10 7 10C6.70686 10 6.46572 9.90036 6.2766 9.70107C6.0922 9.50178 6 9.26928 6 9.00356Z' fill='white'/%3E %3Cpath d='M10 9.00356C10 8.7331 10.0922 8.49822 10.2766 8.29893C10.4657 8.09964 10.7069 8 11 8C11.2931 8 11.5319 8.09964 11.7163 8.29893C11.9054 8.49822 12 8.7331 12 9.00356C12 9.26928 11.9054 9.50178 11.7163 9.70107C11.5319 9.90036 11.2931 10 11 10C10.7069 10 10.4657 9.90036 10.2766 9.70107C10.0922 9.50178 10 9.26928 10 9.00356Z' fill='white'/%3E %3Cpath d='M14 9.00356C14 8.7331 14.0922 8.49822 14.2766 8.29893C14.4657 8.09964 14.7069 8 15 8C15.2931 8 15.5319 8.09964 15.7163 8.29893C15.9054 8.49822 16 8.7331 16 9.00356C16 9.26928 15.9054 9.50178 15.7163 9.70107C15.5319 9.90036 15.2931 10 15 10C14.7069 10 14.4657 9.90036 14.2766 9.70107C14.0922 9.50178 14 9.26928 14 9.00356Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .comment-count {
  position: relative;
  bottom: -1px;
  right: 0;
  font-size: 9px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8719 11.7092C17.8719 10.7751 17.8651 8.76671 16.9987 6.99912C16.5714 6.12735 15.9399 5.32599 15.0007 4.73921C14.0616 4.15251 12.7758 3.75593 11.0003 3.75593C10.6703 3.75593 10.4028 3.4897 10.4028 3.16129C10.4028 2.83288 10.6703 2.56665 11.0003 2.56665C12.9594 2.56665 14.4745 3.00628 15.6361 3.73197C16.7975 4.45758 17.5665 5.44478 18.0728 6.47771C19.0671 8.50613 19.067 10.7553 19.0669 11.6909V11.7092C19.0669 12.3553 18.8586 13.2923 18.6257 14.142C18.3875 15.0114 18.1017 15.8651 17.9085 16.3778C17.8522 16.5272 17.7419 16.6408 17.608 16.7049L17.3184 17.7805C17.0349 18.8334 16.028 19.528 14.9378 19.4228L13.6214 19.2958C12.9323 19.2293 12.4681 18.563 12.6473 17.8975L14.0892 12.5424C14.2684 11.8769 15.0051 11.5308 15.6353 11.8161L16.8391 12.3611C17.1774 12.5142 17.461 12.7423 17.6772 13.0179C17.7972 12.4883 17.8719 12.0245 17.8719 11.7092ZM13.8245 18.1205L15.2207 12.935L16.3443 13.4437C16.8096 13.6543 17.0536 14.1688 16.9213 14.6602L16.1641 17.4727C16.0318 17.964 15.5619 18.2882 15.0531 18.2391L13.8245 18.1205Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.12865 11.7092C4.12865 10.7751 4.13537 8.76671 5.0018 6.99912C5.42912 6.12735 6.06062 5.32599 6.99985 4.73921C7.93896 4.15251 9.22486 3.75593 11.0003 3.75593C11.3303 3.75593 11.5977 3.4897 11.5977 3.16129C11.5977 2.83288 11.3303 2.56665 11.0003 2.56665C9.04121 2.56665 7.52602 3.00628 6.36445 3.73197C5.203 4.45758 4.43404 5.44478 3.92772 6.47771C2.93345 8.50612 2.93355 10.7553 2.93359 11.6908L2.9336 11.7092C2.9336 12.3553 3.14192 13.2923 3.37479 14.142C3.61304 15.0114 3.8988 15.8651 4.09201 16.3778C4.18781 16.6321 4.43985 16.7826 4.69893 16.7619L4.97317 17.7805C5.25667 18.8334 6.26353 19.528 7.35378 19.4228L8.67015 19.2958C9.35924 19.2293 9.82341 18.563 9.64422 17.8975L8.20236 12.5424C8.02318 11.8769 7.28641 11.5308 6.65624 11.8161L5.45241 12.3611C4.9879 12.5714 4.62628 12.9231 4.40118 13.3452C4.23642 12.6812 4.12865 12.088 4.12865 11.7092ZM8.46707 18.1205L7.07085 12.935L5.94728 13.4437C5.482 13.6543 5.23795 14.1688 5.37025 14.6602L6.1275 17.4727C6.2598 17.964 6.72967 18.2882 7.23845 18.2391L8.46707 18.1205Z' fill='black'/%3E %3C/svg%3E");
  margin-bottom: 2px;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .audio-icon.audio-icon--playing {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 10C22.2761 10 22.5 10.2239 22.5 10.5V39.5C22.5 39.7761 22.2761 40 22 40H16.333C16.057 39.9998 15.833 39.776 15.833 39.5V10.5C15.833 10.224 16.057 10.0002 16.333 10H22ZM33.667 10C33.943 10.0002 34.167 10.224 34.167 10.5V39.5C34.167 39.776 33.943 39.9998 33.667 40H28C27.7239 40 27.5 39.7761 27.5 39.5V10.5C27.5 10.2239 27.7239 10 28 10H33.667Z' fill='black'/%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .ai-icon {
  background-image: url(https://ynet-pic1.yit.co.il/Common/images/Pause_GIF_image.gif);
  background-size: contain;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .articleHeaderAiSummaryHost.desktop {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-menu {
  display: flex;
  align-items: center;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 64px;
  cursor: pointer;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title {
  font-size: 15px;
  white-space: nowrap;
  color: #000;
  line-height: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.891 2.97867C12.1137 2.88638 12.3697 2.9377 12.5401 3.1085L19.9927 10.5777C20.2255 10.811 20.2255 11.189 19.9927 11.4223L12.5401 18.8915C12.3697 19.0623 12.1137 19.1137 11.891 19.0214C11.6682 18.9289 11.5227 18.7109 11.5227 18.4692V14.1044C8.61987 13.5854 5.74204 14.2762 3.11892 16.7646L2.85183 17.0242C2.6696 17.2069 2.39107 17.2517 2.16116 17.1351C1.93119 17.0183 1.80173 16.7661 1.84093 16.5107C2.22665 13.9982 3.1985 11.6263 4.89691 9.92413C6.49362 8.32386 8.69185 7.35794 11.5227 7.39234V3.53083C11.5227 3.28915 11.6682 3.07115 11.891 2.97867ZM12.7148 8.01234C12.7148 8.17726 12.647 8.33487 12.527 8.4478C12.4071 8.56072 12.2459 8.61926 12.0816 8.609C9.25789 8.43212 7.19318 9.31206 5.73969 10.7688C4.64381 11.8671 3.869 13.3202 3.39694 14.96C6.17108 12.8448 9.21499 12.3551 12.2483 13.0307C12.521 13.0915 12.7148 13.3342 12.7148 13.6142V17.0272L18.7285 11L12.7148 4.97288V8.01234Z' fill='black'/%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-btns {
  top: 50%;
  left: 92%;
  right: auto;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 100;
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.print {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40006 4.66667V10.2667H5.78673C5.24215 10.2667 4.71988 10.507 4.33481 10.9349C3.94973 11.3628 3.7334 11.9431 3.7334 12.5482V18.2519C3.7334 18.8569 3.94973 19.4372 4.33481 19.8651C4.71988 20.293 5.24215 20.5333 5.78673 20.5333H8.40006V23.3333C8.40006 23.8488 8.81793 24.2667 9.3334 24.2667H18.6667C19.1822 24.2667 19.6001 23.8488 19.6001 23.3333V20.5333H22.2134C22.758 20.5333 23.2802 20.293 23.6653 19.8651C24.0504 19.4372 24.2667 18.8569 24.2667 18.2519V12.5482C24.2667 11.9431 24.0504 11.3628 23.6653 10.9349C23.2802 10.507 22.758 10.2667 22.2134 10.2667H19.6001V4.66667C19.6001 4.15121 19.1822 3.73334 18.6667 3.73334H9.3334C8.81793 3.73334 8.40006 4.1512 8.40006 4.66667ZM9.8934 5.22667V10.2667H18.1067V5.22667H9.8934ZM19.6001 19.04H22.2134C22.3081 19.04 22.4352 18.9996 22.5553 18.8661C22.6801 18.7275 22.7734 18.5087 22.7734 18.2519V12.5482C22.7734 12.2913 22.6801 12.0725 22.5553 11.9339C22.4352 11.8004 22.3081 11.76 22.2134 11.76H5.78673C5.69203 11.76 5.56492 11.8004 5.44479 11.9339C5.32 12.0725 5.22673 12.2913 5.22673 12.5482V18.2519C5.22673 18.5087 5.32 18.7275 5.44479 18.8661C5.56492 18.9996 5.69203 19.04 5.78673 19.04H8.40006V16.8C8.40006 16.2845 8.81793 15.8667 9.3334 15.8667H18.6667C19.1822 15.8667 19.6001 16.2845 19.6001 16.8V19.04ZM9.8934 22.7733H18.1067V17.36H9.8934V22.7733Z' fill='black'/%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.copy-link {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_17843_81102)'%3E %3Cpath d='M11.9319 19.65L10.1482 21.3815C9.68046 21.8488 9.04609 22.1113 8.38463 22.1113C7.72317 22.1113 7.0888 21.8488 6.62108 21.3815C6.15335 20.9143 5.89059 20.2806 5.89059 19.6198C5.89059 18.959 6.15335 18.3252 6.62108 17.858L11.1962 13.2773C11.6453 12.8272 12.2504 12.5668 12.8862 12.55C13.5221 12.5331 14.1402 12.7611 14.6125 13.1867L14.7334 13.2874C14.9245 13.4743 15.1821 13.5777 15.4495 13.5749C15.717 13.572 15.9723 13.4632 16.1594 13.2723C16.3465 13.0814 16.45 12.824 16.4472 12.5569C16.4443 12.2897 16.3354 12.0346 16.1443 11.8477C16.0871 11.7745 16.0266 11.704 15.9629 11.6363C15.1026 10.8886 13.9901 10.4955 12.8505 10.5367C11.711 10.5778 10.6297 11.0501 9.82571 11.8578L5.19008 16.4385C4.40238 17.295 3.97637 18.4224 4.00101 19.5853C4.02566 20.7481 4.49905 21.8565 5.32233 22.679C6.14561 23.5015 7.25511 23.9744 8.41915 23.999C9.58318 24.0236 10.7117 23.598 11.5691 22.8111L13.3125 21.1097C13.4847 20.9221 13.5793 20.6763 13.5774 20.4219C13.5754 20.1674 13.4771 19.923 13.3021 19.7381C13.1272 19.5531 12.8886 19.4411 12.6344 19.4248C12.3801 19.4085 12.1292 19.4889 11.9319 19.65ZM22.7047 5.31401C21.857 4.47238 20.7104 4 19.5152 4C18.32 4 17.1734 4.47238 16.3257 5.31401L14.5823 7.01539C14.4101 7.203 14.3155 7.44877 14.3174 7.70326C14.3194 7.95775 14.4177 8.20207 14.5926 8.38706C14.7676 8.57205 15.0062 8.68397 15.2604 8.70032C15.5146 8.71667 15.7656 8.63622 15.9629 8.47516L17.7063 6.74357C18.174 6.27632 18.8084 6.01382 19.4698 6.01382C20.1313 6.01382 20.7657 6.27632 21.2334 6.74357C21.7011 7.21083 21.9639 7.84457 21.9639 8.50537C21.9639 9.16617 21.7011 9.7999 21.2334 10.2672L16.6582 14.8478C16.2092 15.2979 15.6041 15.5583 14.9682 15.5752C14.3323 15.592 13.7143 15.3641 13.242 14.9384L13.121 14.8377C12.9299 14.6508 12.6723 14.5474 12.4049 14.5503C12.1375 14.5531 11.8822 14.6619 11.6951 14.8528C11.508 15.0438 11.4045 15.3011 11.4073 15.5682C11.4101 15.8354 11.5191 16.0905 11.7102 16.2774C11.7837 16.3518 11.8611 16.4224 11.942 16.4888C12.8033 17.2342 13.9154 17.6259 15.0542 17.5848C16.193 17.5437 17.2739 17.0729 18.0792 16.2673L22.6644 11.6867C23.5122 10.8451 23.9924 9.70261 23.9999 8.50864C24.0075 7.31466 23.5418 6.1662 22.7047 5.31401Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_17843_81102' x='-4' y='-4' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_17843_81102'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_17843_81102' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23.333 6.5332C23.8485 6.5332 24.2666 6.95133 24.2666 7.4668V20.5332C24.2666 21.0487 23.8485 21.4668 23.333 21.4668H4.66699C4.15153 21.4668 3.7334 21.0487 3.7334 20.5332V7.4668C3.7334 6.95133 4.15153 6.5332 4.66699 6.5332H23.333ZM14.9639 16.1035C14.3854 16.5084 13.6146 16.5084 13.0361 16.1035L5.22656 10.6367V19.9736H22.7734V10.6367L14.9639 16.1035ZM5.22656 8.81348L13.8926 14.8809C13.9569 14.9259 14.0431 14.9258 14.1074 14.8809L22.7734 8.81348V8.02637H5.22656V8.81348Z' fill='black'/%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2587 4.66667C21.2322 4.66667 21.2069 4.67742 21.1888 4.69634L15.0906 11.0721L10.2262 4.70401C10.2083 4.6805 10.1801 4.66667 10.1502 4.66667H3.92386C3.7672 4.66667 3.67777 4.84228 3.77177 4.96534L11.4549 15.0236L3.78541 23.0191C3.671 23.1384 3.75772 23.3333 3.92518 23.3333H5.80697C5.83343 23.3333 5.85871 23.3227 5.8768 23.3038L12.5087 16.4031L17.7739 23.296C17.7918 23.3195 17.82 23.3333 17.8499 23.3333H24.0763C24.2329 23.3333 24.3224 23.1577 24.2284 23.0347L16.1444 12.4516L23.2817 4.98058C23.3957 4.86122 23.3089 4.66667 23.1416 4.66667H21.2587ZM18.5629 21.84L6.5855 6.16H9.43726L21.4146 21.84H18.5629Z' fill='black'/%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.6157 3.73311C18.4922 3.73311 20.0666 3.73334 20.0666 3.73334V6.40902C20.0666 6.40902 19.6555 6.41885 18.6358 6.42048L18.1588 6.42212C15.7642 6.42212 16.1141 7.70341 16.1141 9.0022L16.1124 11.3394H19.6555L19.0641 14.4428L16.1123 14.4412L16.1132 19.7406L16.1141 24.2667H12.9417V19.7406L12.9416 14.4412L8.3999 14.4428L8.39996 11.3394H12.9417V8.81221C12.9417 4.73981 15.5955 3.73311 16.6157 3.73311Z' fill='black'/%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-icon.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.3335 10.4523C8.3335 11.5328 9.05944 12.5768 9.16896 12.7343L9.17086 12.737C9.17758 12.7467 9.18962 12.7653 9.20683 12.7919C9.45245 13.1712 10.7511 15.1772 12.673 16.0718C13.1622 16.3 13.5446 16.4354 13.8415 16.5368C14.3333 16.7048 14.7796 16.6809 15.1331 16.6251C15.5275 16.5607 16.3464 16.09 16.5176 15.5743C16.6881 15.058 16.6881 14.6163 16.6374 14.5243C16.5958 14.4508 16.5001 14.4009 16.3588 14.3273C16.3233 14.3088 16.2849 14.2888 16.2437 14.2665C16.039 14.1557 15.0304 13.6212 14.8422 13.5481C14.6552 13.4742 14.5176 13.4373 14.3814 13.6582C14.2444 13.8791 13.8521 14.3766 13.7323 14.5243C13.6131 14.6713 13.4933 14.6901 13.2886 14.5801C13.255 14.562 13.2093 14.5406 13.1529 14.5142C12.8639 14.379 12.2942 14.1125 11.6389 13.4837C11.0299 12.8978 10.6185 12.1743 10.4993 11.9535C10.3795 11.7319 10.4862 11.6131 10.5889 11.503C10.6524 11.4346 10.726 11.3379 10.799 11.242C10.8319 11.1988 10.8646 11.1558 10.8963 11.1156C10.9838 11.0057 11.0216 10.9221 11.0729 10.8088C11.0817 10.7892 11.091 10.7687 11.101 10.747C11.1688 10.6 11.1352 10.4704 11.0846 10.3603C11.0498 10.2857 10.8504 9.76308 10.6722 9.29581C10.5874 9.07332 10.5071 8.86297 10.4519 8.72004C10.3054 8.34202 10.1562 8.34202 10.0372 8.34202C10.0207 8.34202 10.0056 8.34202 9.99045 8.34129C9.8713 8.33478 9.73437 8.33333 9.5981 8.33333C9.46117 8.33333 9.23867 8.38837 9.05105 8.60996C9.03899 8.62416 9.02552 8.63965 9.01087 8.65649C8.79746 8.90187 8.3335 9.43532 8.3335 10.4523Z' fill='%23138958'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.52234 20.9742C3.43818 21.2828 3.71872 21.5672 4.02844 21.4873L7.96915 20.4704C9.30556 21.2317 10.8521 21.6667 12.5002 21.6667C17.5628 21.6667 21.6668 17.5626 21.6668 12.5C21.6668 7.43738 17.5628 3.33333 12.5002 3.33333C7.43755 3.33333 3.3335 7.43738 3.3335 12.5C3.3335 14.1811 3.78603 15.7565 4.57594 17.1111L3.52234 20.9742ZM5.22414 19.8017L6.00941 16.9224L5.72773 16.4394C5.0535 15.2832 4.66683 13.9388 4.66683 12.5C4.66683 8.17376 8.17393 4.66666 12.5002 4.66666C16.8264 4.66666 20.3335 8.17376 20.3335 12.5C20.3335 16.8262 16.8264 20.3333 12.5002 20.3333C11.0895 20.3333 9.76978 19.9617 8.62917 19.3118L8.15944 19.0442L5.22414 19.8017Z' fill='%23138958'/%3E %3C/svg%3E");
}
.PremiumArticleHeaderComponenta.newDesign .SiteArticleSocialShareNew1280.article-actions-bar .share-copied-feedback {
  background: #ffffff;
  color: #001937;
  font-size: 12px;
  font-family: inherit;
  border-radius: 208px;
  width: 96px;
  padding: 0;
  padding-top: 2px;
  display: flex;
  height: 24px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px rgba(37, 115, 233, 0.15), 1px 2px 3px rgba(37, 115, 233, 0.15);
  bottom: calc(140%);
  right: 50%;
  transform: translateX(50%);
  align-items: center;
  justify-content: center;
  align-content: center;
}
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .ai-btn .action-btn-text,
.magazine2025 .SiteArticleSocialShareNew1280.article-actions-bar .audio-btn .action-btn-text {
  font-family: "moses", sans-serif;
  font-weight: 500;
}
.grid1280 .ArticleTagsComponent,
.magazine_grid1280 .ArticleTagsComponent {
  border-top: 1px solid rgba(225, 225, 225, 0.92) ! important;
  border-bottom: 1px solid rgba(225, 225, 225, 0.92) ! important;
  font-size: 14px ! important;
  height: unset !important;
  font-family: 'NarkisBlock' !important;
  flex-wrap: wrap;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 14px;
  font-weight: 340;
  padding: 0px 10px;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.grid1280 .ArticleTagsComponent .tagsLabel,
.magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
}
.font-moses .grid1280 .ArticleTagsComponent .tagsLabel,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  font-weight: 670;
  line-height: 34px;
  margin-bottom: 10px;
}
.grid1280 .ArticleTagsComponent .separator,
.magazine_grid1280 .ArticleTagsComponent .separator {
  display: none;
}
.grid1280 .ArticleTagsComponent .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.grid1280 .ArticleTagsComponent .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:link,
.magazine_grid1280 .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:hover,
.magazine_grid1280 .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent {
  border-bottom: 1px solid rgba(225, 225, 225, 0.92);
  border-top: unset;
  font-size: 14px ! important;
  height: unset !important;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin: 0 14px;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.mynet .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  margin-right: unset;
}
.mynet .ArticleTagsComponent .separator {
  display: none;
}
.mynet .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.mynet .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.mynet .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:visited {
  color: #000 !important;
}
.grid1280_2.isLtr .ArticleTagsComponent {
  direction: ltr;
}
.grid1280_2.isLtr .tagsLabel {
  background-position: 0% center !important;
}
.grid1280_2.vesty .ArticleTagsComponent * {
  font-family: 'Arial' !important;
}
.grid1280_2.ynet .ArticleTagsComponent,
.grid1280_2.pplus .ArticleTagsComponent,
.grid1280_2.vesty .ArticleTagsComponent,
.grid1280_2.ynetnews .ArticleTagsComponent {
  align-items: flex-start;
}
.grid1280_2.ynet .ArticleTagsComponent *,
.grid1280_2.pplus .ArticleTagsComponent *,
.grid1280_2.vesty .ArticleTagsComponent *,
.grid1280_2.ynetnews .ArticleTagsComponent * {
  color: #7a7975 !important;
}
.grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  width: auto;
  font-size: 14px;
  padding-inline-start: 15px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='33.000000pt' height='33.000000pt' viewBox='0 0 33.000000 33.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,33.000000) scale(0.100000,-0.100000)' fill='%237a7975' stroke='none'%3E %3Cpath d='M94 238 c-46 -45 -84 -88 -84 -96 0 -20 112 -132 132 -132 8 0 51 38 96 84 l82 84 0 59 c0 33 -5 64 -12 71 -7 7 -38 12 -71 12 l-59 0 -84 -82z m204 4 l3 -53 -77 -80 -78 -79 -58 57 -59 58 80 78 79 78 54 -3 53 -3 3 -53z'/%3E %3Cpath d='M204 256 c-11 -28 1 -51 28 -54 31 -4 48 29 28 53 -16 19 -49 19 -56 1z m36 -26 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 10 10 10 6 0 10 -4 10 -10z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  margin: 0;
  line-height: 20px;
  height: 20px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  font-weight: 670;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName,
.grid1280_2.pplus .ArticleTagsComponent .tagName,
.grid1280_2.vesty .ArticleTagsComponent .tagName,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: 13px !important;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  width: auto;
  margin: 0;
  margin-inline-start: 6px;
  margin-bottom: 7px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  font-size: 11px !important;
  font-weight: 500;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName:hover a,
.grid1280_2.pplus .ArticleTagsComponent .tagName:hover a,
.grid1280_2.vesty .ArticleTagsComponent .tagName:hover a,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName:hover a {
  color: #222221 ! important;
}
.grid1280_2 .ArticleTagsComponent {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  background-color: transparent;
}
.grid1280_2 .ArticleTagsComponent :nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.grid1280_2 .ArticleTagsComponent * {
  color: #000 ! important;
  font-family: 'NarkisBlock' !important;
}
.font-moses .grid1280_2 .ArticleTagsComponent * {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.grid1280_2 .ArticleTagsComponent a,
.grid1280_2 .ArticleTagsComponent a:hover {
  text-decoration: none;
  color: #000;
}
.grid1280_2 .ArticleTagsComponent .tagsLabel {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  background: none;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  line-height: 18px;
  font-weight: 670;
}
.grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 11px;
  font-weight: 500;
}
.ArticleTagsComponent {
  display: flex;
  flex-direction: row;
  align-items: center;
  direction: rtl;
  border-top: 1px solid #D4EDEC;
  border-bottom: 1px solid #D4EDEC;
  background-color: white;
  height: 100%;
  font-size: 12px;
}
.ArticleTagsComponent.calcalistTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
}
.ArticleTagsComponent.calcalistTags .tagsLabel {
  margin: 0 0 0 8px;
  float: right;
  direction: rtl;
  font-size: 16px !important;
  font-weight: bold;
  background: url(https://www.calcalist.co.il/images/1280/article/tags.png) 56px 3px no-repeat;
  display: block;
  width: 84px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
}
.ArticleTagsComponent.calcalistTags .tagWrapper {
  padding: 0;
  float: right;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.calcalistTags .tagWrapper a {
  color: #969696 !important;
}
.ArticleTagsComponent.calcalistTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent.ctechTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
  direction: ltr;
  flex-wrap: wrap;
}
.ArticleTagsComponent.ctechTags .tagsLabel {
  margin: 0;
  width: auto;
  float: right;
  direction: ltr;
  font-size: 13px !important;
  font-weight: bold;
  background: url(https://www.calcalistech.com/images/1280/article/tags_eng.png) 0px 3px no-repeat;
  display: block;
  padding-left: 30px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
  box-sizing: content-box;
}
.ArticleTagsComponent.ctechTags .tagWrapper {
  padding: 0;
  float: left;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.ctechTags .tagWrapper a {
  white-space: nowrap !important;
  color: #969696 !important;
}
.ArticleTagsComponent.ctechTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent .tagsLabel {
  margin-right: 8px;
  color: #6281AF;
  font-weight: bold;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23d0dbec' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpolygon points='5.6,10 0,16 5.6,22 32,22 32,10 '/%3E %3C/svg%3E");
  background-size: 50px 42px;
  background-position: -1px -14px;
  width: 45px;
}
.ArticleTagsComponent .tagWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ArticleTagsComponent .tagWrapper .separator {
  color: #6281AF;
  float: left;
  height: 1px;
  width: 1px;
  background-color: #7a818b;
  margin: 1px 7px 0;
}
.ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none;
}
.ArticleTagsComponent .tagWrapper .tagName a:link {
  color: #6281AF;
}
.ArticleTagsComponent .tagWrapper .tagName a:hover {
  color: red;
}
.SiteVerticalArticleSocialShare_Wrapper {
  position: absolute;
  width: 100%;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 {
  position: sticky;
  top: 50px;
  display: inline-flex;
  flex-flow: column nowrap;
  padding-left: 5px;
  height: auto;
  width: auto;
  margin-right: 10px;
  align-items: center;
  z-index: 100;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 button {
  height: 30px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 1;
  background: unset;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='24px' height='21px' viewBox='0 0 24 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E01AC4F14-41A0-403F-8DE8-43A875ADDF36%3C/title%3E %3Cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Desktop_Dragging-c-' transform='translate(-1192.000000, -304.000000)' fill='%231417AC' fill-rule='nonzero'%3E %3Cg id='Group-4' transform='translate(1192.000000, 301.000000)'%3E %3Cg id='comments-black' transform='translate(12.000000, 13.663147) scale(-1, 1) translate(-12.000000, -13.663147) translate(0.000000, 3.326294)'%3E %3Cpolygon points='24 -2.92690193e-14 -8.39328607e-14 -2.92690193e-14 0 15.7833919 5.5962 15.7831713 5.5976972 20.6737061 11.0276 15.7831713 24 15.7833919'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 24px;
  display: flex;
  min-width: 24px;
  /* box-sizing: border-box; */
  /* align-items: center; */
  justify-content: center;
  border-radius: unset;
  border: 0;
  cursor: pointer;
  margin: 0 0 5px 0;
  padding: unset;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 6;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='33' viewBox='0 0 39 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M33.6386 0H4.98114C2.22561 0 0 2.14098 0 4.79172V19.8398C0 22.4803 2.22561 24.6315 4.98114 24.6315H6.70864V30.8811C6.70864 32.7672 9.07203 33.7052 10.4604 32.3798L18.515 24.6315H33.6492C36.3941 24.6315 38.6303 22.4905 38.6303 19.8398V4.79172C38.6303 2.15118 36.4047 0 33.6492 0H33.6386Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  min-width: 38px;
  height: 33px;
  margin: 7px 0 5px 0;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb > span:not(.shareIcon1280) {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: flex !important;
  margin-bottom: 3px;
  font-size: 13px;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  font-size: 12px !important;
  font-weight: 500;
  margin-bottom: 8px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 7px 0 8px 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tb {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  order: 4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-536.000000, -562.000000) translate(439.000000, 562.000000) translate(97.699198, 0.000000)'%3E %3Cpath fill='%233A5794' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0zm0 2.208C6.594 2.208 2.21 6.592 2.21 12c0 5.408 4.385 9.792 9.795 9.792S21.8 17.408 21.8 12c0-5.408-4.386-9.792-9.796-9.792z'/%3E %3Cellipse cx='12.004' cy='12' fill='%233A5794' rx='10.804' ry='10.8'/%3E %3Cpath fill='%23FFF' d='M13.228 5.865c1.039 0 1.773.163 1.773.163v1.835s-.228.006-.793.007h-.264c-.764 0-1.132.486-1.132 1.247l-.001 1.37h1.962l-.327 2.272H12.81l.001 5.305h-2.39l-.001-5.306-1.88.001v-2.272h1.88V9.005c0-2.69 1.534-3.12 2.722-3.14h.085z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  order: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%233ECC70' d='M12.055 0c3.198 0 6.2 1.24 8.456 3.487 2.257 2.249 3.499 5.237 3.498 8.413-.002 6.559-5.366 11.893-11.958 11.893-2.001 0-3.968-.5-5.713-1.447 0 .002-.003.002-.007.001L0 24l1.675-6.086-.017-.145C.637 15.983.1 13.962.101 11.892.102 5.334 5.466 0 12.055 0z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M5.762 9.494c0 1.423 1.058 2.797 1.206 2.99.148.194 2.083 3.113 5.046 4.367.704.298 1.255.475 1.683.608.708.22 1.351.189 1.86.116.569-.085 1.749-.7 1.995-1.376.246-.676.246-1.254.173-1.374-.075-.12-.272-.193-.567-.338-.295-.145-1.748-.845-2.02-.94-.269-.097-.467-.145-.663.144-.198.289-.763.94-.935 1.134-.172.192-.345.217-.64.073-.295-.145-1.248-.452-2.376-1.436-.877-.767-1.47-1.714-1.642-2.003-.172-.29-.019-.445.13-.59.132-.13.295-.337.442-.507.148-.168.197-.29.295-.482.098-.193.05-.362-.024-.507-.074-.144-.664-1.567-.911-2.147-.212-.496-.426-.495-.598-.495H8.15c-.172-.01-.369-.011-.565-.011-.197 0-.518.072-.788.362s-1.034.989-1.034 2.412z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  order: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  order: 5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.402 7.8H18.607V16.2H5.402z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.207 7.76L11.837 12.56 18.412 7.76' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.more {
  order: 6;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='5px' height='21px' viewBox='0 0 5 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EDABEEDA5-CB43-4221-B94B-4826C6515A3D%3C/title%3E %3Cg id='DT' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='article-final_No-comments-yet' transform='translate(-439.000000, -564.000000)'%3E %3Cg id='share-btn_-no-comments-yet' transform='translate(439.000000, 562.000000)'%3E %3Cg id='Group-16' transform='translate(0.000000, 2.400000)'%3E %3Cellipse id='Oval' fill='%23000000' cx='2.34085274' cy='2.34' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-4' fill='%23000000' cx='2.34085274' cy='17.94' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-3' fill='%23000000' cx='2.34085274' cy='10.14' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cg id='Group-14' transform='translate(0.000000, 3.600000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-left: 0;
  width: 5px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .menuMore {
  left: -200px !important;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .copyPopup {
  top: 0px;
  left: -110px;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar {
  top: 25.5px;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical {
  position: sticky;
  top: 50px;
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 15px;
  padding: 8px 6px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: none;
  z-index: 100;
  margin-right: 10px;
  width: 53px;
  box-sizing: border-box;
  justify-content: flex-start;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-share-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-menu-btns {
  top: calc(64%);
  right: calc(108%);
  left: auto;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 100;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-icon.print {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40006 4.66667V10.2667H5.78673C5.24215 10.2667 4.71988 10.507 4.33481 10.9349C3.94973 11.3628 3.7334 11.9431 3.7334 12.5482V18.2519C3.7334 18.8569 3.94973 19.4372 4.33481 19.8651C4.71988 20.293 5.24215 20.5333 5.78673 20.5333H8.40006V23.3333C8.40006 23.8488 8.81793 24.2667 9.3334 24.2667H18.6667C19.1822 24.2667 19.6001 23.8488 19.6001 23.3333V20.5333H22.2134C22.758 20.5333 23.2802 20.293 23.6653 19.8651C24.0504 19.4372 24.2667 18.8569 24.2667 18.2519V12.5482C24.2667 11.9431 24.0504 11.3628 23.6653 10.9349C23.2802 10.507 22.758 10.2667 22.2134 10.2667H19.6001V4.66667C19.6001 4.15121 19.1822 3.73334 18.6667 3.73334H9.3334C8.81793 3.73334 8.40006 4.1512 8.40006 4.66667ZM9.8934 5.22667V10.2667H18.1067V5.22667H9.8934ZM19.6001 19.04H22.2134C22.3081 19.04 22.4352 18.9996 22.5553 18.8661C22.6801 18.7275 22.7734 18.5087 22.7734 18.2519V12.5482C22.7734 12.2913 22.6801 12.0725 22.5553 11.9339C22.4352 11.8004 22.3081 11.76 22.2134 11.76H5.78673C5.69203 11.76 5.56492 11.8004 5.44479 11.9339C5.32 12.0725 5.22673 12.2913 5.22673 12.5482V18.2519C5.22673 18.5087 5.32 18.7275 5.44479 18.8661C5.56492 18.9996 5.69203 19.04 5.78673 19.04H8.40006V16.8C8.40006 16.2845 8.81793 15.8667 9.3334 15.8667H18.6667C19.1822 15.8667 19.6001 16.2845 19.6001 16.8V19.04ZM9.8934 22.7733H18.1067V17.36H9.8934V22.7733Z' fill='black'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-icon.copy-link {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_17843_81102)'%3E %3Cpath d='M11.9319 19.65L10.1482 21.3815C9.68046 21.8488 9.04609 22.1113 8.38463 22.1113C7.72317 22.1113 7.0888 21.8488 6.62108 21.3815C6.15335 20.9143 5.89059 20.2806 5.89059 19.6198C5.89059 18.959 6.15335 18.3252 6.62108 17.858L11.1962 13.2773C11.6453 12.8272 12.2504 12.5668 12.8862 12.55C13.5221 12.5331 14.1402 12.7611 14.6125 13.1867L14.7334 13.2874C14.9245 13.4743 15.1821 13.5777 15.4495 13.5749C15.717 13.572 15.9723 13.4632 16.1594 13.2723C16.3465 13.0814 16.45 12.824 16.4472 12.5569C16.4443 12.2897 16.3354 12.0346 16.1443 11.8477C16.0871 11.7745 16.0266 11.704 15.9629 11.6363C15.1026 10.8886 13.9901 10.4955 12.8505 10.5367C11.711 10.5778 10.6297 11.0501 9.82571 11.8578L5.19008 16.4385C4.40238 17.295 3.97637 18.4224 4.00101 19.5853C4.02566 20.7481 4.49905 21.8565 5.32233 22.679C6.14561 23.5015 7.25511 23.9744 8.41915 23.999C9.58318 24.0236 10.7117 23.598 11.5691 22.8111L13.3125 21.1097C13.4847 20.9221 13.5793 20.6763 13.5774 20.4219C13.5754 20.1674 13.4771 19.923 13.3021 19.7381C13.1272 19.5531 12.8886 19.4411 12.6344 19.4248C12.3801 19.4085 12.1292 19.4889 11.9319 19.65ZM22.7047 5.31401C21.857 4.47238 20.7104 4 19.5152 4C18.32 4 17.1734 4.47238 16.3257 5.31401L14.5823 7.01539C14.4101 7.203 14.3155 7.44877 14.3174 7.70326C14.3194 7.95775 14.4177 8.20207 14.5926 8.38706C14.7676 8.57205 15.0062 8.68397 15.2604 8.70032C15.5146 8.71667 15.7656 8.63622 15.9629 8.47516L17.7063 6.74357C18.174 6.27632 18.8084 6.01382 19.4698 6.01382C20.1313 6.01382 20.7657 6.27632 21.2334 6.74357C21.7011 7.21083 21.9639 7.84457 21.9639 8.50537C21.9639 9.16617 21.7011 9.7999 21.2334 10.2672L16.6582 14.8478C16.2092 15.2979 15.6041 15.5583 14.9682 15.5752C14.3323 15.592 13.7143 15.3641 13.242 14.9384L13.121 14.8377C12.9299 14.6508 12.6723 14.5474 12.4049 14.5503C12.1375 14.5531 11.8822 14.6619 11.6951 14.8528C11.508 15.0438 11.4045 15.3011 11.4073 15.5682C11.4101 15.8354 11.5191 16.0905 11.7102 16.2774C11.7837 16.3518 11.8611 16.4224 11.942 16.4888C12.8033 17.2342 13.9154 17.6259 15.0542 17.5848C16.193 17.5437 17.2739 17.0729 18.0792 16.2673L22.6644 11.6867C23.5122 10.8451 23.9924 9.70261 23.9999 8.50864C24.0075 7.31466 23.5418 6.1662 22.7047 5.31401Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_17843_81102' x='-4' y='-4' width='36' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_17843_81102'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_17843_81102' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-icon.mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23.333 6.5332C23.8485 6.5332 24.2666 6.95133 24.2666 7.4668V20.5332C24.2666 21.0487 23.8485 21.4668 23.333 21.4668H4.66699C4.15153 21.4668 3.7334 21.0487 3.7334 20.5332V7.4668C3.7334 6.95133 4.15153 6.5332 4.66699 6.5332H23.333ZM14.9639 16.1035C14.3854 16.5084 13.6146 16.5084 13.0361 16.1035L5.22656 10.6367V19.9736H22.7734V10.6367L14.9639 16.1035ZM5.22656 8.81348L13.8926 14.8809C13.9569 14.9259 14.0431 14.9258 14.1074 14.8809L22.7734 8.81348V8.02637H5.22656V8.81348Z' fill='black'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-icon.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2587 4.66667C21.2322 4.66667 21.2069 4.67742 21.1888 4.69634L15.0906 11.0721L10.2262 4.70401C10.2083 4.6805 10.1801 4.66667 10.1502 4.66667H3.92386C3.7672 4.66667 3.67777 4.84228 3.77177 4.96534L11.4549 15.0236L3.78541 23.0191C3.671 23.1384 3.75772 23.3333 3.92518 23.3333H5.80697C5.83343 23.3333 5.85871 23.3227 5.8768 23.3038L12.5087 16.4031L17.7739 23.296C17.7918 23.3195 17.82 23.3333 17.8499 23.3333H24.0763C24.2329 23.3333 24.3224 23.1577 24.2284 23.0347L16.1444 12.4516L23.2817 4.98058C23.3957 4.86122 23.3089 4.66667 23.1416 4.66667H21.2587ZM18.5629 21.84L6.5855 6.16H9.43726L21.4146 21.84H18.5629Z' fill='black'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-icon.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.6157 3.73311C18.4922 3.73311 20.0666 3.73334 20.0666 3.73334V6.40902C20.0666 6.40902 19.6555 6.41885 18.6358 6.42048L18.1588 6.42212C15.7642 6.42212 16.1141 7.70341 16.1141 9.0022L16.1124 11.3394H19.6555L19.0641 14.4428L16.1123 14.4412L16.1132 19.7406L16.1141 24.2667H12.9417V19.7406L12.9416 14.4412L8.3999 14.4428L8.39996 11.3394H12.9417V8.81221C12.9417 4.73981 15.5955 3.73311 16.6157 3.73311Z' fill='black'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-icon.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.3335 10.4523C8.3335 11.5328 9.05944 12.5768 9.16896 12.7343L9.17086 12.737C9.17758 12.7467 9.18962 12.7653 9.20683 12.7919C9.45245 13.1712 10.7511 15.1772 12.673 16.0718C13.1622 16.3 13.5446 16.4354 13.8415 16.5368C14.3333 16.7048 14.7796 16.6809 15.1331 16.6251C15.5275 16.5607 16.3464 16.09 16.5176 15.5743C16.6881 15.058 16.6881 14.6163 16.6374 14.5243C16.5958 14.4508 16.5001 14.4009 16.3588 14.3273C16.3233 14.3088 16.2849 14.2888 16.2437 14.2665C16.039 14.1557 15.0304 13.6212 14.8422 13.5481C14.6552 13.4742 14.5176 13.4373 14.3814 13.6582C14.2444 13.8791 13.8521 14.3766 13.7323 14.5243C13.6131 14.6713 13.4933 14.6901 13.2886 14.5801C13.255 14.562 13.2093 14.5406 13.1529 14.5142C12.8639 14.379 12.2942 14.1125 11.6389 13.4837C11.0299 12.8978 10.6185 12.1743 10.4993 11.9535C10.3795 11.7319 10.4862 11.6131 10.5889 11.503C10.6524 11.4346 10.726 11.3379 10.799 11.242C10.8319 11.1988 10.8646 11.1558 10.8963 11.1156C10.9838 11.0057 11.0216 10.9221 11.0729 10.8088C11.0817 10.7892 11.091 10.7687 11.101 10.747C11.1688 10.6 11.1352 10.4704 11.0846 10.3603C11.0498 10.2857 10.8504 9.76308 10.6722 9.29581C10.5874 9.07332 10.5071 8.86297 10.4519 8.72004C10.3054 8.34202 10.1562 8.34202 10.0372 8.34202C10.0207 8.34202 10.0056 8.34202 9.99045 8.34129C9.8713 8.33478 9.73437 8.33333 9.5981 8.33333C9.46117 8.33333 9.23867 8.38837 9.05105 8.60996C9.03899 8.62416 9.02552 8.63965 9.01087 8.65649C8.79746 8.90187 8.3335 9.43532 8.3335 10.4523Z' fill='%23138958'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.52234 20.9742C3.43818 21.2828 3.71872 21.5672 4.02844 21.4873L7.96915 20.4704C9.30556 21.2317 10.8521 21.6667 12.5002 21.6667C17.5628 21.6667 21.6668 17.5626 21.6668 12.5C21.6668 7.43738 17.5628 3.33333 12.5002 3.33333C7.43755 3.33333 3.3335 7.43738 3.3335 12.5C3.3335 14.1811 3.78603 15.7565 4.57594 17.1111L3.52234 20.9742ZM5.22414 19.8017L6.00941 16.9224L5.72773 16.4394C5.0535 15.2832 4.66683 13.9388 4.66683 12.5C4.66683 8.17376 8.17393 4.66666 12.5002 4.66666C16.8264 4.66666 20.3335 8.17376 20.3335 12.5C20.3335 16.8262 16.8264 20.3333 12.5002 20.3333C11.0895 20.3333 9.76978 19.9617 8.62917 19.3118L8.15944 19.0442L5.22414 19.8017Z' fill='%23138958'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-menu-toggle .share-menu-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #000;
  white-space: nowrap;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu .share-menu-toggle .share-menu-icon {
  display: block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 0.15s ease;
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.5124 3.3845C13.7654 3.27963 14.0564 3.33795 14.2501 3.53204L22.7189 12.0198C22.9835 12.2849 22.9835 12.7144 22.7189 12.9796L14.2501 21.4673C14.0564 21.6614 13.7654 21.7197 13.5124 21.6148C13.2592 21.5097 13.0939 21.262 13.0939 20.9874V16.0274C9.79522 15.4376 6.52495 16.2226 3.54414 19.0503L3.24062 19.3454C3.03354 19.5529 2.71704 19.6039 2.45577 19.4714C2.19445 19.3386 2.04733 19.052 2.09188 18.7618C2.53019 15.9067 3.63457 13.2114 5.56458 11.2771C7.37902 9.45859 9.87702 8.36096 13.0939 8.40004V4.01196C13.0939 3.73733 13.2592 3.4896 13.5124 3.3845ZM14.4486 9.10459C14.4486 9.292 14.3715 9.4711 14.2352 9.59943C14.0989 9.72775 13.9157 9.79427 13.729 9.78261C10.5202 9.58162 8.17398 10.5815 6.52229 12.2369C5.27697 13.485 4.39651 15.1362 3.86007 16.9997C7.01251 14.596 10.4715 14.0396 13.9184 14.8073C14.2283 14.8764 14.4486 15.1522 14.4486 15.4704V19.3487L21.2823 12.4997L14.4486 5.65066V9.10459Z' fill='black'/></svg>");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu-toggle:hover .share-menu-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(7482%) hue-rotate(352deg) brightness(88%) contrast(93%);
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .menuMore {
  left: auto;
  right: -200px;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-wa-btn {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-wa-icon {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.33398 10.4519C8.33398 11.5324 9.05993 12.5765 9.16945 12.734L9.17135 12.7367C9.17807 12.7464 9.19011 12.765 9.20732 12.7915C9.45293 13.1709 10.7516 15.1768 12.6735 16.0715C13.1627 16.2996 13.5451 16.4351 13.842 16.5364C14.3338 16.7045 14.7801 16.6806 15.1336 16.6248C15.528 16.5603 16.3469 16.0896 16.518 15.574C16.6885 15.0577 16.6885 14.6159 16.6379 14.524C16.5963 14.4505 16.5005 14.4006 16.3593 14.327C16.3238 14.3085 16.2853 14.2884 16.2442 14.2662C16.0395 14.1554 15.0309 13.6209 14.8427 13.5478C14.6557 13.4739 14.5181 13.437 14.3818 13.6579C14.2449 13.8787 13.8526 14.3762 13.7328 14.524C13.6136 14.671 13.4938 14.6898 13.2891 14.5797C13.2555 14.5616 13.2098 14.5402 13.1534 14.5139C12.8644 14.3787 12.2947 14.1121 11.6393 13.4833C11.0304 12.8975 10.619 12.174 10.4998 11.9532C10.38 11.7316 10.4866 11.6128 10.5893 11.5027C10.6529 11.4343 10.7265 11.3376 10.7995 11.2417C10.8324 11.1985 10.8651 11.1555 10.8968 11.1153C10.9843 11.0054 11.0221 10.9218 11.0734 10.8085C11.0822 10.7889 11.0915 10.7684 11.1015 10.7467C11.1693 10.5997 11.1357 10.47 11.085 10.36C11.0503 10.2854 10.8509 9.76276 10.6727 9.29549C10.5878 9.073 10.5076 8.86265 10.4524 8.71972C10.3059 8.3417 10.1567 8.3417 10.0377 8.3417C10.0212 8.3417 10.0061 8.3417 9.99094 8.34097C9.87179 8.33446 9.73486 8.33301 9.59859 8.33301C9.46166 8.33301 9.23916 8.38805 9.05154 8.60964C9.03948 8.62384 9.02601 8.63933 9.01136 8.65617C8.79795 8.90155 8.33398 9.435 8.33398 10.4519Z' fill='%23138958'/><path fill-rule='evenodd' clip-rule='evenodd' d='M3.52283 20.9739C3.43866 21.2825 3.71921 21.5669 4.02893 21.487L7.96964 20.47C9.30605 21.2314 10.8526 21.6663 12.5007 21.6663C17.5633 21.6663 21.6673 17.5623 21.6673 12.4997C21.6673 7.43706 17.5633 3.33301 12.5007 3.33301C7.43804 3.33301 3.33398 7.43706 3.33398 12.4997C3.33398 14.1808 3.78652 15.7562 4.57642 17.1107L3.52283 20.9739ZM5.22463 19.8014L6.0099 16.9221L5.72822 16.4391C5.05399 15.2829 4.66732 13.9385 4.66732 12.4997C4.66732 8.17344 8.17442 4.66634 12.5007 4.66634C16.8269 4.66634 20.334 8.17344 20.334 12.4997C20.334 16.8259 16.8269 20.333 12.5007 20.333C11.09 20.333 9.77026 19.9613 8.62966 19.3115L8.15993 19.0439L5.22463 19.8014Z' fill='%23138958'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 0.15s ease;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-wa-btn:hover .vertical-wa-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(7482%) hue-rotate(352deg) brightness(88%) contrast(93%);
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-comments-btn {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-comments-icon {
  display: flex;
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M21.028 2.67578H3.96571C2.3251 2.67578 1 3.95049 1 5.52871V14.4881C1 16.0603 2.3251 17.3411 3.96571 17.3411H4.99424V21.062C4.99424 22.185 6.40137 22.7434 7.22798 21.9543L12.0236 17.3411H21.0343C22.6686 17.3411 24 16.0663 24 14.4881V5.52871C24 3.95656 22.6749 2.67578 21.0343 2.67578H21.028Z' fill='%23DE1A1A'/><path d='M6 10.0053C6 9.59964 6.1383 9.24733 6.41489 8.9484C6.69858 8.64947 7.06028 8.5 7.5 8.5C7.93972 8.5 8.29787 8.64947 8.57447 8.9484C8.85816 9.24733 9 9.59964 9 10.0053C9 10.4039 8.85816 10.7527 8.57447 11.0516C8.29787 11.3505 7.93972 11.5 7.5 11.5C7.06028 11.5 6.69858 11.3505 6.41489 11.0516C6.1383 10.7527 6 10.4039 6 10.0053Z' fill='white'/><path d='M11 10.0053C11 9.59964 11.1383 9.24733 11.4149 8.9484C11.6986 8.64947 12.0603 8.5 12.5 8.5C12.9397 8.5 13.2979 8.64947 13.5745 8.9484C13.8582 9.24733 14 9.59964 14 10.0053C14 10.4039 13.8582 10.7527 13.5745 11.0516C13.2979 11.3505 12.9397 11.5 12.5 11.5C12.0603 11.5 11.6986 11.3505 11.4149 11.0516C11.1383 10.7527 11 10.4039 11 10.0053Z' fill='white'/><path d='M16 10.0053C16 9.59964 16.1383 9.24733 16.4149 8.9484C16.6986 8.64947 17.0603 8.5 17.5 8.5C17.9397 8.5 18.2979 8.64947 18.5745 8.9484C18.8582 9.24733 19 9.59964 19 10.0053C19 10.4039 18.8582 10.7527 18.5745 11.0516C18.2979 11.3505 17.9397 11.5 17.5 11.5C17.0603 11.5 16.6986 11.3505 16.4149 11.0516C16.1383 10.7527 16 10.4039 16 10.0053Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  align-items: center;
  justify-content: center;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-comments-icon.has-comments {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.4156 0H2.57887C1.15226 0 0 1.10845 0 2.48081V10.2716C0 11.6387 1.15226 12.7524 2.57887 12.7524H3.47325V15.988C3.47325 16.9645 4.69684 17.4501 5.41564 16.7639L9.58573 12.7524H17.4211C18.8422 12.7524 20 11.644 20 10.2716V2.48081C20 1.11372 18.8477 0 17.4211 0H17.4156Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-comment-count {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-listen-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  height: auto;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-listen-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-listen-icon {
  display: block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.3093 13.3063C20.3093 12.2448 20.3017 9.96251 19.3171 7.95389C18.8315 6.96324 18.1139 6.0526 17.0466 5.38581C15.9794 4.7191 14.5183 4.26844 12.5007 4.26844C12.1257 4.26844 11.8217 3.96591 11.8217 3.59272C11.8217 3.21953 12.1257 2.91699 12.5007 2.91699C14.7269 2.91699 16.4487 3.41658 17.7686 4.24121C19.0885 5.06577 19.9623 6.1876 20.5376 7.36138C21.6675 9.6664 21.6674 12.2223 21.6673 13.2854V13.3063C21.6673 14.0404 21.4306 15.1053 21.166 16.0708C20.8952 17.0588 20.5705 18.0289 20.3509 18.6115C20.287 18.7813 20.1616 18.9104 20.0094 18.9832L19.6803 20.2054C19.3582 21.4019 18.214 22.1913 16.9751 22.0717L15.4792 21.9274C14.6962 21.8518 14.1687 21.0946 14.3723 20.3384L16.0108 14.2531C16.2144 13.4968 17.0517 13.1035 17.7678 13.4277L19.1357 14.0471C19.5201 14.2211 19.8424 14.4802 20.088 14.7934C20.2245 14.1916 20.3093 13.6646 20.3093 13.3063ZM15.71 20.5919L17.2966 14.6992L18.5734 15.2772C19.1021 15.5166 19.3795 16.1013 19.2291 16.6596L18.3686 19.8556C18.2183 20.414 17.6843 20.7824 17.1062 20.7266L15.71 20.5919Z' fill='black'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4.692 13.3063C4.692 12.2448 4.69964 9.96251 5.68422 7.95389C6.16981 6.96324 6.88742 6.0526 7.95473 5.38581C9.0219 4.7191 10.4831 4.26844 12.5007 4.26844C12.8757 4.26844 13.1796 3.96591 13.1796 3.59272C13.1796 3.21953 12.8757 2.91699 12.5007 2.91699C10.2745 2.91699 8.55265 3.41658 7.23268 4.24121C5.91285 5.06577 5.03903 6.1876 4.46367 7.36138C3.33382 9.66639 3.33394 12.2223 3.33399 13.2854L3.33399 13.3063C3.33399 14.0404 3.57072 15.1053 3.83534 16.0708C4.10608 17.0588 4.43081 18.0289 4.65036 18.6115C4.75923 18.9004 5.04564 19.0715 5.34005 19.048L5.65168 20.2054C5.97384 21.4019 7.11801 22.1913 8.35692 22.0717L9.8528 21.9274C10.6359 21.8518 11.1633 21.0946 10.9597 20.3384L9.32122 14.2531C9.11761 13.4968 8.28037 13.1035 7.56426 13.4277L6.19628 14.0471C5.66842 14.2861 5.25749 14.6857 5.0017 15.1653C4.81447 14.4108 4.692 13.7367 4.692 13.3063ZM9.62202 20.5919L8.03541 14.6992L6.75863 15.2772C6.2299 15.5166 5.95257 16.1013 6.10291 16.6596L6.96343 19.8556C7.11377 20.414 7.64771 20.7824 8.22587 20.7266L9.62202 20.5919Z' fill='black'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-listen-icon.vertical-listen-icon--playing {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 10C22.2761 10 22.5 10.2239 22.5 10.5V39.5C22.5 39.7761 22.2761 40 22 40H16.333C16.057 39.9998 15.833 39.776 15.833 39.5V10.5C15.833 10.224 16.057 10.0002 16.333 10H22ZM33.667 10C33.943 10.0002 34.167 10.224 34.167 10.5V39.5C34.167 39.776 33.943 39.9998 33.667 40H28C27.7239 40 27.5 39.7761 27.5 39.5V10.5C27.5 10.2239 27.7239 10 28 10H33.667Z' fill='black'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .vertical-listen-btn:hover .vertical-listen-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(7482%) hue-rotate(352deg) brightness(88%) contrast(93%);
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical,
.magazine_art .SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical {
  margin-right: 0;
  width: auto;
  padding-right: 0;
}
.magazine_art .SiteVerticalArticleSocialShare_Wrapper--action-bar .article-actions-bar-vertical .share-menu-toggle {
  flex-direction: column-reverse;
}
.articleWrappedImage {
  width: 300px;
  min-height: 160px;
  float: none;
  margin-bottom: 0px;
}
.articleWrappedImage > div {
  width: 100% ! important;
}
.DesktopModeContainer .articleWrappedImage {
  float: left;
}
.ynetnews .DesktopModeContainer .articleWrappedImage {
  float: right;
}
.ArticleWrappedImageComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 120px;
  height: auto;
  min-height: 160px;
  float: left;
  margin-right: 60px;
  font-size: 14px;
  margin-bottom: 0;
}
.font-moses .ArticleWrappedImageComponenta {
  font-size: 14px;
}
.ynetnews .ArticleWrappedImageComponenta {
  float: right;
  margin-left: 60px;
  margin-right: unset;
}
.ArticleWrappedImageComponenta .withWidth {
  display: none ! important;
}
.ArticleWrappedImageComponenta .caption {
  font-weight: bold;
  margin-top: 3px;
  width: 120px;
}
.font-moses .ArticleWrappedImageComponenta .caption {
  font-weight: 670;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 6px;
  width: 120px;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.EditorComponenta .ArticleWrappedImageComponenta {
  float: right ! important;
}
.englishSite .EditorComponenta .ArticleWrappedImageComponenta {
  float: left ! important;
}
.magazine2025 {
  font-family: "EzerShemesh";
}
.magazine2025 .MagazineArticleTopMedia {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.commertial-article .magazine2025 .MagazineArticleTopMedia {
  background-color: #f5f4f4;
}
.magazine2025 .MagazineArticleTopMedia * {
  font-family: "EzerShemesh";
}
.magazine2025 .MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.magazine2025 .MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper .articleCategory {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  font-family: 'Assistant';
}
.commertial-article .magazine2025 .MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper .articleCategory {
  display: none;
}
.magazine2025 .MagazineArticleTopMedia .content {
  display: flex;
}
.magazine2025 .MagazineArticleTopMedia h1,
.magazine2025 .MagazineArticleTopMedia h2 {
  margin: 0;
}
.magazine2025 .MagazineArticleTopMedia .mainTitle {
  font-size: 75px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}
.magazine2025 .MagazineArticleTopMedia .subTitle {
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails {
  display: flex;
  gap: 8px;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails * {
  font-family: 'Assistant';
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .author-area,
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .date {
  font-size: 18px;
  line-height: 18px;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .author-area a,
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .date a {
  color: inherit;
  text-decoration: none;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .marketingCredit,
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .author-area {
  line-height: 18px;
  font-weight: 400;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .marketingCredit .comma,
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .author-area .comma {
  font-weight: 300;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .marketingCredit {
  color: #0059A1;
  font-size: 18px;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .marketingCredit .comma {
  color: #121111;
}
.magazine2025 .MagazineArticleTopMedia .moreArticleDetails .date {
  line-height: 16px;
  font-weight: 300;
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryVideo {
  position: relative;
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryVideo .videoDetails {
  font-family: 'Assistant';
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding: 5px 8px;
  width: auto;
  max-width: fit-content;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #121111;
  border-bottom: 1px solid #F1F1F1;
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryVideo .videoDetails * {
  font-family: 'Assistant';
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryImage {
  position: relative;
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryImage .ImageDetails {
  position: absolute;
  bottom: 2px;
  right: 0;
  background-color: #fff;
  padding: 5px 8px;
  width: auto;
  max-width: fit-content;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #121111;
  border-bottom: 1px solid #F1F1F1;
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryImage .ImageDetails * {
  font-family: 'Assistant';
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryImage a {
  display: block;
  width: 100%;
}
.magazine2025 .MagazineArticleTopMedia .MagazineArticleTopStoryImage img {
  width: 100%;
  height: auto;
}
.magazine2025 .MagazineArticleTopMedia.regular:not(.titleInTop) .moreArticleDetails {
  flex-direction: row;
  gap: 8px;
  width: 740px;
  margin-inline-start: 40px;
  margin-top: 70px;
  font-family: 'Assistant';
}
.magazine2025 .MagazineArticleTopMedia.regular .content {
  flex-direction: column;
  gap: 30px;
}
.magazine2025 .MagazineArticleTopMedia.regular .articleHeaderInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  gap: 30px;
}
.magazine2025 .MagazineArticleTopMedia.regular .articleHeaderInfo .subTitleWrapper {
  text-align: center;
}
.magazine2025 .MagazineArticleTopMedia.vertical .content {
  flex-direction: row;
  gap: 80px;
}
.magazine2025 .MagazineArticleTopMedia.vertical .MagazineArticleTopStoryImage {
  width: 540px;
  height: 950px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magazine2025 .MagazineArticleTopMedia.vertical .articleHeaderInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  flex-grow: 1;
  gap: 30px;
}
.magazine2025 .MagazineArticleTopMedia.vertical .articleHeaderInfo .subTitleWrapper {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #D7D5D5;
  border-top: 1px solid #D7D5D5;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
.magazine2025 .MagazineArticleTopMedia.vertical .articleHeaderInfo .subTitleWrapper h2 {
  margin: 0;
  padding: 0;
}
.magazine2025 .MagazineArticleTopMedia.vertical .moreArticleDetails {
  flex-direction: column;
  gap: 4px;
  text-align: center;
  font-family: 'Assistant';
}
.magazine2025 .MagazineArticleTopMedia.titleInTop .MagazineArticleTopStoryVideo,
.magazine2025 .MagazineArticleTopMedia.titleInTop .MagazineArticleTopStoryImage {
  order: 1;
}
.magazine2025 .MagazineArticleTopMedia.titleInTop .articleHeaderInfo {
  order: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.articleShareButton {
  height: 14px;
  width: 14px;
  float: right;
  line-height: 26px;
}
.articleShareButton.facebook {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -19px;
}
.articleShareButton.newsletter {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -139px -36px;
}
.articleShareButton.gift {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -236px -122px;
}
.articleShareButton.twitter {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -222px;
}
.articleShareButton.mailto {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -184px;
}
.articleShareButton.print {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -184px;
}
.articleShareButton.talkback {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -54px -184px;
}
.articleShareButton.google {
  background: transparent url('//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png') -3px -201px;
}
.ArticleBannerComponenta {
  direction: rtl;
  float: left;
  margin: 10px 10px 10px 0;
  overflow: hidden;
  text-align: left;
  width: 300px;
  height: 250px;
}
.centeredBanner {
  float: inherit;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleBannerComponenta {
    display: none;
  }
}
.ArticleBodyComponent.englishSite .ArticleImageComponenta .magnifying-glass-icon,
.article-flash-media.englishSite .ArticleImageComponenta .magnifying-glass-icon,
.ArticleBodyComponent.englishSite .ArticleImageComponenta .gallery-indication,
.article-flash-media.englishSite .ArticleImageComponenta .gallery-indication {
  right: unset;
  left: 10px;
}
.ArticleBodyComponent .ArticleImageComponenta img,
.article-flash-media .ArticleImageComponenta img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleBodyComponent .ArticleImageComponenta img,
  .article-flash-media .ArticleImageComponenta img {
    height: auto !important;
  }
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails,
.article-flash-media .ArticleImageComponenta .ImageDetails {
  margin-bottom: 10px;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails,
.calcalist .article-flash-media .ArticleImageComponenta .ImageDetails {
  margin-bottom: 25px;
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails > *,
.article-flash-media .ArticleImageComponenta .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails > *,
.calcalist .article-flash-media .ArticleImageComponenta .ImageDetails > * {
  font-family: "Open Sans Hebrew";
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.article-flash-media .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.ArticleBodyComponent .ArticleImageComponenta .galleryCounterExpand,
.article-flash-media .ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener,
.article-flash-media .ArticleImageComponenta .gelleryOpener {
  position: relative;
  display: inline-block;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener:has(.magnifying-glass-icon),
.article-flash-media .ArticleImageComponenta .gelleryOpener:has(.magnifying-glass-icon) {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cpath d='M18.6666 12.0007C19.1744 12.0007 19.5858 12.4122 19.5859 12.9199V17.748H24.414C24.9218 17.7482 25.3333 18.1596 25.3333 18.6673C25.3333 19.1751 24.9218 19.5864 24.414 19.5866H19.5859V24.4147C19.5858 24.9224 19.1744 25.3339 18.6666 25.334C18.1589 25.334 17.7475 24.9224 17.7474 24.4147V19.5866H12.9193C12.4115 19.5864 12 19.1751 12 18.6673C12 18.1596 12.4115 17.7482 12.9193 17.748H17.7474V12.9199C17.7475 12.4122 18.1589 12.0007 18.6666 12.0007Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6666 5.33398C26.0304 5.33398 32 11.3035 32 18.6673C32 21.9186 30.8359 24.8977 28.9023 27.2116L34.3515 32.8288C34.7718 33.2495 34.7721 33.9317 34.3515 34.3522C33.931 34.7727 33.2488 34.7725 32.8281 34.3522L27.3932 28.7493C25.0547 30.7752 22.0035 32.0006 18.6666 32.0006C11.3028 32.0006 5.33331 26.0311 5.33331 18.6673C5.33331 11.3035 11.3028 5.33398 18.6666 5.33398ZM18.6666 7.4668C12.4811 7.4668 7.46613 12.4817 7.46613 18.6673C7.46613 24.8529 12.4811 29.8678 18.6666 29.8678C24.8522 29.8678 29.8672 24.8529 29.8672 18.6673C29.8672 12.4817 24.8522 7.4668 18.6666 7.4668Z' fill='white'/%3E %3C/svg%3E"), pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener:hover .magnifying-glass-icon,
.article-flash-media .ArticleImageComponenta .gelleryOpener:hover .magnifying-glass-icon {
  visibility: hidden;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .magnifying-glass-icon,
.article-flash-media .ArticleImageComponenta .gelleryOpener .magnifying-glass-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E %3Cg clip-path='url(%23clip0_11341_14014)'%3E %3Cg filter='url(%23filter0_d_11341_14014)'%3E %3Cpath d='M11.6663 7.50016C11.9837 7.5002 12.2408 7.7574 12.2409 8.07471V11.0923H15.2585C15.5758 11.0924 15.833 11.3495 15.833 11.6668C15.833 11.9842 15.5758 12.2413 15.2585 12.2414H12.2409V15.259C12.2408 15.5763 11.9837 15.8335 11.6663 15.8335C11.349 15.8335 11.0919 15.5763 11.0918 15.259V12.2414H8.07422C7.75689 12.2413 7.49967 11.9842 7.49967 11.6668C7.49967 11.3495 7.75689 11.0924 8.07422 11.0923H11.0918V8.07471C11.0919 7.75738 11.349 7.50016 11.6663 7.50016Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6663 3.3335C16.2687 3.3335 19.9997 7.06446 19.9997 11.6668C19.9997 13.6988 19.2721 15.5608 18.0636 17.007L21.4694 20.5177C21.7321 20.7807 21.7322 21.2071 21.4694 21.4699C21.2066 21.7327 20.7802 21.7325 20.5173 21.4699L17.1204 17.9681C15.6589 19.2343 13.7519 20.0002 11.6663 20.0002C7.06397 20.0002 3.33301 16.2692 3.33301 11.6668C3.33301 7.06446 7.06397 3.3335 11.6663 3.3335ZM11.6663 4.6665C7.80035 4.6665 4.66602 7.80084 4.66602 11.6668C4.66602 15.5328 7.80035 18.6672 11.6663 18.6672C15.5323 18.6672 18.6667 15.5328 18.6667 11.6668C18.6667 7.80084 15.5323 4.6665 11.6663 4.6665Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_11341_14014' x='-0.666992' y='1.3335' width='26.333' height='26.3335' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_11341_14014'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_11341_14014' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_11341_14014'%3E %3Crect width='25' height='25' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ArticleEditor .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication,
.ArticleEditor .article-flash-media .ArticleImageComponenta .gelleryOpener .gallery-indication {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication,
.article-flash-media .ArticleImageComponenta .gelleryOpener .gallery-indication {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-icon,
.article-flash-media .ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 6.74537C10.5145 6.74541 11.0243 6.8472 11.4996 7.04486C11.9749 7.24254 12.4072 7.53217 12.771 7.89735C13.1347 8.26262 13.4237 8.69664 13.6206 9.17385C13.8175 9.65111 13.9189 10.163 13.9189 10.6796C13.9189 11.1962 13.8175 11.7081 13.6206 12.1853C13.4237 12.6626 13.1348 13.0965 12.771 13.4618C12.4071 13.8271 11.975 14.1172 11.4996 14.315C11.0244 14.5126 10.5144 14.6144 10 14.6145C9.48557 14.6144 8.97565 14.5126 8.50036 14.315C8.02509 14.1173 7.59283 13.8271 7.22904 13.4618C6.86531 13.0966 6.57689 12.6626 6.38001 12.1853C6.18312 11.708 6.08174 11.1962 6.08174 10.6796C6.08177 10.163 6.18311 9.65114 6.38001 9.17385C6.57694 8.69663 6.86526 8.26261 7.22904 7.89735C7.59282 7.53213 8.02511 7.24256 8.50036 7.04486C8.97565 6.84723 9.48557 6.7454 10 6.74537ZM10 7.79135C9.62241 7.79138 9.24798 7.8666 8.89912 8.01165C8.55031 8.15678 8.23314 8.3694 7.96614 8.63745C7.69914 8.90554 7.48744 9.22398 7.34288 9.57423C7.19835 9.92459 7.1235 10.3004 7.12347 10.6796C7.12347 11.0589 7.19834 11.4345 7.34288 11.785C7.48745 12.1353 7.69904 12.4542 7.96614 12.7224C8.23314 12.9904 8.55032 13.2031 8.89912 13.3482C9.24798 13.4932 9.62241 13.5684 10 13.5685C10.3776 13.5684 10.752 13.4933 11.1009 13.3482C11.4498 13.203 11.7674 12.9905 12.0345 12.7224C12.3015 12.4542 12.5132 12.1353 12.6578 11.785C12.8023 11.4346 12.8772 11.0588 12.8772 10.6796C12.8771 10.3004 12.8023 9.92456 12.6578 9.57423C12.5132 9.22401 12.3014 8.90554 12.0345 8.63745C11.7674 8.3693 11.4498 8.1568 11.1009 8.01165C10.752 7.86656 10.3776 7.79138 10 7.79135Z' fill='white'/%3E %3Cpath d='M16.1187 8.47781H14.7584V7.43183H16.1187V8.47781Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6766 5.37883H16.1187C16.6177 5.37886 17.0964 5.57764 17.4492 5.93183C17.802 6.28606 17.9999 6.76678 18 7.26772V14.7747C18.0013 15.0235 17.9536 15.2701 17.8594 15.5002C17.7652 15.7303 17.6263 15.9398 17.4511 16.1157C17.276 16.2915 17.0677 16.4305 16.8387 16.5251C16.6104 16.6193 16.3656 16.6671 16.1187 16.6662L3.88125 16.6668C3.63445 16.6677 3.38961 16.6193 3.16132 16.5251C2.93231 16.4305 2.72399 16.2915 2.54888 16.1157C2.37366 15.9398 2.2348 15.7303 2.14058 15.5002C2.04641 15.2701 1.99872 15.0235 2.00003 14.7747V7.26772C2.00009 6.76679 2.19801 6.28605 2.55078 5.93183C2.72547 5.75645 2.9331 5.61744 3.16132 5.52251C3.38953 5.4276 3.63424 5.37886 3.88125 5.37883H4.03707V4.53592H5.0788V5.37883H6.32341L7.6844 3.3335H12.3156L13.6766 5.37883ZM6.88116 6.42481H3.88125C3.77107 6.42483 3.66187 6.44697 3.56008 6.4893C3.4583 6.53165 3.36579 6.59372 3.28788 6.67193C3.13052 6.82995 3.04183 7.04427 3.04176 7.26772V14.7805C3.0412 14.8909 3.06292 15.0002 3.10472 15.1023C3.14656 15.2045 3.20817 15.2975 3.28597 15.3756C3.3637 15.4536 3.45591 15.5156 3.55754 15.5576C3.6593 15.5996 3.76868 15.6208 3.87871 15.6202H16.1213C16.2313 15.6208 16.3407 15.5996 16.4425 15.5576C16.5442 15.5156 16.6369 15.4537 16.7147 15.3756C16.7924 15.2975 16.8541 15.2044 16.8959 15.1023C16.9377 15.0003 16.9588 14.8908 16.9582 14.7805V7.26772C16.9582 7.04426 16.8695 6.82995 16.7121 6.67193C16.5547 6.51395 16.3413 6.42484 16.1187 6.42481H13.1188L11.7585 4.37947H8.24152L6.88116 6.42481Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-text,
.article-flash-media .ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.DesktopModeContainer .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener,
.DesktopModeContainer .article-flash-media .ArticleImageComponenta .gelleryOpener {
  cursor: unset !important;
}
.ArticleBodyComponent .ArticleImageComponenta .expand,
.article-flash-media .ArticleImageComponenta .expand,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand,
.article-flash-media .ArticleImageComponenta .calcalistExpand {
  position: absolute;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover,
.article-flash-media .ArticleImageComponenta .expand:hover,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover,
.article-flash-media .ArticleImageComponenta .calcalistExpand:hover {
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand::after,
.article-flash-media .ArticleImageComponenta .expand::after,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand::after,
.article-flash-media .ArticleImageComponenta .calcalistExpand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand,
.article-flash-media .ArticleImageComponenta .calcalistExpand {
  left: 0px;
  width: 55px;
  height: 55px;
  top: 0;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover,
.article-flash-media .ArticleImageComponenta .calcalistExpand:hover {
  background-color: transparent;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:after,
.article-flash-media .ArticleImageComponenta .calcalistExpand:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='56px' height='51px' viewBox='0 0 56 51' enable-background='new 0 0 56 51' xml:space='preserve'%3E %3Cimage id='image0' width='56' height='51' x='0' y='0' href='data:image/png;base64,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' /%3E %3C/svg%3E");
  background-size: 95%;
  width: 100%;
  height: 100%;
}
.ArticleBodyComponent .ArticleImageComponenta .expand,
.article-flash-media .ArticleImageComponenta .expand {
  right: 8px;
  top: 8px;
  background-color: rgba(206, 207, 215, 0.7);
  border-radius: 50%;
  box-shadow: 0px 0px 15px 3px #8F8A89;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover,
.article-flash-media .ArticleImageComponenta .expand:hover {
  background-color: rgba(143, 138, 137, 0.7);
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:after,
.article-flash-media .ArticleImageComponenta .expand:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 23px auto;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .mobileView,
.article-flash-media .ArticleImageComponenta .mobileView {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta.full_wide,
.article-flash-media .ArticleImageComponenta.full_wide {
  width: 100%;
}
.ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 10px 10px 10px 0;
  float: left;
}
.EditorComponenta.side {
  float: left;
  width: 50%;
  margin: 10px 10px 10px 0;
}
.EditorComponenta.side.opposite {
  float: right;
  margin: 10px 0 10px 10px;
}
.isLtr .ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.isLtr .ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 0 0 10px 10px;
  float: right;
}
.isLtr .EditorComponenta.side {
  float: right;
  width: 50%;
  margin: 10px 0 10px 10px;
}
.isLtr .EditorComponenta.side.opposite {
  float: left;
  margin: 10px 10px 10px 0px;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView {
  height: 86px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView .textDiv {
  width: 100% !important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub {
  height: 48px !important;
  margin-bottom: 6px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub .slotTitle {
  text-overflow: unset !important;
  white-space: normal;
}
.grid1280 .ArticleHeadlinesAuto .TabComponenta {
  margin-bottom: 14px;
}
.grid1280 .ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 102px;
  margin-bottom: 14px ! important;
}
.grid1280 .ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView {
  width: 180px;
  height: 102px;
  margin-left: 14px;
  overflow: hidden;
  padding: 0px;
  border: none;
  font-size: 10px;
  position: relative;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280 .ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200x);
  overflow: hidden;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 18px;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .moreDetails {
  color: #9d9d9d;
  line-height: 18px;
}
.ArticleHeadlinesAuto.withoutImage .slotView {
  height: 76px ! important;
  border-bottom: solid 1px #808080;
  margin-top: 7px;
  padding-bottom: 9px;
  box-sizing: border-box;
}
.ArticleHeadlinesAuto.englishSite {
  direction: ltr;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotSubTitle {
  display: none;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotTitle {
  max-height: unset ! important;
  height: 48px ! important;
  white-space: unset! important;
}
.ArticleHeadlinesAuto.englishSite .slotView .imageView {
  margin-left: 0px;
  margin-right: 10px;
  width: 110px;
  height: 62px;
}
.ArticleHeadlinesAuto.englishSite .slotView .moreDetails {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
}
.ArticleHeadlinesAuto.englishSite .slotMore {
  text-align: right;
}
.ArticleHeadlinesAuto .slotList {
  margin-right: 0 !important;
}
.ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 66px;
}
.ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotView .imageView {
  width: 112px;
  height: 64px;
  margin-left: 10px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #C6C6C6;
  font-size: 10px;
  position: relative;
}
.ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 126px);
  overflow: hidden;
}
.ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  font-size: 12px;
}
.ArticleHeadlinesAuto .slotMore {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 17px;
  overflow-y: hidden;
}
.ArticleHeadlinesAuto .slotMore a {
  font-size: 12px;
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotMore a:hover {
  color: #F50000;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .ArticleHeadlinesAuto.withoutImage {
    background: #fff ! important;
  }
  .ArticleHeadlinesAuto.withoutImage .slotView {
    height: auto;
    border-bottom: solid 1px #808080 ! important;
    margin-top: 7px;
    padding-bottom: 9px;
  }
  .ArticleHeadlinesAuto.withoutImage .slotTitle {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto.withoutImage .moreDetails {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto.englishSite {
    font-family: Arimo;
    background: #ededed;
  }
  .ArticleHeadlinesAuto.englishSite .slotSubTitle {
    display: none;
  }
  .ArticleHeadlinesAuto.englishSite .slotTitle {
    line-height: 18px;
    height: 36px;
    font: normal 14px Arimo ! important;
    max-height: 36px;
    margin-bottom: 10px;
    white-space: inherit;
  }
  .ArticleHeadlinesAuto.englishSite .slotView {
    width: 100%;
    border-bottom: 1px dotted #808080;
    margin-top: 0px;
    margin-bottom: 6px ! important;
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .ArticleHeadlinesAuto.englishSite .slotView:first-of-type {
    padding-top: 5px ! important;
  }
  .ArticleHeadlinesAuto.englishSite .slotView:last-of-type {
    margin-bottom: 0px ! important;
  }
  .ArticleHeadlinesAuto.englishSite .moreDetails {
    line-height: 14px;
    height: 28px;
    color: #808080;
    font: normal 11px Arimo !important;
    display: block;
    align-items: inherit;
  }
  .ArticleHeadlinesAuto.englishSite .slotContentDiv[style] {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto .slotMore {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .article-image-price-tag-points-component {
    position: relative;
    width: 90.625vw !important;
    margin: auto;
    width: 100%;
  }
  .article-image-price-tag-points-component .pont-dot-parent {
    height: 6.25vw !important;
    width: 6.25vw !important;
    left: calc(var(--pointX) - 6.25vw/2) !important;
    top: calc(var(--pointY) - 6.25vw/2) !important;
    position: absolute;
  }
  .article-image-price-tag-points-component .point-dot {
    background: var(--pointColor);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    z-index: 10;
    font-size: 0;
    text-overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .article-image-price-tag-points-component .point-dot .dot-plus {
    font-size: 5.46875vw !important;
    font-family: "Times New Roman";
    color: var(--plusColor) !important;
  }
  .article-image-price-tag-points-component .point-dot:hover {
    z-index: 15;
    border-radius: unset !important;
    width: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    display: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    transition: unset !important;
    animation: unset !important;
    cursor: unset !important;
    opacity: 0;
  }
  .article-image-price-tag-points-component img[style] {
    height: auto !important;
    width: 100% !important;
  }
  .article-image-price-tag-points-component .point-box {
    animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    position: absolute;
    z-index: 20;
    background-color: #f5f5f4;
    width: 41.5625vw !important;
    height: auto;
    color: #000000;
    font-family: OpenSansHebrew;
    border-radius: 3.125vw;
    padding-bottom: 3.75vw;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
  }
  .font-moses .article-image-price-tag-points-component .point-box {
    font-family: "Moses", OpenSansHebrew;
  }
  .magazine2025 .article-image-price-tag-points-component .point-box {
    font-family: 'EzerShemesh';
  }
  .article-image-price-tag-points-component .point-box .close-btn {
    float: left;
    font-size: 2.1875vw;
    font-weight: 600;
    padding-left: 2.65625vw !important;
    padding-top: 2.65625vw !important;
    cursor: pointer;
    justify-content: flex-end;
    display: flex;
  }
  .article-image-price-tag-points-component .point-box .price-row {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 5vw !important;
    line-height: 5vw !important;
    padding: 0px 4.6875vw !important;
  }
  .article-image-price-tag-points-component .point-box .desc-row {
    margin-top: 0.78125vw !important;
    font-size: 3.4375vw !important;
    font-weight: bold;
    line-height: 1 !important;
    color: #000000;
    padding: 0px 4.6875vw !important;
    overflow: hidden;
  }
  .article-image-price-tag-points-component .point-box .additional-row {
    font-size: 3.125vw ! important;
    padding: 0px 4.6875vw !important;
    margin: 1.5625vw 0;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.58px;
    text-align: right;
    color: #0d0c0c;
  }
  .article-image-price-tag-points-component .point-box .buy-row {
    padding: 1.5625vw 4.6875vw 0 !important;
    display: inline-flex;
  }
  .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
    opacity: 0.95;
    border-radius: 2.5vw;
    background-color: #000000;
    cursor: pointer;
    display: flex;
    color: white;
    justify-content: center;
    align-content: center;
    font-size: 2.8125vw !important;
    font-weight: 800;
    line-height: 2.8125vw !important;
    padding: 1.5625vw 2.1875vw !important;
    text-decoration: none;
  }
  .article-image-price-tag-points-component .ImageDetails {
    margin-bottom: 1.5625vw;
  }
  .article-image-price-tag-points-component .ImageDetails > * {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.875vw;
    line-height: 2.1875vw;
    color: #000;
  }
  .font-moses .article-image-price-tag-points-component .ImageDetails > * {
    font-family: "Moses", Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    font-weight: 340;
  }
  .magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
    font-family: 'Assistant';
    font-size: 2.5vw;
    font-weight: 300;
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCaption {
    font-weight: bold;
    margin-left: 0.78125vw;
  }
}
@media (prefers-color-scheme: dark) {
  .article-image-price-tag-points-component .point-box {
    background: #000 !important;
  }
  .article-image-price-tag-points-component .point-dot .dot-plus {
    color: var(--plusColor) !important;
  }
}
.article-image-price-tag-points-component {
  position: relative;
}
.article-image-price-tag-points-component .pont-dot-parent {
  height: 40px;
  width: 40px;
  left: calc(var(--pointX) - 40px/2);
  top: calc(var(--pointY) - 40px/2);
  position: absolute;
}
.article-image-price-tag-points-component .point-dot {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: inline-flex;
  z-index: 10;
  font-size: 0;
  text-overflow: hidden;
  overflow: hidden;
  background-color: var(--pointColor);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.article-image-price-tag-points-component .point-dot .dot-plus {
  font-size: 35px;
  font-family: "Times New Roman";
  color: var(--plusColor);
}
.article-image-price-tag-points-component .point-dot .dot-text {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover {
  z-index: 15;
  border-radius: 20px;
  width: 140px;
  font-size: 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s ease-in-out;
  animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  cursor: pointer;
}
.article-image-price-tag-points-component .point-dot:hover .dot-plus {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover .dot-text {
  display: flex;
  color: var(--pointColor);
  filter: invert(100%);
}
.article-image-price-tag-points-component .point-box {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  position: absolute;
  z-index: 20;
  background-color: #f5f5f4;
  width: 215px;
  height: auto;
  padding-bottom: 24px;
  color: #000000;
  font-family: OpenSansHebrew;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.magazine2025 .article-image-price-tag-points-component .point-box {
  font-family: 'EzerShemesh';
}
.article-image-price-tag-points-component .point-box .close-btn {
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding-left: 17px;
  padding-top: 17px;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
}
.article-image-price-tag-points-component .point-box .price-row {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 20x;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .price-row span {
  direction: ltr;
  display: inline-block;
}
.article-image-price-tag-points-component .point-box .desc-row {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .additional-row {
  font-size: 18px;
  padding: 0 30px;
  margin: 10px 0;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.58px;
  text-align: right;
  color: #0d0c0c;
}
.font-moses .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 340;
  line-height: 1.11;
  letter-spacing: normal;
}
.magazine2025 .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 300;
}
.article-image-price-tag-points-component .point-box .buy-row {
  padding: 10px 30px 0;
  display: inline-flex;
}
.article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  opacity: 0.95;
  border-radius: 16px;
  background-color: #000000;
  cursor: pointer;
  display: flex;
  color: white;
  justify-content: center;
  align-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 16px;
  padding: 10px 14px;
  text-decoration: none;
}
.font-moses .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 400;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 10px;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails {
  padding-inline-start: 30px;
}
.article-image-price-tag-points-component .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
  font-family: 'EzerShemesh';
  font-size: 16px;
  line-height: 18px;
}
.article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.font-moses .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
}
@keyframes tracking-in-expand {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.paywall-wrapper {
  position: relative;
}
.paywall-wrapper .fade-overlay {
  position: absolute;
  top: -248px;
  height: 250px;
  width: 100%;
  background: linear-gradient(to top, #f3f8f9, rgba(255, 255, 255, 0));
  pointer-events: none;
  display: block;
  z-index: 0;
}
.paywall-wrapper .ArticlePremiumCutter {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 835px;
  border-top: 2px solid #DE1A1A;
}
.paywall-wrapper .ArticlePremiumCutter .yedioth-plus-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='125' height='40' viewBox='0 0 125 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 20C0 8.95431 8.9543 0 20 0H105C116.046 0 125 8.95431 125 20C125 31.0457 116.046 40 105 40H20C8.95431 40 0 31.0457 0 20Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3291 36C27.8703 36 34.7931 28.8364 34.7931 20C34.7931 11.1636 27.8703 4 19.3291 4C10.788 4 3.86523 11.1636 3.86523 20C3.86523 28.8364 10.788 36 19.3291 36Z' fill='black'/%3E %3Cpath d='M21.5383 10.8571V29.1428H17.12V10.8571H21.5383Z' fill='white'/%3E %3Cpath d='M28.1657 17.7142V22.2857H10.4926V17.7142H28.1657Z' fill='white'/%3E %3Cpath d='M103.676 12.5503C103.676 12.5503 96.5481 12.6824 95.0805 12.4011H95.0926C94.0823 12.2071 93.5116 11.9829 92.6103 11.6287L92.428 11.5571C92.0166 11.3983 91.6833 11.0735 91.3704 10.7685C90.8462 10.2575 90.3791 9.80226 89.6973 10.2768C91.1529 12.2346 91.7664 14.8066 91.8987 17.2409L100.861 17.2581V29.8599H102.07C102.593 27.6783 103.423 25.5024 104.614 23.6365C103.688 21.8051 103.188 19.2675 102.828 17.1834H104.325L103.676 12.5503Z' fill='white'/%3E %3Cpath d='M79.3635 12.1226C78.8101 12.0556 78.2574 11.9887 77.7818 11.8201L77.7878 11.8373C77.4614 11.6711 77.1564 11.4503 76.8505 11.2287C76.2262 10.7767 75.5979 10.3216 74.7744 10.3216C75.8631 12.4344 76.5909 15.0581 76.0315 17.4235C77.1863 17.5153 79.5201 17.4349 79.5201 17.4349C79.5389 17.3971 79.5868 17.8563 79.661 18.5688C79.8235 20.1279 80.1124 22.8997 80.5005 24.3301C79.3184 24.2293 78.4916 24.2859 77.7556 24.3362C77.0235 24.3863 76.3812 24.4302 75.5684 24.3071C74.2752 20.8969 73.4512 17.257 73.8121 13.1865C73.7074 12.2377 72.8393 12.2581 72.0375 12.277C71.8253 12.282 71.6178 12.2868 71.4302 12.2736C70.4758 12.3363 69.6693 11.8469 68.8933 11.3761C68.1045 10.8975 67.3472 10.438 66.4981 10.5972C68.1522 12.4918 68.5792 14.8572 68.5792 17.4177L71.7009 17.4292C71.7009 17.4292 72.9099 22.1197 72.6813 24.2382C72.307 24.3805 72.1717 24.3661 71.9066 24.3378C71.6904 24.3147 71.3878 24.2825 70.7987 24.3186C70.51 24.2727 70.1912 24.3473 69.8904 24.5425C69.8511 24.5676 69.816 24.5874 69.7839 24.6055C69.6545 24.6787 69.5755 24.7234 69.4694 24.9673C69.0736 25.8795 68.8723 26.5999 68.6136 27.5258C68.4359 28.1618 68.2311 28.8946 67.9176 29.8531H80.6207C80.9183 29.2184 81.2385 28.6319 81.5484 28.0643C82.3346 26.6243 83.0545 25.3057 83.171 23.6297C81.7515 20.5696 81.4207 16.8379 82.0823 13.3358C81.5773 12.3908 80.4688 12.2565 79.3635 12.1226Z' fill='white'/%3E %3Cpath d='M61.5902 11.9481C62.1087 12.5303 62.9223 12.5758 63.7101 12.6198C64.6315 12.6713 65.5175 12.7208 65.8547 13.6245C65.6261 17.4481 66.1193 20.9847 67.3103 24.2342C67.1088 24.593 66.9126 24.9212 66.722 25.2399C65.9736 26.4915 65.3112 27.5991 64.76 29.8548H63.7315L63.7435 17.5687C63.7435 17.5687 62.2519 17.5285 60.7903 17.5687C61.1833 14.2252 59.6401 11.8599 58.8368 10.6287C58.7918 10.5597 58.7491 10.4943 58.7092 10.4324C59.6375 10.2145 60.1209 10.7081 60.6058 11.2034C60.9001 11.5039 61.195 11.805 61.5902 11.9481Z' fill='white'/%3E %3Cpath d='M87.3901 12.6198C86.6023 12.5758 85.7886 12.5303 85.2702 11.9481H85.2762C85.0666 11.8352 84.8581 11.6241 84.6293 11.3925C84.09 10.8464 83.4383 10.1865 82.3951 10.4324C82.435 10.4943 82.4777 10.5597 82.5227 10.6287C83.326 11.8599 84.8692 14.2252 84.4762 17.5687C85.8656 17.6433 87.4295 17.5687 87.4295 17.5687L87.4415 23.861H88.3076C88.8518 21.6101 89.665 20.7226 90.5306 19.7777C90.7557 19.532 90.9844 19.2824 91.2128 19.004C89.9136 16.7133 89.5346 13.6245 89.5346 13.6245C89.1974 12.7208 88.3114 12.6713 87.3901 12.6198Z' fill='white'/%3E %3Cpath d='M107.459 11.9482C107.977 12.5304 108.791 12.5758 109.579 12.6199C110.5 12.6714 111.386 12.7209 111.723 13.6246C111.723 13.6246 112.102 16.7133 113.401 19.004C113.208 19.2395 113.019 19.4544 112.835 19.6637C111.963 20.6536 111.2 21.5201 110.635 23.8611H109.654L109.666 17.5688C109.666 17.5688 108.006 17.5286 106.665 17.5688C107.058 14.2253 105.515 11.86 104.711 10.6288C104.666 10.5598 104.624 10.4943 104.584 10.4325C105.544 10.2069 106.051 10.7196 106.555 11.2298C106.834 11.5117 107.111 11.7929 107.465 11.9482H107.459Z' fill='white'/%3E %3Cpath d='M48.6826 17.7398H55.2326L55.2567 29.9225L56.8566 29.8995C57.3868 27.7302 58.0194 26.7042 58.7328 25.5471C58.9502 25.1945 59.1751 24.8297 59.4069 24.4167C58.2159 21.1615 57.7408 17.5503 57.9753 13.7324C57.9587 13.7027 57.9424 13.6734 57.9263 13.6445C57.6156 13.0869 57.3904 12.6827 57.013 12.5899C55.7354 12.5383 54.4252 12.5631 53.1212 12.5877C50.5083 12.6371 47.9201 12.686 45.6692 12.1192C45.2293 12.0937 44.8257 11.6501 44.4422 11.2285C43.8766 10.6069 43.3547 10.0331 42.8242 10.9193C44.0512 12.9402 44.4241 15.1562 44.4903 17.6824C44.9895 17.6192 45.603 17.5733 45.9278 17.7283C45.0015 19.5597 45.4166 22.9068 45.9278 24.566C45.9278 24.566 43.4016 24.5143 43.2874 24.5603C42.5957 26.2367 41.2363 29.8536 41.2363 29.8536H47.4435L47.7202 29.5379C47.8633 29.0148 48.0636 28.4868 48.2659 27.9533C48.9564 26.1328 49.6708 24.2493 48.2194 22.2868C47.5939 20.7768 47.3233 18.7502 48.6826 17.7398Z' fill='white'/%3E %3C/svg%3E");
  width: 125px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
.paywall-wrapper .ArticlePremiumCutter .topShadow {
  background-image: linear-gradient(rgba(237, 241, 245, 0.6), #edf1f5);
  width: 100%;
  height: 100px;
  background-repeat: repeat;
  position: absolute;
}
.paywall-wrapper .ArticlePremiumCutter .premium_block {
  background-color: white;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0px -15px 20px 0px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 835px;
  justify-content: flex-start;
}
.recipeRating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipeRating .recipe-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-family: 'NarkisBlock';
  font-weight: 700;
}
.font-moses .recipeRating .recipe-rating {
  font-size: 15px;
  font-family: "Moses", "NarkisBlock";
  font-weight: 670;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-stars {
  cursor: default;
}
.recipeRating .recipe-rating .recipe-rating-stars {
  height: 24px;
  direction: ltr;
  display: flex;
  cursor: pointer;
  margin-bottom: 3px;
  margin-right: 13px;
}
.recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23000; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  width: 23px;
  height: 23px;
  padding: 0 7px 0 0;
  background-repeat: no-repeat;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars {
  margin-bottom: 0;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='4 5 22 21' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%232C2C2D'/%3E %3C/svg%3E") !important;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  background-size: contain;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280 .ArticleBodyComponent .VideoComponenta .articleVideoComponenta .videoInfo,
.grid1280 .VideoLiveComponenta .articleVideoComponenta .videoInfo {
  font-family: 'Open Sans Hebrew' !important;
}
.VideoComponenta,
.VideoLiveComponenta {
  clear: both;
  margin-bottom: 10px;
}
.VideoComponenta .videoPoster,
.VideoLiveComponenta .videoPoster {
  min-height: 200px;
}
.VideoComponenta .articleVideoComponenta,
.VideoLiveComponenta .articleVideoComponenta {
  position: relative;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header {
  width: 95%;
  align-self: flex-end;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: rgba(0, 0, 0, 0.5);
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  border-radius: 5px;
  padding: 10px;
  gap: 10px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover {
  border-radius: 5px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
  width: 30px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf {
  position: absolute;
  top: 10px;
  left: 10px;
}
.VideoComponenta .ArticleVideo,
.VideoLiveComponenta .ArticleVideo {
  background: rgba(0, 0, 0, 0.7);
}
.DesktopModeContainer .VideoComponenta .ArticleVideo.EditableVideo,
.DesktopModeContainer .VideoLiveComponenta .ArticleVideo.EditableVideo {
  height: auto;
  max-height: 416px;
}
.VideoComponenta .ArticleVideo:not(.EditableVideo),
.VideoLiveComponenta .ArticleVideo:not(.EditableVideo) {
  height: auto;
}
.VideoComponenta .ArticleVideo .customSmallVideoPlayerContainer .video,
.VideoLiveComponenta .ArticleVideo .customSmallVideoPlayerContainer .video {
  display: flex;
}
.VideoComponenta .ArticleVideo .x-button,
.VideoLiveComponenta .ArticleVideo .x-button {
  bottom: 255px;
  left: 5;
}
.VideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: white;
  background-color: #272727;
  padding: 6px;
  z-index: 99;
  position: relative;
  min-height: 16px;
  height: auto;
  font-family: "Arial";
  font-size: 14px;
  padding: 0px;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: -3px;
}
.magazine_template .VideoComponenta .videoInfo,
.magazine_template .VideoLiveComponenta .videoInfo {
  z-index: 1;
}
.grid1280_2 .VideoComponenta .videoInfo,
.grid1280_2 .VideoLiveComponenta .videoInfo,
.galhad .VideoComponenta .videoInfo,
.galhad .VideoLiveComponenta .videoInfo {
  background-color: transparent;
  font-family: inherit;
  color: #78787b;
  padding: 0;
}
.font-moses .grid1280_2 .VideoComponenta .videoInfo,
.font-moses .grid1280_2 .VideoLiveComponenta .videoInfo,
.font-moses .galhad .VideoComponenta .videoInfo,
.font-moses .galhad .VideoLiveComponenta .videoInfo {
  font-size: 14px;
  font-weight: 340;
  margin-bottom: 15px;
}
.VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: flex;
  max-width: 80%;
  min-width: 100px;
}
.pplus .VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.pplus .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: unset;
}
.VideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: flex;
}
.grid1280_2 .VideoComponenta .videoInfo .videoComponentaShare,
.grid1280_2 .VideoLiveComponenta .videoInfo .videoComponentaShare,
.ctech .VideoComponenta .videoInfo .videoComponentaShare,
.ctech .VideoLiveComponenta .videoInfo .videoComponentaShare,
.galhad .VideoComponenta .videoInfo .videoComponentaShare,
.galhad .VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.VideoComponenta .videoInfoText,
.VideoLiveComponenta .videoInfoText {
  margin-left: 20px;
  margin-bottom: 10px;
}
.VideoComponenta .videoInfoText .withWidth,
.VideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .sf_fb,
.VideoLiveComponenta .sf_fb {
  width: 32px;
  height: 23px;
  background: url(/Common/images/video/sharingfooter/sf_facebook.jpg) no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_send,
.VideoLiveComponenta .sf_send {
  width: 32px;
  height: 23px;
  background: url("/Common/images/video/sharingfooter/sf_sendTo.jpg") no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_spacer,
.VideoLiveComponenta .sf_spacer {
  margin: 0 1px;
  vertical-align: top;
}
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-right: 0px;
}
.ynet.grid1280_2 .VideoComponenta #art_video_caption_id,
.ynet.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  color: #000000;
}
.VideoComponenta #art_video_credit_id,
.VideoLiveComponenta #art_video_credit_id,
.VideoComponenta #art_video_caption_id,
.VideoLiveComponenta #art_video_caption_id {
  float: right;
  line-height: 25px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 5px;
}
.grid1280_2 .VideoComponenta #art_video_credit_id,
.grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  padding-right: 0px;
  margin-top: 14px;
  line-height: 18px;
}
.font-moses .grid1280_2 .VideoComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoComponenta #art_video_caption_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-top: 10px;
}
.VideoComponenta #art_video_credit_id .RichInput,
.VideoLiveComponenta #art_video_credit_id .RichInput,
.VideoComponenta #art_video_caption_id .RichInput,
.VideoLiveComponenta #art_video_caption_id .RichInput {
  width: initial;
}
.VideoComponenta .yitvideo_container,
.VideoLiveComponenta .yitvideo_container {
  margin-bottom: -7px;
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.VideoComponenta .loader,
.VideoLiveComponenta .loader {
  position: absolute;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.VideoComponenta .share-image,
.VideoLiveComponenta .share-image {
  float: left;
  margin-top: initial;
  height: 32px;
  cursor: pointer;
}
.VideoComponenta .blogsArticleVideoAppComponenta,
.VideoLiveComponenta .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ver1.ver2:not(.yplus) .VideoComponenta .blogsArticleVideoAppComponenta,
.ver1.ver2:not(.yplus) .VideoLiveComponenta .blogsArticleVideoAppComponenta {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: block;
  text-decoration: none;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E %3Cdefs%3E %3Cfilter id='9a00rydfva' width='155.3%25' height='174.8%25' x='-27.7%25' y='-34.4%25' filterUnits='objectBoundingBox'%3E %3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='5'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.301643425 0'/%3E %3C/filter%3E %3Cpath id='pb4ssze5tb' d='M34.487 16.883L53.21 46.636c.753 1.197.393 2.778-.803 3.53-.409.258-.881.394-1.364.394H13.596c-1.414 0-2.56-1.146-2.56-2.56 0-.482.136-.955.393-1.364l18.724-29.753c.753-1.197 2.334-1.556 3.53-.803.325.204.6.478.804.803z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H64V64H0z' transform='translate(-155 -136) translate(155 136)'/%3E %3Cg transform='translate(-155 -136) translate(155 136) rotate(90 32.32 32)'%3E %3Cuse fill='%23000' filter='url(%239a00rydfva)' xlink:href='%23pb4ssze5tb'/%3E %3Cuse fill='%23FFF' xlink:href='%23pb4ssze5tb'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  width: 100%;
  font-size: 16px;
  color: #000000;
  padding-bottom: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 0.9rem ! important;
}
.ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 14px;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 25px 5px;
  margin-top: -0.375rem;
  box-sizing: border-box;
}
:not(.mutam).ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
:not(.mutam).ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 1rem;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child {
  font-weight: bold ! important;
  margin-left: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style],
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style] {
  all: unset ! important;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 10px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style],
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style] {
  margin-left: 5px;
}
.englishSite .videoInfoText {
  margin-left: 0px ! important;
  margin-right: 20px;
}
.youtube-footerv2 {
  display: none !important;
}
.YoutubeCaption {
  padding: 2px 0;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.font-moses .YoutubeCaption {
  font-weight: 670;
}
.CalcalisArticleColumnListComponenta {
  display: flex;
  flex: 3;
  height: 128px;
  max-height: 128px;
  padding: 14px 20px 0;
  background-color: white;
  box-sizing: border-box;
}
.CalcalisArticleColumnListComponenta .manualWrapper {
  display: flex;
  align-items: center;
}
.CalcalisArticleColumnListComponenta .manualWrapper a img {
  float: right;
  margin: 7px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper {
  display: flex;
  flex-direction: column;
  width: 400px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ShualBold";
  line-height: 24px;
  font-size: 22px;
  padding: 0 15px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper {
  display: flex;
  max-height: 50px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .subTitle {
  padding: 0 15px;
  overflow: hidden;
  margin: 8px 0 0 5px;
  display: inline-block !important;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper {
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper .arrow {
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.CalcalisArticleColumnListComponenta .autoWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.CalcalisArticleColumnListComponenta .autoWrapper .label {
  font-weight: bold;
  font-size: 18px;
  direction: rtl;
  display: inline-block;
  margin: 5px 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0;
  padding: 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li {
  list-style-position: inside;
  direction: rtl;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li a,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:hover,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:focus,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:active {
  text-decoration: underline;
}
.categoryBreadcrumbs {
  font-family: arial;
  font-size: 12px;
  line-height: 31px;
}
.categoryBreadcrumbs.englishSite {
  direction: ltr;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .categoryBreadcrumbs.englishSite {
    display: none;
  }
}
.categoryBreadcrumbs.englishSite ul {
  margin: 0 0 0 3px ! important;
  float: left;
}
.categoryBreadcrumbs.englishSite ul li {
  margin-right: 8px;
  margin-left: 0;
  padding-left: 11px;
  padding-right: 0px;
  float: left;
  background: url(//www.ynet.co.il/images/tgr_arrow_right.png) no-repeat left 14px ! important;
}
.categoryBreadcrumbs.englishSite ul li:first-child {
  padding-left: 0px ! important;
}
.categoryBreadcrumbs ul {
  padding: 0;
  float: right;
  margin: 0 3px 0 0;
  width: 550px;
  color: black;
  list-style-type: none;
}
.categoryBreadcrumbs ul li:first-child {
  padding: 0;
  background: none ! important;
  font-weight: bold;
}
.categoryBreadcrumbs ul li {
  float: right;
  margin-left: 8px;
  padding-right: 11px;
  background: url(//www.ynet.co.il/images/tgr_arrow_left.png) no-repeat right 14px;
}
.categoryBreadcrumbs ul li:first-child a {
  color: black;
}
.categoryBreadcrumbs ul li a {
  text-decoration: none;
  color: #1F1F1F;
}
.CategoryImageComponenta .SimpleImage img {
  width: auto;
}
.grid1280 .categorySubNavigation {
  font-family: "Open Sans Hebrew";
}
.grid1280 .categorySubNavigation ul li:last-child {
  border-left: none !important;
}
.grid1280 .categorySubNavigation ul li {
  background: none !important;
  position: relative;
  border-left: 1px solid #000;
  color: #000;
  margin: 0 0 6px 0 !important;
  padding: 0 11px !important;
  line-height: 17px !important;
}
.grid1280 .categorySubNavigation ul {
  margin-right: -11px;
}
.categorySubNavigation {
  font-size: 14px;
  overflow: hidden;
}
.categorySubNavigation.englishSite {
  direction: ltr;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .categorySubNavigation.englishSite {
    display: none;
  }
}
.categorySubNavigation.englishSite ul li:first-child {
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px;
}
.ynetnews .categorySubNavigation.englishSite ul li:first-child {
  background: unset;
}
.categorySubNavigation.englishSite ul li:last-child {
  background: none;
}
.vesty .categorySubNavigation.englishSite ul li:not(:last-child) {
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px ! important;
}
.categorySubNavigation ul {
  padding: 0;
  line-height: 22px;
  margin-right: -21px;
  list-style-type: none;
  overflow: hidden;
}
.radionas .categorySubNavigation ul {
  margin-right: -13px;
}
.categorySubNavigation ul li:first-child {
  background: none;
}
.categorySubNavigation ul li {
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  padding-right: 13px;
  font-size: 14px;
  font-weight: bold;
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px;
}
.grid1280_2 .categorySubNavigation ul li {
  background: none;
}
.radionas .categorySubNavigation ul li {
  margin-left: 37px;
}
.grid1280_2 .categorySubNavigation ul li.selected a[style] {
  color: #1417ac !important;
  font-weight: bold !important;
}
.radionas .categorySubNavigation ul li.selected a[style] {
  color: inherit !important;
  font-weight: 700 !important;
}
.categorySubNavigation ul li a {
  text-decoration: none;
  color: #000000;
}
.grid1280_2 .categorySubNavigation ul li a {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li a {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 ! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24;
}
.font-moses .categorySubNavigation ul li a {
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 23px !important;
}
.grid1280_2 .categorySubNavigation ul li span {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li span {
  font-size: 18px! important;
  line-height: 24px! important;
  font-weight: 600! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24 !important;
}
.font-moses .categorySubNavigation ul li span {
  font-size: 14px !important;
  font-weight: 340 !important;
}
.categorySubNavigation ul li a:hover {
  color: #FF0000 !important;
}
.grid1280_2 .categorySubNavigation ul li a:hover {
  color: #1417ac !important;
}
.Complex {
  padding: 0 ! important;
  overflow: hidden;
}
.Complex .linksList,
.Complex .imageLinksList {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  flex-shrink: 0;
  height: 24px;
}
.Complex .linksList {
  align-items: center;
}
.Complex .linksList li {
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  padding: 0 8px;
}
.Complex .linksList li > a {
  text-decoration: none;
}
.Complex .linksList li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.Complex .linksList li:last-child {
  border-left: none !important;
}
.Complex .leftTabSide {
  justify-content: flex-end;
  z-index: 1;
  float: left;
  position: relative;
}
.Complex .rightTabSide {
  justify-content: flex-start;
  float: right;
  z-index: 1;
  position: relative;
}
.Complex .rightTabSide .imageLinksList {
  padding: 0 10px;
}
.Complex .rightTabSide .linksList li {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a,
.grid1280 .Complex .leftTabSide > .linksList > li > span {
  text-decoration: underline ! important;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a:hover,
.grid1280 .Complex .leftTabSide > .linksList > li > span:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .GeneralImageComponenta {
    width: 100%;
    height: auto;
    margin-bottom: 2.34375vw;
  }
  .GeneralImageComponenta div,
  .GeneralImageComponenta span,
  .GeneralImageComponenta img {
    width: 100%;
  }
  .GeneralImageComponenta .mediaItems > span,
  .GeneralImageComponenta .mediaItems > span > span,
  .GeneralImageComponenta .mediaItems > span > a {
    width: 100%;
  }
  .GeneralImageComponenta img[style] {
    width: 100% ! important;
    height: auto;
  }
  .GeneralImageComponenta .title span[style] {
    font-size: 4.53125vw ! important;
    min-height: 3.4375vw ! important;
  }
  .GeneralImageComponenta .subtitle {
    padding-top: 0 !important;
  }
  .GeneralImageComponenta .subtitle span {
    font-size: 3.75vw ! important;
  }
}
.GeneralImageComponenta {
  overflow: hidden;
  height: 100%;
}
.GeneralImageComponenta .MediaCarousel img {
  cursor: unset ! important;
}
.GeneralImageComponenta > div,
.GeneralImageComponenta > div > div,
.GeneralImageComponenta > div > div > div {
  height: 100%;
}
.GeneralImageComponenta.englishSite .title,
.GeneralImageComponenta.englishSite .subtitle {
  text-align: left;
}
.GeneralImageComponenta .GeneralImageItemSlot {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.GeneralImageComponenta .GeneralImageItemSlot .imageWrapper {
  order: 1;
}
.GeneralImageComponenta .titlesOverImage {
  position: absolute;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.GeneralImageComponenta .titlesOverImage a,
.GeneralImageComponenta .titlesOverImage a:hover,
.GeneralImageComponenta .titlesOverImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.GeneralImageComponenta .titlesOverImage .subtitle,
.GeneralImageComponenta .titlesOverImage .moreDetails {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
}
.GeneralImageComponenta .titlesOutsideImage {
  flex-grow: 1;
  padding: 7px 9px 10px 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.GeneralImageComponenta .titlesOutsideImage .mainText {
  flex-grow: 1;
  overflow-y: auto;
}
.GeneralImageComponenta .titlesOutsideImage a,
.GeneralImageComponenta .titlesOutsideImage a:hover,
.GeneralImageComponenta .titlesOutsideImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOutsideImage .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.GeneralImageComponenta .titlesOutsideImage .subtitle {
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 5px;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .GeneralImageComponenta .titlesOutsideImage {
    margin-top: -4px;
  }
}
.GeneralImageComponenta .moreDetails {
  font-size: 13px;
}
.layoutItem.google-adsense {
  padding-bottom: 14px;
}
.google-search-contianer-componenta {
  height: 37px;
  padding: 0px 11.9px 0px 10.5px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #000;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.google-search-contianer-componenta .search-icon {
  cursor: pointer;
  width: 13.9px;
  height: 13.6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.235' height='23.694' viewBox='0 0 24.235 23.694'%3E %3Cg data-name='Group 321'%3E %3Cpath data-name='Ellipse 18' d='M2.737 11.363a8.626 8.626 0 1 0 8.626-8.626 8.635 8.635 0 0 0-8.626 8.626m-2.737 0a11.363 11.363 0 1 1 11.363 11.363A11.363 11.363 0 0 1 0 11.363z'/%3E %3Cpath data-name='Line 84' d='M24.235 21.758 22.3 23.694l-4.329-4.329 1.936-1.935z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.google-search-contianer-componenta input.google-search {
  border: none;
  width: 100%;
  font-size: 16px !important;
}
.google-search-contianer-componenta input.google-search:placeholder-shown {
  opacity: 0.87;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: right;
  color: #878788;
}
.HotTitlesComponenta,
.ArticleBlogsHotTitlesComponenta {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  flex-shrink: 0;
}
.HotTitlesComponenta .slotsContent,
.ArticleBlogsHotTitlesComponenta .slotsContent {
  flex-grow: 1;
  margin: 0;
}
.HotTitlesComponenta .slotList,
.ArticleBlogsHotTitlesComponenta .slotList {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .slotList .slotView,
.ArticleBlogsHotTitlesComponenta .slotList .slotView {
  display: flex;
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotView:last-child,
.ArticleBlogsHotTitlesComponenta .slotList .slotView:last-child {
  margin-bottom: 15px;
}
.HotTitlesComponenta .slotList .slotView a,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a,
.HotTitlesComponenta .slotList .slotView a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a:hover {
  overflow: hidden;
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotView span,
.ArticleBlogsHotTitlesComponenta .slotList .slotView span {
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotTitle,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 5px 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
}
.HotTitlesComponenta .slotList .slotTitle a,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a,
.HotTitlesComponenta .slotList .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover {
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .slotList .slotTitle .videoIcon,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle .videoIcon {
  margin-bottom: -3px;
}
.HotTitlesComponenta .slotList .moreDetails,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails {
  color: #9C9C9C;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  padding: 0 10px 0 10px;
  width: auto;
  display: inline-block;
}
.HotTitlesComponenta .slotList .moreDetails > span,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails > span {
  vertical-align: inherit;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea {
  width: 96px;
  height: 56px;
  overflow: hidden;
  flex-shrink: 0;
}
.HotTitlesComponenta .textDiv,
.ArticleBlogsHotTitlesComponenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta.englishSite,
.ArticleBlogsHotTitlesComponenta.englishSite {
  direction: ltr;
}
.HotTitlesComponenta.englishSite .mediaArea,
.ArticleBlogsHotTitlesComponenta.englishSite .mediaArea {
  width: 114px;
  height: 64px;
}
.HotTitlesComponenta.englishSite .slotTitle,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle {
  max-height: 48px;
  overflow: hidden;
}
.HotTitlesComponenta.englishSite .slotTitle a,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a,
.HotTitlesComponenta.englishSite .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover {
  text-decoration: none;
}
.HotTitlesComponenta.englishSite .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 0px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea,
.HotTitlesComponenta .imageArea,
.ArticleBlogsHotTitlesComponenta .imageArea {
  position: relative;
}
.HotTitlesComponenta .MediaCarousel,
.ArticleBlogsHotTitlesComponenta .MediaCarousel {
  display: flex;
  order: 1;
}
.HotTitlesComponenta .MediaCarousel .EditableVideo > img,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .EditableVideo > img {
  height: 100%;
  cursor: inherit;
}
.HotTitlesComponenta .MediaCarousel .mediaItems,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:disabled,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.HotTitlesComponenta .MediaCarousel .numberOfMedia,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .numberOfMedia {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .HotTitlesComponenta .hotTitlesTab {
    margin-bottom: 7px;
  }
  .HotTitlesComponenta.englishSite {
    font-family: Arimo;
    background: #ededed;
  }
  .HotTitlesComponenta.englishSite .slotTitle {
    line-height: 18px;
    height: 36px;
    font: normal 14px Arimo ! important;
    max-height: 36px;
    margin-bottom: 10px;
    white-space: inherit;
  }
  .HotTitlesComponenta.englishSite .mediaArea {
    overflow: hidden;
    padding: 1px;
    border: 1px solid #C6C6C6;
    font-size: 10px;
  }
  .HotTitlesComponenta.englishSite .mediaArea > span,
  .HotTitlesComponenta.englishSite .mediaArea > span > span {
    display: flex;
    width: 100%;
  }
  .HotTitlesComponenta.englishSite .MediaCarousel[style] {
    width: 100% ! important;
    height: 100% ! important;
  }
  .HotTitlesComponenta.englishSite .MediaCarousel[style] .SiteImageMedia[style] {
    width: 100% ! important;
    height: auto ! important;
  }
  .HotTitlesComponenta.englishSite .slotView {
    width: 100%;
    height: 66px;
    border-bottom: 1px dotted #808080;
    margin-top: 0px;
    margin-bottom: 6px ! important;
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .HotTitlesComponenta.englishSite .slotView:first-of-type {
    padding-top: 5px ! important;
  }
  .HotTitlesComponenta.englishSite .slotView:last-of-type {
    margin-bottom: 0px ! important;
  }
  .HotTitlesComponenta.englishSite .moreDetails {
    line-height: 14px;
    height: 28px;
    color: #808080;
    font: normal 11px Arimo !important;
    display: block;
    align-items: inherit;
  }
  .HotTitlesComponenta.englishSite .slotContentDiv[style] {
    height: auto ! important;
  }
}
.LinksListComponenta {
  display: flex;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  height: 100%;
}
.LinksListComponenta.englishSite {
  direction: ltr;
  background: red;
}
.LinksListComponenta.englishSite .linksTitle {
  margin-left: 0px;
  margin-right: 8px;
  flex-shrink: 0;
}
.LinksListComponenta.englishSite .slotList .slotView span:hover {
  color: #ff0000 !important;
}
.LinksListComponenta.englishSite .slotList > div > div {
  flex-shrink: 0;
}
.LinksListComponenta.englishSite .slotList > div > div:last-child .slotView[style] {
  border-right: 0 ! important;
}
.LinksListComponenta.englishSite .slotList > div > div:first-child .slotView {
  padding-left: 0 ! important;
  padding-right: 8px ! important;
}
.LinksListComponenta .linksTitle {
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}
.LinksListComponenta .slotsContent {
  display: flex;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList > div {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList > div .slotView {
  padding: 0 8px;
  font-size: 12px;
}
.LinksListComponenta .slotsContent .slotList > div .slotView a,
.LinksListComponenta .slotsContent .slotList > div .slotView span {
  text-decoration: underline;
  color: unset;
}
.LinksListComponenta .slotsContent .slotList > div .slotView a:hover,
.LinksListComponenta .slotsContent .slotList > div .slotView span:hover {
  color: #ff0000;
}
.LinksListComponenta .slotsContent .slotList > div > div:last-child .slotView[style] {
  border-left: 0 ! important;
}
.LinksListComponenta .slotsContent .slotList > div > div:first-child .slotView {
  padding-right: 0;
}
@-webkit-keyframes fadeinForm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.AddCommentFormUI1280.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.AddCommentFormUI1280.hide {
  display: none;
}
.AddCommentFormUI1280 .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px 0;
  margin-bottom: 5px;
}
.AddCommentFormUI1280 .AddCommentForm * {
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  height: 50px;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 22px 13px 26px;
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 8px;
  width: 8px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  justify-content: flex-end;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  display: none !important;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: -15px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 5px;
  height: 8px;
  width: 8px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  width: 361px;
  height: 48px;
  margin-bottom: 11px;
  display: inline-block;
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 48px;
  display: inline-block;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 81px;
  display: inline-block;
  overflow: auto;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #000;
  width: 352px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #000;
  font-weight: bold;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 164px;
  height: 40px;
  background-image: linear-gradient(127deg, #474cdd, #1417ac 43%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.ArticleCommentsTopTabUI1280 {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-between;
}
.ArticleCommentsTopTabUI1280 .tabTitle {
  display: flex;
  align-items: center;
}
.ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23000' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  margin: 3px 0 auto 9px;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: 32px;
}
.ArticleCommentsTopTabUI1280 .tabPanel {
  display: flex;
}
.ArticleCommentsTopTabUI1280 .newCommentBtn {
  background-image: linear-gradient(132deg, #474cdd, #1417ac 47%);
  height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  width: 136px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.ArticleCommentsTopTabUI1280 .sortOptions {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.ArticleCommentsTopTabUI1280 .sortOptions .selectLabel {
  font-size: 14px;
  color: #000;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper {
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.ArticleCommentsTopTabUI1280 .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-right: 2px;
  width: 120px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  background: transparent;
}
@font-face {
  font-family: 'OEMishtameshPro';
  src: url('/Common/images/fonts/MishtameshPro/OEMishtameshPro-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'OEMishtameshPro';
  src: url('/Common/images/fonts/MishtameshPro/OEMishtameshPro-Light.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'OEMishtameshPro';
  src: url('/Common/images/fonts/MishtameshPro/OEMishtameshPro-UltraLight.otf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'OEMishtameshPro';
  src: url('/Common/images/fonts/MishtameshPro/OEMishtameshPro-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'OEMishtameshPro';
  src: url('/Common/images/fonts/MishtameshPro/OEMishtameshPro-Heavy.otf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/*font for titles*/
@font-face {
  font-family: 'MosesDisplay';
  src: url('/Common/images/fonts/moses/MosesDisplay_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: 'Moses';
  src: url('/Common/images/fonts/moses/MosesText_Inter-VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.eot') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.eot') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.eot') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.eot') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.eot') format('opentype');
  font-weight: 900;
  font-style: normal;
}
.magazine2025 {
  font-family: 'EzerShemesh', 'OEMishtameshPro', 'Assistant', sans-serif;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 {
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .frontCopyButton-pf {
  order: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3931)'%3E %3Cpath d='M20.2744 17.75C19.4981 17.3036 18.537 17.46 17.9398 18.077L13.3076 15.6827C13.3502 15.4495 13.3502 15.2164 13.3076 14.9889L17.9398 12.5946C18.3066 12.9699 18.8071 13.1775 19.319 13.1775C19.6431 13.1775 19.973 13.095 20.2773 12.9216C21.1929 12.3927 21.5085 11.2154 20.9796 10.2998C20.7237 9.85617 20.3085 9.53769 19.8138 9.40404C19.319 9.27039 18.8014 9.33863 18.3578 9.59456C17.5929 10.0353 17.2488 10.9254 17.4621 11.7415L12.8924 14.1045C12.3038 13.405 11.2801 13.2031 10.464 13.6751C9.54266 14.2012 9.22702 15.3756 9.75593 16.2941C10.1114 16.9083 10.7569 17.2552 11.4223 17.2552C11.7465 17.2552 12.0763 17.1728 12.3806 16.9993C12.5768 16.8856 12.7474 16.7405 12.8896 16.5699L17.4592 18.9329C17.3768 19.2514 17.3739 19.587 17.4592 19.914C17.5929 20.4088 17.9085 20.8239 18.355 21.0799C18.6507 21.2505 18.9806 21.3386 19.3133 21.3386C19.481 21.3386 19.6488 21.3159 19.8138 21.2732C20.3085 21.1396 20.7237 20.8239 20.9796 20.3775C21.5085 19.4619 21.1929 18.2846 20.2773 17.7557L20.2744 17.75ZM18.8441 10.4391C18.9891 10.3566 19.1512 10.314 19.3133 10.314C19.3957 10.314 19.4782 10.3254 19.5578 10.3453C19.7995 10.4107 20.0043 10.5671 20.1294 10.7832C20.3882 11.2325 20.2346 11.8097 19.7853 12.0685C19.5664 12.1936 19.3133 12.2277 19.0716 12.1623C18.8299 12.0969 18.6251 11.9405 18.5 11.7244C18.2412 11.2751 18.3948 10.6979 18.8441 10.4391ZM11.8886 16.1491C11.6697 16.2742 11.4166 16.3083 11.1749 16.2429C10.9332 16.1775 10.7284 16.0211 10.6033 15.805C10.3446 15.3557 10.4981 14.7784 10.9474 14.5197C11.0953 14.4344 11.2574 14.3946 11.4166 14.3946C11.7408 14.3946 12.0592 14.5623 12.2327 14.8638C12.3578 15.0827 12.3919 15.3358 12.3265 15.5775C12.2611 15.8192 12.1047 16.0239 11.8886 16.1491ZM20.1294 19.8856C20.0043 20.1045 19.8024 20.2581 19.5578 20.3235C19.3161 20.3889 19.063 20.3547 18.8441 20.2296C18.6251 20.1045 18.4716 19.9026 18.4062 19.6581C18.3408 19.4164 18.3749 19.1633 18.5 18.9443C18.6735 18.6429 18.9919 18.4751 19.3161 18.4751C19.4754 18.4751 19.6374 18.5149 19.7853 18.6002C20.2346 18.859 20.3882 19.4363 20.1294 19.8856Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3931'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(9.5 9.33301)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280,
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .frontCopyButton-pf,
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  min-width: 30px;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .more,
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .menuMore {
  display: none;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .mailto {
  order: 1;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id=' Share / Mail'%3E %3Cpath id='icon' d='M25 7C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7H25ZM16.0322 17.2539C15.4124 17.6877 14.5875 17.6877 13.9678 17.2539L5.59961 11.3955V21.4004H24.4004V11.3955L16.0322 17.2539ZM5.59961 9.44238L14.8857 15.9434C14.9545 15.9913 15.0455 15.9913 15.1143 15.9434L24.4004 9.44238V8.59961H5.59961V9.44238Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .tw {
  order: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .fb {
  order: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .wa {
  order: 4;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85813'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 85510'%3E %3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M23.4935 14.4542C23.393 10.5046 20.1399 7.33301 16.1343 7.33301C12.1286 7.33301 8.95122 10.4318 8.77946 14.3196C8.77582 14.4258 8.77218 14.5328 8.77218 14.6398C8.77218 16.0218 9.1579 17.3114 9.82672 18.414L8.5 22.333L12.5777 21.0369C13.6322 21.6162 14.8454 21.9473 16.135 21.9473C20.2025 21.9473 23.4978 18.676 23.4978 14.6398C23.4978 14.5779 23.4978 14.5153 23.4942 14.4535L23.4935 14.4542ZM16.1343 20.7821C14.8767 20.7821 13.7079 20.4095 12.7291 19.7654L10.3507 20.5238L11.1229 18.2415C10.382 17.2285 9.94389 15.984 9.94389 14.6398C9.94389 14.4404 9.95408 14.2402 9.97518 14.0437C10.2787 10.9347 12.9255 8.49743 16.1343 8.49743C19.343 8.49743 22.0561 10.9966 22.3043 14.1609C22.3181 14.3196 22.3247 14.4775 22.3247 14.6398C22.3247 18.0283 19.5468 20.7821 16.1343 20.7821Z' fill='%23121111'/%3E %3Cpath id='Vector_2' fill-rule='evenodd' clip-rule='evenodd' d='M19.509 16.115C19.3264 16.0255 18.4407 15.591 18.2755 15.5328C18.1103 15.4709 17.9894 15.4432 17.8686 15.6223C17.7478 15.8013 17.4 16.2045 17.2959 16.3217C17.1896 16.4425 17.0856 16.4563 16.9029 16.3668C16.7239 16.2773 16.1409 16.091 15.4517 15.4775C14.9175 15.0051 14.5522 14.4193 14.4489 14.2403C14.3455 14.0612 14.4387 13.9644 14.5282 13.8749C14.6112 13.7927 14.7072 13.6646 14.8004 13.562C14.8244 13.5307 14.8455 13.503 14.8659 13.4754C14.9074 13.4099 14.9379 13.348 14.9794 13.2614C15.042 13.1406 15.0107 13.038 14.9656 12.9477C14.9212 12.8582 14.5588 11.9754 14.4074 11.6174C14.2596 11.2586 14.1075 11.3204 14.0006 11.3204C13.8936 11.3204 13.7764 11.3037 13.6556 11.3037C13.5348 11.3037 13.3383 11.3488 13.1731 11.5279C13.0079 11.7069 12.5421 12.1414 12.5421 13.0234C12.5421 13.2301 12.58 13.4375 12.636 13.634C12.8187 14.2643 13.2109 14.7846 13.2808 14.8749C13.3703 14.992 14.5282 16.8602 16.3622 17.5807C18.199 18.2939 18.199 18.0559 18.5302 18.0254C18.8613 17.9984 19.5985 17.5945 19.747 17.1739C19.8991 16.7569 19.8991 16.3981 19.854 16.3224C19.8089 16.2496 19.6881 16.2052 19.509 16.1157V16.115Z' fill='%23121111'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 5;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Comments' d='M29.6927 28.8468L27.7809 23.3136C28.9386 21.1442 29.5718 18.5986 29.5138 15.9306C29.3329 7.64215 22.6821 1.10738 14.6984 1.33898C6.6803 1.57159 0.32285 8.48327 0.503768 16.7718C0.683673 25.0245 7.33444 31.5593 15.3525 31.327C18.0366 31.2491 20.4982 30.4303 22.6375 29.0514L28.4148 30.2721L28.5187 30.3048C28.622 30.3018 28.6915 30.3355 28.7604 30.3335C29.1391 30.3224 29.4439 30.1002 29.61 29.8106C29.6765 29.7021 29.7082 29.5585 29.7399 29.4509C29.7727 29.3788 29.7703 29.2719 29.7689 29.2008C29.7666 29.0939 29.7642 28.9874 29.7274 28.8815L29.6927 28.8468Z' fill='white' stroke='%23121111' stroke-miterlimit='10'/%3E %3C/svg%3E");
}
.magazine2025 .ArticleTagsComponent {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: none !important;
}
.magazine2025 .ArticleTagsComponent * {
  color: #121111 !important;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Assistant';
  font-weight: 300;
}
.magazine2025 .ArticleTagsComponent *:hover {
  color: #121111 !important;
}
.magazine2025 .ArticleTagsComponent .tagsLabel {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.91184 4.08797C10.0306 4.2067 10.2229 4.2067 10.3416 4.08797C10.4603 3.96924 10.4603 3.77692 10.3416 3.65819C10.2231 3.53963 10.0307 3.53948 9.91184 3.65819V4.08797ZM9.91184 4.08797C9.79314 3.96928 9.7931 3.77704 9.91173 3.6583L9.91184 4.08797ZM12.9977 5.54657L12.817 2.34387L12.817 2.34383C12.7823 1.73071 12.2693 1.21765 11.6562 1.18301L11.6561 1.18301L8.45324 1.00227C8.45323 1.00227 8.45322 1.00227 8.4532 1.00227C8.18331 0.987026 7.89599 1.05021 7.64975 1.14419C7.40347 1.23819 7.14723 1.38248 6.95617 1.5734L6.95604 1.57353L1.3371 7.19229L1.33696 7.19243C0.887782 7.64194 0.88721 8.37446 1.33709 8.82434L5.17533 12.6626C5.17538 12.6626 5.17542 12.6627 5.17547 12.6627C5.6251 13.1125 6.35792 13.1123 6.80751 12.6627L12.4265 7.04377L12.4266 7.04363C12.6175 6.85257 12.7618 6.59634 12.8558 6.35006C12.9498 6.1038 13.013 5.81647 12.9977 5.54657Z' stroke='%23121111' stroke-miterlimit='10'/%3E %3C/svg%3E");
  background-position: right center;
  background-size: 28px 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  font-weight: 400;
  padding: 8px 28px 8px 8px;
  box-sizing: border-box;
  width: auto;
}
.magazine2025 .ArticleTagsComponent .tagWrapper {
  background: #F1F1F1;
  padding: 8px;
  border-radius: 5px;
}
.magazine2025 .ArticleBodyComponent {
  font-family: 'Assistant';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #121111;
}
.commertial-article .magazine2025 .ArticleBodyComponent {
  background-color: #f5f4f4;
}
.magazine2025 .ArticleBodyComponent .link-text-component {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.magazine2025 .ArticleBodyComponent .link-text-component .linked-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.magazine2025 .ArticleBodyComponent .link-text-component .logo {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  object-fit: contain;
}
.magazine2025 .ArticleBodyComponent .link-text-component .DraftEditor-root {
  color: #78787B !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0 !important;
}
.magazine2025 .ArticleBodyComponent .link-text-component .public-DraftEditor-content > div > *:last-child {
  margin-bottom: 0 !important;
}
.magazine2025 .ArticleBodyComponent .link-text-component .text {
  color: #78787B !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}
.magazine2025 .ArticleBodyComponent .link-text-component a {
  color: #78787B !important;
}
.magazine2025 .ArticleBodyComponent .link-text-component a:hover {
  color: #000 !important;
  font-weight: 500;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta,
.magazine2025 .ArticleBodyComponent .VideoComponenta,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.wrapped,
.magazine2025 .ArticleBodyComponent .VideoComponenta.wrapped,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.wrapped {
  display: inline;
  width: auto;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener,
.magazine2025 .ArticleBodyComponent .VideoComponenta .gelleryOpener,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .gelleryOpener {
  display: block;
  position: relative;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails,
.magazine2025 .ArticleBodyComponent .VideoComponenta .ImageDetails,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .ImageDetails,
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .videoInfo,
.magazine2025 .ArticleBodyComponent .VideoComponenta .videoInfo,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .videoInfo {
  padding-inline-start: 30px;
  margin-top: 10px;
  box-sizing: border-box;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .videoComponentaShare,
.magazine2025 .ArticleBodyComponent .VideoComponenta .ImageDetails .videoComponentaShare,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .ImageDetails .videoComponentaShare,
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .videoInfo .videoComponentaShare,
.magazine2025 .ArticleBodyComponent .VideoComponenta .videoInfo .videoComponentaShare,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails *,
.magazine2025 .ArticleBodyComponent .VideoComponenta .ImageDetails *,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .ImageDetails *,
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .videoInfo *,
.magazine2025 .ArticleBodyComponent .VideoComponenta .videoInfo *,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .videoInfo * {
  font-family: 'Assistant';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px !important;
  height: auto !important;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .videoInfo,
.magazine2025 .ArticleBodyComponent .VideoComponenta .videoInfo,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .videoInfo {
  background-color: transparent;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .videoInfo *,
.magazine2025 .ArticleBodyComponent .VideoComponenta .videoInfo *,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .videoInfo * {
  color: #121111;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .videoInfo > span,
.magazine2025 .ArticleBodyComponent .VideoComponenta .videoInfo > span,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .videoInfo > span {
  display: none;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .expand,
.magazine2025 .ArticleBodyComponent .VideoComponenta .expand,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .expand {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg width='61' height='61' viewBox='0 0 61 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect opacity='0.9' x='2' y='1.5' width='57' height='57' rx='28.5' fill='white' stroke='%23F1F1F1' stroke-width='3'/%3E %3Cpath d='M19.5 19C18.9477 19 18.5 19.4477 18.5 20L18.5 29C18.5 29.5523 18.9477 30 19.5 30C20.0523 30 20.5 29.5523 20.5 29L20.5 21L28.5 21C29.0523 21 29.5 20.5523 29.5 20C29.5 19.4477 29.0523 19 28.5 19L19.5 19ZM40.7132 42.2132C41.2655 42.2132 41.7132 41.7655 41.7132 41.2132L41.7132 32.2132C41.7132 31.6609 41.2655 31.2132 40.7132 31.2132C40.1609 31.2132 39.7132 31.6609 39.7132 32.2132L39.7132 40.2132L31.7132 40.2132C31.1609 40.2132 30.7132 40.6609 30.7132 41.2132C30.7132 41.7655 31.1609 42.2132 31.7132 42.2132L40.7132 42.2132ZM18.7929 20.7071L40.0061 41.9203L41.4203 40.5061L20.2071 19.2929L18.7929 20.7071Z' fill='%23121111'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: none;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .expand:hover,
.magazine2025 .ArticleBodyComponent .VideoComponenta .expand:hover,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .expand:hover {
  cursor: pointer;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta .expand::after,
.magazine2025 .ArticleBodyComponent .VideoComponenta .expand::after,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta .expand::after {
  display: none;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .expand,
.magazine2025 .ArticleBodyComponent .VideoComponenta.firstImageInArticleBody .expand,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.firstImageInArticleBody .expand {
  display: none;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand,
.magazine2025 .ArticleBodyComponent .VideoComponenta.firstImageInArticleBody .galleryCounterExpand,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: flex;
  font-family: 'Assistant';
  position: absolute;
  right: 20px;
  bottom: 30px;
  height: 30px;
  width: auto;
  background: #fff;
  padding: 8px;
  font-size: 14px;
  color: #121111;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  border: 0.5px solid #F1F1F1;
  font-weight: 300;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg,
.magazine2025 .ArticleBodyComponent .VideoComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  width: auto;
  padding: 0 4px;
  height: 18px;
  background: #121111;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.magazine2025 .ArticleBodyComponent .VideoComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg::before,
.magazine2025 .ArticleBodyComponent .VideoComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg::before,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 2px;
  background: #121111;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.magazine2025 .ArticleBodyComponent .VideoComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after {
  height: 15px;
  right: -2px;
  top: 1px;
}
.magazine2025 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before,
.magazine2025 .ArticleBodyComponent .VideoComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before,
.magazine2025 .ArticleBodyComponent .VideoLiveComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  height: 11px;
  right: -4px;
  top: 3px;
}
.magazine2025 .ArticleBodyComponent figure {
  padding-top: 10px;
  display: block;
}
.magazine2025 .ArticleBodyComponent .text_editor_paragraph,
.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ul,
.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ol {
  margin-bottom: 20px;
}
.magazine2025 .ArticleBodyComponent .text_editor_paragraph a,
.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ul a,
.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ol a {
  text-decoration: underline;
}
.magazine2025 .ArticleBodyComponent .text_editor_paragraph,
.magazine2025 .ArticleBodyComponent figure,
.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ul,
.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-family: 'Assistant';
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.magazine2025 .ArticleBodyComponent .pHeader {
  font-family: 'EzerShemesh';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.magazine2025 .ArticleBodyComponent .text_editor_block_quote {
  text-align: center;
  font-family: 'EzerShemesh';
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 3.2px;
  padding: 30px 0;
  border-top: 1px solid #D7D5D5;
  border-bottom: 1px solid #D7D5D5;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
.magazine2025 .ArticleBodyComponent .originalLaunchDate {
  font-family: 'Assistant';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.magazine2025 .videoIcon {
  position: absolute;
  left: 7px;
  bottom: 7px;
}
.magazine2025 .videoIcon.big .icon,
.magazine2025 .videoIcon.xLarge .icon,
.magazine2025 .videoIcon.medium .icon,
.magazine2025 .videoIcon .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='play'%3E %3Crect id='Rectangle 228' opacity='0.9' x='1.49976' y='1.94446' width='58.1111' height='57' rx='28.5' fill='white' stroke='%23F1F1F1' stroke-width='3'/%3E %3Cpath id='Polygon 1' d='M44.5971 28.693C45.9487 29.4592 45.9487 31.4067 44.5971 32.1728L23.1528 44.3286C21.8195 45.0844 20.1665 44.1213 20.1665 42.5887L20.1665 18.2772C20.1665 16.7446 21.8195 15.7815 23.1528 16.5373L44.5971 28.693Z' fill='%23121111' stroke='%23121111'/%3E %3C/g%3E %3C/svg%3E") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.magazine2025 .videoIcon.big {
  width: 30px;
  height: 30px;
}
.magazine2025 .videoIcon.xLarge {
  width: 60px;
  height: 60px;
}
.magazine2025 .videoIcon.xLarge .icon {
  width: 60px;
  height: 60px;
}
.magazine2025 .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 29px;
  width: 29px;
  overflow: hidden;
  z-index: 3;
}
.magazine2025 .MarketingSign .marketingImage {
  height: 29px !important;
  width: 29px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.magazine2025 .MarketingSign .marketingText {
  display: none;
  background-color: #0006;
  font-weight: lighter;
  color: white;
  flex-grow: 1;
  padding: 10px 32px 10px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  box-sizing: border-box;
}
.magazine2025 .MarketingSign:hover {
  width: 100%;
  height: 100%;
}
.magazine2025 .MarketingSign:hover .marketingText {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: fadeIn .2s;
}
.magazine2025 .MarketingSign.smallItem {
  height: 29px;
  overflow: hidden;
  z-index: 3;
}
.magazine2025 .MarketingSign.smallItem .marketingImage {
  align-self: flex-end;
}
.magazine2025 .MarketingSign.smallItem:hover {
  height: 100%;
}
.magazine2025 .MarketingSign.smallItem:hover .marketingImage {
  align-self: flex-end;
}
.magazine2025 .MarketingSign.smallItem:hover .marketingText {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.05;
  padding: 8px 32px 8px 8px;
  font-family: 'Assistant';
}
.magazine2025 .MarketingSign.smallItem:hover .marketingText span {
  white-space: unset;
}
.magazine2025 .havakIcon {
  width: 55px;
  height: 17px;
}
.magazine2025 .videoMediaContainer .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.magazine2025 .videoMediaContainer .blogsArticleVideoAppComponenta .androidTvImageClass,
.magazine2025 .videoMediaContainer .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  height: 100%;
}
.magazine2025 .videoMediaContainer .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: block;
  text-decoration: none;
}
.magazine2025 .videoMediaContainer .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E %3Cdefs%3E %3Cfilter id='9a00rydfva' width='155.3%25' height='174.8%25' x='-27.7%25' y='-34.4%25' filterUnits='objectBoundingBox'%3E %3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='5'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.301643425 0'/%3E %3C/filter%3E %3Cpath id='pb4ssze5tb' d='M34.487 16.883L53.21 46.636c.753 1.197.393 2.778-.803 3.53-.409.258-.881.394-1.364.394H13.596c-1.414 0-2.56-1.146-2.56-2.56 0-.482.136-.955.393-1.364l18.724-29.753c.753-1.197 2.334-1.556 3.53-.803.325.204.6.478.804.803z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H64V64H0z' transform='translate(-155 -136) translate(155 136)'/%3E %3Cg transform='translate(-155 -136) translate(155 136) rotate(90 32.32 32)'%3E %3Cuse fill='%23000' filter='url(%239a00rydfva)' xlink:href='%23pb4ssze5tb'/%3E %3Cuse fill='%23FFF' xlink:href='%23pb4ssze5tb'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.magazine2025 .videoMediaContainer .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-direction: column;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #D7D5D5;
  position: relative;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView.taboolaItemArticleHeadlines {
  height: 141px;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView:last-child {
  border-bottom: none;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageArea {
  position: relative;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .category {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #A10000;
  text-decoration: none;
  font-family: 'Assistant';
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 20px;
  font-style: normal;
  line-height: 21px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle.oneRow {
  -webkit-line-clamp: 1;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle a {
  text-decoration: none;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 21px;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle a {
  text-decoration: none;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails * {
  font-family: 'Assistant';
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .author {
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-inline-end: 3px;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
  min-width: fit-content;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .MarketingSign {
  bottom: 3px;
}
.magazineArticleHeadlinesAuto .slotContentDiv .slotMore {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.magazineArticlesRecommendationsComponent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.magazineArticlesRecommendationsComponent a,
.magazineArticlesRecommendationsComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineArticlesRecommendationsComponent .slotsContent {
  display: flex;
  height: 100%;
  width: 100%;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea {
  height: 465px;
  position: relative;
  align-self: stretch;
  overflow: hidden;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .videoIcon {
  left: 30px;
  bottom: 30px;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .MarketingSign .marketingText {
  align-items: start;
  padding: 10px 32px 10px 10px;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView.dfpId {
  width: 620px;
  height: 465px;
  display: flex;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView.dfpId .imageArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0c9d0;
  font-size: 16px;
  width: 620px;
  height: 465px;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .MediaCarousel {
  overflow: hidden;
  position: relative;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .MediaCarousel .mediaItems {
  height: 100%;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .MediaCarousel img {
  height: 100%;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView.inEditMode {
  position: relative;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv {
  width: 100%;
  height: 245px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 8px;
  position: absolute;
  bottom: 0;
  padding: 30px 40px;
  text-align: right;
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 17, 17, 0), rgba(18, 17, 17, 0.9));
  box-sizing: border-box;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .slotCategory {
  padding: 0px 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  background-color: #fff;
  font-family: 'Assistant';
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle,
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle a {
  color: #0059A1;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .moreDetails {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Assistant';
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .moreDetails .authorInfo {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-left: 5px;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .havakIcon.onImage {
  position: unset;
  background-size: contain;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .commercialTitleLine {
  background-color: #1d71c7;
  height: 3px;
  opacity: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .commercialTitleLine.ShowLine {
  opacity: 1;
}
.magazineArticlesSideComponent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.magazineArticlesSideComponent a,
.magazineArticlesSideComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineArticlesSideComponent .magazine-component-tab {
  padding: 10px 0;
  border-width: 2px !important;
}
.magazineArticlesSideComponent .magazine-component-tab .mainTabTitle {
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
  text-decoration: none;
}
.magazineArticlesSideComponent .slotsContent {
  display: flex;
  height: 100%;
  width: 100%;
}
.magazineArticlesSideComponent .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView {
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .mediaArea {
  height: 267px;
  position: relative;
  align-self: stretch;
  overflow: hidden;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView.dfpId {
  width: 150px;
  height: 267px;
  display: flex;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView.dfpId .imageArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0c9d0;
  font-size: 16px;
  width: 150px;
  height: 267px;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel[style],
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel {
  overflow: hidden;
  position: relative;
  width: 150px !important;
  height: 267px !important;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel[style] .EmptyImagePlaceholder[style],
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel .EmptyImagePlaceholder[style] {
  width: 150px !important;
  height: 267px !important;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel[style] .mediaItems,
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel .mediaItems {
  height: 100%;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel[style] img,
.magazineArticlesSideComponent .slotsContent .slotList .slotView .MediaCarousel img {
  width: 150px !important;
  height: 267px !important;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView.inEditMode {
  position: relative;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv {
  width: 100%;
  height: 203px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 5px;
  position: absolute;
  bottom: 0;
  padding: 10px;
  text-align: right;
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 17, 17, 0), rgba(18, 17, 17, 0.9));
  box-sizing: border-box;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .videoIcon {
  position: unset;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .slotCategory {
  padding: 0px 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  background-color: #fff;
  font-family: 'Assistant';
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle,
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle a {
  color: #0059A1;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .moreDetails {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Assistant';
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .moreDetails .authorInfo {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-left: 5px;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .havakIcon {
  position: unset;
  background-size: contain;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .MarketingSign {
  height: 19px;
  position: unset;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .textDiv .MarketingSign .marketingText {
  height: 267px;
  align-items: start;
  padding: 10px 10px 32px 10px;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .commercialTitleLine {
  background-color: #1d71c7;
  height: 3px;
  opacity: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.magazineArticlesSideComponent .slotsContent .slotList .slotView .commercialTitleLine.ShowLine {
  opacity: 1;
}
.magazine-component-tab,
.storiesAutoComponentaTab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: #121111;
  border-bottom: 1px solid #121111;
}
.magazine-component-tab * a,
.storiesAutoComponentaTab * a,
.magazine-component-tab * a:hover,
.storiesAutoComponentaTab * a:hover {
  text-decoration: none;
  color: #121111;
}
.magazine-component-tab.topBorder,
.storiesAutoComponentaTab.topBorder {
  border-top: 1px solid #121111;
}
.magazine-component-tab .mainTabTitle,
.storiesAutoComponentaTab .mainTabTitle,
.magazine-component-tab .tabTitle,
.storiesAutoComponentaTab .tabTitle {
  font-size: 45px;
  letter-spacing: 4.5px;
  font-weight: 300;
  line-height: 33px;
  text-decoration: none;
  color: #121111;
}
.magazine-component-tab .subTabTitle,
.storiesAutoComponentaTab .subTabTitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: auto;
  color: #121111;
  font-family: 'Assistant';
}
.magazineGalleryStripComponent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.magazineGalleryStripComponent a,
.magazineGalleryStripComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineGalleryStripComponent .slotsContent {
  display: flex;
  height: 100%;
  width: 100%;
}
.magazineGalleryStripComponent .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
  gap: 50px;
  overflow: hidden;
}
.magazineGalleryStripComponent .slotsContent .slotList.div {
  width: 595px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.inEditMode.dfpId {
  height: 445px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.inEditMode.dfpId .imageArea {
  height: 445px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea {
  position: relative;
  height: 445px;
  align-self: stretch;
  overflow: hidden;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  overflow: hidden;
  position: relative;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems {
  height: 100%;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel img {
  height: 100%;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .videoIcon {
  bottom: 20px;
  left: 20px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .MarketingSign .marketingText {
  align-items: start;
  padding: 10px 32px 10px 10px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.dfpId {
  width: 595px;
  display: flex;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.dfpId .imageArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0c9d0;
  font-size: 16px;
  width: 595px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.inEditMode {
  position: relative;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv {
  width: 595px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: right;
  color: #121111;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotCategory {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  font-family: 'Assistant';
  line-height: 18px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  height: 70px;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle {
  position: relative;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle a {
  color: #0059A1;
  font-weight: 400;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle:before {
  content: "";
  width: 100%;
  height: 2px;
  top: 0px;
  background-color: #0059A1;
  position: absolute;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .moreDetails {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Assistant';
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .moreDetails .authorInfo {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-left: 5px;
}
.Magazine2025Header {
  display: flex;
  position: relative;
  flex-direction: column;
}
.Magazine2025Header * {
  font-family: 'EzerShemesh';
}
.Magazine2025Header .accessibiltyFixedBtn {
  position: fixed;
  left: -17px;
  top: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='46' viewBox='0 0 55 46'%3E %3Cg data-name='Group 2' transform='translate(17 -735)'%3E %3Crect data-name='Rectangle 1' width='55' height='46' rx='21' transform='translate(-17 735)' style='fill:%23003'/%3E %3Cg data-name='Group 3'%3E %3Cpath data-name='Path 1' d='M309.018 482.937a1.049 1.049 0 0 0-1.456.282 6.027 6.027 0 0 1-2.643 2.177 5.97 5.97 0 0 1-1.126.35 6.1 6.1 0 0 1-2.423 0 5.965 5.965 0 0 1-2.145-.9 6.026 6.026 0 0 1-2.177-2.643 5.973 5.973 0 0 1-.349-1.126 6.073 6.073 0 0 1 0-2.423 5.965 5.965 0 0 1 .9-2.146 1.049 1.049 0 0 0-1.738-1.174 8.1 8.1 0 0 0 13.437 9.063 1.049 1.049 0 0 0-.28-1.46z' transform='translate(-286.478 281.535)' style='fill:%23fff'/%3E %3Cpath data-name='Path 2' d='m400.342 334.642-3.245-5.62a2.65 2.65 0 0 0-.112-.177 3.573 3.573 0 0 0-3.07-1.743h-3.942v-1.687h3.906a1.154 1.154 0 0 0 1.163-1.095 1.136 1.136 0 0 0-1.136-1.178h-3.934v-1.477a2.273 2.273 0 0 0-2.273-2.273 2.273 2.273 0 0 0-2.273 2.273v6.748a2.273 2.273 0 0 0 2.273 2.273h6.4a1.282 1.282 0 0 1 1.11.641l2.718 4.708a1.393 1.393 0 0 0 1.9.51 1.393 1.393 0 0 0 .515-1.903z' transform='translate(-373.389 430.108)' style='fill:%23fff'/%3E %3Cpath data-name='Path 3' d='M387.682 211.3a2.255 2.255 0 0 0 2.255-2.255 2.255 2.255 0 0 0-2.255-2.255 2.255 2.255 0 0 0-2.255 2.255 2.255 2.255 0 0 0 2.255 2.255z' transform='translate(-373.389 537.712)' style='fill:%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 55px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
.componentaContent .Magazine2025Header .accessibiltyFixedBtn {
  display: none;
}
.Magazine2025Header .headerTop {
  height: 110px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  transition: height 0.3s;
  position: relative;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.Magazine2025Header .headerTop .logo {
  height: 70px;
  width: auto;
  transition: height 0.3s;
}
.Magazine2025Header .headerTop .logo img {
  width: 100%;
}
.Magazine2025Header .headerTop .rightSideLinks {
  height: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  gap: 50px;
}
.Magazine2025Header .headerTop .rightSideLinks .iconsSeparator {
  height: 20px;
  width: 2px;
  background-color: #121111;
  flex-shrink: 0;
  display: inline-flex;
}
.Magazine2025Header .headerTop .rightSideLinks .headerIcon {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  display: inline-flex;
  background-image: transparent;
}
.Magazine2025Header .headerTop .rightSideLinks .headerIcon.tiktok {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_5380_104)'%3E %3Cpath d='M10.2965 0H13.583C13.9879 2.89367 15.8372 4.33831 18.6775 4.82336V8.63021C17.006 8.05586 15.4961 7.53754 13.847 6.97106C13.847 8.6915 13.8703 10.4829 13.838 12.2725C13.82 13.2601 13.82 14.2678 13.6198 15.2283C12.9726 18.347 9.5182 20.4413 6.01084 19.9203C2.86885 19.4528 0.431567 16.3078 0.698187 13.0648C0.946853 10.0468 3.91468 7.35192 7.01897 7.34317C7.34484 7.34229 7.67071 7.4351 8.0262 7.48938V10.6877C7.44089 10.7902 6.85738 10.8366 6.30978 10.9977C4.92551 11.4039 4.10051 12.6673 4.2621 14.0428C4.41651 15.3526 5.52697 16.3753 6.89598 16.4681C8.52443 16.5784 9.75699 15.8315 10.1089 14.4534C10.24 13.9413 10.266 13.3932 10.2687 12.8608C10.2884 9.06098 10.2893 5.26113 10.2956 1.46128C10.2956 1.01213 10.2956 0.562098 10.2956 0.00175108L10.2965 0Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5380_104'%3E %3Crect width='18' height='20' fill='white' transform='translate(0.678223)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.Magazine2025Header .headerTop .rightSideLinks .headerIcon.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='instagram'%3E %3Cpath d='M15.0809 19.9999H6.23142C3.14642 19.9999 0.634033 17.4958 0.634033 14.4149V5.58491C0.634033 2.50672 3.14368 -0.000114441 6.23142 -0.000114441H15.0809C18.1659 -0.000114441 20.6783 2.50399 20.6783 5.58491V14.4149C20.6783 17.493 18.1687 19.9999 15.0809 19.9999ZM6.23142 1.62099C4.03959 1.62099 2.25873 3.40065 2.25873 5.58491V14.4149C2.25873 16.6019 4.04233 18.3788 6.23142 18.3788H15.0809C17.2728 18.3788 19.0536 16.5991 19.0536 14.4149V5.58491C19.0536 3.39792 17.27 1.62099 15.0809 1.62099H6.23142Z' fill='%23121111'/%3E %3Cpath d='M10.6562 15.2624C7.74926 15.2624 5.38208 12.9032 5.38208 9.99995C5.38208 7.09673 7.74652 4.73752 10.6562 4.73752C13.5658 4.73752 15.9303 7.09673 15.9303 9.99995C15.9303 12.9032 13.5658 15.2624 10.6562 15.2624ZM10.6562 6.35862C8.64243 6.35862 7.00677 7.99339 7.00677 9.99995C7.00677 12.0065 8.64517 13.6413 10.6562 13.6413C12.6699 13.6413 14.3056 12.0065 14.3056 9.99995C14.3056 7.99339 12.6672 6.35862 10.6562 6.35862Z' fill='%23121111'/%3E %3Cpath d='M16.1497 5.33869C15.6976 5.33869 15.3277 4.97237 15.3277 4.51857C15.3277 4.06477 15.6948 3.69845 16.1497 3.69845C16.6045 3.69845 16.9716 4.06477 16.9716 4.51857C16.9716 4.97237 16.6045 5.33869 16.1497 5.33869Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.Magazine2025Header .headerTop .rightSideLinks .headerIcon.facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='20' viewBox='0 0 9 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='facebook' d='M0.000976562 5.8867H8.63401L8.16957 9.10535H0.000976562V5.8867ZM1.51816 4.70709C1.51816 1.44069 2.71446 -0.000114441 6.01342 -0.000114441H8.63119V3.35616H6.10631C5.83891 3.35616 5.63905 3.45727 5.50113 3.65948C5.3632 3.8617 5.29564 4.1229 5.29564 4.44308V19.9999H1.51816V4.70709Z' fill='%23121111'/%3E %3C/svg%3E");
  width: 10px;
}
.Magazine2025Header .headerTop .rightSideLinks .headerIcon.search {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Search' d='M20.7553 18.9052L17.0685 15.2172C20.0316 11.6514 19.8458 6.33454 16.5013 2.99376C12.9611 -0.552444 7.1962 -0.552444 3.65607 2.98887C0.115945 6.53019 0.115945 12.2971 3.65607 15.8384C5.42613 17.609 7.75362 18.4944 10.0762 18.4944C12.1397 18.4944 14.1982 17.7949 15.8754 16.4009L19.5622 20.0889C19.7284 20.2552 19.9436 20.3335 20.1587 20.3335C20.3739 20.3335 20.589 20.2503 20.7553 20.0889C21.0829 19.7612 21.0829 19.2281 20.7553 18.8954V18.9052ZM4.84915 14.6498C1.96424 11.7639 1.96424 7.06823 4.84915 4.18235C6.29161 2.73941 8.1888 2.02039 10.0811 2.02039C11.9734 2.02039 13.8706 2.74431 15.3131 4.18235C18.198 7.06823 18.198 11.7639 15.3131 14.6498C12.4282 17.5357 7.73406 17.5357 4.84915 14.6498Z' fill='%23121111' stroke='%23121111' stroke-width='0.5'/%3E %3C/svg%3E");
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
.Magazine2025Header .headerTop .ylogo {
  position: absolute;
  left: 20px;
  height: 40px;
  display: flex;
  align-items: center;
}
.Magazine2025Header .headerTop .ylogo span {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='46' viewBox='0 0 110 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_1643_15657)'%3E %3Cpath d='M23.4765 0.00294759H24.2066C30.1278 0.201756 35.7408 2.71149 39.8614 7.00263C43.982 11.2938 46.2879 17.0307 46.2925 23.0029V23.7389C46.0953 29.7079 43.6056 35.3662 39.3488 39.52C35.092 43.6739 29.401 45.9983 23.4765 46.0029H22.7464C16.6952 45.9053 10.9303 43.3885 6.71993 39.0062C2.50956 34.6238 0.198586 28.7349 0.295404 22.6349C0.392223 16.535 2.8889 10.7236 7.23619 6.47928C11.5835 2.23495 17.4253 -0.0946521 23.4765 0.00294759V0.00294759Z' fill='%23DE1A1A'/%3E %3Cpath d='M18.3523 8.41049C18.6306 8.40621 18.9013 8.50549 19.1156 8.6905C19.3299 8.87551 19.4739 9.13411 19.5216 9.4198L22.8624 23.5501C23.0851 24.4609 23.2083 25.3949 23.2299 26.3344L23.8981 23.0977L26.9717 9.35019C26.994 9.18698 27.0498 9.03068 27.1352 8.89192C27.2207 8.75316 27.3338 8.6352 27.467 8.54605C27.6001 8.45689 27.7501 8.39864 27.9067 8.37525C28.0634 8.35186 28.223 8.36388 28.3748 8.41049H30.8471C31.415 8.41049 31.7825 8.86294 31.6155 9.59382L25.936 32.6339C25.6855 34.0233 25.134 35.3349 24.3235 36.4687C23.513 37.6026 22.4648 38.5288 21.2588 39.177L20.3568 39.6294C20.2457 39.6868 20.1244 39.7198 20.0005 39.7261C19.8766 39.7325 19.7528 39.7122 19.6368 39.6665C19.5208 39.6207 19.4151 39.5506 19.3263 39.4604C19.2375 39.3702 19.1675 39.2618 19.1207 39.1422L18.2521 37.2628C18.1466 37.003 18.1397 36.7113 18.2328 36.4464C18.3258 36.1816 18.5118 35.9634 18.7532 35.8358L19.3211 35.5226C20.0441 35.1047 20.6702 34.5266 21.1551 33.829C21.64 33.1314 21.972 32.3313 22.1274 31.4854C22.4556 30.5952 22.7017 29.6746 22.8624 28.7359H21.4259C20.8245 28.7359 20.5238 28.4922 20.3234 27.7962L15.0114 9.52421C14.95 9.401 14.9219 9.26271 14.9301 9.12414C14.9383 8.98557 14.9825 8.85193 15.058 8.73753C15.1335 8.62312 15.2375 8.53226 15.3587 8.47465C15.48 8.41704 15.614 8.39487 15.7464 8.41049H18.3523Z' fill='white'/%3E %3C/g%3E %3Cpath d='M109.39 32.1265L109.676 33.8745C109.79 34.5511 109.619 35.1153 108.819 35.3409C107.905 35.6226 106.534 35.7919 105.163 35.7919C101.106 35.7919 99.2219 33.8745 99.2219 30.0959V12.2736H96.1368C95.3938 12.2736 94.937 11.7094 94.937 11.0328V9.50949C94.937 8.83364 95.3938 8.26943 96.1368 8.26943H99.2219V2.51647C99.2219 1.78293 99.5642 1.21947 100.193 1.05013L102.763 0.31659C103.62 0.091057 104.363 0.148002 104.363 1.16253V8.26943H107.62C108.304 8.26943 108.819 8.83364 108.819 9.50949V11.0328C108.819 11.7094 108.304 12.2736 107.62 12.2736H104.363V29.25C104.363 30.7725 104.991 31.4491 106.305 31.4491C106.762 31.4491 107.562 31.3367 108.076 31.2236C108.705 31.1112 109.276 31.4491 109.39 32.1265Z' fill='black'/%3E %3Cpath d='M71.4382 33.8821V14.63C71.4382 10.4083 68.7371 7.5934 64.5169 7.5934C61.5901 7.5934 59.2269 8.71968 56.863 11.4778L56.3008 8.94478C56.1319 8.26872 55.7379 7.93143 54.9499 7.93143H53.2619C52.5868 7.93143 51.9678 8.38164 51.9678 9.11305V33.8821C51.9678 34.5574 52.5868 35.1205 53.2619 35.1205H55.8508C56.5259 35.1205 57.0888 34.5574 57.0888 33.8821V18.6273C57.0888 14.8551 59.7331 11.9841 63.11 11.9841C65.417 11.9841 66.3171 13.1103 66.3171 15.7563V33.8821C66.3171 34.5574 66.9362 35.1205 67.6112 35.1205H70.2002C70.8752 35.1205 71.4382 34.5574 71.4382 33.8821Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.2656 22.0839C94.2656 11.8863 89.8514 8.2648 84.2775 8.2648C78.1523 8.2648 74.1238 13.5586 74.1238 21.9166C74.1238 31.0555 78.3729 35.7919 85.8779 35.7919C89.1337 35.7919 91.0098 35.2908 92.7209 34.5105C93.3829 34.2321 93.6585 33.6747 93.4379 33.0055L92.8308 31.2228C92.6102 30.6099 92.1688 30.1642 91.3411 30.4426C89.7407 30.9445 88.2503 31.3901 86.1536 31.3901C81.2981 31.3901 79.587 28.4926 79.3663 23.3098H93.0515C93.7143 23.3098 94.2656 22.7531 94.2656 22.0839ZM89.2623 19.4816H79.4949C80.0469 13.6865 82.585 12.2933 84.5718 12.2933C87.9932 12.2933 89.1516 15.9156 89.2623 19.4816Z' fill='black'/%3E %3Cpath d='M52.6644 41.0835H53.9082V43.7919H52.6644V41.0835ZM55.1741 40.1708H52.5098V39.2287H56.44V43.7919H55.1741V40.1708ZM57.3244 42.8499H58.1266V40.1708H57.4642V39.2287H59.3926V43.7919H57.3244V42.8499ZM60.7053 40.1708H60.1313V39.2287H61.9713V42.2463H60.7053V40.1708ZM64.4475 40.1708H62.7547V39.2287H66.2065V40.1708H65.7134V43.7919H64.4475V40.1708ZM70.0104 43.8214C69.8681 43.8312 69.7111 43.8287 69.5394 43.814C69.3725 43.8042 69.2229 43.787 69.0904 43.7625V42.8131C69.3308 42.8523 69.5271 42.8597 69.6792 42.8351C69.8951 42.791 70.0496 42.6438 70.1429 42.3935C70.241 42.1384 70.2827 41.8096 70.268 41.4073C70.2582 41.0197 70.1944 40.713 70.0766 40.4873C69.9589 40.2567 69.7749 40.1414 69.5246 40.1414C69.3333 40.1414 69.1664 40.2125 69.0242 40.3548C68.8868 40.4971 68.7886 40.6958 68.7298 40.951C68.6954 41.108 68.6537 41.3656 68.6046 41.7238C68.5605 42.0771 68.5139 42.4622 68.4648 42.8793L68.3618 43.7919H67.0738L67.2136 42.8278C67.297 42.2831 67.3559 41.871 67.3902 41.5913C67.4246 41.3116 67.4368 41.0957 67.427 40.9436C67.4074 40.5952 67.2136 40.0776 66.8456 39.3907V39.2287H68.1925C68.3102 39.4152 68.401 39.6164 68.4648 39.8323C68.5335 40.0432 68.585 40.2861 68.6194 40.5609L68.2955 40.5388C68.3397 40.3033 68.4354 40.08 68.5826 39.8691C68.7347 39.6581 68.9236 39.4912 69.1493 39.3686C69.375 39.241 69.613 39.1772 69.8632 39.1772C70.3735 39.1821 70.7758 39.3784 71.0702 39.766C71.3646 40.1487 71.5192 40.686 71.5339 41.3779C71.5535 42.1433 71.4382 42.7296 71.188 43.1369C70.9427 43.5441 70.5501 43.7723 70.0104 43.8214ZM72.3725 41.0835H73.6163V43.7919H72.3725V41.0835ZM74.8823 40.1708H72.2179V39.2287H76.1482V43.7919H74.8823V40.1708ZM80.7468 40.1708H78.4873L78.4726 38.2057H79.7679V39.2287H82.0127V40.0383L80.8866 43.7919H79.5692L80.7468 40.1708ZM83.3354 43.5711L82.5994 39.2287H83.8285L84.3511 42.8499H84.9178C85.3741 42.8499 85.7274 42.7787 85.9776 42.6364C86.2328 42.4892 86.4094 42.2929 86.5075 42.0476C86.6057 41.8023 86.6719 41.4784 86.7063 41.0761L86.8682 39.2287H88.1047L87.9501 40.9878C87.901 41.5913 87.7735 42.0991 87.5674 42.5113C87.3613 42.9185 87.0473 43.235 86.6253 43.4607C86.2033 43.6815 85.6538 43.7919 84.9767 43.7919H83.6519L83.3354 43.5711ZM83.7475 41.4956C83.9291 41.476 84.1106 41.4245 84.2922 41.3411C84.4737 41.2527 84.5866 41.135 84.6307 40.9878C84.6602 40.8896 84.6823 40.7449 84.697 40.5535C84.7117 40.3573 84.7264 40.1193 84.7411 39.8396L84.7706 39.2287H85.9997C85.9555 39.8323 85.9138 40.2935 85.8746 40.6124C85.8353 40.9264 85.7789 41.1644 85.7053 41.3263C85.5974 41.5668 85.3717 41.763 85.0282 41.9151C84.6847 42.0672 84.2946 42.1556 83.8579 42.1801L83.7475 41.4956ZM92.1952 41.7017H93.4538V43.7919H92.1952V41.7017ZM90.3331 39.2287H91.209V40.1708H90.3331V39.2287ZM92.1952 40.7964C92.1952 40.5707 92.1535 40.4112 92.0701 40.318C91.9867 40.2199 91.837 40.1708 91.6211 40.1708H91.209V39.2287H91.9818C92.4773 39.2287 92.8453 39.3539 93.0858 39.6041C93.3311 39.8494 93.4538 40.2297 93.4538 40.7449V41.7017H92.1952V40.7964ZM94.8785 43.8508C94.7804 43.8508 94.6651 43.8435 94.5326 43.8287C94.4001 43.8189 94.2873 43.8017 94.194 43.7772V42.8425C94.4492 42.8719 94.6086 42.8817 94.6724 42.8719C94.7951 42.8621 94.881 42.8204 94.93 42.7468C94.9791 42.6683 95.0036 42.5604 95.0036 42.423V41.5766C95.0036 41.135 95.0674 40.767 95.195 40.4726C95.3226 40.1733 95.5654 39.9353 95.9236 39.7587L96.7406 40.0604C96.5296 40.0948 96.3873 40.2027 96.3137 40.3843C96.245 40.5658 96.2107 40.8038 96.2107 41.0982V42.4083C96.2107 42.9235 96.1052 43.2939 95.8942 43.5196C95.6832 43.7404 95.3446 43.8508 94.8785 43.8508ZM97.6459 41.7017H98.9118V43.7919H97.6459V41.7017ZM94.4516 39.2287H96.6596V40.1708H94.4516V39.2287ZM97.6459 40.7964C97.6459 40.5707 97.6042 40.4112 97.5208 40.318C97.4373 40.2199 97.2877 40.1708 97.0718 40.1708H96.6596V39.2287H97.4324C97.928 39.2287 98.2985 39.3539 98.5438 39.6041C98.7891 39.8494 98.9118 40.2297 98.9118 40.7449V41.7017H97.6459V40.7964ZM102.829 43.7919C102.319 43.002 101.803 42.2463 101.283 41.5251C100.768 40.7989 100.223 40.0997 99.6493 39.4275V39.2287H100.967C101.31 39.6556 101.681 40.1414 102.078 40.686C102.48 41.2307 102.988 41.9421 103.602 42.8204C103.827 43.1443 104.009 43.4043 104.146 43.6006V43.7919H102.829ZM99.7156 43.7919C99.7303 43.6104 99.745 43.4632 99.7597 43.3503C99.8137 42.8008 99.8652 42.3739 99.9143 42.0697C99.9634 41.7606 100.022 41.5447 100.091 41.422C100.179 41.2699 100.344 41.1325 100.584 41.0099C100.829 40.8872 101.085 40.7866 101.35 40.7081L101.489 40.6639L101.754 41.5839C101.715 41.6085 101.654 41.6256 101.57 41.6355C101.453 41.6649 101.357 41.7041 101.283 41.7532C101.215 41.7974 101.166 41.8636 101.136 41.9519C101.107 42.0697 101.082 42.2586 101.062 42.5187C101.048 42.7738 101.026 43.1982 100.996 43.7919H99.7156ZM102.314 41.1055C102.382 41.0565 102.446 40.9976 102.505 40.9289C102.569 40.8553 102.611 40.7866 102.63 40.7228C102.664 40.6051 102.696 40.3229 102.726 39.8764L102.77 39.2287H104.029L103.984 39.5452C103.93 39.9672 103.881 40.3008 103.837 40.5462C103.793 40.7915 103.744 40.978 103.69 41.1055C103.641 41.2184 103.545 41.3288 103.403 41.4367C103.261 41.5447 103.099 41.633 102.917 41.7017C102.741 41.7704 102.576 41.8072 102.424 41.8121L102.247 41.1423L102.314 41.1055ZM104.982 41.0835H106.226V43.7919H104.982V41.0835ZM107.492 40.1708H104.828V39.2287H108.758V43.7919H107.492V40.1708Z' fill='black'/%3E %3Cdefs%3E %3CclipPath id='clip0_1643_15657'%3E %3Crect width='46' height='46' fill='white' transform='translate(0.29248)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  height: 46px;
  width: 110px;
}
.Magazine2025Header .BottomHeaderArea {
  height: 50px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #D7D5D5;
  border-top: 1px solid #D7D5D5;
  background-color: #fff;
}
.Magazine2025Header .BottomHeaderArea.sticky {
  position: fixed;
  width: 1240px;
  padding: 0;
  box-sizing: border-box;
  z-index: 9998;
  height: 70px;
  top: -2px;
  -webkit-animation: mymove 0.3s forwards;
  animation: mymove 0.3s forwards;
  border-top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Magazine2025Header .BottomHeaderArea.sticky .mainNav {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  padding: 0 100px 0 0;
}
.Magazine2025Header .BottomHeaderArea.sticky .mainNav #wcm_MenuDisplay,
.Magazine2025Header .BottomHeaderArea.sticky .mainNav .navList > div {
  font-weight: 300;
  font-size: 20px;
}
.Magazine2025Header .BottomHeaderArea.sticky .mainNav #wcm_MenuDisplay > .selected,
.Magazine2025Header .BottomHeaderArea.sticky .mainNav .navList > div > .selected {
  font-weight: 400;
}
.Magazine2025Header .BottomHeaderArea.sticky .mainNav > div {
  height: 100%;
  align-items: center;
}
.Magazine2025Header .BottomHeaderArea.sticky .mainNav #wcm_SearchDisplay {
  width: 0;
}
.Magazine2025Header .BottomHeaderArea.sticky .mainNav .searchIcon {
  position: absolute;
  left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Search' d='M20.7553 18.9052L17.0685 15.2172C20.0316 11.6514 19.8458 6.33454 16.5013 2.99376C12.9611 -0.552444 7.1962 -0.552444 3.65607 2.98887C0.115945 6.53019 0.115945 12.2971 3.65607 15.8384C5.42613 17.609 7.75362 18.4944 10.0762 18.4944C12.1397 18.4944 14.1982 17.7949 15.8754 16.4009L19.5622 20.0889C19.7284 20.2552 19.9436 20.3335 20.1587 20.3335C20.3739 20.3335 20.589 20.2503 20.7553 20.0889C21.0829 19.7612 21.0829 19.2281 20.7553 18.8954V18.9052ZM4.84915 14.6498C1.96424 11.7639 1.96424 7.06823 4.84915 4.18235C6.29161 2.73941 8.1888 2.02039 10.0811 2.02039C11.9734 2.02039 13.8706 2.74431 15.3131 4.18235C18.198 7.06823 18.198 11.7639 15.3131 14.6498C12.4282 17.5357 7.73406 17.5357 4.84915 14.6498Z' fill='%23121111' stroke='%23121111' stroke-width='0.5'/%3E %3C/svg%3E");
  border: 0;
  cursor: pointer;
  background-color: transparent;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 25px;
}
.Magazine2025Header .BottomHeaderArea .mainNav {
  display: flex;
  padding: 0 10px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  justify-content: center;
  height: 50px;
  align-items: center;
}
.Magazine2025Header .BottomHeaderArea .mainNav .navList {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-inline-end: 30px;
  align-items: center;
}
.Magazine2025Header .BottomHeaderArea .mainNav .magazineLogoInSticky {
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 30px;
  background-position: center;
  background-image: var(--logoImage);
  position: absolute;
  right: 20px;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_SearchDisplay {
  width: 56px;
  height: 100%;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 !important;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn {
  height: 30px;
  align-self: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 30px;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div {
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-weight: 300;
  font-size: 20px;
  box-sizing: border-box;
  line-height: 30px;
  flex-shrink: 0;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay > .selected,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div > .selected {
  font-weight: 600;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay > *,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div > * {
  height: 100%;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay:last-child > *,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div:last-child > * {
  border: none;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay a[style]:hover,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div a[style]:hover {
  text-shadow: -0.3px 0 var(--menuItemColor), 0 0.3px var(--menuItemColor), 0.3px 0 var(--menuItemColor), 0 -0.3px var(--menuItemColor) !important;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay a,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div a,
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay a:hover,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div a:hover {
  text-decoration: none;
  color: inherit;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div .moreIcon {
  background-repeat: no-repeat;
  background-size: 14px 10px;
  width: 22px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5.46967 6.86366C5.76256 7.15655 6.23744 7.15655 6.53033 6.86366L11.3033 2.09069C11.5962 1.7978 11.5962 1.32292 11.3033 1.03003C11.0104 0.737135 10.5355 0.737135 10.2426 1.03003L6 5.27267L1.75736 1.03003C1.46447 0.737136 0.989593 0.737136 0.696699 1.03003C0.403806 1.32292 0.403806 1.7978 0.696699 2.09069L5.46967 6.86366ZM5.25 4.66333V6.33333L6.75 6.33333V4.66333L5.25 4.66333Z' fill='%23121111'/%3E %3C/svg%3E");
  flex-shrink: 0;
  pointer-events: none;
  background-position: left 64%;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toClose,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div .moreIcon.toClose {
  transform: rotate(180deg);
  background-position: right 44%;
}
.Magazine2025Header .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toOpen,
.Magazine2025Header .BottomHeaderArea .mainNav .navList > div .moreIcon.toOpen {
  transform: rotate(0deg);
  background-position: left 64%;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu.opened {
  transition: height 0.2s linear, opacity 0.2s linear 0.2s;
  height: 356px;
  opacity: 1;
  z-index: 1112;
  visibility: visible;
  filter: drop-shadow(0px 20px 30px rgba(18, 17, 17, 0.2));
  width: 1240px;
  left: 0;
  right: 0;
  padding: 20px;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu.opened.searchPopUp {
  height: 100px;
  justify-content: center;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu.opened.searchPopUp .main_search_elements {
  margin-bottom: 0;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  flex-shrink: 0;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .followUs {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #121111;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks {
  display: flex;
  flex-wrap: wrap;
  max-width: 170px;
  gap: 16px;
  flex-direction: row-reverse;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .linkToWhatsapp {
  order: 0;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .linkToTw {
  order: 0;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .linkToTiktok {
  order: 1;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .linkToInst {
  order: 2;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .linkToFb {
  order: 3;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon {
  display: flex;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToTw {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15.667' r='15' fill='%23A10000'/%3E %3Cg clip-path='url(%23clip0_140_5666)'%3E %3Cpath d='M9.31922 22.9398C8.91173 22.9398 8.50521 22.9408 8.09772 22.9379C8.06547 22.9379 8.03225 22.9076 8 22.891C8.05863 22.8382 8.1241 22.7923 8.17492 22.7327C9.97394 20.6414 11.771 18.5502 13.5681 16.4581C13.6199 16.3985 13.6658 16.334 13.7137 16.2743C13.6814 16.2245 13.6609 16.1893 13.6384 16.1561C11.8023 13.4796 9.96515 10.803 8.12801 8.12744C8.09283 8.07663 8.043 8.03461 8 7.98868C8.06547 7.97207 8.12997 7.94177 8.19544 7.94177C9.59577 7.93982 10.9971 7.93982 12.3974 7.93982C12.4257 7.9965 12.4472 8.05806 12.4834 8.10985C13.6687 9.83949 14.856 11.5691 16.0433 13.2978C16.0736 13.3418 16.1107 13.3809 16.1704 13.4522C16.2163 13.3887 16.2476 13.3418 16.2837 13.2988C17.772 11.5652 19.2612 9.83265 20.7495 8.0991C20.7906 8.05122 20.8179 7.99259 20.8511 7.93884C21.2909 7.93884 21.7306 7.93884 22.1704 7.93884C22.1195 8.00236 22.0707 8.06686 22.0179 8.12842C20.3098 10.117 18.6036 12.1056 16.8906 14.0893C16.7635 14.2369 16.744 14.3287 16.8622 14.4998C18.7482 17.233 20.6244 19.9721 22.5046 22.7092C22.5495 22.7747 22.6072 22.8294 22.659 22.89C22.5935 22.9066 22.529 22.9369 22.4635 22.9369C21.0632 22.9398 19.6619 22.9388 18.2616 22.9388C18.2293 22.8753 18.2029 22.8069 18.1629 22.7483C16.9208 20.9366 15.6778 19.1248 14.4349 17.3141C14.3948 17.2555 14.3479 17.2007 14.2795 17.1108C14.2355 17.1724 14.2062 17.2203 14.17 17.2613C12.5899 19.1014 11.0098 20.9405 9.42964 22.7796C9.3886 22.8274 9.35635 22.8851 9.3202 22.9379L9.31922 22.9398ZM20.8814 22.0076C20.8003 21.8874 20.7485 21.8082 20.6948 21.731C17.7876 17.5672 14.8765 13.4043 11.9772 9.23363C11.8081 8.99129 11.6391 8.89357 11.3469 8.90822C10.8397 8.93363 10.3296 8.91506 9.76775 8.91506C9.84984 9.03819 9.90065 9.11734 9.9544 9.19357C11.6088 11.5633 13.2632 13.932 14.9166 16.3017C16.1977 18.1369 17.4788 19.973 18.7638 21.8063C18.8195 21.8864 18.9094 21.9968 18.9857 21.9988C19.6003 22.0144 20.215 22.0076 20.8805 22.0076H20.8814Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_140_5666'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8 7.93982)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToFb {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Social'%3E %3Ccircle id='Ellipse 3' cx='15' cy='15.667' r='15' fill='%23A10000'/%3E %3Cpath id='Vector' d='M12 13.0821H18.4748L18.1264 15.4961H12V13.0821ZM13.1379 12.1974C13.1379 9.7476 14.0351 8.66699 16.5093 8.66699H18.4727V11.1842H16.579C16.3784 11.1842 16.2286 11.26 16.1251 11.4117C16.0217 11.5634 15.971 11.7593 15.971 11.9994V23.667H13.1379V12.1974Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToInst {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 287'%3E %3Ccircle id='Ellipse 3' cx='15' cy='15.667' r='15' fill='%23A10000'/%3E %3Cg id='Group'%3E %3Cpath id='Vector' d='M17.8352 23.667H11.198C8.88429 23.667 7 21.7889 7 19.4782V12.8558C7 10.5471 8.88223 8.66699 11.198 8.66699H17.8352C20.1489 8.66699 22.0332 10.5451 22.0332 12.8558V19.4782C22.0332 21.7869 20.151 23.667 17.8352 23.667ZM11.198 9.88282C9.55417 9.88282 8.21852 11.2176 8.21852 12.8558V19.4782C8.21852 21.1185 9.55622 22.4512 11.198 22.4512H17.8352C19.4791 22.4512 20.8147 21.1164 20.8147 19.4782V12.8558C20.8147 11.2155 19.477 9.88282 17.8352 9.88282H11.198Z' fill='white'/%3E %3Cpath id='Vector_2' d='M14.5171 20.1138C12.3369 20.1138 10.5615 18.3444 10.5615 16.167C10.5615 13.9896 12.3349 12.2202 14.5171 12.2202C16.6993 12.2202 18.4727 13.9896 18.4727 16.167C18.4727 18.3444 16.6993 20.1138 14.5171 20.1138ZM14.5171 13.436C13.0068 13.436 11.78 14.6621 11.78 16.167C11.78 17.6719 13.0088 18.898 14.5171 18.898C16.0274 18.898 17.2541 17.6719 17.2541 16.167C17.2541 14.6621 16.0253 13.436 14.5171 13.436Z' fill='white'/%3E %3Cpath id='Vector_3' d='M18.6372 12.6712C18.2982 12.6712 18.0208 12.3965 18.0208 12.0561C18.0208 11.7158 18.2961 11.441 18.6372 11.441C18.9783 11.441 19.2537 11.7158 19.2537 12.0561C19.2537 12.3965 18.9783 12.6712 18.6372 12.6712Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToTiktok {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15.667' r='15' fill='%23A10000'/%3E %3Cg clip-path='url(%23clip0_140_5667)'%3E %3Cpath d='M15.0353 7.66699H17.4393C17.7355 9.83724 19.0882 10.9207 21.1659 11.2845V14.1397C19.9432 13.7089 18.8387 13.3201 17.6324 12.8953C17.6324 14.1856 17.6495 15.5291 17.6258 16.8713C17.6127 17.6121 17.6127 18.3679 17.4663 19.0882C16.9928 21.4272 14.466 22.9979 11.9005 22.6072C9.60215 22.2566 7.81933 19.8979 8.01436 17.4656C8.19625 15.2021 10.3672 13.1809 12.6379 13.1744C12.8762 13.1737 13.1146 13.2433 13.3746 13.284V15.6828C12.9465 15.7596 12.5197 15.7944 12.1191 15.9153C11.1066 16.2199 10.5031 17.1675 10.6213 18.1991C10.7342 19.1815 11.5465 19.9484 12.5479 20.018C13.7391 20.1008 14.6407 19.5407 14.8981 18.5071C14.994 18.1229 15.013 17.7119 15.015 17.3126C15.0294 14.4627 15.0301 11.6128 15.0347 8.76295C15.0347 8.42609 15.0347 8.08857 15.0347 7.66831L15.0353 7.66699Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_140_5667'%3E %3Crect width='13.1666' height='15' fill='white' transform='translate(8 7.66699)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .followUsLinks .mediaLinks .mediaIcon.linkToWhatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Path 163' d='M0 15.667C0 12.7002 0.879552 9.80009 2.52778 7.33334C4.176 4.8666 6.51877 2.94389 9.25967 1.80858C12.0006 0.673258 15.0164 0.376522 17.9261 0.955302C20.8358 1.53408 23.5087 2.96274 25.6065 5.06054C27.7042 7.15833 29.1329 9.83074 29.7117 12.7405C30.2905 15.6502 29.9937 18.6664 28.8584 21.4073C27.7231 24.1482 25.7999 26.491 23.3332 28.1392C20.8664 29.7874 17.9668 30.667 15 30.667C11.0218 30.667 7.20668 29.0864 4.39363 26.2734C1.58057 23.4603 0 19.6452 0 15.667ZM6.34004 15.4175C6.33833 16.9935 6.75251 18.5422 7.5403 19.9072L6.2668 24.5572L11.0239 23.3075C12.3407 24.0242 13.8158 24.4006 15.315 24.4025C17.0905 24.4025 18.8264 23.8763 20.3028 22.89C21.7791 21.9037 22.9299 20.5019 23.6097 18.8617C24.2894 17.2215 24.4674 15.4162 24.1215 13.6748C23.7756 11.9333 22.921 10.3338 21.666 9.07788C20.411 7.82196 18.8122 6.96595 17.071 6.61877C15.3298 6.27159 13.5243 6.44879 11.8836 7.12735C10.2429 7.8059 8.83985 8.9554 7.8525 10.431C6.86514 11.9067 6.33768 13.642 6.33638 15.4175H6.34004ZM15.315 22.8841C13.9792 22.8847 12.668 22.5258 11.5183 21.8459L11.2464 21.6847L8.42013 22.4245L9.17636 19.6719L8.99783 19.3909C8.11817 17.9895 7.72906 16.3352 7.89187 14.6887C8.05467 13.0422 8.76073 11.4966 9.89779 10.2946C11.0349 9.09269 12.5393 8.30264 14.1742 8.04883C15.8092 7.79502 17.4816 8.09185 18.9295 8.89249C20.3774 9.69313 21.5189 10.9525 22.1732 12.4722C22.8275 13.9919 22.9574 15.6858 22.544 17.2879C22.1306 18.89 21.1969 20.3093 19.889 21.3226C18.581 22.336 16.9732 22.8859 15.3186 22.8859L15.315 22.8841ZM11.5421 11.5571C11.2888 11.797 11.0891 12.0869 10.9543 12.4086C10.8195 12.7303 10.7526 13.0765 10.7593 13.4253C10.8327 14.2715 11.1508 15.0783 11.6739 15.7475C12.638 17.1875 13.9586 18.3531 15.5072 19.1309C15.9242 19.3112 16.3507 19.4696 16.7844 19.6046C17.2425 19.7451 17.7271 19.7748 18.1989 19.6916C18.511 19.6285 18.8065 19.5014 19.0668 19.3181C19.3271 19.1348 19.5468 18.8994 19.7114 18.6269C19.8589 18.2925 19.9043 17.9218 19.8423 17.5616C19.7842 17.4679 19.637 17.4109 19.412 17.3003C19.187 17.1896 18.0847 16.6437 17.8794 16.5706C17.6741 16.4975 17.523 16.4564 17.3758 16.6814C17.2287 16.9064 16.7947 17.4107 16.6672 17.5616C16.5397 17.7126 16.4043 17.7296 16.1783 17.6161C15.5166 17.3536 14.9062 16.9769 14.3747 16.5033C13.8829 16.0509 13.4614 15.5274 13.1241 14.9506C12.9966 14.7255 13.1245 14.6151 13.2248 14.4942C13.4311 14.2518 13.6187 13.9948 13.787 13.7247C13.8167 13.6627 13.8307 13.5941 13.8272 13.5255C13.8238 13.4569 13.8026 13.3901 13.7668 13.3314C13.7134 13.2208 13.264 12.1184 13.0756 11.6684C12.9143 11.2821 12.7491 11.2825 12.6187 11.2825H12.5721C12.4408 11.2759 12.2908 11.2756 12.1418 11.2756C12.0277 11.2785 11.9154 11.305 11.8122 11.3534C11.7089 11.4018 11.6172 11.4713 11.5421 11.5571Z' fill='%23A10000'/%3E %3C/svg%3E");
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .main_search_elements {
  position: relative;
  margin-bottom: 20px;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .main_search_elements input {
  font-size: 20px;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu #mainSearchSelect {
  display: none;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .mainSrchclass,
.Magazine2025Header .BottomHeaderArea .popUpmenu .mainSrchclassynet {
  border-radius: 5px;
  background-color: #F1F1F1;
  padding: 20px;
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  font-size: 20px;
  line-height: 22px;
  color: #121111;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu #MsBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-53 -255) translate(0 224) translate(38 16) translate(16 16)'%3E %3Ccircle cx='6' cy='6' r='6'/%3E %3Cpath stroke-linecap='square' d='M10.8 10.8L14.8 14.8'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 60px;
  height: 60px;
  background-size: 20px 20px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .linksGroups {
  display: flex;
  overflow: hidden;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group:nth-last-child(1) {
  margin-left: 40px;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 75px;
  flex-shrink: 0;
  width: auto;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group .groupTitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #121111;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group .groupList {
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 184px;
  list-style: none;
  margin: 0;
  padding-inline-start: 0px;
  font-weight: 300;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group .groupList a {
  text-decoration: none;
  color: inherit;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group .groupList > * {
  width: 150px;
  font-size: 20px;
  line-height: normal;
  margin-left: 50px;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group .groupList a[style]:hover {
  text-shadow: -0.3px 0 var(--menuItemColor), 0 0.3px var(--menuItemColor), 0.3px 0 var(--menuItemColor), 0 -0.3px var(--menuItemColor) !important;
  text-decoration: none;
  color: inherit;
}
.Magazine2025Header .BottomHeaderArea .popUpmenu .group .groupList a {
  text-decoration: none;
  color: inherit;
}
@keyframes mymove {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1300px) {
  .accessibiltyFixedBtn {
    display: none !important;
  }
}
@media print {
  .YnetHeader {
    display: none !important;
  }
  .YnetHeader .accessibiltyFixedBtn {
    display: none !important;
  }
  body .butterflyButton {
    display: none !important;
  }
  body .grecaptcha-badge {
    display: none !important;
  }
}
.magazineMultiArticlesManuelSideComponent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.magazineMultiArticlesManuelSideComponent a,
.magazineMultiArticlesManuelSideComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineMultiArticlesManuelSideComponent .magazine-component-tab {
  padding: 10px 0;
  border-width: 2px !important;
}
.magazineMultiArticlesManuelSideComponent .magazine-component-tab .mainTabTitle {
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
  text-decoration: none;
}
.magazineMultiArticlesManuelSideComponent .magazine-component-tab .subTabTitle {
  font-size: 20px;
  font-family: 'Assistant';
}
.magazineMultiArticlesManuelSideComponent .slotsContent {
  width: 100%;
  height: 100%;
  display: flex;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D7D5D5;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div:first-child {
  margin-top: 0;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView {
  height: 100%;
  display: flex;
  gap: 8px;
  position: relative;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .videoIcon.medium {
  width: 20px;
  height: 20px;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea {
  height: 67.5px;
  position: relative;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .havakIcon {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .marketingText {
  height: 67.5px;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView.dfpId {
  width: 100%;
  height: 70px;
  display: flex;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView.dfpId .imageArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0c9d0;
  font-size: 16px;
  width: 120px;
  height: 67.5px;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .MediaCarousel {
  overflow: hidden;
  position: relative;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .MediaCarousel .mediaItems {
  height: 100%;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .MediaCarousel img {
  height: 100%;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView.inEditMode {
  position: relative;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #121111;
  text-align: right;
  box-sizing: border-box;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotCategory {
  height: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: 'Assistant';
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  font-family: 'Assistant';
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotTitle.commertialTitle,
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotTitle.commertialTitle a {
  color: #0059A1;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .moreDetails {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Assistant';
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .commercialTitleLine {
  background-color: #1d71c7;
  height: 3px;
  opacity: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .commercialTitleLine.ShowLine {
  opacity: 1;
}
.storiesAutoComponenta .storiesAutoComponentaTab {
  margin-bottom: 10px;
}
.storiesAutoComponenta .galleryWrapper {
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.storiesAutoComponenta .galleryWrapper .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track {
  display: flex;
  height: 100%;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView.finished .MediaCarousel {
  border: 2px solid #B90302 !important;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .MediaCarousel {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #BCBCBC;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .MediaCarousel .SiteImageMedia {
  width: 100px;
  height: 100px;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .contentDiv .slotTitle {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  line-height: normal;
  direction: rtl;
  font-family: 'Assistant';
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow {
  position: absolute;
  bottom: 65px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow.slick-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  background-position: right center;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow.slick-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow.slick-disabled {
  display: none !important;
}
.storiesAutoComponenta .closeBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  z-index: 9999;
  cursor: pointer;
}
.storiesAutoComponenta .storiesDisplayWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(18, 17, 17, 0.9);
  z-index: 999;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide {
  height: 100%;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list {
  display: flex;
  transition: all 0.8s ease;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide.is-active .storyItems {
  width: unset !important;
  height: unset !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide.is-active .storyItems .storyPlaceholder {
  position: unset !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.muted .muteBtn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg id='Volume' opacity='0.995'%3E %3Cpath id='MUTE' d='M8.96,15.7,5.252,12H1a1,1,0,0,1-1-1V5A1,1,0,0,1,1,4H5.252L8.96.293A1,1,0,0,1,10.667,1V15a1,1,0,0,1-1.008,1A.979.979,0,0,1,8.96,15.7Zm10.08-3.941L17.158,9.882l-1.882,1.882a.665.665,0,0,1-.941,0l-.941-.941a.667.667,0,0,1,0-.941L15.275,8,13.393,6.117a.665.665,0,0,1,0-.941l.941-.941a.666.666,0,0,1,.941,0l1.883,1.883L19.04,4.234a.667.667,0,0,1,.941,0l.941.941a.665.665,0,0,1,0,.941L19.04,8l1.883,1.883a.665.665,0,0,1,0,.941l-.941.941a.665.665,0,0,1-.941,0Z' transform='translate(3 7)' fill='%23fff'/%3E %3Crect id='Rectangle' width='30' height='30' fill='none'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.firstStory .storyArrowPrev {
  display: none;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.lastStory .storyArrowNext {
  display: none;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems {
  position: relative;
  width: 200px;
  height: 335px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory {
  position: relative;
  z-index: 9;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent {
  justify-content: center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) {
  display: block !important;
  color: #fff;
  font-size: 24px;
  left: 50% !important;
  transform: translateX(-50%);
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span :first-child {
  background-color: #fff;
  padding: 10px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2).upper-right {
  top: 98px !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2).lower-right {
  top: unset !important;
  bottom: 40px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span p {
  color: #121111 !important;
  font-size: 20px !important;
  text-align: center;
  font-weight: 400;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span:first-child {
  font-size: 22px !important;
  font-weight: 700;
  padding: 10px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyContent :nth-child(2) {
  display: none;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .progressArray {
  flex-direction: row !important;
  max-width: 90% !important;
  top: 20px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer {
  position: relative;
  flex-direction: row-reverse !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer .storyArrow {
  position: absolute;
  bottom: 295px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px !important;
  height: 50px !important;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer .storyArrowPrev {
  right: -65px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
  transform: rotate(180deg);
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer .storyArrowNext {
  left: -65px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  background-position: right center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 60px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .MediaCarousel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .MediaCarousel .SiteImageMedia {
  height: 50px;
  width: 50px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #000;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .shareBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Layer_1' clip-path='url(%23clip0_318_11133)'%3E %3Cpath id='Vector' d='M10.7743 8.52784C9.99799 8.0814 9.03685 8.23779 8.43969 8.85485L3.80747 6.46054C3.85012 6.22737 3.85012 5.99419 3.80747 5.7667L8.43969 3.37239C8.80652 3.74775 9.30699 3.95533 9.81884 3.95533C10.143 3.95533 10.4729 3.87286 10.7771 3.6994C11.6928 3.17049 12.0084 1.99324 11.4795 1.0776C11.2236 0.634002 10.8084 0.315518 10.3136 0.181869C9.81884 0.0482198 9.30131 0.116466 8.8577 0.37239C8.09278 0.813149 7.7487 1.7032 7.96197 2.51931L3.3923 4.88234C2.80368 4.18282 1.77998 3.98092 0.963865 4.45296C0.042538 4.97903 -0.273102 6.15343 0.255808 7.07192C0.611258 7.68613 1.25676 8.03305 1.92216 8.03305C2.24633 8.03305 2.57619 7.95059 2.88045 7.77713C3.07666 7.66338 3.24728 7.51836 3.38946 7.34775L7.95913 9.71078C7.87666 10.0293 7.87382 10.3648 7.95913 10.6918C8.09278 11.1866 8.40841 11.6018 8.85486 11.8577C9.15059 12.0283 9.48045 12.1165 9.81315 12.1165C9.98093 12.1165 10.1487 12.0937 10.3136 12.0511C10.8084 11.9174 11.2236 11.6018 11.4795 11.1553C12.0084 10.2397 11.6928 9.06244 10.7771 8.53353L10.7743 8.52784ZM9.34396 1.21694C9.48898 1.13448 9.65107 1.09182 9.81315 1.09182C9.89562 1.09182 9.97808 1.1032 10.0577 1.1231C10.2994 1.1885 10.5041 1.3449 10.6293 1.56102C10.888 2.0103 10.7345 2.58756 10.2852 2.84632C10.0662 2.97144 9.81315 3.00557 9.57145 2.94016C9.32974 2.87476 9.125 2.71836 8.99988 2.50225C8.74112 2.05296 8.89467 1.47571 9.34396 1.21694ZM2.38851 6.92689C2.16955 7.05201 1.91647 7.08613 1.67477 7.02073C1.43306 6.95533 1.22832 6.79893 1.1032 6.58282C0.844434 6.13353 0.997988 5.55628 1.44728 5.29751C1.59514 5.2122 1.75723 5.17239 1.91647 5.17239C2.24064 5.17239 2.55913 5.34016 2.73259 5.64158C2.8577 5.86054 2.89183 6.11362 2.82642 6.35533C2.76102 6.59703 2.60462 6.80177 2.38851 6.92689ZM10.6293 10.6634C10.5041 10.8823 10.3023 11.0359 10.0577 11.1013C9.816 11.1667 9.56292 11.1326 9.34396 11.0075C9.125 10.8823 8.97145 10.6804 8.90604 10.4359C8.84064 10.1942 8.87477 9.94111 8.99988 9.72215C9.17334 9.42073 9.49183 9.25296 9.816 9.25296C9.97524 9.25296 10.1373 9.29277 10.2852 9.37808C10.7345 9.63684 10.888 10.2141 10.6293 10.6634Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_318_11133'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(0 0.11084)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  height: 355px;
  background-color: #E3E3E3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder .slotTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder .MediaCarousel {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #BCBCBC;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder .MediaCarousel .SiteImageMedia {
  height: 100px;
  width: 100px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.videoStory .muteBtn {
  top: 40px;
  right: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg style='opacity:.995'%3E %3Cpath d='M8.96 3.419 5.252 7.125H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4.252L8.96 18.83a1 1 0 0 0 1.707-.707v-14a1 1 0 0 0-1.707-.704zm9.721-2.129a1.008 1.008 0 1 0-1.107 1.686 9.735 9.735 0 0 1 0 16.3 1.008 1.008 0 1 0 1.107 1.685 11.751 11.751 0 0 0 0-19.669zM20 11.124a7.693 7.693 0 0 0-3.574-6.51 1 1 0 0 0-1.38.311 1.012 1.012 0 0 0 .309 1.39 5.694 5.694 0 0 1 0 9.618 1.012 1.012 0 0 0-.309 1.39 1 1 0 0 0 1.38.311A7.692 7.692 0 0 0 20 11.124zm-5.907-3.2a1 1 0 1 0-.965 1.752 1.642 1.642 0 0 1 0 2.9 1 1 0 1 0 .965 1.752 3.643 3.643 0 0 0 0-6.406z' transform='translate(3 3.875)' style='fill:%23fff'/%3E %3Cpath style='fill:none' d='M0 0h30v30H0z'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 99999;
  cursor: pointer;
}
.storiesAutoComponenta .splide__container {
  box-sizing: border-box;
  position: relative;
}
.storiesAutoComponenta .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.storiesAutoComponenta .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.storiesAutoComponenta .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.storiesAutoComponenta .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.storiesAutoComponenta .splide__progress__bar {
  width: 0;
}
.storiesAutoComponenta .splide {
  position: relative;
  visibility: hidden;
}
.storiesAutoComponenta .splide.is-initialized,
.storiesAutoComponenta .splide.is-rendered {
  visibility: visible;
}
.storiesAutoComponenta .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.storiesAutoComponenta .splide__slide img {
  vertical-align: bottom;
}
.storiesAutoComponenta .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  contain: strict;
  display: inline-block;
  height: 20px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}
.storiesAutoComponenta .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.storiesAutoComponenta .splide__toggle.is-active .splide__toggle__play,
.storiesAutoComponenta .splide__toggle__pause {
  display: none;
}
.storiesAutoComponenta .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.storiesAutoComponenta .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.storiesAutoComponenta .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.storiesAutoComponenta .splide__track--fade > .splide__list {
  display: block;
}
.storiesAutoComponenta .splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.storiesAutoComponenta .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.storiesAutoComponenta .splide--rtl {
  direction: rtl;
}
.storiesAutoComponenta .splide__track--ttb > .splide__list {
  display: block;
}
.storiesAutoComponenta .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.storiesAutoComponenta .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.storiesAutoComponenta .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.storiesAutoComponenta .splide__arrow:disabled {
  opacity: 0.3;
}
.storiesAutoComponenta .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__arrow--prev {
  left: 1em;
}
.storiesAutoComponenta .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.storiesAutoComponenta .splide__arrow--next {
  right: 1em;
}
.storiesAutoComponenta .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.storiesAutoComponenta .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.storiesAutoComponenta .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.storiesAutoComponenta .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.storiesAutoComponenta .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.storiesAutoComponenta .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.storiesAutoComponenta .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .storiesAutoComponenta .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .storiesAutoComponenta .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .storiesAutoComponenta .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .storiesAutoComponenta .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .storiesAutoComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.storiesAutoComponenta .splide__toggle {
  cursor: pointer;
}
.storiesAutoComponenta .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.storiesAutoComponenta .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.storiesAutoComponenta .splide__pagination--ttb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  inset: 0 .5em 0 auto;
  padding: 1em 0;
}
.magazineVideoGalleryVerticalComponenta.editMode .frame_forList {
  pointer-events: none;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper {
  position: relative;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .magazine-component-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #121111;
  border-bottom: 1px solid #121111;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .magazine-component-tab .mainTabTitle {
  font-size: 45px;
  letter-spacing: 4.5px;
  font-weight: 300;
  line-height: 33px;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .closeBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  z-index: 99;
  cursor: pointer;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent {
  position: relative;
  overflow: hidden;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn {
  position: absolute;
  bottom: 215px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn:disabled {
  display: none;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollLeft {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollRight {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  background-position: right center;
  transform: rotate(180deg);
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 260px;
  height: 460px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  margin-left: 20px;
  position: relative;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered::after {
  animation: fadeOut 1.5s ease forwards;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered .contentDiv {
  animation: fadeOut 1.5s ease forwards;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 260px;
  height: 460px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 260px;
  height: 460px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 260px;
  height: 460px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 11px;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
  font-family: 'Assistant';
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 20px 0 15px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12px;
  direction: ltr;
  display: flex;
  align-items: center;
  font-family: 'Assistant';
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 9px;
  height: 10px;
  margin-inline-end: 7px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track {
  display: flex;
  height: 100%;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper {
  position: relative;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem {
  display: flex !important;
  position: absolute;
  top: 15px;
  left: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: initial;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .shareBtn {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 40px;
  height: 40px;
  z-index: 10;
  margin: 0 0 10px 15px;
  cursor: pointer;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper {
  background-color: #fff;
  width: 200px;
  height: 190px;
  transform: translateX(-33%);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 37px;
  height: 37px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText {
  color: #000;
  font-size: 11px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath d='M12.0344 12L17.4859 19.2855L12 25.2089H13.2347L18.0377 20.0227L21.9182 25.2089H26.1198L20.3615 17.5137L25.4678 12H24.233L19.8099 16.7762L16.236 12H12.0344ZM13.8501 12.909H15.7803L24.3039 24.2999H22.3737L13.8501 12.909Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.9814 11C22.7507 11 24 11.2274 24 11.2274V13.7841C24 13.7841 23.6125 13.7921 22.651 13.7934L22.2013 13.7948C20.8997 13.7948 20.2734 14.4704 20.2734 15.5313L20.2717 17.4404H23.6125L23.0549 20.6071L20.2717 20.6057L20.2734 28H16.2034L16.2017 20.6057L13 20.6071V17.4404H16.2017L16.2034 15.3761C16.2034 11.6261 18.8148 11.0268 20.8375 11H20.9814Z' fill='black'/%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65753 28.954L2 38.6121L11.9284 36.0192C14.6623 37.5049 17.7442 38.2877 20.8789 38.2877C31.2058 38.2877 39.6086 29.9284 39.6121 19.6497C39.6133 14.672 37.6692 9.98812 34.1325 6.46433C30.5981 2.9429 25.8954 1.00118 20.8848 1C10.5638 1 2.16103 9.36047 2.1575 19.6368C2.15633 22.922 3.01905 26.1272 4.65753 28.954Z' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 16.5603C13 18.3862 14.3218 20.1505 14.5074 20.3988C14.6921 20.6461 17.1097 24.3932 20.8107 26.0006C21.6919 26.3846 22.38 26.6117 22.9144 26.7821C23.7993 27.0641 24.6027 27.0237 25.2392 26.9303C25.9489 26.8225 27.4234 26.0314 27.7309 25.1651C28.0384 24.2979 28.0384 23.5558 27.9465 23.4008C27.8528 23.2468 27.6072 23.1544 27.2378 22.9677C26.8694 22.7819 25.0536 21.8839 24.7161 21.7607C24.3786 21.6366 24.1312 21.575 23.8865 21.9455C23.6399 22.317 22.9331 23.1525 22.7175 23.4008C22.5028 23.6482 22.2872 23.68 21.9188 23.4942C21.5494 23.3084 20.3598 22.9157 18.9499 21.6529C17.8531 20.6683 17.1125 19.4526 16.8988 19.0821C16.6832 18.7096 16.8744 18.5103 17.0601 18.3255C17.226 18.1581 17.4294 17.8924 17.6131 17.6739C17.7978 17.4574 17.8597 17.3024 17.9816 17.055C18.1034 16.8077 18.0434 16.5901 17.9516 16.4053C17.8597 16.2205 17.121 14.3937 16.8135 13.6497C16.5491 13.0135 16.281 13.0144 16.0664 13.0144L15.982 13.0135C15.7683 13.0029 15.5217 13 15.2761 13C15.0296 13 14.6293 13.0924 14.2918 13.4649C13.9543 13.8355 13 14.7335 13 16.5603Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 37px !important;
  height: 37px !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: -30px;
  right: 0px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea {
  position: relative;
  overflow: hidden;
  width: 260px;
  height: 460px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea img {
  width: 260px;
  height: 460px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .promoVideo {
  width: 260px;
  height: 460px;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv {
  position: absolute;
  bottom: 70px;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoTitle {
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoSubtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoLink {
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 10px 0;
  transition: all 0.2s ease;
  font-weight: bold;
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv .videoLink:hover {
  color: #000;
  background-color: #fff;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-logo {
  display: none;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui {
  background-image: none;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-header .fp-fullscreen,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-middle::after {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.42%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls {
  margin-bottom: 25px;
  position: relative;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-qsel,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-play,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .contentDiv,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem .contentDiv:hover {
  opacity: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered ~ .shareArea {
  opacity: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play.is-small {
  width: 170px !important;
  height: 170px !important;
  opacity: 0.6;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-pause,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-paused .fp-middle::after,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-paused .fp-middle::after {
  opacity: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-pause,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  width: 200px !important;
  height: 200px !important;
  opacity: 0.6;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-play,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-hovered.is-playing .fp-middle::after,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .fp-togglable {
  opacity: 1 !important;
  display: flex !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .fp-middle::after {
  opacity: 1 !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemWrapper .videoVerticalFeedItem:hover .shareArea {
  opacity: 1;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .contentDiv {
  animation: fade 2s ease-in-out !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow {
  position: absolute;
  bottom: 50vh;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickNext {
  right: calc(50% - 325px);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  background-position: right center;
  transform: rotate(180deg);
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickPrev {
  right: calc(50% + 265px);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
}
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickDisabled {
  display: none !important;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.leftAndRightTransitionAnimation,
.magazineVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.magazine-promotion-text-component {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 16px;
  color: #121111;
  padding: 16px;
  border-top: 2px solid #121111;
  border-bottom: 2px solid #121111;
}
.magazine-promotion-text-component .roof-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Assistant';
}
.magazine-promotion-text-component .title {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 3.2px;
}
.magazine-promotion-text-component .link-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #121111;
}
.magazine-promotion-text-component .underline {
  text-decoration: underline;
  font-family: 'Assistant';
}
.multiArticleMagazineAutoComponenta,
.multiArticleImagesMagazineComponenta {
  display: flex;
  flex-direction: column;
}
.multiArticleMagazineAutoComponenta .slotsContent,
.multiArticleImagesMagazineComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList,
.multiArticleImagesMagazineComponenta .slotsContent .slotList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList > * img,
.multiArticleImagesMagazineComponenta .slotsContent .slotList > * img,
.multiArticleMagazineAutoComponenta .slotsContent .slotList .EditableImage,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .EditableImage {
  width: 380px !important;
  height: 214px !important;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .YplusItem .moreDetails,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .YplusItem .moreDetails {
  display: none;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .YplusItem .imageArea,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .YplusItem .imageArea {
  order: 0;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .YplusItem .slotTitle,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .YplusItem .slotTitle {
  order: 1;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .moreDetails .videoIcon,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .moreDetails .videoIcon {
  display: none;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 380px;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView.inEditMode,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView.inEditMode .withWidth,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView.inEditMode .withWidth *,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea .videoIcon,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea .videoIcon {
  left: 10px;
  bottom: 10px;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea .MarketingSign img,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea .MarketingSign img {
  width: 100% !important;
  height: 100% !important;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea .MarketingSign .marketingText,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea .MarketingSign .marketingText {
  align-items: flex-start;
  padding: 20px 10px 10px 10px !important;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea .MarketingSign:hover img,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea .MarketingSign:hover img {
  width: 29px !important;
  height: 29px !important;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  min-height: 70px;
  padding-bottom: 20px;
  position: relative;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot {
  box-sizing: border-box;
  border-top: 2px solid #0059A1;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle *,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle *,
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle {
  color: #0059A1 !important;
  font-weight: 400;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .category,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .category {
  display: none;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.maxHeight,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.maxHeight {
  max-height: 140px !important;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotTitle,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotTitle a,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotTitle a,
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotTitle a:hover,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotTitle a:hover {
  text-decoration: none;
  color: inherit;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotSubTitle,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 23px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotSubTitle a,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotSubTitle a,
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotSubTitle a:hover,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotSubTitle a:hover {
  text-decoration: none;
  color: inherit;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .moreDetails {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
  font-weight: 600;
  width: max-content;
  font-family: 'Assistant';
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .commaView,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-inline-end: 3px;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .mediaArea,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .mediaArea,
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea {
  position: relative;
  margin-bottom: 10px;
  height: 214px;
}
.multiArticleImagesMagazineComponenta .slotList > div {
  width: 380px;
}
.multiArticleImagesMagazineComponenta .slotList > div .category {
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 8px;
  font-family: 'Assistant';
}
.multiArticlesMagazineManualComponenta {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.multiArticlesMagazineManualComponenta * {
  color: #121111;
}
.multiArticlesMagazineManualComponenta .slotsContent {
  padding-top: 16px;
  display: flex;
  gap: 50px;
  width: 100%;
  overflow: hidden;
}
.multiArticlesMagazineManualComponenta .slotsContent.leftDisplay {
  flex-direction: row-reverse;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem {
  display: flex;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView {
  width: 550px;
  height: 914px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView.dfpId {
  width: 550px;
  height: 914px;
  display: flex;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView.dfpId .imageArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0c9d0;
  font-size: 16px;
  width: 550px;
  height: 914px;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot {
  margin-top: 8px;
  box-sizing: border-box;
  border-top: 2px solid #0059A1;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot .category {
  display: none;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot .slotTitle *,
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot .slotTitle {
  color: #0059A1;
  font-weight: 400;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea .havakIcon {
  position: initial !important;
  margin-bottom: 5px !important;
  width: 71px !important;
  height: 22px !important;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea .slotTitle {
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea .moreDetails {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  font-family: 'Assistant';
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .textArea .moreDetails .commaView {
  display: inline-block;
  margin-inline-end: 3px;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .mediaArea[style] {
  height: 810px !important;
  width: 100% ! important;
  position: relative;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .mediaArea[style] .MarketingSign .marketingText span {
  color: #fff;
  font-weight: 400;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .mediaArea[style] .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .mediaArea[style] .MediaCarousel .EditableImage[style] {
  width: 550px !important;
  height: 810px ! important;
  display: flex;
  justify-content: center;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .mediaArea[style] .MediaCarousel .EditableImage[style] img {
  height: 100%;
  width: auto;
}
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .mediaArea[style] .MediaCarousel .SiteImageMedia,
.multiArticlesMagazineManualComponenta .slotsContent .mainItem .slotView .mediaArea[style] .MediaCarousel img {
  height: 810px;
  object-fit: cover;
  width: 550px !important;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList {
  width: 640px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div {
  width: 295px;
  height: fit-content;
  display: flex;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView {
  width: 295px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView.dfpId {
  width: 295px;
  height: 389px;
  display: flex;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView.dfpId .imageArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c0c9d0;
  font-size: 16px;
  width: 295px;
  height: 389px;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea.commertialSlot {
  box-sizing: border-box;
  border-top: 2px solid #0059A1;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea.commertialSlot .category {
  display: none;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea.commertialSlot .slotTitle *,
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea.commertialSlot .slotTitle {
  color: #0059A1;
  font-weight: 400;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea.commertialSlot.authorInfo {
  color: unset;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea .category {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: 'Assistant';
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea .slotTitle {
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea .moreDetails {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  font-family: 'Assistant';
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .textArea .moreDetails .commaView {
  display: inline-block;
  margin-inline-end: 3px;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .mediaArea[style] {
  height: 295px !important;
  width: 100% !important;
  position: relative;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .mediaArea[style] .MarketingSign .marketingText span {
  color: #fff;
  font-weight: 400;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .mediaArea[style] .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .mediaArea[style] .MediaCarousel .EditableImage[style] {
  width: 295px !important;
  height: 295px ! important;
  display: flex;
  justify-content: center;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .mediaArea[style] .MediaCarousel .EditableImage[style] img {
  height: 100%;
  width: auto;
}
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .mediaArea[style] .MediaCarousel .SiteImageMedia,
.multiArticlesMagazineManualComponenta .slotsContent .slotList > div .slotView .mediaArea[style] .MediaCarousel img {
  height: 295px;
  object-fit: cover;
  width: 295px !important;
}
.promotionsMagazinesComponenta a {
  color: inherit;
  text-decoration: none;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 49px;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: none;
  justify-content: flex-end;
  width: 273px;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea {
  position: relative;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea .MediaCarousel {
  margin: 0;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea .MediaCarousel .SiteImageMedia,
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea .MediaCarousel img {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .slotText {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .slotText .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin: 8px 0;
  max-height: unset;
  flex-shrink: 0;
}
.magazine2025 .categorySubNavigation ul {
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0;
}
.magazine2025 .categorySubNavigation ul li {
  background: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
}
.magazine2025 .categorySubNavigation ul li a {
  color: #121111;
}
.TopStoryMagazine2025Componenta {
  display: flex;
  justify-content: space-between;
}
.TopStoryMagazine2025Componenta .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 10px;
  left: 23px;
  justify-content: center;
}
.TopStoryMagazine2025Componenta .GalleryPaging button {
  margin: 4px 0;
  width: 10px;
  height: 10px ! important;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
}
.TopStoryMagazine2025Componenta .GalleryPaging button.selected {
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.TopStoryMagazine2025Componenta .slotView.main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.TopStoryMagazine2025Componenta .slotView.main .textDiv {
  text-decoration: none;
  color: #121111;
  text-align: center;
  gap: 8px;
}
.TopStoryMagazine2025Componenta .slotView.main h1.slotTitle {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.TopStoryMagazine2025Componenta .slotView.main .roofTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #121111;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta .mainItem,
.TopStoryMagazine2025Componenta .smallItems {
  display: flex;
  flex-direction: column;
}
.TopStoryMagazine2025Componenta .mainItem .textDiv,
.TopStoryMagazine2025Componenta .smallItems .textDiv {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.TopStoryMagazine2025Componenta .mainItem .textDiv .moreDetails,
.TopStoryMagazine2025Componenta .smallItems .textDiv .moreDetails {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta .mainItem .mediaArea,
.TopStoryMagazine2025Componenta .smallItems .mediaArea {
  position: relative;
}
.TopStoryMagazine2025Componenta .smallItems .slotTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.TopStoryMagazine2025Componenta.special .mainItem {
  width: 896px;
  height: 100%;
}
.TopStoryMagazine2025Componenta.special .mainItem.top .mediaArea {
  order: 1;
}
.TopStoryMagazine2025Componenta.special .mainItem.top .textDiv {
  order: 0;
}
.TopStoryMagazine2025Componenta.special .mainItem .slotView.main .textDiv .slotTitle {
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 111.111% */
}
.TopStoryMagazine2025Componenta.special .mainItem .slotView.main .textDiv .slotSubTitle {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}
.TopStoryMagazine2025Componenta.special .mainItem .slotView.main .mediaItems {
  width: 100%;
  height: 1130px;
}
.TopStoryMagazine2025Componenta.special .mainItem .slotView.main .mediaItems .videoMediaContainer[style] {
  width: 100%;
  height: 100%;
}
.TopStoryMagazine2025Componenta.special .mainItem .slotView.main .mediaItems .videoMediaContainer[style] .fp-ratio[style] {
  padding-top: 126% !important;
}
.TopStoryMagazine2025Componenta.special .smallItems {
  width: 300px;
  gap: 50px;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView {
  height: 609px;
  position: relative;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .mediaArea {
  width: 100%;
  height: 533px;
  z-index: 0;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .textDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #121111;
  gap: 8px;
  padding: 0;
  box-sizing: border-box;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .textDiv .roofTitle {
  display: none;
}
.TopStoryMagazine2025Componenta.vertical .smallItems {
  width: 300px;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView {
  height: 350px;
  position: relative;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .mediaArea {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(18, 17, 17, 0) 0%, #121111 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  gap: 8px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv .roofTitle {
  background-color: #fff;
  color: #121111;
  padding: 4px 8px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv .slotTitle {
  color: #fff;
}
.TopStoryMagazine2025Componenta.vertical .mainItem {
  width: 520px;
  height: 100%;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .mediaArea[style] {
  height: 913px ! important;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta.vertical .mainItem.top .mediaArea {
  order: 1;
}
.TopStoryMagazine2025Componenta.vertical .mainItem.top .textDiv {
  order: 0;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main .textDiv {
  height: 130px;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main .mediaItems {
  width: 100%;
  height: 924px;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main .mediaItems .videoMediaContainer[style] {
  width: 100%;
  height: 100%;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main .mediaItems .videoMediaContainer[style] .fp-ratio[style] {
  padding-top: 178% !important;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main h1.slotTitle {
  font-size: 43px;
  font-weight: 500;
  line-height: 40px;
  margin-top: -8px;
  flex-shrink: 0;
  letter-spacing: -0.5px;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main .slotSubTitle {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  flex-shrink: 0;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main .moreDetails {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.category {
  width: 100%;
  height: 444px;
}
.TopStoryMagazine2025Componenta.category .mainItem {
  width: 100%;
  height: 100%;
}
.TopStoryMagazine2025Componenta.category .slotView {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 50px;
  height: 444px;
}
.TopStoryMagazine2025Componenta.category .slotView .mediaArea {
  order: 1;
  width: 790px;
  height: 444px;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta.category .slotView .textDiv {
  order: 0;
  display: flex;
  flex-direction: column;
  color: #121111;
  text-align: start;
  height: 100%;
  padding: 0 0 34px;
  gap: 30px;
  box-sizing: border-box;
}
.TopStoryMagazine2025Componenta.category .slotView .textDiv .slotTitle {
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  margin: 0;
  text-overflow: unset;
  -webkit-line-clamp: unset;
}
.TopStoryMagazine2025Componenta.category .slotView .textDiv .slotSubTitle {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.category .slotView .textDiv .moreDetails {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.category .slotView .textDiv .moreDetails .authorSpan {
  line-height: 18px;
  font-weight: 400;
}
.MediaGalleryComponenta {
  display: flex;
  flex-direction: column;
  direction: rtl ! important;
}
.MediaGalleryComponenta.englishSite .pager {
  direction: ltr;
}
.MediaGalleryComponenta.englishSite .itemTitle {
  direction: ltr;
}
.MediaGalleryComponenta.englishSite .gallery_arrows {
  right: 10px ! important;
  left: inherit ! important;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .mainTitleLink {
  float: left ! important;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows {
  position: absolute;
  top: 0;
  height: 100%;
  left: 10px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right,
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left {
  display: inline-block;
  width: 10px;
  height: 14px;
  border: 0;
  cursor: pointer;
  margin: 5px 1px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right:disabled,
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left:disabled {
  opacity: 0.5;
  cursor: inherit;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/09/sprites/homepage_v39.png) -2885px -111px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/09/sprites/homepage_v39.png) -2968px -111px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 17px;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.MediaGalleryComponenta .main-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  width: 660px;
  height: 246px;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow {
  top: 40px;
  position: absolute;
  width: 20px;
  height: 40px;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E") no-repeat center center transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow.scrollLeftBtn {
  left: 10px;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow.scrollRightBtn {
  right: 10px;
  transform: rotate(180deg);
}
.MediaGalleryComponenta .main-gallery .slider {
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.MediaGalleryComponenta .main-gallery .slider .GroupContent {
  display: inline-flex;
  width: 660px;
  height: 246px;
  vertical-align: top;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
}
.MediaGalleryComponenta .main-gallery .slider .slotView {
  position: relative;
  overflow: hidden;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .sitePagelightBoxVideoPlayer {
  width: 100%;
  height: 100%;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .sitePagelightBoxVideoPlayer img {
  width: 100%;
  height: 100%;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 20px;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle > *,
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle > *:hover {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.MediaGalleryComponenta .main-gallery .slider .firstItemInGroup {
  width: 437px;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.MediaGalleryComponenta .main-gallery .slider .firstItemInGroup .itemTitle {
  height: 30px ! important;
}
.MediaGalleryComponenta .main-gallery .slider .slotList {
  display: flex;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div > div {
  width: 211px;
  height: 118px;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div > div .slotView {
  width: 100%;
  height: 100%;
  position: relative;
}
.MediaGalleryComponenta .mediaGalleryTab {
  height: 23px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.MediaGalleryComponenta .mediaGalleryTab .mainTitleLink {
  float: right ! important;
  font-weight: bold;
  font-size: 16px;
}
.MediaGalleryComponenta .mediaGalleryTab .pager {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.MediaGalleryComponenta .mediaGalleryTab .pager button {
  width: 11px;
  height: 11px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin: 6px 3px;
  background-color: rgba(255, 255, 255, 0.4);
}
.MediaGalleryComponenta .mediaGalleryTab .pager button.isActive {
  background-color: #ffffff;
}
.MediaGalleryComponenta .iconOnPoster {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
}
.MediaGalleryComponenta .iconOnPoster.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.MediaGalleryComponenta .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .MediaGalleryComponenta {
    margin-bottom: 10px;
  }
  .MediaGalleryComponenta.englishSite {
    direction: ltr;
  }
  .MediaGalleryComponenta.englishSite .slider > .slotView {
    float: left ! important;
  }
  .MediaGalleryComponenta .main-gallery {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 122px ! important;
  }
  .MediaGalleryComponenta .main-gallery.withoutTransform .slick-track[style] {
    transform: unset ! important;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 14px);
    width: 25px;
    height: 28px;
    z-index: 2;
    color: transparent;
    border: 0;
    background-position: 50%;
    background-size: 27px 27px;
    background-color: transparent;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow.slick-next {
    background-image: url(//m.ynet.co.il/content/images/icons/arrows/arrow_left.png);
    right: 10px;
    left: initial;
    transform: scale(-1);
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow.slick-prev {
    background-image: url(//m.ynet.co.il/content/images/icons/arrows/arrow_left.png);
    left: 10px;
    right: initial;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow .gallery_separator {
    display: inline-block;
    width: 1px;
    height: 17px;
    vertical-align: text-bottom;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list {
    display: flex;
    position: relative;
    width: 100%;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list .slick-track .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView {
    float: right;
    height: 122px ! important;
    width: 163px! important;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView > div[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView > div > div {
    width: auto ! important;
    height: 100% ! important;
    margin: auto ! important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle * {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel {
    height: 122px ! important;
    width: 163px! important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] .SiteVideoLightbox > div,
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel .SiteVideoLightbox > div {
    width: 100%! important;
    height: 100%! important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] div[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel div[style] {
    height: 122px ! important;
    width: 163px! important;
    overflow: hidden;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] img[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel img[style] {
    height: 100% !important;
    width: auto !important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .slotTitle {
    height: 24px ! important;
    font-size: 13px;
    font-weight: normal;
    padding: 0 20px;
    overflow: hidden;
  }
  .MediaGalleryComponenta .iconOnPoster {
    display: none ! important;
  }
}
.MostTalkbackedAuto .mostTalkbackedTab {
  padding: 0px;
  height: 24px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}
.MostTalkbackedAuto .mostTalkbackedTab .tabTitle {
  font-size: 16.5px;
  font-weight: bold;
  height: 100%;
  line-height: 24px;
}
.MostTalkbackedAuto .mostTalkbackedTab .icon {
  margin: auto 10px;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath fill='%23fff' d='M16,2.5C7.2,2.5,0,7.4,0,13.5c0,3.7,2.7,6.9,6.7,8.9c-0.2,5.9-1.7,7.1-1.7,7.1s6.7-1.4,8.1-5.2c0.9,0.1,1.9,0.2,2.8,0.2 c8.8,0,16-4.9,16-10.9S24.8,2.5,16,2.5z M9.3,10.9c1.4,0,2.5,1.1,2.5,2.5S10.7,16,9.3,16s-2.5-1.1-2.5-2.5S7.9,10.9,9.3,10.9z M16,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S17.4,16,16,16z M22.7,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5 c1.4,0,2.5,1.1,2.5,2.5S24.1,16,22.7,16z'/%3E %3C/svg%3E");
}
.MostTalkbackedAuto .slotsContent {
  overflow-y: hidden;
}
.MostTalkbackedAuto .slotList {
  margin-right: 0 !important;
}
.MostTalkbackedAuto .slotList .slotView {
  font-weight: normal;
  font-size: 16.5px;
  border: 1px solid #ccddef;
  border-radius: 10px;
  padding: 5px;
  line-height: 21.5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  max-height: 52px;
  overflow: hidden;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle {
  width: calc(84%);
  display: inline-block;
  vertical-align: top;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle a,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:hover,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:focus {
  text-decoration: none;
  color: #4e6ea9;
}
.MostTalkbackedAuto .slotList .slotView .icon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23337ab7' points='14.5,21.1 14.5,21.1 5.8,16 14.5,10.9 14.5,10.9 17.5,9.2 17.5,5.8 0,16 17.5,26.2 17.5,22.8 '/%3E %3Cpolygon fill='%23337ab7' points='29.1,21.1 29.1,21.1 20.3,16 29.1,10.9 29.1,10.9 32,9.2 32,5.8 14.5,16 32,26.2 32,22.8 '/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px;
}
.MostTalkbackedAuto .slotList .slotView:last-child {
  margin-bottom: 0;
}
.MostTalkbackedAuto .mostTalkbackedTab {
  padding: 0px;
  height: 24px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}
.MostTalkbackedAuto .mostTalkbackedTab .tabTitle {
  font-size: 16.5px;
  font-weight: bold;
  height: 100%;
  line-height: 24px;
}
.MostTalkbackedAuto .mostTalkbackedTab .icon {
  margin: auto 10px;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath fill='%23fff' d='M16,2.5C7.2,2.5,0,7.4,0,13.5c0,3.7,2.7,6.9,6.7,8.9c-0.2,5.9-1.7,7.1-1.7,7.1s6.7-1.4,8.1-5.2c0.9,0.1,1.9,0.2,2.8,0.2 c8.8,0,16-4.9,16-10.9S24.8,2.5,16,2.5z M9.3,10.9c1.4,0,2.5,1.1,2.5,2.5S10.7,16,9.3,16s-2.5-1.1-2.5-2.5S7.9,10.9,9.3,10.9z M16,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S17.4,16,16,16z M22.7,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5 c1.4,0,2.5,1.1,2.5,2.5S24.1,16,22.7,16z'/%3E %3C/svg%3E");
}
.MostTalkbackedAuto .slotsContent {
  overflow-y: hidden;
}
.MostTalkbackedAuto .slotList {
  margin-right: 0 !important;
}
.MostTalkbackedAuto .slotList .slotView {
  font-weight: normal;
  font-size: 16.5px;
  border: 1px solid #ccddef;
  border-radius: 10px;
  padding: 5px;
  line-height: 21.5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  max-height: 52px;
  overflow: hidden;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle {
  width: calc(84%);
  display: inline-block;
  vertical-align: top;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle a,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:hover,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:focus {
  text-decoration: none;
  color: #4e6ea9;
}
.MostTalkbackedAuto .slotList .slotView .icon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23337ab7' points='14.5,21.1 14.5,21.1 5.8,16 14.5,10.9 14.5,10.9 17.5,9.2 17.5,5.8 0,16 17.5,26.2 17.5,22.8 '/%3E %3Cpolygon fill='%23337ab7' points='29.1,21.1 29.1,21.1 20.3,16 29.1,10.9 29.1,10.9 32,9.2 32,5.8 14.5,16 32,26.2 32,22.8 '/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px;
}
.MostTalkbackedAuto .slotList .slotView:last-child {
  margin-bottom: 0;
}
.grid1280 .MultiArticleComponenta .multiArticleTab {
  margin-bottom: 11px ! important;
}
.MultiArticleComponenta,
.MultiArticleTopComponenta {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .moreDetails,
.MultiArticleTopComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
.MultiArticleComponenta .moreDetails .authorInfo,
.MultiArticleTopComponenta .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticleComponenta.Auto .slotTitle,
.MultiArticleTopComponenta.Auto .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MultiArticleComponenta.Auto .imageArea,
.MultiArticleTopComponenta.Auto .imageArea {
  width: 150px;
  height: 90px;
  position: relative;
}
.MultiArticleComponenta.Auto .imageArea a,
.MultiArticleTopComponenta.Auto .imageArea a {
  display: flex;
}
.MultiArticleComponenta.Auto .slotSubTitle,
.MultiArticleTopComponenta.Auto .slotSubTitle {
  height: 32px;
  overflow: hidden;
}
.MultiArticleComponenta .slotTitle,
.MultiArticleTopComponenta .slotTitle,
.MultiArticleComponenta .slotSubTitle,
.MultiArticleTopComponenta .slotSubTitle {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
.MultiArticleComponenta.Standart .slotTitle > a,
.MultiArticleTopComponenta.Standart .slotTitle > a {
  text-decoration: none;
}
.MultiArticleComponenta.Standart .slotTitle > a:hover,
.MultiArticleTopComponenta.Standart .slotTitle > a:hover {
  text-decoration: none;
  color: #ff0000 ! important;
}
.MultiArticleComponenta.Standart .slotTitle > a:hover > span,
.MultiArticleTopComponenta.Standart .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiArticleComponenta.Standart .inEditMode.YplusItem,
.MultiArticleTopComponenta.Standart .inEditMode.YplusItem {
  background: rgba(0, 0, 0, 0.06);
  justify-content: center;
  align-items: center;
}
.MultiArticleComponenta .slotsContent,
.MultiArticleTopComponenta .slotsContent {
  display: flex;
}
.MultiArticleComponenta .slotsContent .withImagePreview,
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  margin-right: 2px;
  margin-top: 3px;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth *,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .imageArea,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
  order: 1;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .slotTitle,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .slotTitle {
  font-weight: bold;
  display: flex;
  order: 2;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview,
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .slotsContent .withImagePreview .YplusItem,
.MultiArticleTopComponenta .slotsContent .withImagePreview .YplusItem {
  min-height: 120px;
}
.MultiArticleComponenta .slotsContent .slotList,
.MultiArticleTopComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .slotList .slotView,
.MultiArticleTopComponenta .slotsContent .slotList .slotView {
  margin-bottom: 10px;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.YplusItem .slotTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.YplusItem .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .slotList .slotTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotTitle {
  font-weight: bold;
  min-height: 16px;
}
.MultiArticleComponenta .slotsContent .slotList .slotSubTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.MultiArticleComponenta .slotsContent .slotList .MediaCarousel,
.MultiArticleTopComponenta .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleComponenta .multiArticleTab,
.MultiArticleTopComponenta .multiArticleTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.MultiArticleTopComponenta .slotsContent {
  flex-direction: column;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0 ! important;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotTitle {
  margin-top: 10px;
  font-size: 18px;
  height: auto;
  white-space: wrap;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotSubTitle {
  display: none;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .moreDetails {
  order: 3;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .havakIcon {
  bottom: 10px ! important;
}
.MultiArticleComponenta .slotsContent {
  flex-direction: row;
}
.MultiArticleComponenta .slotsContent .withImagePreview {
  width: 150px;
  flex-shrink: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .moreDetails {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotSubTitle {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotTitle {
  height: 50px;
  margin-top: 5px;
  margin-bottom: 16px;
  white-space: normal;
}
.MultiArticleComponenta .slotsContent .slotList {
  margin-right: 23px;
}
.leftAndRightTransitionAnimation,
.MultiImagesComponenta .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.leftAndRightLTRTransitionAnimation,
.englishSite .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-left" !important;
}
.englishSite * {
  direction: ltr;
}
.englishSite .slotListWrapper {
  display: flex;
}
.englishSite .TabComponenta .titleLink.rightTitleLink {
  float: left ! important;
}
.englishSite .multiImagesTab .leftTitleText {
  margin-right: 10px;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .show-small-vp {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign {
  position: absolute;
  bottom: 2px;
  right: 0;
  display: flex;
  height: 25px;
  overflow: hidden;
  z-index: 3;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign .marketingText {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView .MarketingSign {
  bottom: 2px;
}
.Componenta .MultiImagesComponenta .slotListArrow {
  pointer-events: none;
}
.Componenta.editMode .MultiImagesComponenta .slotListArrow {
  pointer-events: unset;
}
.grid1280 .MultiImagesComponenta .slotView {
  width: 182px ! important;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] {
  display: flex ! important;
  height: 155px;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] .imageArea {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
}
.grid1280 .MultiImagesComponenta .multiImagesTab {
  margin-bottom: 12px ! important;
}
.grid1280 .MultiImagesComponenta .slotTextArea {
  margin-top: 6px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea {
  width: 182px ! important;
  height: 102px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea .commertialTExt {
  position: absolute;
  top: 6px;
  height: 16px;
  width: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000066;
  z-index: 1;
}
.MultiImagesComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesComponenta .MediaCarousel {
  overflow: hidden;
}
.MultiImagesComponenta .imageArea {
  position: relative;
  display: flex;
  width: 148px;
  height: 84px;
  overflow: hidden;
}
.MultiImagesComponenta.commertial .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta.commertial .slotSubTitle {
  font-size: 12px;
  line-height: 14px;
}
.MultiImagesComponenta.commertial .slotTitle > a,
.MultiImagesComponenta.commertial .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotTitle > a:hover,
.MultiImagesComponenta.commertial .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotView {
  width: 148px;
}
.MultiImagesComponenta.commertial .slotBottomLink {
  width: 100%;
  min-height: 16px;
  font-size: 12px;
  padding-bottom: 6px;
  font-weight: normal;
}
.MultiImagesComponenta.commertial .slotBottomLink > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.standart .YplusItem .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.standart .slotTitle,
.MultiImagesComponenta.standart .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.standart .slotTitle > a,
.MultiImagesComponenta.standart .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover,
.MultiImagesComponenta.standart .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover > span,
.MultiImagesComponenta.standart .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.Auto .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.Auto .slotSubTitle {
  max-height: 26px;
  overflow: hidden;
}
.MultiImagesComponenta.Auto .slotTitle,
.MultiImagesComponenta.Auto .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.Auto .slotTitle > a,
.MultiImagesComponenta.Auto .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover > span,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  height: 14px;
  display: flex;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails .authorField {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails span:not(.authorField) {
  flex-shrink: 0;
}
.MultiImagesComponenta .slotTextArea {
  margin-top: 8px;
}
.MultiImagesComponenta .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta .disallowEdit {
  pointer-events: none;
}
.MultiImagesComponenta .slotsContent {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.MultiImagesComponenta .slotsContent .slotListArrow {
  top: 28px;
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiImagesComponenta .slotsContent .slotListArrow:disabled {
  display: none;
}
.MultiImagesComponenta .slotsContent .slotListArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiImagesComponenta .slotsContent .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiImagesComponenta .slotsContent .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn:after {
  left: 0;
}
.MultiImagesComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesComponenta .slotListWrapper .slotView {
  width: 148px;
  flex-shrink: 0;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotTitle {
  font-weight: bold;
  line-height: 16px;
}
.MultiImagesComponenta .slotListWrapper .slotSubTitle {
  line-height: 13px;
  font-size: 12px;
  margin-top: 2px;
}
.MultiImagesComponenta .multiImagesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.MultiImagesComponenta .doubleTab {
  padding: 0px ! important;
}
.MultiImagesComponenta .doubleTab .titleLink {
  width: 586px ! important;
  padding: 0 10px;
  box-sizing: border-box;
}
.MultiImagesComponenta .doubleTab .titleLink.rightTitleLink {
  margin-left: 20px;
}
.MultiImagesComponenta .doubleTab .titleLink .leftTitleText {
  float: right !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
.grid1280 .categoryBreadcrumbs {
  font-family: 'Open Sans Hebrew';
  height: 60px;
  display: flex;
  align-items: center;
}
.grid1280 .categoryBreadcrumbs ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.grid1280 .categoryBreadcrumbs ul li:first-child a {
  color: #000 ! important;
  font-size: 50px;
}
.grid1280 .categoryBreadcrumbs ul li:last-child,
.grid1280 .categoryBreadcrumbs ul li:first-child {
  margin-left: 11px ! important;
}
.grid1280 .categoryBreadcrumbs ul li:last-child i,
.grid1280 .categoryBreadcrumbs ul li:first-child i {
  display: none;
}
.grid1280 .categoryBreadcrumbs ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.grid1280 .categoryBreadcrumbs h1 {
  line-height: unset;
  margin: 0 ! important;
}
.grid1280 .categoryBreadcrumbs ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.grid1280 .categoryBreadcrumbs ul li a,
.grid1280 .categoryBreadcrumbs ul li span,
.grid1280 .categoryBreadcrumbs ul li i {
  color: #999999 ! important;
  font-size: 18px;
}
.grid1280 .categoryBreadcrumbs ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.grid1280_2.radionas .categoryBreadcrumbs * {
  font-family: 'Noto Kufi Arabic' !important;
}
.grid1280_2.radionas .categoryBreadcrumbs ul li:first-child {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
.grid1280_2.ynetnews .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
.grid1280_2 .categoryBreadcrumbs {
  font-family: 'NarkisBlock', "Arial";
  height: 25px;
  display: flex;
  align-items: center;
}
.font-moses .grid1280_2 .categoryBreadcrumbs {
  font-family: 'Moses', 'NarkisBlock', "Arial";
}
.ynetnews .grid1280_2 .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2 .categoryBreadcrumbs a:hover {
  color: #1417ac;
}
.grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: 340;
}
.grid1280_2 .categoryBreadcrumbs ul {
  align-items: baseline;
  flex-direction: row;
  display: flex;
}
.grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 16px;
  letter-spacing: -0.24px;
  line-height: 25px;
  color: #000;
  background: transparent;
  padding-right: 0px;
  margin-left: 0px;
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: 340;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child > .arrow {
  display: none;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: bold;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: 670;
}
.grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.997 29.635'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; %7D .cls-2, .cls-3 %7B stroke: none; %7D %3C/style%3E %3C/defs%3E %3Cg id='Shape_1029' data-name='Shape 1029' transform='translate(-7227.503 -944.496)'%3E %3Cg id='Shape_1029-2' data-name='Shape 1029' transform='translate(0.001 0)'%3E %3Cpath class='cls-2' d='M 7240.275390625 973.380126953125 C 7240.1572265625 973.380126953125 7240.04248046875 973.3228759765625 7239.95263671875 973.2188720703125 L 7228.40673828125 959.7489013671875 C 7228.203125 959.5123291015625 7228.203125 959.11328125 7228.40625 958.877197265625 L 7239.95361328125 945.4068603515625 C 7240.04248046875 945.3027954101563 7240.1572265625 945.2456665039063 7240.27734375 945.2456665039063 C 7240.396484375 945.2456665039063 7240.5107421875 945.3026123046875 7240.5986328125 945.4059448242188 C 7240.80029296875 945.6427001953125 7240.80029296875 946.0420532226563 7240.5986328125 946.2783203125 L 7229.56591796875 959.1500244140625 L 7229.4267578125 959.312744140625 L 7229.56591796875 959.4754638671875 L 7240.59912109375 972.3465576171875 C 7240.7998046875 972.5827026367188 7240.7998046875 972.9833374023438 7240.5986328125 973.2205200195313 C 7240.5107421875 973.3233032226563 7240.39599609375 973.380126953125 7240.275390625 973.380126953125 Z'/%3E %3Cpath class='cls-3' d='M 7240.275390625 973.130126953125 C 7240.33447265625 973.130126953125 7240.38037109375 973.0909423828125 7240.40771484375 973.0587158203125 C 7240.5302734375 972.9144287109375 7240.5302734375 972.6516723632813 7240.40966796875 972.50927734375 L 7229.37646484375 959.63818359375 L 7229.09716796875 959.312744140625 L 7229.37646484375 958.9873657226563 L 7240.40869140625 946.1161499023438 C 7240.53076171875 945.9728393554688 7240.5302734375 945.7117309570313 7240.40771484375 945.5676879882813 C 7240.3798828125 945.5348510742188 7240.33447265625 945.4956665039063 7240.27685546875 945.4956665039063 C 7240.23095703125 945.4956665039063 7240.1845703125 945.5210571289063 7240.14306640625 945.569580078125 L 7228.595703125 959.040283203125 C 7228.47314453125 959.1829223632813 7228.47314453125 959.4428100585938 7228.59619140625 959.5862426757813 L 7240.14208984375 973.0554809570313 C 7240.17138671875 973.0895385742188 7240.21826171875 973.130126953125 7240.275390625 973.130126953125 M 7240.275390625 973.630126953125 C 7240.08984375 973.630126953125 7239.90625 973.54736328125 7239.763671875 973.38232421875 L 7228.216796875 959.91162109375 C 7227.931640625 959.580078125 7227.931640625 959.04541015625 7228.216796875 958.714111328125 L 7239.763671875 945.244140625 C 7239.9052734375 945.0784912109375 7240.09130859375 944.9956665039063 7240.27685546875 944.9956665039063 C 7240.462890625 944.9956665039063 7240.6484375 945.0784912109375 7240.7890625 945.244140625 C 7241.0703125 945.574462890625 7241.0703125 946.1103515625 7240.7890625 946.4404296875 L 7229.755859375 959.312744140625 L 7240.7890625 972.183837890625 C 7241.0703125 972.514892578125 7241.0703125 973.051025390625 7240.7890625 973.38232421875 C 7240.6484375 973.54736328125 7240.462890625 973.630126953125 7240.275390625 973.630126953125 Z'/%3E %3C/g%3E %3Cg id='Stroke_Effect' data-name='Stroke Effect' class='cls-1' transform='translate(7228.004 944.996)'%3E %3Cpath class='cls-2' d='M 12.27148056030273 28.88427543640137 C 12.00577068328857 28.88427543640137 11.75685024261475 28.76552391052246 11.57058048248291 28.54990386962891 L 0.02308031171560287 15.07847499847412 C -0.3441796898841858 14.65146446228027 -0.3441596925258636 13.98221492767334 0.02341031283140182 13.55517482757568 L 11.56996059417725 0.08558476716279984 C 11.75497055053711 -0.130845233798027 12.00479984283447 -0.2501752376556396 12.27320003509521 -0.2501752376556396 C 12.54193019866943 -0.2501752376556396 12.79143047332764 -0.130615234375 12.97574996948242 0.08650476485490799 C 13.33860015869141 0.512664794921875 13.33858013153076 1.180554747581482 12.97545051574707 1.606724739074707 L 2.081230878829956 14.31688785552979 L 12.9749698638916 27.0252742767334 C 13.33812999725342 27.45275497436523 13.33816051483154 28.12136459350586 12.97574996948242 28.54826545715332 C 12.7910099029541 28.76506423950195 12.54100036621094 28.88427543640137 12.27148056030273 28.88427543640137 Z'/%3E %3Cpath class='cls-3' d='M 12.27148056030273 28.63427543640137 C 12.45898056030273 28.63427543640137 12.64453029632568 28.55151557922363 12.78516006469727 28.386474609375 C 13.06641006469727 28.05517387390137 13.06641006469727 27.51904487609863 12.78516006469727 27.18798446655273 L 1.751950263977051 14.31689453125 L 12.78516006469727 1.444584727287292 C 13.06641006469727 1.114504814147949 13.06641006469727 0.5786147713661194 12.78516006469727 0.2482947707176208 C 12.64453506469727 0.08264476805925369 12.45898818969727 -0.0001802343758754432 12.27319622039795 -0.0001802343758754432 C 12.08740520477295 -0.0001802343758754432 11.90137004852295 0.08264476805925369 11.75977039337158 0.2482947707176208 L 0.2128903120756149 13.71826457977295 C -0.07226968556642532 14.04956436157227 -0.07226968556642532 14.58422470092773 0.2128903120756149 14.91577434539795 L 11.75977039337158 28.386474609375 C 11.90233993530273 28.55151557922363 12.08594036102295 28.63427543640137 12.27148056030273 28.63427543640137 M 12.27148056030273 29.13427543640137 C 11.93199062347412 29.13427543640137 11.61589050292969 28.98478507995605 11.3814001083374 28.71333503723145 L -0.1667296886444092 15.24117469787598 C -0.61236971616745 14.72304439544678 -0.6123197078704834 13.91054439544678 -0.1660696864128113 13.39208507537842 L 11.38016033172607 -0.07712523639202118 C 11.60982036590576 -0.3457852303981781 11.93548011779785 -0.5001752376556396 12.27320003509521 -0.5001752376556396 C 12.61157989501953 -0.5001752376556396 12.93710994720459 -0.3453052341938019 13.16633987426758 -0.07528523355722427 C 13.60636043548584 0.4415147602558136 13.60630989074707 1.251804709434509 13.16574001312256 1.768864750862122 L 2.410497665405273 14.31687545776367 L 13.16478061676025 26.86257553100586 C 13.60574054718018 27.38162422180176 13.60579013824463 28.1923942565918 13.16633033752441 28.71006393432617 C 12.93640041351318 28.97991561889648 12.61045074462891 29.13427543640137 12.27148056030273 29.13427543640137 Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5px;
  height: 9px;
  margin: 0px 9px;
  display: inline-flex;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700&display=swap&subset=hebrew');
.grid1280 .TopStoryComponenta {
  height: 335px ! important;
}
.grid1280 .TopStoryComponenta .sideSeparatorLine {
  display: none;
}
.grid1280 .TopStoryComponenta .topStoryDate {
  color: #ababab;
  font-family: 'Heebo', sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 0.74;
  margin-top: 10px;
  margin-bottom: 0;
}
.grid1280 .TopStoryComponenta .topStoryDate:before,
.grid1280 .TopStoryComponenta .topStoryDate:after {
  display: none;
}
.grid1280 .TopStoryComponenta .topHebStoryDate {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal ! important;
  color: #ababab;
  margin-top: 6px;
  margin-bottom: 19px;
  cursor: initial;
}
.grid1280 .TopStoryComponenta .topHebStoryDate span {
  font-weight: bold;
}
.grid1280 .TopStoryWideComponenta {
  height: 380px ! important;
}
.grid1280 .TopStoryWideComponenta .sideSeparatorLine {
  display: none;
}
.grid1280 .TopStoryWideComponenta .GalleryPaging {
  left: 10px ! important;
  right: unset ! important;
}
.grid1280 .TopStoryWideComponenta .textDiv {
  padding: 13px 16px;
  box-sizing: border-box;
  width: 100% !important;
  height: 95px !important;
}
.grid1280 .TopStoryWideComponenta .big {
  bottom: 105px !important;
  width: 62px !important;
  height: 62px !important;
}
.grid1280 .TopStoryWideComponenta .big .icon {
  width: 100%;
  height: 100%;
}
.audio-podcast-player {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.audio-podcast-player .podcast-container-details-image-container {
  display: none;
}
.audio-podcast-player .audio-podcast-player-container {
  width: 100%;
  height: 158px;
  display: flex;
  position: relative;
  background-color: #F1F1F1;
  overflow: hidden;
}
.audio-podcast-player .audio-podcast-player-container .podcast-image {
  width: 158px;
  height: 100%;
  flex-shrink: 0;
  background-color: #878787;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details {
  width: 742px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 0;
  padding-inline-start: 20px;
  box-sizing: border-box;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #121111;
  font-family: "EzerShemesh";
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-category-rpf {
  width: fit-content;
  padding: 5px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  background-color: #A10000;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-title-rpf {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container {
  display: flex;
  align-items: center;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .duration-icon {
  width: 20px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E %3Cg clip-path='url(%23clip0_4041_13626)'%3E %3Cpath d='M9.25006 2.854C9.25006 2.854 9.25006 2.854 9.24962 2.854V9.49997H9.25006L3.49609 12.8221C4.6468 14.8073 6.79519 16.1455 9.25006 16.1455C9.25006 16.1455 9.25006 16.1455 9.2505 16.1455C11.7054 16.1455 13.8538 14.8068 15.0045 12.8216C15.571 11.8438 15.896 10.709 15.896 9.49997C15.896 8.29089 15.571 7.15566 15.0045 6.17787C13.8538 4.19266 11.7054 2.85445 9.2505 2.85445L9.25006 2.854Z' fill='%23121111'/%3E %3Cpath d='M9.25 1.51715C11.3825 1.51715 13.3867 2.34767 14.8947 3.85527C16.4023 5.36286 17.2329 7.36752 17.2329 9.5C17.2329 11.6325 16.4023 13.6367 14.8947 15.1447C13.3871 16.6523 11.3825 17.4829 9.25 17.4829C7.11752 17.4829 5.1133 16.6523 3.60527 15.1447C2.09767 13.6371 1.26715 11.6325 1.26715 9.5C1.26715 7.36752 2.09767 5.3633 3.60527 3.85527C5.11286 2.34767 7.11752 1.51715 9.25 1.51715ZM9.25 0.5C4.27924 0.5 0.25 4.52924 0.25 9.5C0.25 14.4708 4.27924 18.5 9.25 18.5C14.2208 18.5 18.25 14.4708 18.25 9.5C18.25 4.52924 14.2203 0.5 9.25 0.5Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4041_13626'%3E %3Crect width='18' height='18' fill='white' transform='translate(0.25 0.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .podcast-duration-rpf {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 20px 0 23px;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background-color: #A10000;
  cursor: pointer;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button:hover {
  background-color: #bd2d2d;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 24px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  margin-left: 8px;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0 0 0 20px;
  height: 24px;
  margin: 0;
}
/* =============================================================
   Bepo Floating Player — Desktop (ynet / yplus / magazine2025)
   Naming: ynet_magazine2025_yplus_site_bepoFloatingPlayer.less
        → ynet.css, yplus.css, magazine2025.css

   Scoped to :not(.mobile-web) so webpack require() never overrides mutam sheet.
   ============================================================= */
.bepo-fp-wrapper:not(.mobile-web) {
  position: fixed;
  bottom: 75px;
  left: 0;
  right: auto;
  transform: translateY(120%);
  transition: transform 0.4s ease;
  z-index: 10000;
  width: 320px;
  max-width: calc(60vw);
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0 1px #efefef, 0 10px 20px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 30px 20px 10px;
  direction: rtl;
}
.bepo-fp-wrapper:not(.mobile-web).show {
  transform: translateY(0);
}
.bepo-fp-wrapper:not(.mobile-web).hide {
  transform: translateY(120%);
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-close-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E %3Cpath d='M18.9243 7.2433C19.2469 6.92073 19.2469 6.39775 18.9243 6.07518C18.6018 5.75261 18.0788 5.75261 17.7562 6.07518L12.4996 11.3318L7.24306 6.0753C6.92049 5.75273 6.3975 5.75273 6.07493 6.0753C5.75237 6.39787 5.75237 6.92086 6.07493 7.24343L11.3314 12.4999L6.07497 17.7564C5.7524 18.079 5.7524 18.602 6.07497 18.9245C6.39754 19.2471 6.92053 19.2471 7.2431 18.9245L12.4996 13.6681L17.7562 18.9247C18.0787 19.2472 18.6017 19.2472 18.9243 18.9247C19.2469 18.6021 19.2469 18.0791 18.9243 17.7565L13.6677 12.4999L18.9243 7.2433Z' fill='%2378787B'/%3E %3C/svg%3E") center / contain no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
  min-height: 60px;
  flex-shrink: 0;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-section {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
  gap: 5px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 24px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-wrapper.bepo-fp-title-wrapper--multiline {
  height: 48px;
  max-height: 48px;
  overflow: hidden;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
  text-align: right;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-text.bepo-fp-title-text--multiline {
  font-weight: 500;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 280px;
  height: 48px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-section--multiline {
  gap: 0;
  align-items: flex-end;
  width: 100%;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-text-measure {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-slider {
  height: 100%;
  position: absolute;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-slider .slick-slider {
  height: 100%;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-slider .slick-slider .slick-list {
  height: 100%;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-slider .slick-slider .slick-list .slick-track {
  width: fit-content !important;
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-slider .slick-slider .slick-list .slick-track .slick-slide {
  width: fit-content !important;
  margin-left: 70px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-title-fader-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, #fff, transparent);
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-bepo-logo-btn {
  display: block;
  align-self: flex-start;
  width: 38px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='38' height='14' viewBox='0 0 38 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2686 11.1055C19.6713 11.1057 19.9979 11.4282 19.998 11.8262C19.998 12.2244 19.6714 12.5476 19.2686 12.5479C18.8655 12.5479 18.5381 12.2245 18.5381 11.8262C18.5383 11.428 18.8656 11.1055 19.2686 11.1055ZM6.0498 1.07128e-05C7.81663 1.07128e-05 9.25272 1.30533 9.25293 2.91114C9.25293 3.83555 8.77266 4.65963 8.03027 5.19435C9.05149 5.78873 9.73145 6.82622 9.73145 8.00685C9.73118 9.84727 8.08126 11.3457 6.05176 11.3457H0.583984C0.26104 11.3457 0.000145223 11.0877 0 10.7686C0 10.4493 0.26095 10.1914 0.583984 10.1914H1.3623V1.15138H0.583984C0.26095 1.15138 0 0.893502 0 0.574229C0.000234274 0.255156 0.261096 -0.00191175 0.583984 1.07128e-05H6.0498ZM14.9863 2.65235C17.2573 2.65235 19.1064 4.60257 19.1064 6.99903C19.1063 7.31821 18.8454 7.57618 18.5225 7.57618H12.0889C12.3653 9.06267 13.6848 10.1913 15.2666 10.1914C16.3893 10.1914 17.1602 9.96282 17.9248 9.40333C18.1856 9.21484 18.5495 9.26862 18.7422 9.52442H18.7402C18.9309 9.7821 18.8768 10.1416 18.6182 10.332C17.3961 11.2245 16.2357 11.3457 15.2646 11.3457C12.8402 11.3456 10.8673 9.39531 10.8672 6.99903C10.8672 4.60269 12.7155 2.65255 14.9863 2.65235ZM2.5293 10.1914H6.0498C7.43518 10.1914 8.56222 9.21257 8.5625 8.00685C8.5625 6.80092 7.43535 5.8213 6.0498 5.8213H4.42676C4.10389 5.82111 3.84375 5.5633 3.84375 5.24415C3.84394 4.92516 4.10401 4.66817 4.42676 4.66798H6.0498C7.17264 4.66798 8.08594 3.87855 8.08594 2.90919C8.08569 1.94001 7.17249 1.15138 6.0498 1.15138H2.5293V10.1914ZM14.9883 3.80567C13.5426 3.80585 12.336 4.93527 12.085 6.42189H17.8916C17.6386 4.93516 16.4341 3.80567 14.9883 3.80567Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.667 2.65259C21.9898 2.65269 22.2508 2.90972 22.251 3.22876V4.16528C23.0585 3.23853 24.2512 2.65261 25.582 2.65259C28.0067 2.65259 29.9805 4.6028 29.9805 6.99927C29.9802 9.39554 28.0066 11.3459 25.582 11.3459C24.2512 11.3459 23.0585 10.7571 22.251 9.83228V12.8459H22.5674C22.8904 12.8459 23.1514 13.1038 23.1514 13.4231C23.1512 13.7422 22.8903 13.9993 22.5674 13.9993H20.7734C20.4506 13.9992 20.1896 13.7422 20.1895 13.4231C20.1895 13.1039 20.4505 12.846 20.7734 12.8459H21.083V3.80591H20.7734C20.4505 3.80583 20.1895 3.54798 20.1895 3.22876C20.1896 2.9097 20.4506 2.65267 20.7734 2.65259H21.667ZM33.6025 2.65063C36.027 2.65095 38 4.60105 38 6.99731C37.9998 9.39342 36.0268 11.3437 33.6025 11.344C32.5829 11.344 31.584 10.9862 30.7959 10.3362C30.5488 10.1304 30.5164 9.76697 30.7227 9.52271C30.9309 9.27862 31.2978 9.24573 31.5449 9.44946C32.1326 9.93405 32.8456 10.1897 33.6045 10.1897C35.3847 10.1894 36.8348 8.75679 36.835 6.99731C36.835 5.23767 35.3848 3.80428 33.6045 3.80396C32.8456 3.80396 32.1326 4.06058 31.5449 4.54517C31.298 4.74845 30.9308 4.71552 30.7246 4.47192C30.5184 4.22777 30.551 3.86433 30.7979 3.6604C31.5859 3.01041 32.5829 2.65259 33.6045 2.65259L33.6025 2.65063ZM25.582 3.80591C23.8015 3.80596 22.3516 5.23945 22.3516 6.99927C22.3518 8.75888 23.8016 10.1916 25.582 10.1917C27.3625 10.1917 28.8123 8.75891 28.8125 6.99927C28.8125 5.23942 27.3626 3.80591 25.582 3.80591ZM33.6182 4.49829C34.9975 4.49868 36.1182 5.62048 36.1182 6.99927C36.118 8.3779 34.9955 9.49888 33.6182 9.49927C32.9255 9.49927 32.2551 9.20509 31.7822 8.69165C31.5664 8.45518 31.5842 8.09163 31.8213 7.87622C32.0606 7.66294 32.4305 7.67988 32.6465 7.91431C32.9033 8.19118 33.2485 8.34497 33.6182 8.34497C34.3533 8.34458 34.951 7.74128 34.9512 6.99927C34.9512 6.25711 34.3534 5.65298 33.6182 5.65259C33.2485 5.65259 32.9033 5.80447 32.6465 6.08325C32.4286 6.31974 32.0606 6.33753 31.8213 6.12231C31.5819 5.9069 31.5643 5.54055 31.7822 5.30591C32.257 4.79249 32.9255 4.49829 33.6182 4.49829ZM33.6035 6.27759C34.0064 6.27774 34.334 6.60103 34.334 6.99927C34.3338 7.39734 34.0063 7.71981 33.6035 7.71997C33.2008 7.71973 32.8742 7.39729 32.874 6.99927C32.874 6.60109 33.2007 6.27783 33.6035 6.27759Z' fill='%23B0B0B0' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.667 2.65259C21.9898 2.65269 22.2508 2.90972 22.251 3.22876V4.16528C23.0585 3.23853 24.2512 2.65261 25.582 2.65259C28.0067 2.65259 29.9805 4.6028 29.9805 6.99927C29.9802 9.39554 28.0066 11.3459 25.582 11.3459C24.2512 11.3459 23.0585 10.7571 22.251 9.83228V12.8459H22.5674C22.8904 12.8459 23.1514 13.1038 23.1514 13.4231C23.1512 13.7422 22.8903 13.9993 22.5674 13.9993H20.7734C20.4506 13.9992 20.1896 13.7422 20.1895 13.4231C20.1895 13.1039 20.4505 12.846 20.7734 12.8459H21.083V3.80591H20.7734C20.4505 3.80583 20.1895 3.54798 20.1895 3.22876C20.1896 2.9097 20.4506 2.65267 20.7734 2.65259H21.667ZM33.6025 2.65063C36.027 2.65095 38 4.60105 38 6.99731C37.9998 9.39342 36.0268 11.3437 33.6025 11.344C32.5829 11.344 31.584 10.9862 30.7959 10.3362C30.5488 10.1304 30.5164 9.76697 30.7227 9.52271C30.9309 9.27862 31.2978 9.24573 31.5449 9.44946C32.1326 9.93405 32.8456 10.1897 33.6045 10.1897C35.3847 10.1894 36.8348 8.75679 36.835 6.99731C36.835 5.23767 35.3848 3.80428 33.6045 3.80396C32.8456 3.80396 32.1326 4.06058 31.5449 4.54517C31.298 4.74845 30.9308 4.71552 30.7246 4.47192C30.5184 4.22777 30.551 3.86433 30.7979 3.6604C31.5859 3.01041 32.5829 2.65259 33.6045 2.65259L33.6025 2.65063ZM25.582 3.80591C23.8015 3.80596 22.3516 5.23945 22.3516 6.99927C22.3518 8.75888 23.8016 10.1916 25.582 10.1917C27.3625 10.1917 28.8123 8.75891 28.8125 6.99927C28.8125 5.23942 27.3626 3.80591 25.582 3.80591ZM33.6182 4.49829C34.9975 4.49868 36.1182 5.62048 36.1182 6.99927C36.118 8.3779 34.9955 9.49888 33.6182 9.49927C32.9255 9.49927 32.2551 9.20509 31.7822 8.69165C31.5664 8.45518 31.5842 8.09163 31.8213 7.87622C32.0606 7.66294 32.4305 7.67988 32.6465 7.91431C32.9033 8.19118 33.2485 8.34497 33.6182 8.34497C34.3533 8.34458 34.951 7.74128 34.9512 6.99927C34.9512 6.25711 34.3534 5.65298 33.6182 5.65259C33.2485 5.65259 32.9033 5.80447 32.6465 6.08325C32.4286 6.31974 32.0606 6.33753 31.8213 6.12231C31.5819 5.9069 31.5643 5.54055 31.7822 5.30591C32.257 4.79249 32.9255 4.49829 33.6182 4.49829ZM33.6035 6.27759C34.0064 6.27774 34.334 6.60103 34.334 6.99927C34.3338 7.39734 34.0063 7.71981 33.6035 7.71997C33.2008 7.71973 32.8742 7.39729 32.874 6.99927C32.874 6.60109 33.2007 6.27783 33.6035 6.27759Z' fill='%23DF3232'/%3E %3C/svg%3E") center / contain no-repeat;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container {
  position: relative;
  width: 106px;
  height: 60px;
  flex-shrink: 0;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container .fp-logo,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container .fp-fullscreen {
  display: none !important;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container .bepo-fp-video-wrapper,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container .flowplayer,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container .fp-player,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container .fp-engine,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container video {
  pointer-events: none;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(19.6deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 89%);
  z-index: 1;
}
.bepo-fp-wrapper:not(.mobile-web):not(.is-showing-ad) .bepo-fp-media-container .fp-ui {
  display: none !important;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background: #000;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen .bepo-fp-video-wrapper,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen .bepo-fp-video-wrapper,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen .bepo-fp-video-wrapper > *,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen .bepo-fp-video-wrapper > *,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen .flowplayer,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen .flowplayer,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen .fp-player,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen .fp-player,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen .fp-engine,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen .fp-engine,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen video,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen video {
  width: 100% !important;
  height: 100% !important;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen::after,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen::after {
  display: none;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:fullscreen .bepo-fp-expand-btn,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-container:-webkit-full-screen .bepo-fp-expand-btn {
  display: block;
  z-index: 5;
}
/* Preroll ads need a real video surface + Flowplayer ad chrome */
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad {
  height: auto;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-top {
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-content {
  height: auto;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  background: #000;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container::after {
  display: none;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .bepo-fp-video-wrapper,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .flowplayer,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .fp-player,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .fp-engine,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container video {
  pointer-events: auto;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .bepo-fp-video-wrapper,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .bepo-fp-video-wrapper > *,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .flowplayer,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .fp-player,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .fp-engine {
  width: 100% !important;
  height: 100% !important;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .fp-ui {
  display: block !important;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .fp-ad-container .fp-engine > div,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container .fp-ad-container iframe {
  width: 100% !important;
  height: 100% !important;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container:fullscreen,
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-media-container:-webkit-full-screen {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background: #000;
}
.bepo-fp-wrapper:not(.mobile-web).is-showing-ad .bepo-fp-expand-btn {
  display: none;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-media-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-expand-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  z-index: 2;
  pointer-events: auto;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' preserveAspectRatio='xMidYMid meet' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Expand icon'%3E %3Cg clip-path='url(%23clip0_0_287)'%3E %3Cg id='icon' filter='url(%23filter0_d_0_287)'%3E %3Cpath d='M6.12581 2.39983C6.43936 2.39983 6.69355 2.65401 6.69355 2.96757C6.69355 3.28112 6.43936 3.53531 6.12581 3.53531H4.33839L6.97929 6.17621C7.20101 6.39793 7.20101 6.7574 6.97929 6.97912C6.75758 7.20083 6.3981 7.20083 6.17639 6.97912L3.53548 4.33822V6.12563C3.53548 6.43919 3.2813 6.69337 2.96774 6.69337C2.65419 6.69337 2.4 6.43919 2.4 6.12563L2.4 2.96757C2.4 2.8114 2.46305 2.66996 2.56509 2.56732L2.56749 2.56491C2.62165 2.51107 2.68395 2.47041 2.75042 2.4429C2.81736 2.41515 2.89076 2.39983 2.96774 2.39983L6.12581 2.39983Z' fill='white'/%3E %3Cpath d='M15.0323 11.3063C14.7187 11.3063 14.4645 11.5605 14.4645 11.874V13.6614L11.8236 11.0205C11.6019 10.7988 11.2424 10.7988 11.0207 11.0205C10.799 11.2422 10.799 11.6017 11.0207 11.8234L13.6616 14.4643H11.8742C11.5606 14.4643 11.3065 14.7185 11.3065 15.0321C11.3065 15.3456 11.5606 15.5998 11.8742 15.5998H15.0323C15.1865 15.5998 15.3264 15.5383 15.4287 15.4384C15.4317 15.4356 15.4345 15.4327 15.4374 15.4298C15.49 15.3762 15.5298 15.3148 15.5569 15.2494C15.5811 15.191 15.5959 15.1276 15.5993 15.0613C15.5998 15.0516 15.6 15.0419 15.6 15.0321V11.874C15.6 11.5605 15.3458 11.3063 15.0323 11.3063Z' fill='white'/%3E %3C/g%3E %3Cg id='icon_2' filter='url(%23filter1_d_0_287)'%3E %3Cpath d='M2.4 11.8744C2.4 11.5608 2.65419 11.3066 2.96774 11.3066C3.2813 11.3066 3.53548 11.5608 3.53548 11.8744L3.53548 13.6618L6.17639 11.0209C6.3981 10.7992 6.75758 10.7992 6.97929 11.0209C7.20101 11.2426 7.20101 11.6021 6.97929 11.8238L4.33839 14.4647L6.12581 14.4647C6.43936 14.4647 6.69355 14.7189 6.69355 15.0324C6.69355 15.346 6.43936 15.6002 6.12581 15.6002L2.96774 15.6002C2.81158 15.6002 2.67014 15.5371 2.56749 15.4351L2.56509 15.4327C2.51125 15.3785 2.47058 15.3162 2.44308 15.2498C2.41532 15.1828 2.4 15.1094 2.4 15.0324L2.4 11.8744Z' fill='white'/%3E %3Cpath d='M11.3065 2.96792C11.3065 3.28147 11.5606 3.53566 11.8742 3.53566L13.6616 3.53566L11.0207 6.17656C10.799 6.39828 10.799 6.75775 11.0207 6.97947C11.2424 7.20119 11.6019 7.20119 11.8236 6.97947L14.4645 4.33857L14.4645 6.12598C14.4645 6.43954 14.7187 6.69372 15.0323 6.69372C15.3458 6.69372 15.6 6.43954 15.6 6.12598L15.6 2.96792C15.6 2.81365 15.5385 2.67375 15.4386 2.57142C15.4358 2.56851 15.4329 2.56563 15.43 2.56277C15.3764 2.51017 15.315 2.47033 15.2496 2.44326C15.1912 2.41903 15.1278 2.40428 15.0615 2.40091C15.0518 2.40042 15.0421 2.40017 15.0323 2.40017L11.8742 2.40018C11.5606 2.40018 11.3065 2.65436 11.3065 2.96792Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_0_287' x='-1.6' y='0.399825' width='21.2' height='21.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_0_287'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_0_287' result='shape'/%3E %3C/filter%3E %3Cfilter id='filter1_d_0_287' x='-1.6' y='0.400175' width='21.2' height='21.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_0_287'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_0_287' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_0_287'%3E %3Crect width='18' height='18' rx='2' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") center / contain no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transform: scaleY(-1) rotate(180deg);
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-video-wrapper > * {
  width: 100%;
  height: 100%;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controllers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-shrink: 0;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-progress-bar {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-timeline {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  flex-shrink: 0;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--bepo-fp-thumb-color, #000);
  cursor: pointer;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-timeline::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background-color: var(--bepo-fp-thumb-color, #000);
  cursor: pointer;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-time-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 26px;
  direction: ltr;
  flex-shrink: 0;
  box-sizing: border-box;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-time-current,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-time-total {
  font-family: "MosesText Inter", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-middle-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-speed-btn {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.17 22L18.6839 19.4526L17.1855 22H15.3432L17.5662 18.5913L15.4292 15.3281H17.2592L18.6839 17.6815L20.0963 15.3281H21.9263L19.777 18.5913L22 22H20.17Z' fill='black'/%3E %3Cpath d='M10.8248 22V11.1026L8 12.2551V10.4152L11.3366 9H13.0765V22H10.8248Z' fill='black'/%3E %3C/svg%3E") center / contain no-repeat;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn .speed-current {
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  line-height: 0;
  user-select: none;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.17 22L18.6839 19.4526L17.1855 22H15.3432L17.5662 18.5913L15.4292 15.3281H17.2592L18.6839 17.6815L20.0963 15.3281H21.9263L19.777 18.5913L22 22H20.17Z' fill='black'/%3E %3Cpath d='M10.8248 22V11.1026L8 12.2551V10.4152L11.3366 9H13.0765V22H10.8248Z' fill='black'/%3E %3C/svg%3E") center / contain no-repeat;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn .speed-current .x-sign {
  display: none;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn[data-speed="0.5"] .speed-current {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M28.1696 22L26.6835 19.4525L25.1851 22H23.3428L25.5658 18.5913L23.4287 15.3281H25.2588L26.6835 17.6815L28.0959 15.3281H29.9259L27.7766 18.5913L29.9996 22H28.1696Z' fill='black'/%3E %3Cpath d='M6.16034 20.686C7.02434 20.686 7.66034 20.308 8.06834 19.552C8.47634 18.784 8.67434 17.698 8.66234 16.294H10.6783C10.6903 17.482 10.5163 18.526 10.1563 19.426C9.80834 20.314 9.29234 21.01 8.60834 21.514C7.93634 22.006 7.12034 22.252 6.16034 22.252V20.686ZM6.16034 10.336C7.12034 10.336 7.93634 10.582 8.60834 11.074C9.29234 11.566 9.80834 12.262 10.1563 13.162C10.5163 14.062 10.6903 15.106 10.6783 16.294H8.66234C8.67434 14.89 8.47634 13.81 8.06834 13.054C7.66034 12.286 7.02434 11.902 6.16034 11.902V10.336ZM6.16034 22.252C5.21234 22.252 4.39634 22.006 3.71234 21.514C3.02834 21.01 2.51234 20.314 2.16434 19.426C1.81634 18.526 1.64234 17.482 1.64234 16.294H3.67634C3.65234 17.698 3.84434 18.784 4.25234 19.552C4.67234 20.308 5.30834 20.686 6.16034 20.686V22.252ZM6.16034 11.902C5.30834 11.902 4.67234 12.286 4.25234 13.054C3.84434 13.81 3.65234 14.89 3.67634 16.294H1.64234C1.64234 15.106 1.81634 14.062 2.16434 13.162C2.51234 12.262 3.02834 11.566 3.71234 11.074C4.39634 10.582 5.21234 10.336 6.16034 10.336V11.902ZM11.8081 19.768H14.0401V22H11.8081V19.768ZM18.2132 22.216C17.5892 22.216 16.9592 22.12 16.3232 21.928C15.6992 21.736 15.2432 21.532 14.9552 21.316L14.9912 19.75C15.3632 19.99 15.8132 20.194 16.3412 20.362C16.8812 20.53 17.4032 20.614 17.9072 20.614C18.7592 20.614 19.4192 20.422 19.8872 20.038C20.3552 19.642 20.5892 19.102 20.5892 18.418C20.5892 17.71 20.3732 17.158 19.9412 16.762C19.5212 16.366 18.8972 16.168 18.0692 16.168C17.7572 16.168 17.4272 16.204 17.0792 16.276C16.7312 16.336 16.4132 16.408 16.1252 16.492L15.1712 15.772L15.8552 10.426H22.0292V12.01H16.5392L17.3852 11.47L16.8272 15.844L16.1072 15.25C16.4912 15.082 16.9172 14.956 17.3852 14.872C17.8652 14.776 18.2792 14.728 18.6272 14.728C19.9712 14.728 20.9672 15.076 21.6152 15.772C22.2752 16.456 22.5992 17.35 22.5872 18.454C22.5752 19.618 22.1792 20.536 21.3992 21.208C20.6192 21.88 19.5572 22.216 18.2132 22.216Z' fill='black'/%3E %3C/svg%3E");
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn[data-speed="1"] .speed-current,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn[data-speed="1.0"] .speed-current {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.17 22L18.6839 19.4526L17.1855 22H15.3432L17.5662 18.5913L15.4292 15.3281H17.2592L18.6839 17.6815L20.0963 15.3281H21.9263L19.777 18.5913L22 22H20.17Z' fill='black'/%3E %3Cpath d='M10.8248 22V11.1026L8 12.2551V10.4152L11.3366 9H13.0765V22H10.8248Z' fill='black'/%3E %3C/svg%3E");
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn[data-speed="1.5"] .speed-current {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M27.1696 22L25.6835 19.4525L24.1851 22H22.3428L24.5658 18.5913L22.4287 15.3281H24.2588L25.6835 17.6815L27.0959 15.3281H28.9259L26.7766 18.5913L28.9996 22H27.1696Z' fill='black'/%3E %3Cpath d='M5.32045 12.298L2.83645 13.324V11.686L5.77045 10.426H7.30045V22H5.32045V12.298ZM9.14601 19.768H11.378V22H9.14601V19.768ZM15.5511 22.216C14.9271 22.216 14.2971 22.12 13.6611 21.928C13.0371 21.736 12.5811 21.532 12.2931 21.316L12.3291 19.75C12.7011 19.99 13.1511 20.194 13.6791 20.362C14.2191 20.53 14.7411 20.614 15.2451 20.614C16.0971 20.614 16.7571 20.422 17.2251 20.038C17.6931 19.642 17.9271 19.102 17.9271 18.418C17.9271 17.71 17.7111 17.158 17.2791 16.762C16.8591 16.366 16.2351 16.168 15.4071 16.168C15.0951 16.168 14.7651 16.204 14.4171 16.276C14.0691 16.336 13.7511 16.408 13.4631 16.492L12.5091 15.772L13.1931 10.426H19.3671V12.01H13.8771L14.7231 11.47L14.1651 15.844L13.4451 15.25C13.8291 15.082 14.2551 14.956 14.7231 14.872C15.2031 14.776 15.6171 14.728 15.9651 14.728C17.3091 14.728 18.3051 15.076 18.9531 15.772C19.6131 16.456 19.9371 17.35 19.9251 18.454C19.9131 19.618 19.5171 20.536 18.7371 21.208C17.9571 21.88 16.8951 22.216 15.5511 22.216Z' fill='black'/%3E %3C/svg%3E");
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn[data-speed="2"] .speed-current,
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-row .speed-menu-btn[data-speed="2.0"] .speed-current {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.1696 22L20.6835 19.4525L19.1851 22H17.3428L19.5658 18.5913L17.4287 15.3281H19.2588L20.6835 17.6815L22.0959 15.3281H23.9259L21.7766 18.5913L23.9996 22H22.1696Z' fill='black'/%3E %3Cpath d='M7.22548 20.65C8.47348 19.522 9.43348 18.616 10.1055 17.932C10.7895 17.236 11.3535 16.54 11.7975 15.844C12.2415 15.136 12.4635 14.47 12.4635 13.846C12.4635 13.234 12.2835 12.76 11.9235 12.424C11.5755 12.076 11.0595 11.902 10.3755 11.902C9.90748 11.902 9.39748 11.998 8.84548 12.19C8.29348 12.37 7.83748 12.58 7.47748 12.82L7.44148 11.236C7.71748 11.008 8.18548 10.798 8.84548 10.606C9.50548 10.402 10.1295 10.3 10.7175 10.3C11.9175 10.3 12.8355 10.594 13.4715 11.182C14.1075 11.77 14.4255 12.586 14.4255 13.63C14.4255 14.518 14.1435 15.406 13.5795 16.294C13.0275 17.182 12.3855 17.974 11.6535 18.67C10.9215 19.366 9.88348 20.29 8.53948 21.442L8.52148 20.416H14.7675V22H7.22548V20.65Z' fill='black'/%3E %3C/svg%3E");
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-back-btn {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.5049 17.8418H12.502L12.2246 20.1523C12.719 20.0185 13.2134 19.9512 13.5996 19.9512C16.0256 19.9512 17.0298 21.5081 16.999 23.4668C16.9681 25.6934 15.4696 26.9998 13.1055 27C11.9001 27 10.663 26.5479 10.2148 26.1963L10.2461 24.4053C10.8179 24.7735 11.8377 25.1415 12.6875 25.1416C14.0937 25.1416 14.8515 24.4719 14.8516 23.4004C14.8516 22.2787 14.1714 21.6085 12.9043 21.6084C12.3171 21.6084 11.7761 21.7263 11.3125 21.877L10.3389 21.0898L10.9414 16H16.5049V17.8418Z' fill='black'/%3E %3Cpath d='M8.28027 26.7988H6.11719V18.1094L4 19.0303V17.1719L6.59668 16H8.28027V26.7988Z' fill='black'/%3E %3Cpath d='M3.73633 3.5C4.14304 3.50014 4.47341 3.82963 4.47363 4.23633V8.9873C5.38126 7.62179 6.55471 6.44957 7.92578 5.54199C9.4925 4.50506 11.2773 3.84047 13.1406 3.60059C15.0036 3.36088 16.897 3.55112 18.6748 4.15723C20.453 4.7636 22.0697 5.77032 23.3984 7.09863C24.7267 8.42666 25.7328 10.0418 26.3398 11.8193C26.9468 13.5974 27.1393 15.492 26.9004 17.3555C26.6613 19.2191 25.998 21.004 24.9619 22.5713C23.9258 24.1386 22.5428 25.4476 20.9219 26.3975C20.5656 26.6058 20.1072 26.486 19.8984 26.1299C19.69 25.7736 19.8099 25.3153 20.166 25.1064C21.5895 24.2722 22.8039 23.1225 23.7139 21.7461C24.6237 20.3697 25.206 18.8026 25.416 17.166C25.626 15.5292 25.4579 13.8654 24.9248 12.3037C24.3917 10.7421 23.5068 9.32287 22.3398 8.15625C21.1729 6.98982 19.7539 6.10574 18.1924 5.57324C16.6308 5.0408 14.9674 4.87339 13.3311 5.08398C11.6947 5.29467 10.1279 5.87848 8.75195 6.78906C7.47759 7.63259 6.39774 8.73654 5.58301 10.0264H10.2627C10.6695 10.0265 11 10.3568 11 10.7637C10.9998 11.1704 10.6694 11.4999 10.2627 11.5H3.73633C3.32956 11.4999 3.00019 11.1704 3 10.7637V4.23633C3.00022 3.8296 3.32957 3.50009 3.73633 3.5Z' fill='black'/%3E %3C/svg%3E") center / contain no-repeat;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-forward-btn {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M25.5049 17.8418H21.502L21.2246 20.1523C21.719 20.0185 22.2134 19.9512 22.5996 19.9512C25.0256 19.9512 26.0298 21.5081 25.999 23.4668C25.9681 25.6934 24.4696 26.9998 22.1055 27C20.9001 27 19.663 26.5479 19.2149 26.1963L19.2461 24.4053C19.8179 24.7735 20.8377 25.1415 21.6875 25.1416C23.0938 25.1416 23.8515 24.4719 23.8516 23.4004C23.8516 22.2787 23.1714 21.6085 21.9043 21.6084C21.3171 21.6084 20.7761 21.7263 20.3125 21.877L19.3389 21.0898L19.9414 16H25.5049V17.8418Z' fill='black'/%3E %3Cpath d='M17.2803 26.7988H15.1172V18.1094L13 19.0303V17.1719L15.5967 16H17.2803V26.7988Z' fill='black'/%3E %3Cpath d='M26.2637 3.5C26.6703 3.50021 26.9998 3.82968 27 4.23633V10.7637C26.9998 11.1703 26.6704 11.4998 26.2637 11.5H19.7373C19.3305 11.5 19.0002 11.1705 19 10.7637C19 10.3567 19.3303 10.0264 19.7373 10.0264H24.417C23.6023 8.73655 22.5224 7.6326 21.2481 6.78906C19.8722 5.87846 18.3053 5.2947 16.669 5.08398C15.0326 4.87335 13.3693 5.04083 11.8076 5.57324C10.246 6.10571 8.82713 6.98981 7.66017 8.15625C6.4932 9.32289 5.60837 10.742 5.07521 12.3037C4.5421 13.8654 4.37404 15.5292 4.584 17.166C4.794 18.8026 5.37632 20.3697 6.28614 21.7461C7.19617 23.1225 8.41047 24.2722 9.834 25.1064C10.1899 25.3153 10.3099 25.7737 10.1016 26.1299C9.89287 26.486 9.43443 26.6057 9.07814 26.3975C7.45719 25.4476 6.07427 24.1386 5.0381 22.5713C4.00198 21.004 3.33867 19.2191 3.09962 17.3555C2.86066 15.4919 3.05317 13.5974 3.66017 11.8193C4.2672 10.0417 5.27323 8.42667 6.60157 7.09863C7.93034 5.77032 9.54697 4.76357 11.3252 4.15723C13.1031 3.55114 14.9964 3.36084 16.8594 3.60059C18.7227 3.8405 20.5075 4.50504 22.0742 5.54199C23.4453 6.44958 24.6188 7.6218 25.5264 8.9873V4.23633C25.5266 3.82955 25.8569 3.5 26.2637 3.5Z' fill='black'/%3E %3C/svg%3E") center / contain no-repeat;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-play-pause-btn {
  border: none;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E %3Cpath d='M19.2251 12.0642C19.5649 12.2554 19.5649 12.7446 19.2251 12.9358L7.41163 19.5809C7.07833 19.7683 6.6665 19.5275 6.6665 19.1451L6.6665 5.85492C6.6665 5.47251 7.07833 5.23165 7.41164 5.41914L19.2251 12.0642Z' fill='black'/%3E %3C/svg%3E") center / contain no-repeat;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-play-pause-btn.playing {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 10C22.2761 10 22.5 10.2239 22.5 10.5V39.5C22.5 39.7761 22.2761 40 22 40H16.333C16.057 39.9998 15.833 39.776 15.833 39.5V10.5C15.833 10.224 16.057 10.0002 16.333 10H22ZM33.667 10C33.943 10.0002 34.167 10.224 34.167 10.5V39.5C34.167 39.776 33.943 39.9998 33.667 40H28C27.7239 40 27.5 39.7761 27.5 39.5V10.5C27.5 10.2239 27.7239 10 28 10H33.667Z' fill='black'/%3E %3C/svg%3E");
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-play-pause-btn.loading {
  background-image: none;
  cursor: default;
  position: relative;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-play-pause-btn.loading::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #000;
  animation: bepo-fp-spin 0.8s linear infinite;
}
@keyframes bepo-fp-spin {
  to {
    transform: rotate(360deg);
  }
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-controls-spacer {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-bottom: 1px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-podcast-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-chevron {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.54133 2.29501C8.3728 2.12509 8.09843 2.12396 7.92851 2.29249L4.05245 6.13678C3.86034 6.32732 3.83953 6.65237 4.05113 6.86223L7.92851 10.7078C8.09843 10.8764 8.3728 10.8752 8.54133 10.7053C8.70986 10.5354 8.70873 10.261 8.53881 10.0925L4.91679 6.50016L8.53881 2.90783C8.70873 2.7393 8.70986 2.46494 8.54133 2.29501Z' fill='%231417AC' stroke='%231417AC' stroke-width='0.3' stroke-linecap='round'/%3E %3C/svg%3E") center / contain no-repeat;
  flex-shrink: 0;
  bottom: 1px;
  position: relative;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-link-text {
  font-size: 12px;
  line-height: 24px;
  color: #1417ac;
  text-decoration: underline;
  white-space: nowrap;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-podcast-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-podcast-name {
  font-size: 12px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-podcast-image {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  object-fit: cover;
  border: 0.3px solid #cfcfcf;
  position: relative;
  bottom: 2px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer--sponsor {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
  direction: ltr;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-sponsor-label {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #78787b;
  white-space: nowrap;
  text-align: center;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-sponsor-logo-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 6px 10px 4px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='14' viewBox='0 0 38 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2686 11.1055C19.6713 11.1057 19.9979 11.4282 19.998 11.8262C19.998 12.2244 19.6714 12.5476 19.2686 12.5479C18.8655 12.5479 18.5381 12.2245 18.5381 11.8262C18.5383 11.428 18.8656 11.1055 19.2686 11.1055ZM6.0498 1.07128e-05C7.81663 1.07128e-05 9.25272 1.30533 9.25293 2.91114C9.25293 3.83555 8.77266 4.65963 8.03027 5.19435C9.05149 5.78873 9.73145 6.82622 9.73145 8.00685C9.73118 9.84727 8.08126 11.3457 6.05176 11.3457H0.583984C0.26104 11.3457 0.000145223 11.0877 0 10.7686C0 10.4493 0.26095 10.1914 0.583984 10.1914H1.3623V1.15138H0.583984C0.26095 1.15138 0 0.893502 0 0.574229C0.000234274 0.255156 0.261096 -0.00191175 0.583984 1.07128e-05H6.0498ZM14.9863 2.65235C17.2573 2.65235 19.1064 4.60257 19.1064 6.99903C19.1063 7.31821 18.8454 7.57618 18.5225 7.57618H12.0889C12.3653 9.06267 13.6848 10.1913 15.2666 10.1914C16.3893 10.1914 17.1602 9.96282 17.9248 9.40333C18.1856 9.21484 18.5495 9.26862 18.7422 9.52442H18.7402C18.9309 9.7821 18.8768 10.1416 18.6182 10.332C17.3961 11.2245 16.2357 11.3457 15.2646 11.3457C12.8402 11.3456 10.8673 9.39531 10.8672 6.99903C10.8672 4.60269 12.7155 2.65255 14.9863 2.65235ZM2.5293 10.1914H6.0498C7.43518 10.1914 8.56222 9.21257 8.5625 8.00685C8.5625 6.80092 7.43535 5.8213 6.0498 5.8213H4.42676C4.10389 5.82111 3.84375 5.5633 3.84375 5.24415C3.84394 4.92516 4.10401 4.66817 4.42676 4.66798H6.0498C7.17264 4.66798 8.08594 3.87855 8.08594 2.90919C8.08569 1.94001 7.17249 1.15138 6.0498 1.15138H2.5293V10.1914ZM14.9883 3.80567C13.5426 3.80585 12.336 4.93527 12.085 6.42189H17.8916C17.6386 4.93516 16.4341 3.80567 14.9883 3.80567Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.667 2.65259C21.9898 2.65269 22.2508 2.90972 22.251 3.22876V4.16528C23.0585 3.23853 24.2512 2.65261 25.582 2.65259C28.0067 2.65259 29.9805 4.6028 29.9805 6.99927C29.9802 9.39554 28.0066 11.3459 25.582 11.3459C24.2512 11.3459 23.0585 10.7571 22.251 9.83228V12.8459H22.5674C22.8904 12.8459 23.1514 13.1038 23.1514 13.4231C23.1512 13.7422 22.8903 13.9993 22.5674 13.9993H20.7734C20.4506 13.9992 20.1896 13.7422 20.1895 13.4231C20.1895 13.1039 20.4505 12.846 20.7734 12.8459H21.083V3.80591H20.7734C20.4505 3.80583 20.1895 3.54798 20.1895 3.22876C20.1896 2.9097 20.4506 2.65267 20.7734 2.65259H21.667ZM33.6025 2.65063C36.027 2.65095 38 4.60105 38 6.99731C37.9998 9.39342 36.0268 11.3437 33.6025 11.344C32.5829 11.344 31.584 10.9862 30.7959 10.3362C30.5488 10.1304 30.5164 9.76697 30.7227 9.52271C30.9309 9.27862 31.2978 9.24573 31.5449 9.44946C32.1326 9.93405 32.8456 10.1897 33.6045 10.1897C35.3847 10.1894 36.8348 8.75679 36.835 6.99731C36.835 5.23767 35.3848 3.80428 33.6045 3.80396C32.8456 3.80396 32.1326 4.06058 31.5449 4.54517C31.298 4.74845 30.9308 4.71552 30.7246 4.47192C30.5184 4.22777 30.551 3.86433 30.7979 3.6604C31.5859 3.01041 32.5829 2.65259 33.6045 2.65259L33.6025 2.65063ZM25.582 3.80591C23.8015 3.80596 22.3516 5.23945 22.3516 6.99927C22.3518 8.75888 23.8016 10.1916 25.582 10.1917C27.3625 10.1917 28.8123 8.75891 28.8125 6.99927C28.8125 5.23942 27.3626 3.80591 25.582 3.80591ZM33.6182 4.49829C34.9975 4.49868 36.1182 5.62048 36.1182 6.99927C36.118 8.3779 34.9955 9.49888 33.6182 9.49927C32.9255 9.49927 32.2551 9.20509 31.7822 8.69165C31.5664 8.45518 31.5842 8.09163 31.8213 7.87622C32.0606 7.66294 32.4305 7.67988 32.6465 7.91431C32.9033 8.19118 33.2485 8.34497 33.6182 8.34497C34.3533 8.34458 34.951 7.74128 34.9512 6.99927C34.9512 6.25711 34.3534 5.65298 33.6182 5.65259C33.2485 5.65259 32.9033 5.80447 32.6465 6.08325C32.4286 6.31974 32.0606 6.33753 31.8213 6.12231C31.5819 5.9069 31.5643 5.54055 31.7822 5.30591C32.257 4.79249 32.9255 4.49829 33.6182 4.49829ZM33.6035 6.27759C34.0064 6.27774 34.334 6.60103 34.334 6.99927C34.3338 7.39734 34.0063 7.71981 33.6035 7.71997C33.2008 7.71973 32.8742 7.39729 32.874 6.99927C32.874 6.60109 33.2007 6.27783 33.6035 6.27759Z' fill='%23B0B0B0' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.667 2.65259C21.9898 2.65269 22.2508 2.90972 22.251 3.22876V4.16528C23.0585 3.23853 24.2512 2.65261 25.582 2.65259C28.0067 2.65259 29.9805 4.6028 29.9805 6.99927C29.9802 9.39554 28.0066 11.3459 25.582 11.3459C24.2512 11.3459 23.0585 10.7571 22.251 9.83228V12.8459H22.5674C22.8904 12.8459 23.1514 13.1038 23.1514 13.4231C23.1512 13.7422 22.8903 13.9993 22.5674 13.9993H20.7734C20.4506 13.9992 20.1896 13.7422 20.1895 13.4231C20.1895 13.1039 20.4505 12.846 20.7734 12.8459H21.083V3.80591H20.7734C20.4505 3.80583 20.1895 3.54798 20.1895 3.22876C20.1896 2.9097 20.4506 2.65267 20.7734 2.65259H21.667ZM33.6025 2.65063C36.027 2.65095 38 4.60105 38 6.99731C37.9998 9.39342 36.0268 11.3437 33.6025 11.344C32.5829 11.344 31.584 10.9862 30.7959 10.3362C30.5488 10.1304 30.5164 9.76697 30.7227 9.52271C30.9309 9.27862 31.2978 9.24573 31.5449 9.44946C32.1326 9.93405 32.8456 10.1897 33.6045 10.1897C35.3847 10.1894 36.8348 8.75679 36.835 6.99731C36.835 5.23767 35.3848 3.80428 33.6045 3.80396C32.8456 3.80396 32.1326 4.06058 31.5449 4.54517C31.298 4.74845 30.9308 4.71552 30.7246 4.47192C30.5184 4.22777 30.551 3.86433 30.7979 3.6604C31.5859 3.01041 32.5829 2.65259 33.6045 2.65259L33.6025 2.65063ZM25.582 3.80591C23.8015 3.80596 22.3516 5.23945 22.3516 6.99927C22.3518 8.75888 23.8016 10.1916 25.582 10.1917C27.3625 10.1917 28.8123 8.75891 28.8125 6.99927C28.8125 5.23942 27.3626 3.80591 25.582 3.80591ZM33.6182 4.49829C34.9975 4.49868 36.1182 5.62048 36.1182 6.99927C36.118 8.3779 34.9955 9.49888 33.6182 9.49927C32.9255 9.49927 32.2551 9.20509 31.7822 8.69165C31.5664 8.45518 31.5842 8.09163 31.8213 7.87622C32.0606 7.66294 32.4305 7.67988 32.6465 7.91431C32.9033 8.19118 33.2485 8.34497 33.6182 8.34497C34.3533 8.34458 34.951 7.74128 34.9512 6.99927C34.9512 6.25711 34.3534 5.65298 33.6182 5.65259C33.2485 5.65259 32.9033 5.80447 32.6465 6.08325C32.4286 6.31974 32.0606 6.33753 31.8213 6.12231C31.5819 5.9069 31.5643 5.54055 31.7822 5.30591C32.257 4.79249 32.9255 4.49829 33.6182 4.49829ZM33.6035 6.27759C34.0064 6.27774 34.334 6.60103 34.334 6.99927C34.3338 7.39734 34.0063 7.71981 33.6035 7.71997C33.2008 7.71973 32.8742 7.39729 32.874 6.99927C32.874 6.60109 33.2007 6.27783 33.6035 6.27759Z' fill='%23DF3232'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px 14px;
  border-radius: 38px;
  box-shadow: 0 0 5.5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  flex-shrink: 0;
  min-width: 58px;
  min-height: 24px;
}
.bepo-fp-wrapper:not(.mobile-web) .bepo-fp-footer-sponsor-link {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1417ac;
  text-decoration: underline;
  white-space: nowrap;
  text-align: center;
}
.aod-floating-player-wrapper {
  height: 80px;
  width: 1240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 50px;
  left: 50%;
  padding: 0 85px 0 45px;
  background-color: #A10000;
  z-index: 5;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
}
.aod-floating-player-wrapper.show {
  transform: translate(-50%, 0);
}
.aod-floating-player-wrapper.hide {
  transform: translate(-50%, 200%);
}
.aod-floating-player-wrapper .aod-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 10px 0 0 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player {
  width: 1240px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper {
  height: 32px;
  display: flex;
  align-items: flex-end;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper.disabled {
  opacity: 0.5;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler {
  width: 250px;
  display: flex;
  flex-direction: column;
  direction: ltr;
  flex-shrink: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-top: 2px;
  font-family: 'Assistant';
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler > div:first-child {
  height: 26px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  margin-top: 16px;
  direction: ltr;
  border-radius: 1.8px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--thumb-color);
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--thumb-color);
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--thumb-color);
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E %3Cpath d='M2.33957 5.15186V9.5715H6.35742' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M1 16C1 24.2839 7.71613 31 16 31C24.2839 31 31 24.2839 31 16C31 7.71613 24.2839 1 16 1C10.1548 1 5.08871 4.34355 2.61129 9.22581' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .forwardStep {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E %3Cpath d='M29.6604 5.15186V9.5715H25.6426' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M31 16C31 24.2839 24.2839 31 16 31C7.71613 31 1 24.2839 1 16C1 7.71613 7.71613 1 16 1C21.8452 1 26.9113 4.34355 29.3887 9.22581' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 7px;
  color: #fff;
  font-family: "EzerShemesh";
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #F1F1F1;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button:hover {
  background-color: #fff;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 24px;
  border-color: transparent transparent transparent #121111;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  margin-left: 4px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 24px;
  margin: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader {
  position: relative;
  z-index: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #ff5b5b, #ff5b5b);
  animation: rotate 1s linear infinite;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 56px;
  height: 56px;
  background: #F1F1F1;
  border-radius: 50%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
  position: relative;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-message {
  height: 35px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -64px;
  right: -68px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
  color: #fff;
  background-color: #e02020;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .show {
  opacity: 1;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .hide {
  opacity: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #121111;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn:hover {
  background-color: #201d1d;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn .copy-link-desktop-icon {
  width: 13px;
  height: 16px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='35' viewBox='0 0 28 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23 10C25.7614 10 28 7.76142 28 5C28 2.23858 25.7614 0 23 0C20.2386 0 18 2.23858 18 5C18 7.76142 20.2386 10 23 10Z' fill='white'/%3E %3Cpath d='M5 22C7.76142 22 10 19.7614 10 17C10 14.2386 7.76142 12 5 12C2.23858 12 0 14.2386 0 17C0 19.7614 2.23858 22 5 22Z' fill='white'/%3E %3Cpath d='M23 35C25.7614 35 28 32.7614 28 30C28 27.2386 25.7614 25 23 25C20.2386 25 18 27.2386 18 30C18 32.7614 20.2386 35 23 35Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00225 13.9866L21.1702 3.76264L22.9258 6.19537L8.75776 16.4194L7.00225 13.9866Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.14911 16.2034L22.9771 28.6914L21.1189 31.0466L5.29089 18.5586L7.14911 16.2034Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper {
  width: 533px;
  height: 35px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  position: absolute;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  margin-left: 150px;
  background: #A10000;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "EzerShemesh";
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right,
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
  width: 109px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #A10000 11.85%, rgba(161, 0, 0, 0) 104.7%);
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #A10000 11.85%, rgba(161, 0, 0, 0) 104.7%);
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.magazine2025 .multi-audio-componenta {
  display: flex;
  flex-direction: column;
}
.magazine2025 .multi-audio-componenta * {
  box-sizing: border-box;
}
.magazine2025 .multi-audio-componenta .multi-audio-componenta-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px !important;
  color: #121111;
  border-bottom: 1px solid #121111;
  padding-right: 0;
  margin-bottom: 0;
  height: unset;
}
.magazine2025 .multi-audio-componenta .multi-audio-componenta-tab .background-link {
  height: 100%;
  width: 100%;
}
.magazine2025 .multi-audio-componenta .multi-audio-componenta-tab .title-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.magazine2025 .multi-audio-componenta .multi-audio-componenta-tab .title-text {
  color: #121111;
  white-space: nowrap;
}
.magazine2025 .multi-audio-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 45px;
  letter-spacing: 4.5px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  color: #121111;
}
.magazine2025 .multi-audio-componenta .multi-audio-componenta-tab .left-title-text {
  font-size: 13px;
}
.magazine2025 .multi-audio-componenta .slotList .slotView {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #D7D5D5;
  padding: 20px 0 20px 0;
  margin-bottom: 0;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .mediaArea {
  height: 140px;
  width: 250px;
  margin-left: 16px;
  background-color: #c4c4c4;
  flex-shrink: 0;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .mediaArea img {
  height: 140px;
  width: 250px !important;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .mediaArea .audioIcon {
  padding: 4px 8px 4px 8px;
  bottom: 30px;
  right: 10px;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .mediaArea .audioIcon .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.01042 15.2595C8.01994 15.2595 9.64877 13.6549 9.64877 11.6753V4.43532C9.64877 2.45568 8.01994 0.851074 6.01042 0.851074C4.00091 0.851074 2.37208 2.45568 2.37208 4.43532V11.6753C2.37208 13.6549 4.00091 15.2595 6.01042 15.2595Z' fill='white'/%3E %3Cpath d='M11.4534 9.75276C11.196 9.77776 11.0075 10.0055 11.0075 10.26V11.5065C11.0075 12.9397 10.4283 14.3282 9.36053 15.3015C8.36166 16.2123 7.07546 16.6757 5.72853 16.6034C3.07183 16.4632 0.990709 14.2996 0.990709 11.677V10.26C0.990709 10.0055 0.802176 9.77776 0.544754 9.75276C0.249264 9.72419 0 9.95278 0 10.2385V11.5833C0 14.5764 2.19624 17.099 5.13936 17.5249C5.35328 17.5552 5.51552 17.7347 5.51552 17.9481V19.4456C5.51552 19.6831 5.31974 19.8751 5.07954 19.8751H3.54226C3.28393 19.8751 3.0528 20.0608 3.02742 20.3144C2.99841 20.6055 3.23136 20.8511 3.52051 20.8511H8.45865C8.71697 20.8511 8.94811 20.6645 8.97258 20.4109C9.00068 20.1198 8.76955 19.8751 8.47949 19.8751H6.94312C6.70202 19.8751 6.50714 19.6822 6.50714 19.4456V17.949C6.50714 17.7338 6.66848 17.5526 6.88511 17.5231C6.89599 17.5213 6.90415 17.5204 6.9114 17.5195C9.82733 17.082 12 14.6068 12 11.6779V10.2394C12 9.95457 11.7489 9.72419 11.4534 9.75276Z' fill='white'/%3E %3C/svg%3E") !important;
  height: 20px;
  width: 12px;
  margin-left: 5px;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .mediaArea .audioIcon .duration {
  font-size: 26px;
  font-weight: 600;
  font-family: Assistant;
  margin: 0;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #121111;
  font-size: 20px;
  line-height: 22px;
  font-family: 'EzerShemesh';
  position: relative;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  flex-shrink: unset;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .textArea .slotSubTitle {
  font-size: 20px;
  line-height: 21px;
  height: 63px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  font-family: 'Assistant';
  margin: 0;
  margin-top: 5px;
  color: #121111;
  position: absolute;
  bottom: 0;
  display: flex;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .textArea .moreDetails span:not(.moreDetails) {
  padding-right: 3px;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .audio-play-button-wrapper {
  height: 140px;
  display: flex;
  align-items: center;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 16px;
  border: none;
  border-radius: 50%;
  background-color: #A10000;
  cursor: pointer;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #ffffff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  margin-left: 4px;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 14px;
  height: 18px;
  margin: 0;
}
.magazine2025 .multi-audio-componenta .slotList .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.nas_story.articleContainer .videoMediaContainer #player {
  background-size: contain;
}
.nas_story.articleContainer .ynet-article-story :not(.videoMediaContainer) img {
  object-fit: cover;
}
.nas_story.articleContainer .ynet-article-story .videoMediaContainer[style] {
  width: 100% ! important;
}
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
.editorLinkWrapper {
  display: flex;
  align-items: center;
}
.editorLinkWrapper .LinkBtnContainer {
  font-family: 'ywcm';
  font-weight: 600;
}
.editorLinkWrapper .LinkBtnContainer .linkBtn::before {
  content: "\e965";
}
.editorLinkWrapper .LinkBtnContainer .unlinkBtn::before {
  content: "\e966";
}
.editorLinkWrapper .linkUrlInput {
  display: flex;
}
.editorLinkWrapper .linkUrlInput input {
  height: 30px;
  border-radius: 10px;
  direction: ltr;
  margin: 5px;
}
.editorLinkWrapper .linkUrlInput button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  margin: 5px;
}
.editorLinkWrapper .linkUrlInput button::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 1px;
  right: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .htmlEditorTextOutput {
    font-size: 4.0625vw !important;
    line-height: 1.15 !important;
    min-height: unset !important;
    padding: 0 4.6875vw !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .font-moses .htmlEditorTextOutput {
    font-weight: 340;
    line-height: 1.2 !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 940px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .hContainer:not(.calcalist) .htmlEditorTextOutput {
    background: transparent !important;
    color: #fff !important;
  }
  .hContainer:not(.calcalist) .htmlEditorTextOutput a {
    color: #419bf9 !important;
  }
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput {
  width: 100%;
  min-height: 300px;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  transition: max-height 0.3s ease-in-out;
}
.font-moses .htmlEditorTextOutputContainer .htmlEditorTextOutput {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 340;
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput a {
  color: #0000ca;
  text-decoration: underline;
}
.htmlEditorTextOutputContainer .collapsibleButton {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 20px;
}
.htmlEditorTextOutputContainer .collapsibleButton button {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: solid 0.8px #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
.HtmlLayoutItem {
  margin-bottom: var(--marginbottom);
}
.HtmlLayoutItem.fix_height {
  height: var(--compheight);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
button {
  color: inherit;
}
/*.hContainer {
    display: flex;
}
*/
.site_page_root {
  line-height: 1.15;
  font-size: 12px;
}
.site_page_root .layoutItem {
  direction: rtl;
  outline: none;
}
.site_page_root button:focus,
.site_page_root a:focus,
.site_page_root input:focus,
.site_page_root select:focus {
  outline: none;
}
@media not screen and (max-width: 768px) and (orientation : portrait), not screen and (max-width: 900px) and (orientation : landscape) {
  .show-small-vp {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .firstImageInArticle {
    display: none !important;
  }
  .calcalist.blog_article .firstImageInArticle {
    display: block !important;
  }
  .INDMobile #INDmenu-btn {
    display: none ! important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
  }
  .no-small-vp {
    display: none;
  }
  .show-small-vp {
    display: initial;
  }
  body {
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  .MediaCarousel[style] {
    all: unset ! important;
  }
  .Article-Image-Title .ArticleTitleImg img[style] {
    height: auto ! important;
  }
}
@media print {
  .hContainer {
    width: 100% !important;
    zoom: 0.8 !important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
    float: none;
    display: block;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
    float: none;
    display: block;
  }
  .no-print {
    display: none;
  }
  body {
    overflow: visible;
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  iframe,
  .VideoComponenta,
  [id^="browsi_adWrapper"][style],
  .articleYoutubeComponeta,
  .banner,
  .top-ad,
  .expand {
    display: none!important;
  }
  .SiteArticleSocialShareNew1280 .menuMore {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 940px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  body[style] {
    background: unset ! important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .iframe-lightbox .content-holder {
    width: 60vw !important;
    top: 10vh !important;
    height: 75vh !important;
    transform: none !important;
    left: 20vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0;
    width: 100%;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .iframe-lightbox .content-holder {
    align-items: start !important;
    overflow-y: auto !important;
  }
  .iframe-lightbox .content {
    width: 100% !important;
  }
}
.iframe-lightbox,
.iframe-lightbox .backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.iframe-lightbox {
  display: none;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 10000;
}
.iframe-lightbox .backdrop {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
  z-index: 1;
}
.iframe-lightbox .content-holder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.iframe-lightbox .content {
  height: 700px;
  padding: 0;
  position: relative;
  width: 375px;
}
.iframe-lightbox .content > .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NiIgc3Ryb2tlLWRhc2hhcnJheT0iMTg3Ljg2NzI0MDY4NDY2OTY0IDEwMS4xNTkyODM0NDU1OTEzMSIgc3Ryb2tlPSIjRTZFNkU2IiBvcGFjaXR5PSIxIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzM2MCA1MCA1MDsiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 3em 3em;
  background-position: center center;
}
.iframe-lightbox .content > .body.is-loaded {
  background-image: none;
}
.iframe-lightbox iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.iframe-lightbox.is-showing {
  display: block;
}
.iframe-lightbox.is-opened {
  opacity: 1;
}
.special-paper-header[style] {
  width: 100% ! important;
}
.SpecialPaperHeaderComponenta {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: rgba(30, 30, 30, 0.95);
  position: relative;
  box-sizing: border-box;
  justify-content: center;
}
.SpecialPaperHeaderComponenta .mainLogo {
  display: flex;
  color: #fff;
  text-align: right;
  font-family: "Moses";
  font-size: 18px;
  font-style: normal;
  font-weight: 340;
  line-height: 1.2;
  letter-spacing: 0.18px;
  gap: 10px;
}
.SpecialPaperHeaderComponenta .mainLogo .separator {
  color: rgba(238, 238, 238, 0.5);
}
.SpecialPaperHeaderComponenta .rightLogo {
  position: absolute;
  right: 20px;
  padding: 0 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #EEE;
  font-family: "Moses";
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.SpecialPaperHeaderComponenta .rightLogo .arrow {
  direction: ltr;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 32px;
  height: 36px;
}
.grid1280 .StripComponenta .textDiv {
  padding: 14px ! important;
}
.StripComponenta {
  height: 100%;
  position: relative;
}
.StripComponenta .mediaArea {
  position: relative;
  z-index: 1;
}
.StripComponenta.imageLeft .slotView .textDiv {
  order: 0;
  flex-grow: 1;
}
.StripComponenta.imageLeft .slotView .mediaArea {
  order: 1;
}
.StripComponenta > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta .slotView {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.StripComponenta .slotView:hover {
  cursor: pointer;
}
.StripComponenta .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.StripComponenta .slotView.inEditMode .show-small-vp {
  display: none;
}
.StripComponenta .slotView.inEditMode .mediaArea {
  flex: 1;
}
.StripComponenta .slotView.inEditMode .mediaArea .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 25px;
  width: 25px;
  overflow: hidden;
  z-index: 3;
}
.StripComponenta .slotView h2.slotTitle {
  font-weight: bold;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: unset;
}
.StripComponenta .slotView h2.slotTitle span {
  line-height: 1.2;
}
.StripComponenta .slotView .slotSubTitle {
  max-width: 100%;
}
.StripComponenta .slotView .slotSubTitle span {
  line-height: 1.4;
}
.StripComponenta .slotView > .textDiv {
  margin: 0;
  padding: 10px 16px;
  overflow: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.StripComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.StripComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.StripComponenta .mediaItems img {
  height: 100%;
}
.StripComponenta .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.StripComponenta .galleryArrow:disabled {
  display: none;
}
.StripComponenta .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.StripComponenta .numberOfMedia {
  display: none;
}
.StripComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.StripComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.StripComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.StripComponenta .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .mynet .StripComponenta .slotView .MediaCarousel[style],
  .ynetnews .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta {
    height: 85px ! important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
  }
  .StripComponenta .slotView .textDiv {
    padding: 5px 10px ! important;
  }
  .StripComponenta .slotView .slotTitle {
    max-height: 34px ! important;
    overflow: hidden ! important;
    margin: 0 ! important;
  }
  .StripComponenta .slotView .slotTitle span[style] {
    font-size: 14px !important;
    font-weight: bold;
    padding-top: 0px;
    width: 100%;
    line-height: 16px ! important;
    max-height: 34px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .StripComponenta .slotView .slotSubTitle[style] {
    font-family: Arial !important;
    font-size: 11px ! important;
    line-height: 13px !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span[style],
  .StripComponenta .slotView .slotSubTitle[style] .articleInfo {
    line-height: 1.2 !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span:first-of-type {
    height: 28px ! important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden !important;
  }
  .StripComponenta .slotView .mediaArea {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .mediaItems {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
.SuperpharmComponenta {
  width: 100%;
  height: 100%;
}
.SuperpharmComponenta .withIframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.SuperpharmComponenta .withIframe > .forLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.englishSite .TabComponenta .titleLink {
  float: right;
  position: relative;
}
.englishSite .TabComponenta .titleLink.rightTitleLink {
  float: left ! important;
}
.englishSite .TabComponenta .titleLink .leftTitleText {
  direction: rtl;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: right ! important;
  display: flex;
}
.englishSite .TabComponenta .titleLink .leftTitleText::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 9px;
  position: absolute;
  right: -12px;
  vertical-align: middle;
  top: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
}
.TabComponenta {
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 0px 10px;
  height: 100%;
}
.TabComponenta .backgroundLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.TabComponenta .titleLink {
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #fff;
  width: auto;
  float: left;
  position: relative;
}
.TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.TabComponenta .titleLink.rightTitleLink .rightTitleLink {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.TabComponenta .titleLink .rightTitleText {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.TabComponenta .titleLink .leftTitleText {
  direction: rtl;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.grid1280 .TickerComponenta {
  border-left: 1px solid #e3e3e3;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab {
  width: 150px ! important;
  box-sizing: border-box;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleText,
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleLink {
  font-size: 14px! important;
  font-weight: 700 ! important;
}
.grid1280 .TickerComponenta .slotsContent {
  width: 150px ! important;
}
.grid1280 .TickerComponenta .slotsContent .slotTitle {
  font-size: 14px !important;
  font-weight: normal ! important;
  letter-spacing: -0.56px;
}
.TickerComponenta {
  display: flex;
  flex-direction: column;
  font-family: arial;
  overflow: hidden;
  height: 100%;
  direction: rtl;
}
.TickerComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 14px;
}
.TickerComponenta .moreDetails a {
  text-decoration: none;
}
.TickerComponenta .moreDetails a:hover {
  text-decoration: none;
  cursor: pointer;
}
.TickerComponenta .moreDetails a:hover > * {
  color: #ff0000 ! important;
}
.TickerComponenta .slotTitle,
.TickerComponenta .slotSubTitle {
  width: 100%;
  overflow: hidden;
}
.TickerComponenta .slotTitle {
  font-size: 13px;
}
.TickerComponenta .slotTitle > a {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.TickerComponenta .slotsContent {
  display: flex;
  padding-top: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.TickerComponenta .slotsContent .slotList .slotView {
  margin-bottom: 18px;
}
.TickerComponenta .slotsContent .slotList .slotTitle {
  font-weight: 700;
}
.TickerComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.TickerComponenta .tickerTab {
  padding-right: 10px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .tickerTab a,
.TickerComponenta .tickerTab a:hover {
  text-decoration: none;
  color: #fff;
}
.TickerComponenta .tickerTab .titleLink {
  max-width: 100%;
  width: auto;
}
.TickerComponenta .tickerTab #tickerControl {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//www.ynet.co.il/images/stop_news.png);
}
.TickerComponenta .tickerTab .playTicker {
  background-image: url(//www.ynet.co.il/images/play_news.png) ! important;
}
.TickerComponenta .tickerDate {
  display: inline-block;
  color: #939394;
  font: bold 30px Tahoma;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
}
.TickerComponenta .tickerDate:before,
.TickerComponenta .tickerDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  text-align: center;
}
.TickerComponenta .tickerDate:before {
  top: 1px;
  right: 1px;
}
.TickerComponenta .tickerDate:after {
  top: 2px;
  right: 2px;
}
.TickerComponenta.englishSite #tickerControl {
  left: inherit ! important;
  right: 4px ! important;
}
.TickerComponenta .slotsContent {
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
}
.TickerComponenta .slotsContent .slotList {
  margin-right: 5px;
  flex-grow: 1;
  width: calc(100% - 5px);
}
.TickerComponenta .slotList {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .slotList .animationDiv {
  display: inline-block;
  animation: marquee 1s linear infinite;
  -webkit-animation: marquee 1s linear infinite;
}
.TickerComponenta .slotList .animationDiv:hover,
.TickerComponenta .slotList .animationDiv.pause {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 120px);
  }
  100% {
    -webkit-transform: translate(0, -100%);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 120px);
  }
  100% {
    transform: translate(0, -100%);
  }
}
.SiteFlashPopUp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 1, 1, 0.4);
  z-index: 1000;
}
.SiteFlashPopUp.englishSite .closeBtn {
  left: inherit ! important;
  right: 15px;
}
.SiteFlashPopUp.englishSite .headerTitle > span {
  border-right: none ! important;
  border-left: 1px solid #ced8de;
  padding-right: 0px ! important;
  padding-left: 20px;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .imgArea {
  margin-right: 20px;
  margin-left: 0px ! important;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .tickerShareBtns {
  left: inherit ! important;
  right: 0;
}
.SiteFlashPopUp .ItemWrapper {
  width: 609px;
  clear: both;
  height: 790px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashHeader {
  width: 100%;
  height: 86px;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  display: flex;
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo {
  width: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo > img {
  width: 106px;
  height: auto;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle {
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle > span {
  border-right: 1px solid #ced8de;
  padding-right: 20px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 0px;
  cursor: pointer;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%235d5c5c' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn:hover {
  opacity: 1;
}
.SiteFlashPopUp .ItemWrapper .flashContainer {
  height: 420px;
  flex-direction: column;
  display: flex;
  padding: 30px 20px 0px 20px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea {
  display: flex;
  flex-direction: row;
  position: relative;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .imgArea {
  margin-left: 20px;
  margin-bottom: 30px;
  flex-shrink: 0;
  height: 117px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea {
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashTitle {
  margin-bottom: 15px;
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashDate {
  color: #b7b5b6;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns > * {
  flex-shrink: 0;
  margin: 0 3px 0px 3px;
  display: flex;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns .tickerPopUpCopyButton {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14'%3E %3Cpath fillRule='evenodd' d='M 13.04 5.58C 13.04 5.58 10.07 8.55 10.07 8.55 9.65 8.96 9.13 9.26 8.56 9.4 8.56 9.4 8.53 9.4 8.53 9.4 8.53 9.4 8.4 9.43 8.4 9.43 8.4 9.43 8.32 9.45 8.32 9.45 8.32 9.45 8.16 9.47 8.16 9.47 8.16 9.47 8.08 9.47 8.08 9.47 8.02 9.47 7.97 9.48 7.92 9.48 7.92 9.48 7.78 9.5 7.78 9.5 7.78 9.5 7.76 9.5 7.76 9.5 7.76 9.5 7.6 9.5 7.6 9.5 7.48 9.5 7.37 9.48 7.25 9.47 7.16 9.45 7.06 9.43 6.97 9.41 6.97 9.41 6.83 9.37 6.83 9.37 6.78 9.36 6.73 9.34 6.68 9.32 6.63 9.3 6.58 9.29 6.53 9.27 6.48 9.25 6.44 9.23 6.39 9.2 6.04 9.04 5.72 8.82 5.45 8.55 5.26 8.36 5.17 8.1 5.18 7.83 5.2 7.61 5.29 7.39 5.45 7.23 5.82 6.89 6.4 6.89 6.76 7.23 7.31 7.78 8.2 7.78 8.74 7.23 8.74 7.23 9.51 6.47 9.51 6.47 9.51 6.47 9.53 6.45 9.53 6.45 9.53 6.45 11.72 4.27 11.72 4.27 12.26 3.72 12.26 2.83 11.72 2.29 11.17 1.74 10.28 1.74 9.73 2.29 9.73 2.29 7.98 4.04 7.98 4.04 7.91 4.11 7.81 4.13 7.72 4.09 7.25 3.9 6.74 3.8 6.23 3.8 6.23 3.8 6.15 3.8 6.15 3.8 6.05 3.8 5.96 3.75 5.93 3.66 5.89 3.57 5.91 3.47 5.98 3.4 5.98 3.4 8.42 0.96 8.42 0.96 9.7-0.32 11.77-0.32 13.04 0.96 14.32 2.23 14.32 4.3 13.04 5.58ZM 7.99 5.02C 8.19 5.14 8.38 5.29 8.54 5.46 8.73 5.65 8.83 5.91 8.81 6.18 8.8 6.4 8.7 6.61 8.54 6.77 8.17 7.11 7.6 7.11 7.23 6.77 6.68 6.22 5.8 6.22 5.25 6.77 5.25 6.77 2.27 9.74 2.27 9.74 1.73 10.29 1.73 11.18 2.27 11.73 2.82 12.27 3.71 12.27 4.25 11.73 4.25 11.73 6.02 9.96 6.02 9.96 6.08 9.89 6.18 9.87 6.27 9.91 6.74 10.1 7.25 10.2 7.76 10.2 7.76 10.2 7.86 10.2 7.86 10.2 7.99 10.2 8.09 10.3 8.09 10.43 8.09 10.49 8.07 10.55 8.02 10.6 8.02 10.6 5.57 13.05 5.57 13.05 4.96 13.66 4.13 14 3.26 14 1.46 14-0 12.54 0 10.73 0 9.87 0.34 9.04 0.95 8.43 0.95 8.43 3.92 5.46 3.92 5.46 4.53 4.84 5.37 4.5 6.23 4.5 6.86 4.5 7.47 4.68 7.99 5.02Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #324a5e;
  width: 29px;
  height: 29px;
  background-position: center center;
  margin: 0 5px 0px 5px;
  background-size: 50% 50%;
  border: 0;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-top: 15px;
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span {
  display: flex;
  margin-bottom: 10px;
  max-height: 85px;
  overflow: auto;
  white-space: pre-wrap;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span:first-child {
  min-height: 170px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span.smallSpan {
  font-size: 14px;
  color: #555555;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText .linkToMail {
  color: #0706ff ! important;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows {
  position: relative;
  height: 13px;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow {
  position: absolute;
  color: #949494;
  letter-spacing: -0.35px;
  line-height: 13px;
  height: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  align-content: center;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow:hover {
  color: #000066;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeLeft {
  left: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeRight {
  right: 0;
  padding-right: 23px;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.SiteFlashPopUp .ItemWrapper .taboolaArea {
  border-top: 1px solid #f1f0f0;
  padding: 20px;
  height: 250px;
  margin: 0 20px;
  flex-shrink: 0;
}
.SiteFlashPopUp .ItemWrapper .taboolaTitle {
  font-size: 22px;
  margin: 0px 0px -15px 0px;
}
.SiteFlashPopUp .Separator {
  border-bottom: 1px solid #f1f0f0;
  width: 100%;
  height: 1px;
  margin-bottom: 0px;
}
.TopStoryComponenta,
.TopStoryWideComponenta {
  position: relative;
}
.TopStoryComponenta > .sideSeparatorLine,
.TopStoryWideComponenta > .sideSeparatorLine {
  position: absolute;
  width: 0;
  margin-top: 0px;
  margin-right: -11px;
  border-right: 1px solid #cccccc;
}
.TopStoryComponenta > div,
.TopStoryWideComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div,
.TopStoryWideComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div > div,
.TopStoryWideComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta .slotView,
.TopStoryWideComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryComponenta .slotView:hover,
.TopStoryWideComponenta .slotView:hover {
  cursor: pointer;
}
.TopStoryComponenta .slotView.inEditMode:hover,
.TopStoryWideComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryComponenta .slotView .slotTitle,
.TopStoryWideComponenta .slotView .slotTitle {
  font-weight: bold;
  max-width: 100%;
}
.TopStoryComponenta .slotView .slotTitle span,
.TopStoryWideComponenta .slotView .slotTitle span {
  -webkit-line-break: after-white-space;
  word-wrap: break-word;
}
.TopStoryComponenta .slotView h1.slotTitle,
.TopStoryWideComponenta .slotView h1.slotTitle {
  margin: 0;
}
.TopStoryComponenta .slotView .slotSubTitle,
.TopStoryWideComponenta .slotView .slotSubTitle {
  margin-top: 13px;
  max-width: 100%;
}
.TopStoryComponenta .slotView .topStoryDate,
.TopStoryWideComponenta .slotView .topStoryDate {
  display: block;
  color: #939394;
  font: bold 42px Tahoma, sans-serif;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: -1px;
  line-height: 32px;
  cursor: initial;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before,
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 100%;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before {
  top: 1px;
  right: 1px;
}
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  top: 2px;
  right: 2px;
}
.TopStoryComponenta .slotView .topHebStoryDate,
.TopStoryWideComponenta .slotView .topHebStoryDate {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ababac;
  margin-bottom: 13px;
  cursor: initial;
}
.TopStoryComponenta .mediaArea,
.TopStoryWideComponenta .mediaArea {
  position: relative;
}
.TopStoryComponenta .mediaArea .mediaLabel,
.TopStoryWideComponenta .mediaArea .mediaLabel {
  position: absolute;
}
.TopStoryComponenta .mediaArea .MediaCarousel,
.TopStoryWideComponenta .mediaArea .MediaCarousel {
  display: flex;
  order: 1;
}
.TopStoryComponenta .mediaArea .MediaCarousel .EditableVideo > img,
.TopStoryWideComponenta .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.TopStoryComponenta .mediaArea .MediaCarousel .mediaItems,
.TopStoryWideComponenta .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:disabled,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.TopStoryComponenta .mediaArea .MediaCarousel .numberOfMedia,
.TopStoryWideComponenta .mediaArea .MediaCarousel .numberOfMedia {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.TopStoryComponenta .mediaArea .media-enter,
.TopStoryWideComponenta .mediaArea .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-enter.media-enter-active,
.TopStoryWideComponenta .mediaArea .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.TopStoryComponenta .mediaArea .media-leave,
.TopStoryWideComponenta .mediaArea .media-leave {
  opacity: 1;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-leave.media-enter-leave,
.TopStoryWideComponenta .mediaArea .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.TopStoryComponenta .mediaArea .iconOnPoster,
.TopStoryWideComponenta .mediaArea .iconOnPoster {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.TopStoryComponenta .mediaArea .iconOnPoster.big,
.TopStoryWideComponenta .mediaArea .iconOnPoster.big {
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  top: calc(50% - 33px);
  right: calc(50% - 33px);
}
.TopStoryComponenta .mediaArea .iconOnPoster.small,
.TopStoryWideComponenta .mediaArea .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.TopStoryComponenta .inEditMode .textDiv:hover,
.TopStoryWideComponenta .inEditMode .textDiv:hover {
  overflow-y: auto;
}
.TopStoryComponenta {
  height: 280px;
}
.TopStoryComponenta .sideSeparatorLine {
  height: 280px;
}
.TopStoryComponenta .textDiv {
  margin: 0px 0px 15px 0px;
  overflow: hidden;
  flex-grow: 1;
  padding-left: 20px;
}
.TopStoryComponenta .textDiv a {
  text-decoration: none;
  max-width: 100%;
}
.TopStoryComponenta .textDiv span {
  -webkit-line-break: after-white-space;
}
.TopStoryComponenta .iconOnLiveVideo {
  top: 10px ! important;
  bottom: inherit ! important;
}
.TopStoryWideComponenta {
  height: 340px;
}
.TopStoryWideComponenta .sideSeparatorLine {
  height: 340px;
}
.TopStoryWideComponenta .inEditMode .textDiv {
  width: 100%;
  height: 85px;
}
.TopStoryWideComponenta .textDiv {
  position: absolute;
  bottom: 0;
  padding: 9px 16px;
  width: calc(100% - 32px);
  height: 67px;
  left: 0;
  overflow: hidden;
}
.TopStoryWideComponenta .textDiv .slotSubTitle {
  margin-top: 2px;
}
.TopStoryWideComponenta .textDiv .slotSubTitle .videoIcon {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.TopStoryWideComponenta .textDiv a {
  text-decoration: none;
}
.TopStoryWideComponenta .GalleryPaging {
  bottom: 54px;
  left: 16px;
}
.TopStoryWideComponenta .big {
  bottom: 92px !important;
}
.twoDivsAdsBox {
  height: inherit;
  display: flex;
  justify-content: space-between;
}
.twoDivsAdsBox .slotItem:first-child {
  margin-left: auto;
}
.twoDivsAdsBox .slotItem {
  width: 143px;
  height: 183px;
}
.VideoComponenta {
  background-color: #fff;
}
.radionas.articleContainer .VideoComponenta {
  background-color: transparent;
}
.VideoComponenta.englishSite .title,
.VideoComponenta.englishSite .subtitle,
.VideoComponenta.englishSite .videoInfoText {
  direction: ltr;
  text-align: left;
}
.VideoComponenta .titlesOverImage {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.VideoComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}
.VideoComponenta .titlesOverImage .subtitle {
  padding: 0px 10px 10px;
}
.VideoComponenta .videoInfoDiv {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px 10px 0px;
  float: unset !important;
  z-index: 0;
}
.VideoComponenta .videoInfoDiv .text-wrapper {
  margin-right: 7px;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  max-height: 45px;
  overflow: hidden;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText.credit {
  margin-right: 0;
}
.VideoComponenta .EditableVideo {
  background-color: #c0c9d0;
  height: 250px;
  text-align: center;
}
.VideoComponenta .EditableVideo img {
  width: auto;
  height: 100%;
}
.VideoComponenta .flowplayer {
  background-size: contain;
}
.PageVideoLiveComponenta .videoInfoText {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.PageVideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
.magazine2025 .SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  clear: both;
  margin-top: 40px;
}
.magazine2025 .SiteArticleContact * {
  font-family: 'EzerShemesh';
}
.magazine2025 .SiteArticleContact .commentInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F1F1F1;
  width: 740px;
  height: 100px;
  box-sizing: border-box;
  font-size: 20px !important;
  line-height: 21px;
  font-weight: 400;
  color: #121111;
  flex-direction: row-reverse;
  padding: 30px 30px 30px 20px;
}
.magazine2025 .SiteArticleContact .commentInfoBox .toAllComments {
  text-decoration: underline;
  border-inline-start: 2px solid #121111;
  cursor: pointer;
}
.magazine2025 .SiteArticleContact .commentInfoBox #bottomSpotimCommentsExist:not(.hasComment) {
  padding-right: 10px;
}
.magazine2025 .SiteArticleContact .commentInfoBox #bottomSpotimCounter {
  margin-inline-end: 10px;
}
.magazine2025 .SiteArticleContact .commentInfoBox .hasComment {
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}
.magazine2025 .SiteArticleContact .commentInfoBox .commentInfoText {
  margin-inline-end: 5px;
  font-weight: 400;
}
.magazine2025 .SiteArticleContact .commentInfoBox > div:not(.toAllComments) {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-grow: 1;
  justify-content: space-between;
}
.magazine2025 .SiteArticleContact .addNewComment {
  background-color: #A10000;
  height: 40px;
  display: flex;
  width: 280px;
  box-sizing: border-box;
  align-items: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  justify-content: flex-start;
  position: relative;
  color: #FFFFFF;
  background-image: none;
}
.magazine2025 .SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 20px;
  font-weight: 400 !important;
  margin-inline-start: 3px;
}
.magazine2025 .SiteArticleContact .addNewComment span:after {
  position: absolute;
  font-size: 45px;
  left: 10px;
  top: 5px;
  content: ' \2190';
  font-weight: 300;
}
.magazine2025 .SiteArticleContact .addNewComment .shareIcon1280 {
  display: none;
}
.magazine2025 .SiteArticleContact .contactWrapper,
.magazine2025 .SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
  font-family: 'Assistant';
}
.magazine2025 .SiteArticleContact .contactAuthor {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}
.magazine2025 .SiteArticleContact .contactAuthor .authorAvatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -3px;
}
.magazine2025 .SiteArticleContact .writeUsIcon {
  display: none;
}
.magazine2025 .SiteArticleContact .foundMistake {
  display: flex;
  font-family: 'Assistant';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
.radionas .categoryBreadcrumbs1280_2 * {
  font-family: 'Noto Kufi Arabic' !important;
}
.categoryBreadcrumbs1280_2 {
  height: 60px;
  display: flex;
}
.magazine2025 .categoryBreadcrumbs1280_2 {
  font-family: 'EzerShemesh' ! important;
}
.ynetnews .categoryBreadcrumbs1280_2,
.vesty .categoryBreadcrumbs1280_2 {
  direction: ltr;
}
.categoryBreadcrumbs1280_2 ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  filter: invert(100%);
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child img,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-right: 8px;
  margin-left: unset;
}
.categoryBreadcrumbs1280_2 ul li:first-child a,
.categoryBreadcrumbs1280_2 ul li:first-child span {
  color: #000 ! important;
  font-size: 38px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child a,
.radionas .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #020E24 !important;
}
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child a,
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-family: "MosesDisplay" !important;
  font-size: 32px;
  letter-spacing: 0.64px;
  font-weight: 670;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child i {
  display: inline;
  margin: unset;
}
.categoryBreadcrumbs1280_2 ul li:last-child,
.categoryBreadcrumbs1280_2 ul li:first-child {
  margin-left: 11px ! important;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:last-child,
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child,
.vesty .categoryBreadcrumbs1280_2 ul li:last-child,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child {
  margin-right: 11px ! important;
  margin-left: unset !important;
}
.categoryBreadcrumbs1280_2 ul li:last-child i,
.categoryBreadcrumbs1280_2 ul li:first-child i {
  display: none;
}
.categoryBreadcrumbs1280_2 ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
  padding: 0px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 h1 {
  line-height: unset;
  margin: 0 ! important;
}
.categoryBreadcrumbs1280_2 ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.categoryBreadcrumbs1280_2 ul li a,
.categoryBreadcrumbs1280_2 ul li span,
.categoryBreadcrumbs1280_2 ul li i {
  color: #999999 ! important;
  font-size: 18px;
  text-decoration: none;
}
.radionas .categoryBreadcrumbs1280_2 ul li a,
.radionas .categoryBreadcrumbs1280_2 ul li span,
.radionas .categoryBreadcrumbs1280_2 ul li i {
  color: #020E24 !important;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}
.font-moses .categoryBreadcrumbs1280_2 ul li a,
.font-moses .categoryBreadcrumbs1280_2 ul li span,
.font-moses .categoryBreadcrumbs1280_2 ul li i {
  font-size: 16px;
  font-weight: 340;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li span,
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li i,
.vesty .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 6px auto 3px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 25px auto 25px;
}
.Componenta .Magazine2025MultiImages1280Componenta .dfpId .imageArea {
  background: #b6b6ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.Magazine2025MultiImages1280Componenta {
  display: flex;
  flex-direction: column;
  font-family: "EzerShemesh";
}
.Magazine2025MultiImages1280Componenta .componentaTab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: #121111;
  border-bottom: 1px solid #121111;
  background-color: unset !important;
}
.Magazine2025MultiImages1280Componenta .componentaTab .backgroundLink {
  display: none;
}
.Magazine2025MultiImages1280Componenta .componentaTab .rightTitleLink {
  font-size: 45px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 4.5px;
}
.Magazine2025MultiImages1280Componenta .componentaTab .leftTitleText {
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
  font-family: 'Assistant';
}
.Magazine2025MultiImages1280Componenta .slotsContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.Magazine2025MultiImages1280Componenta .slotsContent .arrowBtn {
  display: none;
}
.Magazine2025MultiImages1280Componenta .slotsContent .inEditMode .slotTitle {
  height: 57px;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView {
  width: 190px;
  max-height: 218px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: #fff;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView a,
.Magazine2025MultiImages1280Componenta .slotsContent .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .imageArea {
  width: 190px;
  height: 107px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  flex-shrink: 0;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .imageArea .MediaCarousel {
  position: relative;
  width: 190px;
  height: 107px;
  overflow: hidden;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .imageArea .audioIcon {
  padding: 4px 8px;
  background: #121111d9;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .imageArea .audioIcon .icon {
  width: 9px;
  height: 15.226px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E %3Cpath d='M4.96635 11.2302C6.47348 11.2302 7.6951 10.0085 7.6951 8.5014V2.9895C7.6951 1.48236 6.47348 0.260742 4.96635 0.260742C3.45921 0.260742 2.23759 1.48236 2.23759 2.9895V8.5014C2.23759 10.0085 3.45921 11.2302 4.96635 11.2302Z' fill='white'/%3E %3Cpath d='M9.0486 7.03777C8.85554 7.0568 8.71414 7.23015 8.71414 7.4239V8.37291C8.71414 9.46401 8.27974 10.5211 7.47892 11.2621C6.72977 11.9555 5.76512 12.3083 4.75492 12.2533C2.7624 12.1465 1.20156 10.4994 1.20156 8.50276V7.4239C1.20156 7.23015 1.06016 7.0568 0.867092 7.03777C0.645474 7.01601 0.458527 7.19004 0.458527 7.40758V8.43138C0.458527 10.7101 2.10571 12.6306 4.31305 12.9548C4.47348 12.9779 4.59517 13.1146 4.59517 13.2771V14.4171C4.59517 14.5979 4.44833 14.7441 4.26818 14.7441H3.11522C2.92148 14.7441 2.74813 14.8855 2.72909 15.0786C2.70734 15.3002 2.88205 15.4871 3.09891 15.4871H6.80251C6.99626 15.4871 7.16961 15.345 7.18796 15.152C7.20904 14.9304 7.03569 14.7441 6.81815 14.7441H5.66587C5.48504 14.7441 5.33888 14.5972 5.33888 14.4171V13.2777C5.33888 13.1139 5.45989 12.9759 5.62236 12.9535C5.63052 12.9521 5.63664 12.9514 5.64208 12.9507C7.82902 12.6176 9.45853 10.7332 9.45853 8.50343V7.40826C9.45853 7.1914 9.27022 7.01601 9.0486 7.03777Z' fill='white'/%3E %3C/svg%3E") !important;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .imageArea .audioIcon .duration {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  font-family: 'Assistant';
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .slotTitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 10px;
  color: #121111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: 'Assistant';
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .slotTitle.commertialTitle span,
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .slotTitle.commertialTitle div {
  color: #1d71c7 !important;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .slotTitle.commertialTitle span:hover,
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .slotTitle.commertialTitle div:hover {
  color: #1d71c7 !important;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .slotTitle div:hover {
  color: #1417ac !important;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .moreDetails {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #979797;
  font-family: 'Assistant';
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .moreDetails .authorField {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Magazine2025MultiImages1280Componenta .slotsContent .slotView .slotTextArea .moreDetails .separator {
  margin: 0 5px;
}
.Magazine2025MultiImages1280Componenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.multi-audio-row .Magazine2025MultiImages1280Componenta .slotListWrapper {
  z-index: 4;
}
.Magazine2025MultiImages1280Componenta .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.Magazine2025MultiImages1280Componenta .slotListWrapper > div .audio-play-button-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  z-index: 10;
}
.Magazine2025MultiImages1280Componenta .slotListWrapper > div .audio-play-button-wrapper .preview-audio-play-button {
  width: 100%;
  height: 100%;
}
.Magazine2025MultiImages1280Componenta .slotListWrapper > div .audio-play-button-wrapper .audio-play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}
.AboutLinksList {
  display: flex;
  padding-top: 12px;
}
.AboutLinksList .bold {
  font-weight: bold;
}
.AboutLinksList ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.AboutLinksList ul li {
  display: flex;
  width: 115px;
}
.AboutLinksList ul li a,
.AboutLinksList ul li a:visited,
.AboutLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.AboutLinksList ul li a:hover,
.AboutLinksList ul li a:visited:hover,
.AboutLinksList ul li span:hover {
  color: #F50000;
}
.Channels {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.Channels .sectionLabelContainer {
  width: 100%;
  padding: 0 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.Channels .sectionLabelContainer .ynetLogo {
  width: 42px;
  height: 18px;
  background: transparent url(//www.ynet.co.il/images/footer/ynet_logo.png) no-repeat 0 0;
}
.Channels .channelsContainer {
  display: flex;
  flex: 8;
  width: 100%;
  padding: 24px 55px 0;
  box-sizing: border-box;
}
.Channels .channelsContainer ul:last-child {
  direction: ltr;
}
.Channels .channelsContainer ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Channels .channelsContainer ul li a,
.Channels .channelsContainer ul li span {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
}
.Channels .channelsContainer ul li a:hover,
.Channels .channelsContainer ul li span:hover {
  color: #F50000;
}
.CreditLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 100%;
  height: 79px;
}
.CreditLogos .iconsWrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.CreditLogos .iconsWrapper a.footer_yit_icon {
  background: transparent url(//www.ynet.co.il/images/footer_yit127X29_1.png) no-repeat 0 0;
  width: 116px;
  height: 31px;
}
.CreditLogos .iconsWrapper a.footer_accessability_icon {
  background: transparent url('//www.ynet.co.il/images/footer/footer_nagish.png') no-repeat 0 0;
  width: 87px;
  height: 38px;
}
.CreditLogos .iconsWrapper a.footer_acum_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_acum.png) no-repeat 0 0;
  width: 76px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_radware_icon {
  background: transparent url(//www.ynet.co.il/images/footer/footer_radware.png) no-repeat 0 0;
  width: 80px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_tali_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_tali.png) no-repeat 0 0;
  width: 64px;
  height: 41px;
}
.CreditLogos .iconsWrapper a.footer_activetrail_icon {
  background: transparent url(//www.ynet.co.il/images/active_trail_footer.png) no-repeat 0 0;
  width: 106px;
  height: 40px;
}
.CreditLogos .iconsWrapper .homepage_footer_separator {
  display: inline-block;
  background-color: #e8e8e8;
  width: 1px;
  height: 40px;
}
.FooterLogos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.FooterLogos .nadlan {
  background: transparent url(//www.ynet.co.il/images/footer/nadlan.png) no-repeat 0 0;
  width: 83px;
  height: 27px;
}
.FooterLogos .bigdeal {
  background: transparent url(//www.ynet.co.il/images/footer/bigdeal.png) no-repeat 0 0;
  width: 88px;
  height: 35px;
}
.FooterLogos .professionals {
  background: transparent url(//www.ynet.co.il/images/footer/pros.png) no-repeat 0 0;
  width: 98px;
  height: 35px;
}
.FooterLogos .insurance {
  background: transparent url(//www.ynet.co.il/images/footer/insurance.png) no-repeat 0 0;
  width: 111px;
  height: 35px;
}
.FooterLogos .mimun {
  background: transparent url(//www.ynet.co.il/images/footer/mimon.png) no-repeat 0 0;
  width: 122px;
  height: 35px;
}
.FooterLogos .shops {
  background: transparent url(/Common/images/footer/shops_grey_new.png) no-repeat 0 0;
  width: 116px;
  height: 35px;
}
.SectionLabelWithUnderlineDecoration {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.SectionLabelWithUnderlineDecoration .underline {
  background-color: #de0000;
  width: 19px;
  height: 3px;
  position: absolute;
  right: 0;
  margin-top: 19px;
}
.SocialLinks {
  display: flex;
}
.SocialLinks a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.SocialLinks .footer_tools_separator {
  background-color: #b8b6b7;
  width: 1px;
  height: 18px;
  display: inline-block;
  margin: 0 8px 0 13px;
}
.SocialLinks .ynetLogo {
  height: 20px;
  width: 80px;
  margin-left: 5px;
  background: transparent url(/Common/images/footer/footer_network_title.png) no-repeat 0 0;
}
.SocialLinks .logo {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.SocialLinks .logo.instagram {
  background: transparent url(//www.ynet.co.il/images/footer/instagram.png) no-repeat 0 0;
}
.SocialLinks .logo.youtube {
  background: transparent url(//www.ynet.co.il/images/footer/YouTube.png) no-repeat 0 0;
}
.SocialLinks .logo.twitter {
  background: transparent url(//www.ynet.co.il/images/footer/twitter.png) no-repeat 0 0;
}
.SocialLinks .logo.facebook {
  background: transparent url(//www.ynet.co.il/images/footer/facebook.png) no-repeat 0 0;
}
.SocialLinks .logo.negishut {
  cursor: pointer;
  background: transparent url(//www.ynet.co.il/images/footer/ngishot.png) no-repeat 0 0;
}
.ToolsAndAbout {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0px 30px;
  margin: 10px 0;
  background-color: #f5f5f5;
}
.ToolsAndAbout .wrapper {
  display: flex;
  flex: 1;
}
.ToolsAndAbout .wrapper .aboutWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 43%;
}
.ToolsAndAbout .wrapper .aboutWrapper .SectionLabelWithUnderlineDecoration {
  padding-bottom: 20px;
}
.ToolsAndAbout .wrapper .toolsWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 57%;
  overflow: hidden;
}
.ToolsAndAbout .wrapper .toolsWrapper .sectionTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.ToolsLinksList {
  display: flex;
  padding-top: 7px;
  position: relative;
  left: 10px;
}
.ToolsLinksList ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  direction: rtl;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ToolsLinksList ul li {
  display: flex;
  padding-left: 11px;
}
.ToolsLinksList ul li .seperator {
  display: inline-block;
  color: #4a668b;
  padding-left: 11px;
  font-size: 9px;
}
.ToolsLinksList ul li a,
.ToolsLinksList ul li a:visited,
.ToolsLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}
.ToolsLinksList ul li a:hover,
.ToolsLinksList ul li a:visited:hover,
.ToolsLinksList ul li span:hover {
  color: #000;
}
.circle-background,
.circle-progress {
  fill: none;
}
.circle-background {
  stroke: rgba(255, 255, 255, 0.6);
}
.circle-progress {
  stroke: #ff0000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.circle-text {
  font-size: 2em;
  font-weight: normal;
  fill: rgba(255, 255, 255, 0.6);
}
.pikudHaorefAlert {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000000;
  right: 0;
  font-family: 'NarkisBlock';
}
.font-moses .pikudHaorefAlert {
  font-family: 'Moses', 'NarkisBlock';
}
.calcalist .pikudHaorefAlert {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.pikudHaorefAlert .alertDescription {
  background-color: #e6eaf3;
  min-height: 44px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  transform-origin: 0% 0%;
  transform: translate(0, 100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: -1;
}
.pikudHaorefAlert .alertDescription.open {
  transform: none;
}
.pikudHaorefAlert .alertDescription .redArrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #fb1b1b;
}
.pikudHaorefAlert .alertDescription .alert-description-container {
  display: flex;
  margin: 8px auto 19px;
  justify-content: center;
  width: 1031px;
}
.pikudHaorefAlert .alertDescription .area-description-title {
  font-weight: bold;
  margin-left: 6px;
  flex-shrink: 0;
  align-self: flex-start;
}
.pikudHaorefAlert .alert-top-container,
.pikudHaorefAlert .alert-bottom-container,
.pikudHaorefAlert .alert-description-container {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.pikudHaorefAlert .alert-top {
  width: 100%;
  background-color: #fb1b1b;
  min-height: 60px;
  height: auto;
  z-index: 2;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 50px;
  align-items: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 7px auto;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 16px;
  font-weight: 670;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas {
  list-style: none;
  display: flex;
  color: #fff;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  line-height: 18px;
  font-size: 16px;
  height: 18px;
  padding: 0 6px;
  margin: 0 0 5px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  font-size: 14px;
  font-weight: 340;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li:last-child {
  border-left: none;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-oref-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:url(%23radial-gradient)%7D.cls-2%7Bfill:url(%23radial-gradient-2)%7D.cls-3%7Bfill:url(%23linear-gradient)%7D.cls-4%7Bfill:url(%23linear-gradient-2)%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke:%23000%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke-miterlimit:10%7D.cls-19,.cls-20,.cls-5,.cls-6,.cls-7%7Bstroke-width:.25px%7D.cls-5%7Bfill:url(%23linear-gradient-3)%7D.cls-6%7Bfill:url(%23linear-gradient-4)%7D.cls-24,.cls-7%7Bfill:%23fff%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-8,.cls-9%7Bstroke-width:.25px%7D.cls-8%7Bfill:url(%23linear-gradient-5)%7D.cls-25,.cls-26,.cls-27,.cls-28,.cls-30,.cls-9%7Bstroke-linejoin:round%7D.cls-9%7Bfill:url(%23linear-gradient-6)%7D.cls-10%7Bfill:url(%23linear-gradient-7)%7D.cls-11%7Bfill:url(%23linear-gradient-8)%7D.cls-12%7Bfill:%234d4d4d%7D.cls-13%7Bfill:url(%23linear-gradient-9)%7D.cls-14%7Bfill:url(%23linear-gradient-10)%7D.cls-15%7Bfill:url(%23linear-gradient-11)%7D.cls-16%7Bfill:url(%23linear-gradient-12)%7D.cls-17%7Bfill:url(%23linear-gradient-13)%7D.cls-18%7Bfill:none%7D.cls-19%7Bfill:url(%23linear-gradient-14)%7D.cls-20%7Bfill:url(%23linear-gradient-15)%7D.cls-21%7Bfill:url(%23linear-gradient-16)%7D.cls-22%7Bfill:url(%23linear-gradient-17)%7D.cls-23%7Bfill:url(%23linear-gradient-18)%7D.cls-25,.cls-26,.cls-27,.cls-28%7Bstroke-linecap:round%7D.cls-25%7Bfill:url(%23linear-gradient-19)%7D.cls-26%7Bfill:url(%23linear-gradient-20)%7D.cls-27%7Bfill:url(%23linear-gradient-21)%7D.cls-28%7Bfill:url(%23linear-gradient-22)%7D.cls-29%7Bfill:url(%23linear-gradient-23)%7D.cls-30%7Bfill:url(%23linear-gradient-24)%7D.cls-31%7Bfill:url(%23radial-gradient-3)%7D.cls-32%7Bfill:url(%23radial-gradient-4)%7D.cls-33%7Bfill:url(%23radial-gradient-5)%7D.cls-34%7Bfill:url(%23radial-gradient-6)%7D.cls-35%7Bfill:url(%23radial-gradient-7)%7D.cls-36%7Bfill:url(%23radial-gradient-8)%7D.cls-37%7Bfill:url(%23radial-gradient-9)%7D.cls-38%7Bfill:url(%23radial-gradient-10)%7D.cls-39%7Bstroke-linecap:square;fill:url(%23linear-gradient-25)%7D %3C/style%3E %3CradialGradient id='radial-gradient' cx='.88' cy='.054' r='1.29' gradientTransform='matrix(-.944 .33 -.273 -.779 1.725 -.195)'%3E %3Cstop offset='0' stop-color='%2375a0d1'/%3E %3Cstop offset='.664' stop-color='%235397cc'/%3E %3Cstop offset='1' stop-color='%231261ac'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-2' cx='.386' cy='.898' r='.983' gradientTransform='matrix(1 .015 -.013 .886 .012 .096)'%3E %3Cstop offset='0' stop-color='%23e26510'/%3E %3Cstop offset='1' stop-color='%23f6a423'/%3E %3C/radialGradient%3E %3ClinearGradient id='linear-gradient' x1='11.603' x2='11.686' y1='-4.053' y2='-2.637' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23183f54'/%3E %3Cstop offset='1' stop-color='%23071319'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-2' x1='.503' x2='.405' y1='.333' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%230383c2'/%3E %3Cstop offset='1' stop-color='%230163a6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-3' x1='.09' x2='.871' y1='.215' y2='.646' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ccd0d4'/%3E %3Cstop offset='1' stop-color='%23bdbdbd'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-4' x1='.063' x2='.646' y1='.226' y2='1.047' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c1bdc0'/%3E %3Cstop offset='1' stop-color='%23989898'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-5' x1='83.787' x2='85.059' y1='-3.738' y2='-2.904' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f5f5f5'/%3E %3Cstop offset='1' stop-color='%23d4d4d4'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-6' x1='20.768' x2='21.443' y1='-4.392' y2='-3.725' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c4c6c9'/%3E %3Cstop offset='1' stop-color='%239c9ea1'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-7' x1='84.517' x2='84.97' y1='-3.393' y2='-2.442' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23d2d0d1'/%3E %3Cstop offset='1' stop-color='%23b0b0b0'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-8' x1='42.226' x2='43.331' y1='-12.049' y2='-10.917' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e9e9e9'/%3E %3Cstop offset='1' stop-color='%23b8b9b6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-9' x1='44.051' x2='42.837' y1='-14.384' y2='-13.538' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ededed'/%3E %3Cstop offset='1' stop-color='%23d0dbd3'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-10' x1='44.603' x2='43.459' y1='-14.115' y2='-12.997' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23818181'/%3E %3Cstop offset='1' stop-color='%237b7c7c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-11' x1='80.414' x2='79.295' y1='-11.188' y2='-10.279' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%239fa3a3'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-12' x1='90.633' x2='89.595' y1='-11.225' y2='-10.55' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23babfc2'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-13' x1='20.482' x2='21.285' y1='-14.529' y2='-15.413' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%2361615d'/%3E %3Cstop offset='1' stop-color='%237f7f7f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-14' x1='.291' x2='.982' y1='.166' y2='.541' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbd9'/%3E %3Cstop offset='1' stop-color='%23a9aeaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-15' x1='.16' x2='.874' y1='.441' y2='1.013' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23a7aca9'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-16' x1='44.088' x2='43.521' y1='-13.636' y2='-12.933' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23848383'/%3E %3Cstop offset='1' stop-color='%23626363'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-17' x1='-26.243' x2='-24.933' y1='11.059' y2='12.321' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ababab'/%3E %3Cstop offset='1' stop-color='%23828282'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-18' x1='-25.833' x2='-24.373' y1='11.223' y2='12.158' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dce0e5'/%3E %3Cstop offset='1' stop-color='%23afafaf'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-19' x1='36.168' x2='36.092' y1='-62.591' y2='-60.034' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-20' x1='38.467' x2='38.181' y1='-62.519' y2='-60.078' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-21' x1='38.573' x2='38.287' y1='-58.322' y2='-56.68' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%239f9f9f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-22' x1='36.033' x2='36.037' y1='-58.266' y2='-56.758' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23aaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-23' x1='21.194' x2='20.41' y1='-15.592' y2='-14.809' xlink:href='%23linear-gradient-9'/%3E %3ClinearGradient id='linear-gradient-24' x1='22.382' x2='19.835' y1='-6.336' y2='-4.702' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23bdd6df'/%3E %3Cstop offset='1' stop-color='%235f5f5f'/%3E %3C/linearGradient%3E %3CradialGradient id='radial-gradient-3' cx='38.381' cy='-343.503' r='1.193' gradientTransform='matrix(.084 .996 -1.073 .091 -237.441 -419.026)'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%234a4a4a'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-4' cx='-34.254' cy='-392.56' r='1.053' gradientTransform='matrix(.067 .998 -1.452 .097 -572.88 -439.966)' xlink:href='%23radial-gradient-3'/%3E %3CradialGradient id='radial-gradient-5' cx='-.703' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.673 .839)'%3E %3Cstop offset='0' stop-color='%23fbfbfb'/%3E %3Cstop offset='1' stop-color='%23b3b3b3'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-6' cx='-.703' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -1.393 -.765)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-7' cx='-.703' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -2.113 -2.369)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-8' cx='.553' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 .641 -.412)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-9' cx='.553' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.079 -2.016)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-10' cx='.553' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.799 -3.621)' xlink:href='%23radial-gradient-5'/%3E %3ClinearGradient id='linear-gradient-25' x1='-.072' x2='1.024' y1='-.799' y2='1.704' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ececec'/%3E %3Cstop offset='.379' stop-color='%23c7c7c7'/%3E %3Cstop offset='1' stop-color='%2368696a'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='layer1' transform='translate(381.426 -37.282)'%3E %3Ccircle id='path4228-7' cx='20' cy='20' r='20' class='cls-1' transform='translate(-381.426 37.282)'/%3E %3Ccircle id='path4232-6' cx='19.074' cy='19.074' r='19.074' class='cls-2' transform='translate(-380.5 38.208)'/%3E %3Cpath id='rect1699' d='M0 0h11.405v23.124H0z' class='cls-3' transform='translate(-375.522 45.606)'/%3E %3Cpath id='path1697' d='M274.838 109.5l13.689 17.154h-27.378z' class='cls-4' transform='translate(-636.353 -57.921)'/%3E %3Cg id='g1191-4' transform='translate(-359.23 43.366)'%3E %3Cpath id='path1185-3' d='M-1303.712 388.711s4.442 1 4.634 4.981' class='cls-5' transform='translate(1303.712 -388.711)'/%3E %3Cpath id='path1187-4' d='M-1299.067 393.692a.046.046 0 0 0 0 .012c-.01-.01-2.824.6-4.635-4.993' class='cls-6' transform='translate(1303.702 -388.711)'/%3E %3Cpath id='path1189-1' d='M-1303.712 388.711l4.634 4.981' class='cls-7' transform='translate(1303.712 -388.711)'/%3E %3C/g%3E %3Cpath id='path1193-7' d='M-169.091 69.377l.951-2.591v24.888l-1.606-.547V73.121a11.139 11.139 0 0 1 .655-3.744z' class='cls-8' transform='translate(-187.284 -26.103)'/%3E %3Cpath id='path1177-7' d='M-174.456 144.476a.431.431 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.224 11.224 0 0 0 1.156-.9 12.569 12.569 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.076 8.076 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.756 16.756 0 0 0-.184-2.148c-.1-.706-.256-1.4-.419-2.067a30.432 30.432 0 0 0-1.156-3.56 34.777 34.777 0 0 0-1.064-2.435c-.143-.286-.256-.512-.338-.665s-.123-.235-.123-.235l.276-.153s.041.082.133.235.2.379.348.665c.3.573.7 1.412 1.125 2.435a29.661 29.661 0 0 1 1.248 3.591 18.851 18.851 0 0 1 .706 4.317c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.616 2.616 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.484 10.484 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.894 12.894 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.609.609 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-9' transform='translate(-183.106 -77.099)'/%3E %3Cpath id='path1195-0' d='M-154.858 69.377l-.951-2.591v26.047l1.606-.547V73.121a11.139 11.139 0 0 0-.655-3.744z' class='cls-10' transform='translate(-199.615 -26.103)'/%3E %3Cpath id='path1179-5' d='M-169.657 269.663v6.976h3.2v-6.976z' class='cls-11' transform='translate(-187.363 -205.6)'/%3E %3Cpath id='path1324' d='M-166.347 277.832l-3.141 1.177v.1l3.141-1.177zm.022 1l-3.14 1.168v.1l3.141-1.177zm0 1.024l-3.153 1.181v.1l3.153-1.181zm0 .975l-3.153 1.181v.1l3.153-1.181zm0 .993l-3.152 1.176v.1l3.153-1.181zm0 1.011l-3.153 1.181v.1l3.153-1.181z' class='cls-12' transform='translate(-187.513 -212.827)'/%3E %3Cpath id='path1209-9' d='M-114.6 180.342l-.1.029a7.61 7.61 0 0 1 3.183-6.126' class='cls-13' transform='translate(-235.982 -121.179)'/%3E %3Cpath id='path1211-8' d='M-110.72 174.148l.019-.013c0 .024.693 5-3.1 6.109' class='cls-14' transform='translate(-236.784 -121.082)'/%3E %3Cpath id='path1213-0' d='M-124.706 106.048s2.3 5.883-.921 7.929' class='cls-15' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1215-9' d='M-130.177 113.977s-1.821-5.351.921-7.929' class='cls-16' transform='translate(-221.768 -60.841)'/%3E %3Cpath id='path1217-6' d='M-130.611 231.946c-.052.558-.621 4.578-6.727 5.44' class='cls-17' transform='translate(-215.957 -172.229)'/%3E %3Cpath id='path1219-7' d='M-183.772 179.729c2.558 2.145 5.029 3.768 7.458 5.678' class='cls-18' transform='translate(-174.875 -126.03)'/%3E %3Cg id='g1228-9' transform='translate(-358.647 53.699)'%3E %3Cpath id='path1221-7' d='M-1298.647 478.37s5.78.593 7.448 5.555h-.058' class='cls-19' transform='translate(1298.647 -478.37)'/%3E %3Cpath id='path1223-6' d='M-1291.259 483.929c-.575.04-5.25.244-7.389-5.559' class='cls-20' transform='translate(1298.648 -478.37)'/%3E %3Cpath id='path1226-8' d='M-1298.647 478.37l7.458 5.678' class='cls-7' transform='translate(1298.647 -478.37)'/%3E %3C/g%3E %3Cpath id='path1230-5' d='M-111.51 174.136c-1.072 2.208-2.068 4.255-3.192 6.323' class='cls-21' transform='translate(-235.985 -121.082)'/%3E %3Cpath id='path1234-7' d='M-176.538 139.92a31.18 31.18 0 0 1-6.169-4.665' class='cls-18' transform='translate(-175.817 -86.681)'/%3E %3Cpath id='path1236-0' d='M-124.706 106.048a139.65 139.65 0 0 1-.921 7.673v.256' class='cls-18' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1240-9' d='M-177.983 138.443c-.513.136-4.525.664-6.155-4.784' class='cls-22' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1242-8' d='M-184.137 133.659s4.815.511 6.2 4.781h-.049' class='cls-23' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1244-8' d='M-184.137 133.659l6.212 4.886' class='cls-24' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1248-5' d='M-184.947 269.451l-1.6.419-2.2-1.371h3.8' class='cls-25' transform='translate(-170.477 -204.571)'/%3E %3Cpath id='path1250-2' d='M-155.808 269.451l1.76.419 1.809-1.371h-3.569' class='cls-26' transform='translate(-199.616 -204.571)'/%3E %3Cpath id='path1252-5' d='M-188.374 268.5h6.666' class='cls-18' transform='translate(-170.803 -204.571)'/%3E %3Cpath id='path1254-3' d='M-155.809 257.245h3.569l-1.962-1.466-1.606.417' class='cls-27' transform='translate(-199.615 -193.316)'/%3E %3Cpath id='path1257-2' d='M-184.946 257.245h-3.8l2.189-1.466 1.606.418' class='cls-28' transform='translate(-170.478 -193.316)'/%3E %3Cpath id='path1259-3' d='M-137.339 236.9c-.025-.006 2.359-4.687 6.732-5.5v.064' class='cls-29' transform='translate(-215.956 -171.741)'/%3E %3Cpath id='path1261-3' d='M-174.456 195.013a.43.43 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.227 11.227 0 0 0 1.156-.9 12.572 12.572 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.077 8.077 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.753 16.753 0 0 0-.184-2.148c-.1-.706-.353-1.745-.516-2.41l.45-.123a21.963 21.963 0 0 1 .8 4.661c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.614 2.614 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.485 10.485 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.893 12.893 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.606.606 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-30' transform='translate(-183.106 -127.636)'/%3E %3Cpath id='path1265-2' d='M-131.463 172.673a.642.642 0 0 1-.645-.645.642.642 0 0 1 .645-.645.642.642 0 0 1 .645.645.642.642 0 0 1-.645.645z' class='cls-31' transform='translate(-220.585 -118.647)'/%3E %3Cpath id='path1269-6' d='M-124.408 224.42a.686.686 0 0 1-.685-.685.686.686 0 0 1 .685-.685.685.685 0 0 1 .685.685.685.685 0 0 1-.685.685z' class='cls-32' transform='translate(-226.79 -164.357)'/%3E %3Cpath id='path1232-7' d='M-137.338 237.248s4.79-3.861 6.729-5.459' class='cls-18' transform='translate(-215.957 -172.091)'/%3E %3Cg id='g5295' transform='translate(-373.459 47.689)'%3E %3Cpath id='rect1932' d='M0 0h3.255v1.907H0z' class='cls-33' transform='translate(4.023)'/%3E %3Cpath id='rect1934' d='M0 0h3.255v1.907H0z' class='cls-34' transform='translate(4.023 2.621)'/%3E %3Cpath id='rect1936' d='M0 0h3.255v1.907H0z' class='cls-35' transform='translate(4.023 5.243)'/%3E %3Cpath id='rect1921' d='M0 0h3.255v1.907H0z' class='cls-36'/%3E %3Cpath id='rect1923' d='M0 0h3.255v1.907H0z' class='cls-37' transform='translate(0 2.621)'/%3E %3Cpath id='rect1925' d='M0 0h3.255v1.907H0z' class='cls-38' transform='translate(0 5.243)'/%3E %3C/g%3E %3Crect id='rect5247' width='4.911' height='1.299' class='cls-39' rx='.65' transform='translate(-357.879 70.804)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left .alerts-close {
  width: 17px;
  height: 17px;
  background: transparent url('//www.ynet.co.il/images/x-mark-16.png') no-repeat 0 0;
  margin-top: 7px;
}
.pikudHaorefAlert .alerts-bottom {
  background-color: #1069a5;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.pikudHaorefAlert .alerts-bottom .alert-bottom-container {
  align-items: center;
}
.pikudHaorefAlert .alerts-bottom .alert-attention-text {
  font-weight: bold;
}
.pikudHaorefAlert .alerts-bottom .alert-permanent-link,
.pikudHaorefAlert .alerts-bottom .alert-permanent-link:hover {
  color: inherit;
}
.SiteScrollToTopButton {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23b9b9b9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,0.6c8.5,0,15.4,6.9,15.4,15.4S24.5,31.4,16,31.4S0.6,24.5,0.6,16S7.5,0.6,16,0.6 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M16,3.1C8.9,3.1,3.1,8.9,3.1,16S8.9,28.9,16,28.9S28.9,23.1,28.9,16S23.1,3.1,16,3.1z M22.4,18.9c-0.4,0.4-1,0.4-1.3,0 L16,13.8l-5.1,5.1c-0.4,0.4-1,0.4-1.3,0c-0.4-0.4-0.4-1,0-1.3l5.8-5.8c0.4-0.4,1-0.4,1.3,0l5.8,5.8C22.8,18,22.8,18.6,22.4,18.9z' /%3E %3C/g%3E %3C/svg%3E");
  display: block;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
  z-index: 2;
  outline: 0;
}
.grid1280_2 .SiteScrollToTopButton {
  bottom: 85px;
  width: 76px;
  height: 76px;
  z-index: 11;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='76px' height='76px' viewBox='0 0 76 76' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E64CA87B2-9464-45F1-BA02-A1E200341794%3C/title%3E %3Cdefs%3E %3Ccircle id='path-1' cx='30' cy='30' r='30'%3E%3C/circle%3E %3Cfilter x='-22.5%25' y='-17.5%25' width='145.0%25' height='145.0%25' filterUnits='objectBoundingBox' id='filter-2'%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'%3E%3C/feMorphology%3E %3CfeOffset dx='0' dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'%3E%3C/feOffset%3E %3CfeGaussianBlur stdDeviation='3' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3E%3C/feGaussianBlur%3E %3CfeComposite in='shadowBlurOuter1' in2='SourceAlpha' operator='out' result='shadowBlurOuter1'%3E%3C/feComposite%3E %3CfeColorMatrix values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0' type='matrix' in='shadowBlurOuter1'%3E%3C/feColorMatrix%3E %3C/filter%3E %3C/defs%3E %3Cg id='DT-Home_Final-' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home_Back-To-Top_-captcha-V1.0' transform='translate(-1585.000000, -931.000000)'%3E %3Cg id='Group-4' transform='translate(1593.000000, 936.000000)'%3E %3Cg id='Oval'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E %3Cuse fill-opacity='0.4' fill='%232E2E2F' fill-rule='evenodd' style='mix-blend-mode: multiply;' xlink:href='%23path-1'%3E%3C/use%3E %3C/g%3E %3Cg id='Group-3' transform='translate(30.476787, 29.545823) rotate(90.000000) translate(-30.476787, -29.545823) translate(14.000000, 17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cpath d='M12.8301532,8.25973737e-13 L15.0709124,2.29929173 L6.188,10.952 L32.953574,10.9557295 L32.9531003,14.1429333 L6.251,14.139 L15.145822,22.8086619 L12.9217994,25.0916462 L8.8817842e-14,12.4987941 L12.8301532,8.25973737e-13 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteScrollToTopButton :focus {
  outline: none;
}
.radionas .SiteScrollToTopButton,
.special_audio .SiteScrollToTopButton {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .SiteScrollToTopButton {
    display: none ! important;
  }
}
.share-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.share-menu .share-menu-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 64px;
  cursor: pointer;
  user-select: none;
}
.share-menu .share-menu-toggle .share-menu-title {
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
}
.share-menu .share-menu-toggle .share-menu-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.share-menu .share-menu-btns {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px;
  border-radius: 208px;
  background: #f5f5f5;
  box-shadow: 2px 0px 8px rgba(33, 33, 33, 0.08), 2px 7px 3px rgba(33, 33, 33, 0.13);
  position: absolute;
  top: calc(108%);
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease;
  white-space: nowrap;
}
.share-menu.opened .share-menu-btns {
  visibility: visible;
  opacity: 1;
}
.share-menu .share-icon {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: filter 0.15s ease;
}
.share-menu .share-icon:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(7482%) hue-rotate(352deg) brightness(88%) contrast(93%);
}
.share-menu .share-icon.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.share-menu .share-icon.copy-link {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E");
  border-radius: 64px;
  padding: 4px;
  box-sizing: border-box;
}
.share-menu .share-icon.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.share-menu .share-icon.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_7215_13298)'%3E %3Cpath d='M0.0463861 0.946777L7.38163 10.877L0 18.9472H1.66133L8.1242 11.8804L13.3475 18.9476H18.9996L11.2512 8.46062L18.1222 0.946777H16.4608L10.509 7.45407L5.69965 0.946777H0.0463861ZM2.48965 2.18573H5.08688L16.5552 17.7082H13.9587L2.48965 2.18573Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7215_13298'%3E %3Crect width='19' height='18' fill='white' transform='translate(0 0.946777)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.share-menu .share-icon.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M17.226 9.976c1.05 0 1.79.165 1.79.165v1.854s-.23.006-.8.007h-.267c-.772 0-1.144.49-1.144 1.26v1.384h1.982l-.331 2.297-1.651-.001v5.362h-2.414l-.001-5.362h-1.9v-2.296h1.9V13.15c0-2.72 1.55-3.154 2.75-3.173h.086z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16 4.507c-6.351 0-11.5 5.15-11.5 11.5 0 6.352 5.149 11.5 11.5 11.5s11.5-5.148 11.5-11.5c0-6.35-5.149-11.5-11.5-11.5zm0 2c5.247 0 9.5 4.254 9.5 9.5 0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.246 4.253-9.5 9.5-9.5z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.share-menu .share-icon.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16.048 4.507c3.064.001 5.94 1.189 8.101 3.342 2.163 2.155 3.352 5.019 3.351 8.063-.002 6.285-5.14 11.397-11.455 11.397-1.79 0-3.55-.417-5.136-1.211l-.337-.176L4.5 27.507l1.625-5.906c-1.002-1.728-1.53-3.688-1.529-5.697.002-6.284 5.14-11.397 11.452-11.397zm-.001 2l-.267.004c-5.087.142-9.182 4.305-9.184 9.394 0 1.535.373 3.037 1.088 4.385l.171.308.421.725-.929 3.373 3.485-.909.695.378c1.378.749 2.935 1.144 4.518 1.144 5.213 0 9.453-4.22 9.455-9.398 0-2.513-.977-4.866-2.762-6.645-1.71-1.703-3.951-2.671-6.36-2.753l-.331-.006z'/%3E %3Cpath fill='%23000' d='M10.558 13.335c0 1.305.97 2.565 1.105 2.742.136.177 1.909 2.853 4.623 4.002.646.273 1.15.436 1.543.558.649.201 1.238.173 1.704.106.521-.078 1.602-.643 1.828-1.261.225-.62.225-1.15.158-1.26-.069-.11-.25-.177-.52-.31s-1.601-.774-1.85-.862c-.246-.088-.428-.133-.608.132s-.699.862-.857 1.04c-.157.176-.315.199-.585.067-.271-.133-1.144-.414-2.178-1.316-.804-.703-1.347-1.571-1.504-1.836-.158-.266-.018-.409.118-.54.122-.12.271-.31.406-.466.135-.154.18-.266.27-.442.09-.177.045-.332-.022-.464s-.609-1.437-.835-1.968c-.193-.455-.39-.454-.547-.454l-.062-.001c-.157-.008-.338-.01-.518-.01s-.474.067-.722.332-.947.907-.947 2.211z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.share-menu .share-copy-link-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.share-menu .share-copy-link-wrapper .share-copied-feedback {
  position: absolute;
  bottom: calc(106%);
  right: 50%;
  transform: translateX(50%);
  background: #f5f5f5;
  border-radius: 208px;
  box-shadow: 2px 0px 8px rgba(33, 33, 33, 0.08), 2px 7px 3px rgba(33, 33, 33, 0.13);
  padding: 6px 12px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-toggle,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-toggle {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #000;
  overflow: hidden;
  padding: 0;
  justify-content: center;
  gap: 0;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-title,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-title {
  display: none;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu {
  direction: ltr;
  height: 30px;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened {
  background: #000;
  border: none;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 999px;
  padding: 0 8px 0 0;
  gap: 5px;
  box-sizing: border-box;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:hover,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:focus,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:active {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  outline: none;
  box-shadow: none;
  border-radius: 999px;
  background: transparent !important;
  overflow: visible;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle .share-menu-icon,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:hover .share-menu-icon,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:focus .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:focus .share-menu-icon,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active .share-menu-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active .share-menu-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-toggle:active .share-menu-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-toggle:active .share-menu-icon {
  filter: brightness(0) invert(1) !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-icon,
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon:hover,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon:hover,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon:hover,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-icon:hover {
  filter: brightness(0) invert(1) !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon.android-share,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon.android-share,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-icon.android-share,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-icon.android-share {
  display: none;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-btns,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-btns,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu.opened .share-menu-btns,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu.opened .share-menu-btns {
  position: static;
  transform: none;
  top: auto;
  left: auto;
  right: auto;
  visibility: visible;
  opacity: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  height: auto;
  padding: 0;
  gap: 10px;
  animation: magazine-share-pill-fade 0.2s ease;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon {
  width: 20px;
  height: 20px;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.android-share,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.android-share,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.android-share,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.android-share {
  order: 1;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Share android'%3E %3Cpath id='icon' d='M10.8094 2.70786C11.0118 2.62396 11.2446 2.67062 11.3995 2.8259L18.1746 9.61606C18.3862 9.8282 18.3862 10.1718 18.1746 10.3839L11.3995 17.1741C11.2446 17.3294 11.0118 17.376 10.8094 17.2921C10.6068 17.2081 10.4746 17.0099 10.4746 16.7902V12.8222C7.83565 12.3503 5.21944 12.9783 2.83479 15.2405L2.59198 15.4766C2.42631 15.6426 2.17311 15.6834 1.96409 15.5774C1.75504 15.4712 1.63734 15.2419 1.67298 15.0097C2.02363 12.7257 2.90713 10.5694 4.45115 9.02192C5.9027 7.56713 7.90109 6.68902 10.4746 6.7203V3.20983C10.4746 2.99012 10.6068 2.79194 10.8094 2.70786ZM11.5583 7.28393C11.5583 7.43386 11.4966 7.57714 11.3876 7.67981C11.2786 7.78246 11.132 7.83568 10.9827 7.82635C8.41567 7.66555 6.53866 8.46549 5.21731 9.7898C4.22106 10.7883 3.51668 12.1092 3.08754 13.6C5.60948 11.6771 8.37667 11.2319 11.1342 11.8461C11.3821 11.9014 11.5583 12.122 11.5583 12.3766V15.4792L17.0253 10L11.5583 4.52079V7.28393Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.wa,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.wa,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.wa,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.wa {
  order: 2;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share/Wahtsapp'%3E %3Cg id='icon'%3E %3Cpath d='M6.66667 8.36181C6.66667 9.22622 7.24742 10.0614 7.33504 10.1874L7.33656 10.1896C7.34194 10.1974 7.35157 10.2122 7.36533 10.2335C7.56183 10.537 8.60078 12.1417 10.1383 12.8575C10.5296 13.04 10.8356 13.1483 11.0731 13.2294C11.4665 13.3638 11.8236 13.3447 12.1064 13.3001C12.4218 13.2485 13.077 12.872 13.2139 12.4595C13.3503 12.0464 13.3503 11.693 13.3098 11.6194C13.2765 11.5606 13.1999 11.5207 13.0869 11.4618C13.0585 11.447 13.0278 11.431 12.9948 11.4132C12.831 11.3246 12.0242 10.897 11.8736 10.8385C11.724 10.7794 11.614 10.7498 11.505 10.9265C11.3954 11.1032 11.0815 11.5013 10.9857 11.6194C10.8904 11.737 10.7945 11.7521 10.6307 11.664C10.6039 11.6496 10.5673 11.6325 10.5222 11.6113C10.291 11.5032 9.8352 11.29 9.31095 10.7869C8.8238 10.3182 8.49465 9.73948 8.39933 9.56278C8.30348 9.3855 8.3888 9.29049 8.47095 9.20243C8.5218 9.14769 8.58067 9.07035 8.63909 8.9936C8.66538 8.95907 8.69157 8.92467 8.7169 8.89249C8.78693 8.80458 8.81717 8.73772 8.85817 8.64705C8.86526 8.63136 8.87268 8.61495 8.88068 8.5976C8.93493 8.48 8.90807 8.3763 8.86752 8.28824C8.83969 8.2286 8.68022 7.81047 8.53764 7.43665C8.46975 7.25866 8.40557 7.09038 8.36141 6.97603C8.24419 6.67362 8.12485 6.67362 8.02962 6.67362C8.01646 6.67362 8.00434 6.67362 7.99223 6.67304C7.89691 6.66783 7.78737 6.66667 7.67835 6.66667C7.56881 6.66667 7.3908 6.7107 7.24071 6.88797C7.23106 6.89933 7.22029 6.91172 7.20857 6.9252C7.03784 7.1215 6.66667 7.54826 6.66667 8.36181Z' fill='%23000'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.81774 16.7794C2.75041 17.0263 2.97485 17.2538 3.22262 17.1899L6.37519 16.3763C7.44432 16.9854 8.68152 17.3333 10 17.3333C14.0501 17.3333 17.3333 14.0501 17.3333 10C17.3333 5.94991 14.0501 2.66667 10 2.66667C5.94991 2.66667 2.66667 5.94991 2.66667 10C2.66667 11.3449 3.0287 12.6052 3.66062 13.6888L2.81774 16.7794ZM4.17918 15.8414L4.8074 13.5379L4.58206 13.1515C4.04267 12.2266 3.73333 11.151 3.73333 10C3.73333 6.53902 6.53902 3.73333 10 3.73333C13.461 3.73333 16.2667 6.53902 16.2667 10C16.2667 13.461 13.461 16.2667 10 16.2667C8.87151 16.2667 7.81569 15.9693 6.9032 15.4495L6.52742 15.2354L4.17918 15.8414Z' fill='%23000'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.tw,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.tw,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.tw,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.tw {
  order: 3;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Twitter'%3E %3Cpath id='icon' fill-rule='evenodd' clip-rule='evenodd' d='M22.7771 5C22.7487 5 22.7216 5.01151 22.7022 5.03179L16.1685 11.863L10.9566 5.04C10.9374 5.01482 10.9072 5 10.8751 5H4.20407C4.03621 5 3.9404 5.18815 4.04111 5.32L12.2731 16.0968L4.05572 24.6634C3.93314 24.7912 4.02606 25 4.20548 25H6.22169C6.25003 25 6.27712 24.9886 6.2965 24.9684L13.4021 17.5748L19.0434 24.96C19.0626 24.9852 19.0928 25 19.1249 25H25.7959C25.9638 25 26.0596 24.8118 25.9589 24.68L17.2975 13.341L24.9446 5.33633C25.0667 5.20845 24.9737 5 24.7945 5H22.7771ZM19.8887 23.4L7.05582 6.6H10.1113L22.9442 23.4H19.8887Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.tg,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.tg,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.tg,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.tg {
  order: 4;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Telegram-fill'%3E %3Cpath id='icon' d='M6.3749 13.7489C11.7436 11.2087 15.3236 9.534 17.1148 8.72489C22.2292 6.4147 23.2919 6.01339 23.9846 6.00014C24.1369 5.99723 24.4776 6.03823 24.6982 6.23267C24.8845 6.39685 24.9358 6.61863 24.9603 6.77429C24.9848 6.92995 25.0154 7.28455 24.9911 7.56163C24.714 10.7241 23.5147 18.3986 22.9046 21.9406C22.6465 23.4394 22.1382 23.9419 21.6461 23.9911C20.5766 24.098 19.7645 23.2235 18.7287 22.4861C17.1078 21.3323 16.1921 20.614 14.6188 19.488C12.8005 18.1868 13.9792 17.4716 15.0155 16.3027C15.2866 15.9969 19.9987 11.3423 20.0899 10.92C20.1013 10.8672 20.1119 10.6704 20.0042 10.5664C19.8965 10.4625 19.7376 10.498 19.6229 10.5263C19.4604 10.5664 16.871 12.425 11.8549 16.1022C11.1199 16.6503 10.4542 16.9174 9.8577 16.9034C9.20015 16.888 7.93528 16.4996 6.99498 16.1677C5.84166 15.7606 4.92503 15.5453 5.00485 14.8539C5.04642 14.4937 5.5031 14.1254 6.3749 13.7489Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.fb,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.fb,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.fb,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.fb {
  order: 5;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Facebook'%3E %3Cpath id='icon' d='M17.8026 3.99975C19.8132 3.99975 21.5 4 21.5 4V6.8668C21.5 6.8668 21.0596 6.87733 19.967 6.87908L19.456 6.88084C16.8903 6.88084 17.2652 8.25365 17.2652 9.64521L17.2634 12.1493H21.0596L20.426 15.4744L17.2633 15.4727L17.2643 21.1506L17.2652 26H13.8662V21.1506L13.8661 15.4727L9 15.4744L9.00006 12.1493H13.8662V9.44165C13.8662 5.07837 16.7096 3.99975 17.8026 3.99975Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-copy-link-wrapper,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-copy-link-wrapper,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-copy-link-wrapper,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-copy-link-wrapper {
  order: 6;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.copy-link,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.copy-link,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.copy-link,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.copy-link {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Link'%3E %3Cpath id='icon' d='M8.75914 13.39L7.68891 14.4289C7.40828 14.7093 7.02766 14.8668 6.63078 14.8668C6.2339 14.8668 5.85328 14.7093 5.57265 14.4289C5.29201 14.1486 5.13435 13.7683 5.13435 13.3719C5.13435 12.9754 5.29201 12.5951 5.57265 12.3148L8.31775 9.56638C8.58719 9.29634 8.95022 9.1401 9.33175 9.12998C9.71328 9.11986 10.0841 9.25664 10.3675 9.51202L10.4401 9.57242C10.5547 9.68456 10.7093 9.74661 10.8697 9.74491C11.0302 9.74321 11.1834 9.67791 11.2956 9.56336C11.4079 9.44882 11.47 9.29442 11.4683 9.13413C11.4666 8.97383 11.4012 8.82078 11.2866 8.70864C11.2523 8.66471 11.2159 8.62238 11.1777 8.58179C10.6616 8.13318 9.99403 7.89732 9.31032 7.92199C8.6266 7.94667 7.97783 8.23003 7.49543 8.71468L4.71405 11.4631C4.24143 11.977 3.98582 12.6534 4.00061 13.3512C4.01539 14.0489 4.29943 14.7139 4.7934 15.2074C5.28736 15.7009 5.95307 15.9846 6.65149 15.9994C7.34991 16.0142 8.02704 15.7588 8.54147 15.2867L9.58751 14.2658C9.69079 14.1533 9.74757 14.0058 9.74641 13.8531C9.74526 13.7004 9.68626 13.5538 9.58129 13.4428C9.47631 13.3318 9.33316 13.2647 9.18062 13.2549C9.02808 13.2451 8.87749 13.2933 8.75914 13.39ZM15.2228 4.7884C14.7142 4.28343 14.0262 4 13.3091 4C12.592 4 11.904 4.28343 11.3954 4.7884L10.3494 5.80924C10.2461 5.9218 10.1893 6.06926 10.1905 6.22196C10.1916 6.37465 10.2506 6.52124 10.3556 6.63224C10.4606 6.74323 10.6037 6.81039 10.7563 6.82019C10.9088 6.83 11.0594 6.78173 11.1777 6.6851L12.2238 5.64614C12.5044 5.36579 12.885 5.20829 13.2819 5.20829C13.6788 5.20829 14.0594 5.36579 14.34 5.64614C14.6207 5.9265 14.7783 6.30674 14.7783 6.70322C14.7783 7.0997 14.6207 7.47994 14.34 7.76029L11.5949 10.5087C11.3255 10.7787 10.9625 10.935 10.5809 10.9451C10.1994 10.9552 9.82858 10.8184 9.54518 10.5631L9.47262 10.5026C9.35797 10.3905 9.20341 10.3285 9.04296 10.3302C8.88251 10.3319 8.7293 10.3972 8.61705 10.5117C8.50479 10.6263 8.44269 10.7807 8.44439 10.9409C8.44609 11.1012 8.51146 11.2543 8.62612 11.3664C8.67024 11.4111 8.71666 11.4534 8.76519 11.4933C9.28196 11.9405 9.94922 12.1755 10.6325 12.1509C11.3158 12.1262 11.9644 11.8437 12.4475 11.3604L15.1986 8.612C15.7073 8.10706 15.9954 7.42157 15.9999 6.70518C16.0045 5.9888 15.7251 5.29972 15.2228 4.7884Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E") !important;
  border-radius: 0;
  padding: 0;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.mailto,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.mailto,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.mailto,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.mailto {
  order: 7;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id=' Share / Mail'%3E %3Cpath id='icon' d='M25 7C25.5523 7 26 7.44772 26 8V22C26 22.5523 25.5523 23 25 23H5C4.44772 23 4 22.5523 4 22V8C4 7.44772 4.44772 7 5 7H25ZM16.0322 17.2539C15.4124 17.6877 14.5875 17.6877 13.9678 17.2539L5.59961 11.3955V21.4004H24.4004V11.3955L16.0322 17.2539ZM5.59961 9.44238L14.8857 15.9434C14.9545 15.9913 15.0455 15.9913 15.1143 15.9434L24.4004 9.44238V8.59961H5.59961V9.44238Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.font-moses .magazine2025.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.print,
.font-moses .magazine.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.print,
.font-moses .magazine_template.grid1280_2 .SiteArticleSocialShareNew1280.article-actions-bar .share-menu .share-menu-btns .share-icon.print,
.font-moses .SiteArticleSocialShareNew1280.article-actions-bar--magazine .share-menu .share-menu-btns .share-icon.print {
  order: 8;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' overflow='visible' style='display: block;' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Share / Print'%3E %3Cpath id='icon' fill-rule='evenodd' clip-rule='evenodd' d='M9 5V11H6.2C5.61652 11 5.05695 11.2575 4.64437 11.716C4.23178 12.1744 4 12.7961 4 13.4444V19.5556C4 20.2039 4.23178 20.8256 4.64437 21.284C5.05695 21.7425 5.61652 22 6.2 22H9V25C9 25.5523 9.44771 26 10 26H20C20.5523 26 21 25.5523 21 25V22H23.8C24.3835 22 24.9431 21.7425 25.3556 21.284C25.7682 20.8256 26 20.2039 26 19.5556V13.4444C26 12.7961 25.7682 12.1744 25.3556 11.716C24.9431 11.2575 24.3835 11 23.8 11H21V5C21 4.44772 20.5523 4 20 4H10C9.44772 4 9 4.44772 9 5ZM10.6 5.6V11H19.4V5.6H10.6ZM21 20.4H23.8C23.9015 20.4 24.0377 20.3567 24.1664 20.2137C24.3001 20.0651 24.4 19.8307 24.4 19.5556V13.4444C24.4 13.1693 24.3001 12.9349 24.1664 12.7863C24.0377 12.6433 23.9015 12.6 23.8 12.6H6.2C6.09853 12.6 5.96234 12.6433 5.83364 12.7863C5.69993 12.9349 5.6 13.1693 5.6 13.4444V19.5556C5.6 19.8307 5.69993 20.0651 5.83364 20.2137C5.96234 20.3567 6.09853 20.4 6.2 20.4H9V18C9 17.4477 9.44772 17 10 17H20C20.5523 17 21 17.4477 21 18V20.4ZM10.6 24.4H19.4V18.6H10.6V24.4Z' fill='%23000'/%3E %3C/g%3E %3C/svg%3E") !important;
}
@keyframes magazine-share-pill-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.share-menu-mobile-trigger {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.fp-header .fp-left {
  flex: unset !important;
}
.flowplayer.is-popped-out .fp-float-wrapper {
  max-width: 315px !important;
  bottom: 65px !important;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-logo {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-mute-float {
  top: 16% !important;
  width: 1.9em !important;
  height: 1.9em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-exit-float {
  top: -20% !important;
  right: 10px !important;
  width: 2.2em !important;
  height: 2.2em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-exit-float {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-togglable {
  position: absolute;
  top: -240%;
  left: 205%;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .ad-indicator {
  position: absolute;
  left: 150%;
  width: 75%;
  margin: unset;
  padding: unset;
  color: white;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-controls.fp-togglable {
  background-image: linear-gradient(to bottom 60%, transparent, #000);
}
.blockedVideo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.articleVideoComponenta .blockedVideo {
  padding-bottom: 56%;
}
.blockedVideo span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .SiteVideoLightbox {
    position: relative;
  }
  .SiteVideoLightbox .inlinePlayer[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
  .SiteVideoLightbox .inlinePlayer[style] video[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
  .SiteVideoLightbox .video-container[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
}
.video-js.inlinePlayer {
  width: 100%;
  height: 100%;
}
.video-js.inlinePlayer.vjs-v6,
.video-js.inlinePlayer.vjs-v7 {
  padding-top: 56.25%;
}
.video-js.inlinePlayer .vjs-poster {
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  padding-top: unset;
}
.video-js.inlinePlayer.is-sticky {
  padding-top: 0 !important;
}
.holaWrapper {
  width: 100%;
  height: 100%;
}
.Calcalist-Article-Top-Story .flowplayer {
  margin-right: 129px;
}
.ctech .Calcalist-Article-Top-Story .flowplayer {
  margin-left: 129px;
  margin-right: unset !important;
}
.Calcalist-Article-Top-Story .video-js.inlinePlayer.vjs-v6,
.Calcalist-Article-Top-Story .video-js.inlinePlayer.vjs-v7 {
  padding-top: initial;
  margin-right: 129px;
}
.Calcalist-Article-Top-Story .videoDetails {
  display: flex;
  background: #27272e;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-family: inherit;
  font-size: 14px;
  margin-top: -3px;
  margin-right: 129px;
}
.Calcalist-Article-Top-Story .videoDetails > * {
  margin: 0 5px;
}
.videojsContainer.is-sticky {
  position: fixed;
  left: 10px;
  bottom: 10px;
  padding-top: 0;
  height: 158px;
  width: 284px !important;
  overflow: visible;
  z-index: 23;
}
.videojsContainer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.videojsContainer.is-sticky .ynetfp-close-button {
  display: block;
  position: absolute;
  top: -35px;
  left: 0px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.3;
}
.videojsContainer.is-sticky .ynetfp-close-button:hover {
  opacity: 1;
}
.videojsContainer.is-sticky .ynetfp-close-button:before,
.videojsContainer.is-sticky .ynetfp-close-button:after {
  position: absolute;
  top: 0;
  left: 10px;
  height: 33px;
  width: 3px;
  background-color: #cc0000;
  content: ' ';
}
.videojsContainer.is-sticky .ynetfp-close-button:before {
  transform: rotate(45deg);
}
.videojsContainer.is-sticky .ynetfp-close-button:after {
  transform: rotate(-45deg);
}
.videojsContainer .vjs-big-play-button {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 2em !important;
  height: 2em !important;
  border-radius: 100% !important;
}
.videojsContainer .vjs-big-play-button > .vjs-icon-placeholder:before {
  content: "\f101";
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.videojsContainer .vjs-big-play-button.force-display {
  display: block !important;
  z-index: 1;
}
.flowplayer.hidePlayImgAndLogo .fp-play,
.flowplayer.hidePlayImgAndLogo .fp-logo {
  display: none !important;
}
.flowplayer.is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.flowplayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.flowplayer.is-sticky .fp-controls {
  background-color: rgba(0, 0, 0, 0.5);
  width: 202px;
}
.flowplayer.is-sticky .ynetfp-close-button {
  display: block;
  z-index: 9999;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg data-name='Group 1' transform='translate(-21 -14)'%3E %3Ccircle data-name='Ellipse 1' cx='13' cy='13' r='13' transform='translate(21 14)' style='opacity:.67'/%3E %3Cpath data-name='Path 1' d='M8.188 6.914H15.1V8.22H8.188v6.88H6.882V8.22H0V6.914h6.882V0h1.306z' transform='rotate(45 -2.77 49.37)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: -33px;
  right: 10px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.flowplayer.is-sticky .fp-bar {
  max-width: 38%;
}
.flowplayer.is-sticky .fp-share_button {
  padding-top: 4px;
}
.flowplayer .fp-title {
  display: none;
}
.flowplayer.ynetTv,
.flowplayer.ynetTv.hasTitle {
  max-width: 640px ! important;
  margin: 8% auto ! important;
}
.flowplayer.ynetTv .fp-logo,
.flowplayer.ynetTv.hasTitle .fp-logo {
  top: 15px ! important;
  left: 15px ! important;
  bottom: initial;
}
.flowplayer.ynetTv img.ynetTvLogo,
.flowplayer.ynetTv.hasTitle img.ynetTvLogo {
  top: 0px;
  position: absolute;
  bottom: initial;
  left: initial;
  right: 0;
  height: 23px;
  width: auto;
  margin: 10px;
}
.flowplayer.ynetTv .fp-title,
.flowplayer.ynetTv.hasTitle .fp-title,
.flowplayer.ynetTv .fp-fullscreen,
.flowplayer.ynetTv.hasTitle .fp-fullscreen {
  display: none;
}
.flowplayer.ynetTv .ynetfp-ads,
.flowplayer.ynetTv.hasTitle .ynetfp-ads {
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
}
.flowplayer.ynetTv .ynetfp-ads:before,
.flowplayer.ynetTv.hasTitle .ynetfp-ads:before {
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-header,
.flowplayer.ynetTv.hasTitle .fp-header {
  position: absolute;
  top: -40px ! important;
  opacity: 1;
  background: #000;
  width: 100%;
  height: 40px;
}
.flowplayer.ynetTv .fp-header .fp-unload,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload {
  display: block;
  border: 1px solid;
  border-radius: 50%;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  margin: 10px;
}
.flowplayer.ynetTv .fp-header .fp-unload:before,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload:before {
  left: 2px;
  position: absolute;
  top: 2px;
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-playlist,
.flowplayer.ynetTv.hasTitle .fp-playlist {
  bottom: -152px;
  padding-top: 87px;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding-right: 5px;
  padding-left: 5px;
}
.flowplayer.ynetTv .fp-playlist a,
.flowplayer.ynetTv.hasTitle .fp-playlist a {
  float: right ! important;
  margin-right: 0 ! important;
}
.flowplayer.ynetTv .fp-playlist .vp-info,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info {
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  height: 87px;
  padding-right: 7px;
}
.flowplayer.ynetTv .fp-playlist .vp-info > p,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info > p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  text-align: right;
  padding: 2px 0px 0 7px;
  font-family: arial;
  line-height: 1.5;
  font-size: 12px;
  max-height: 40px;
  margin: 0;
}
.flowplayer.ynetTv .fp-playlist .vp-info .vp-title,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info .vp-title {
  font-size: 15px;
  font-weight: bold;
  max-height: 20px;
  white-space: nowrap;
}
.flowplayer.ynetTv .fp-playlist .vp-info a,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a {
  background-color: #de1111;
  text-decoration: none;
  padding-right: 2px;
  font-size: 12px;
}
.flowplayer.ynetTv .fp-playlist .vp-info a img,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a img {
  float: left;
  margin-right: 5px;
}
.flowplayer.ynetTv .fp-playlist > a,
.flowplayer.ynetTv.hasTitle .fp-playlist > a {
  display: block;
  width: 105px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
  float: right;
}
.flowplayer.ynetTv .fp-playlist > a:first-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:first-child {
  margin-left: 5px;
}
.flowplayer.ynetTv .fp-playlist > a:last-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:last-child {
  margin-left: 0px;
}
.flowplayer.ynetTv .fp-playlist > a:hover,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  opacity: 1;
  z-index: 1;
  border: 0;
  border-radius: 0;
  transform: scale(1);
}
.flowplayer.ynetTv .fp-playlist > a.is-active,
.flowplayer.ynetTv.hasTitle .fp-playlist > a.is-active {
  opacity: 1;
  box-shadow: 0 0 15px 0 #fff;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 20;
  color: white;
  margin: 0.9em 0 0 0.9em;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads:before {
  content: "\e10f";
}
.flowplayer .fp-ad-container .fp-ui.fp-shown .ynetfp-ads {
  display: block;
}
.flowplayer .fp-controls.is-hidden {
  display: none;
}
.flowplayer .fp-controls > * {
  margin: 0 .1em ! important;
}
.flowplayer .fp-controls .fp-bar {
  flex: inherit ! important;
  flex-grow: 1 ! important;
  min-width: 50%;
}
.flowplayer .fp-controls .fp-bar > * {
  top: 0;
}
.flowplayer .fp-share {
  display: none;
}
.flowplayer .fp-share_button {
  float: right;
  margin-right: 0px ! important;
}
.flowplayer .fp-share_button:before {
  content: "\e009";
}
.flowplayer.is-disabled .fp-header {
  opacity: 0 !important;
}
.flowplayer .fp-header {
  direction: rtl;
}
.flowplayer .fp-header .fp-icon.fp-embed {
  float: right;
  margin-right: 0;
}
.flowplayer .fp-header .share_button {
  width: 50px;
  height: 50px;
  background: #000;
}
.flowplayer .fp-header .fp-message {
  opacity: inherit;
  background-color: inherit;
  float: right;
  width: 70%;
  text-align: right;
}
.flowplayer .fp-header .fp-message a {
  text-decoration: underline !important;
}
.flowplayer .fp-header .fp-unload.fp-icon {
  float: left;
}
.flowplayer .share_window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.flowplayer .share_window.hidden {
  display: none;
}
.flowplayer .share_window .shareTitle {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  margin-top: 20%;
}
.flowplayer .share_window .shareButtons {
  display: flex;
  margin-top: 20px;
  width: auto;
  flex-direction: row;
  align-self: center;
}
.flowplayer .share_window .shareButtons button,
.flowplayer .share_window .shareButtons a {
  flex-shrink: 0;
  margin: 5px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.flowplayer .share_window .shareButtons .closeShare {
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 5px;
  left: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.flowplayer .share_window .shareButtons .closeShare:before {
  content: "\e10f";
}
.flowplayer .share_window .fp-playlist {
  position: absolute;
  display: flex !important;
  bottom: -97px;
  padding-top: 27px;
  padding-bottom: 5px;
  width: 100%;
  background-color: black;
}
.flowplayer .share_window .fp-playlist > a {
  display: block;
  width: 87px;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
}
.flowplayer .share_window .fp-playlist > a:first-child {
  margin-left: 0px;
}
.flowplayer .share_window .fp-playlist > a:hover {
  border: white 1px solid;
  transform: scale(1.3);
  opacity: 1;
  z-index: 1;
}
.flowplayer .share_window .fp-playlist > a.is-active {
  opacity: 1;
}
.flowplayer .share_window.is-overlaid a.fp-logo {
  top: 2.9em;
  left: 2.9em;
  bottom: initial;
}
.flowplayer .share_window a.fp-logo {
  top: 15px;
  left: 15px;
  bottom: initial;
}
.flowplayer .share_window .ynetfp-close-button {
  display: none;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div iframe:first-child {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer_external_mute,
.youtube_external_mute,
.videojs_external_mute,
.hola_external_mute {
  height: 30px;
  width: 30px;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23FE0000' xml:space='preserve'%3E %3Cpath d='M14,8H6v16h8l12,8V0L14,8z M24,28.3l-8-5.3V9.1l8-5.3V28.3z'/%3E %3C/svg%3E") no-repeat center center transparent !important;
  z-index: 1;
  position: absolute;
  border: 0;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.flowplayer_external_mute.hola_external_mute,
.youtube_external_mute.hola_external_mute,
.videojs_external_mute.hola_external_mute,
.hola_external_mute.hola_external_mute {
  bottom: 25px;
}
.flowplayer_external_mute.muted,
.youtube_external_mute.muted,
.videojs_external_mute.muted,
.hola_external_mute.muted {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23FE0000' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M5.6,10.4H0v11.3h5.6l8.5,5.6V4.7L5.6,10.4z M12.7,24.6L7,20.9v-9.8l5.6-3.8V24.6z'/%3E %3Cpolygon points='32,11.6 31,10.6 26.6,15 22.1,10.6 21.1,11.6 25.6,16 21.1,20.4 22.1,21.4 26.6,17 31,21.4 32,20.4 27.6,16 '/%3E %3C/g%3E %3C/svg%3E") no-repeat center center transparent !important;
}
.MediaCarousel img,
.galleryDroppedImage img,
.mediaArea img,
.VideoLiveComponenta img,
.VideoComponenta img,
.PageVideoLiveComponenta img,
.youTubeLightBoxPlayer img,
.SiteVideoLightbox img {
  cursor: pointer;
}
.MediaCarousel .sitePagelightBoxVideoPlayer,
.galleryDroppedImage .sitePagelightBoxVideoPlayer,
.mediaArea .sitePagelightBoxVideoPlayer,
.VideoLiveComponenta .sitePagelightBoxVideoPlayer,
.VideoComponenta .sitePagelightBoxVideoPlayer,
.PageVideoLiveComponenta .sitePagelightBoxVideoPlayer,
.youTubeLightBoxPlayer .sitePagelightBoxVideoPlayer,
.SiteVideoLightbox .sitePagelightBoxVideoPlayer {
  position: relative;
  width: 100%;
  height: 100%;
}
.MediaCarousel img.poster,
.galleryDroppedImage img.poster,
.mediaArea img.poster,
.VideoLiveComponenta img.poster,
.VideoComponenta img.poster,
.PageVideoLiveComponenta img.poster,
.youTubeLightBoxPlayer img.poster,
.SiteVideoLightbox img.poster {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster,
.galleryDroppedImage .iconOnPoster,
.mediaArea .iconOnPoster,
.VideoLiveComponenta .iconOnPoster,
.VideoComponenta .iconOnPoster,
.PageVideoLiveComponenta .iconOnPoster,
.youTubeLightBoxPlayer .iconOnPoster,
.SiteVideoLightbox .iconOnPoster,
.MediaCarousel .fp-play.fp-visible,
.galleryDroppedImage .fp-play.fp-visible,
.mediaArea .fp-play.fp-visible,
.VideoLiveComponenta .fp-play.fp-visible,
.VideoComponenta .fp-play.fp-visible,
.PageVideoLiveComponenta .fp-play.fp-visible,
.youTubeLightBoxPlayer .fp-play.fp-visible,
.SiteVideoLightbox .fp-play.fp-visible {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster.big,
.galleryDroppedImage .iconOnPoster.big,
.mediaArea .iconOnPoster.big,
.VideoLiveComponenta .iconOnPoster.big,
.VideoComponenta .iconOnPoster.big,
.PageVideoLiveComponenta .iconOnPoster.big,
.youTubeLightBoxPlayer .iconOnPoster.big,
.SiteVideoLightbox .iconOnPoster.big,
.MediaCarousel .fp-play.fp-visible.big,
.galleryDroppedImage .fp-play.fp-visible.big,
.mediaArea .fp-play.fp-visible.big,
.VideoLiveComponenta .fp-play.fp-visible.big,
.VideoComponenta .fp-play.fp-visible.big,
.PageVideoLiveComponenta .fp-play.fp-visible.big,
.youTubeLightBoxPlayer .fp-play.fp-visible.big,
.SiteVideoLightbox .fp-play.fp-visible.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.MediaCarousel .iconOnPoster.small,
.galleryDroppedImage .iconOnPoster.small,
.mediaArea .iconOnPoster.small,
.VideoLiveComponenta .iconOnPoster.small,
.VideoComponenta .iconOnPoster.small,
.PageVideoLiveComponenta .iconOnPoster.small,
.youTubeLightBoxPlayer .iconOnPoster.small,
.SiteVideoLightbox .iconOnPoster.small,
.MediaCarousel .fp-play.fp-visible.small,
.galleryDroppedImage .fp-play.fp-visible.small,
.mediaArea .fp-play.fp-visible.small,
.VideoLiveComponenta .fp-play.fp-visible.small,
.VideoComponenta .fp-play.fp-visible.small,
.PageVideoLiveComponenta .fp-play.fp-visible.small,
.youTubeLightBoxPlayer .fp-play.fp-visible.small,
.SiteVideoLightbox .fp-play.fp-visible.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.MediaCarousel .iconOnPoster .fp-play-sharp-fill,
.galleryDroppedImage .iconOnPoster .fp-play-sharp-fill,
.mediaArea .iconOnPoster .fp-play-sharp-fill,
.VideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.VideoComponenta .iconOnPoster .fp-play-sharp-fill,
.PageVideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.youTubeLightBoxPlayer .iconOnPoster .fp-play-sharp-fill,
.SiteVideoLightbox .iconOnPoster .fp-play-sharp-fill,
.MediaCarousel .fp-play.fp-visible .fp-play-sharp-fill,
.galleryDroppedImage .fp-play.fp-visible .fp-play-sharp-fill,
.mediaArea .fp-play.fp-visible .fp-play-sharp-fill,
.VideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.VideoComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.PageVideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.youTubeLightBoxPlayer .fp-play.fp-visible .fp-play-sharp-fill,
.SiteVideoLightbox .fp-play.fp-visible .fp-play-sharp-fill {
  display: none ! important;
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon {
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon .icon {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M27.6,13.5L7.7,0.5C5.7-0.8,3.1,0.6,3.1,3v26c0,2.4,2.6,3.8,4.6,2.5l19.9-13C29.4,17.3,29.4,14.7,27.6,13.5z'/%3E %3C/svg%3E") no-repeat center center;
  width: 34px;
  height: 40px;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .MediaCarousel .youTubePlayer,
  .galleryDroppedImage .youTubePlayer,
  .mediaArea .youTubePlayer,
  .VideoLiveComponenta .youTubePlayer,
  .VideoComponenta .youTubePlayer,
  .PageVideoLiveComponenta .youTubePlayer,
  .youTubeLightBoxPlayer .youTubePlayer,
  .SiteVideoLightbox .youTubePlayer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .MediaCarousel .youTubePlayer iframe,
  .galleryDroppedImage .youTubePlayer iframe,
  .mediaArea .youTubePlayer iframe,
  .VideoLiveComponenta .youTubePlayer iframe,
  .VideoComponenta .youTubePlayer iframe,
  .PageVideoLiveComponenta .youTubePlayer iframe,
  .youTubeLightBoxPlayer .youTubePlayer iframe,
  .SiteVideoLightbox .youTubePlayer iframe,
  .MediaCarousel .youTubePlayer object,
  .galleryDroppedImage .youTubePlayer object,
  .mediaArea .youTubePlayer object,
  .VideoLiveComponenta .youTubePlayer object,
  .VideoComponenta .youTubePlayer object,
  .PageVideoLiveComponenta .youTubePlayer object,
  .youTubeLightBoxPlayer .youTubePlayer object,
  .SiteVideoLightbox .youTubePlayer object,
  .MediaCarousel .youTubePlayer embed,
  .galleryDroppedImage .youTubePlayer embed,
  .mediaArea .youTubePlayer embed,
  .VideoLiveComponenta .youTubePlayer embed,
  .VideoComponenta .youTubePlayer embed,
  .PageVideoLiveComponenta .youTubePlayer embed,
  .youTubeLightBoxPlayer .youTubePlayer embed,
  .SiteVideoLightbox .youTubePlayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.MediaCarousel .youTubePlayer,
.galleryDroppedImage .youTubePlayer,
.mediaArea .youTubePlayer,
.VideoLiveComponenta .youTubePlayer,
.VideoComponenta .youTubePlayer,
.PageVideoLiveComponenta .youTubePlayer,
.youTubeLightBoxPlayer .youTubePlayer,
.SiteVideoLightbox .youTubePlayer {
  direction: ltr;
  background-color: #000;
}
.MediaCarousel .youTubePlayer.is-sticky,
.galleryDroppedImage .youTubePlayer.is-sticky,
.mediaArea .youTubePlayer.is-sticky,
.VideoLiveComponenta .youTubePlayer.is-sticky,
.VideoComponenta .youTubePlayer.is-sticky,
.PageVideoLiveComponenta .youTubePlayer.is-sticky,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky,
.SiteVideoLightbox .youTubePlayer.is-sticky {
  position: fixed;
  overflow: visible;
  bottom: 10px;
  z-index: 23;
  left: 10px;
  animation: animateStickyVideo 0.2s ease;
}
.MediaCarousel .youTubePlayer.is-sticky.is-sticky-sargel,
.galleryDroppedImage .youTubePlayer.is-sticky.is-sticky-sargel,
.mediaArea .youTubePlayer.is-sticky.is-sticky-sargel,
.VideoLiveComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.VideoComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.PageVideoLiveComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky.is-sticky-sargel,
.SiteVideoLightbox .youTubePlayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.MediaCarousel .youTubePlayer.is-sticky iframe,
.galleryDroppedImage .youTubePlayer.is-sticky iframe,
.mediaArea .youTubePlayer.is-sticky iframe,
.VideoLiveComponenta .youTubePlayer.is-sticky iframe,
.VideoComponenta .youTubePlayer.is-sticky iframe,
.PageVideoLiveComponenta .youTubePlayer.is-sticky iframe,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky iframe,
.SiteVideoLightbox .youTubePlayer.is-sticky iframe {
  height: 160px;
  width: 284px !important;
  transition: all 0.2s ease;
  transition-property: left, right, bottom, top;
}
.MediaCarousel .youTubePlayer.is-sticky .ynetfp-close-button,
.galleryDroppedImage .youTubePlayer.is-sticky .ynetfp-close-button,
.mediaArea .youTubePlayer.is-sticky .ynetfp-close-button,
.VideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.VideoComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.PageVideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky .ynetfp-close-button,
.SiteVideoLightbox .youTubePlayer.is-sticky .ynetfp-close-button {
  display: block;
  position: absolute;
  cursor: pointer;
  top: -26px;
  z-index: 20;
  color: black;
}
.MediaCarousel .youTubePlayer.is-sticky .ynetfp-close-button:before,
.galleryDroppedImage .youTubePlayer.is-sticky .ynetfp-close-button:before,
.mediaArea .youTubePlayer.is-sticky .ynetfp-close-button:before,
.VideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.VideoComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.PageVideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky .ynetfp-close-button:before,
.SiteVideoLightbox .youTubePlayer.is-sticky .ynetfp-close-button:before {
  content: "\e10f";
}
@keyframes animateStickyVideo {
  0% {
    transform: scale(1.5);
    left: 75px;
    opacity: 0;
  }
  100% {
    left: 10px;
    opacity: 1;
  }
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer,
.mediaArea .siteYnetTvLightBoxYoutubePlayer,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer {
  height: 100%;
  cursor: pointer;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header {
  position: absolute;
  top: -40px ! important;
  opacity: 1;
  background: #000;
  width: 100%;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo {
  top: 0px;
  /* position: absolute; */
  bottom: initial;
  left: initial;
  right: 0;
  height: 23px;
  width: auto;
  margin: 10px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px;
  border: 1px solid white;
  border-radius: 50px;
  padding: 1px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer {
  height: 152px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner {
  position: absolute;
  bottom: 0;
  direction: rtl;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 5px;
  background-color: black;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail {
  display: block;
  width: 87px;
  height: 65px;
  margin-left: 5px;
  opacity: 0.7;
  border: transparent 1px solid;
  width: 105px;
  height: 60px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover {
  opacity: 1;
  box-shadow: 0 0 15px 0 #fff;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton {
  height: 70px;
  width: 30px;
  cursor: pointer;
  z-index: 5;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left {
  left: 0;
}
.youTubeLightBoxPlayer,
.SiteVideoLightbox {
  height: 100%;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_header,
.SiteVideoLightbox #ynet_lightbox_video_header {
  height: 21px;
  background: black;
  color: white;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_p,
.SiteVideoLightbox .ynet_lightbox_video_header_p {
  padding: 0 7px 0 3px;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_p .ynet_lightbox_video_close,
.SiteVideoLightbox .ynet_lightbox_video_header_p .ynet_lightbox_video_close {
  border: none;
  margin: 0;
  width: auto;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
}
.youTubeLightBoxPlayer .ynet_lightbox_floatr,
.SiteVideoLightbox .ynet_lightbox_floatr {
  float: right;
  display: block;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_title_wrap,
.SiteVideoLightbox .ynet_lightbox_video_header_title_wrap {
  margin-top: 2px;
  width: 80%;
}
.youTubeLightBoxPlayer .ynet_lightbox_pointer,
.SiteVideoLightbox .ynet_lightbox_pointer {
  cursor: pointer;
}
.youTubeLightBoxPlayer .ynet_lightbox_floatl,
.SiteVideoLightbox .ynet_lightbox_floatl {
  float: left;
  display: block;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 940px) and (orientation : landscape) {
  .youTubeLightBoxPlayer #ynet_lightbox_video_footer_inner,
  .SiteVideoLightbox #ynet_lightbox_video_footer_inner {
    display: none !important;
  }
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer,
.SiteVideoLightbox #ynet_lightbox_video_footer {
  display: flex;
  background-color: black;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner {
  position: relative;
  padding-top: 27px;
  padding-bottom: 5px;
  direction: ltr;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper {
  position: relative;
  display: block;
  width: 87px;
  height: 65px;
  margin-left: 5px;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:nth-child(n+8),
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:nth-child(n+8) {
  display: none;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper {
  position: relative;
  width: 87px;
  height: 65px;
  border: transparent 1px solid;
  opacity: 0.7;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper img,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper:hover,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper:hover {
  border: white 1px solid;
  transform: scale(1.3);
  opacity: 1;
  z-index: 999;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:first-of-type,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:first-of-type {
  margin: 0;
}
.youTubeLightBoxPlayer .iconOnPoster,
.SiteVideoLightbox .iconOnPoster,
.youTubeLightBoxPlayer .fp-play.fp-visible,
.SiteVideoLightbox .fp-play.fp-visible {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.youTubeLightBoxPlayer .iconOnPoster.big,
.SiteVideoLightbox .iconOnPoster.big,
.youTubeLightBoxPlayer .fp-play.fp-visible.big,
.SiteVideoLightbox .fp-play.fp-visible.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.youTubeLightBoxPlayer .iconOnPoster.small,
.SiteVideoLightbox .iconOnPoster.small,
.youTubeLightBoxPlayer .fp-play.fp-visible.small,
.SiteVideoLightbox .fp-play.fp-visible.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.youTubeLightBoxPlayer .iconOnPoster .fp-play-sharp-fill,
.SiteVideoLightbox .iconOnPoster .fp-play-sharp-fill,
.youTubeLightBoxPlayer .fp-play.fp-visible .fp-play-sharp-fill,
.SiteVideoLightbox .fp-play.fp-visible .fp-play-sharp-fill {
  display: none ! important;
}
