/*! 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;
}
.ArticleBodyComponent {
  font-family: arial !important;
  font-size: 14px;
}
.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: 13px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  list-style-position: inside;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1.3;
  padding-inline-start: 0px;
}
.ArticleBodyComponent ul li > * {
  display: inline;
}
.ArticleBodyComponent .special_ul {
  list-style-type: none;
  font-size: 20px;
  color: #1417ac;
  line-height: 24px;
  margin-bottom: 13px;
}
.ArticleBodyComponent .special_ul li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(20, 23, 172)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 4px right;
  background-size: 15px;
  margin: 10px 0;
}
.ArticleBodyComponent .special_ul li > div {
  padding-right: 22px;
  display: block;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p,
.ArticleBodyComponent .ynet_article_paragraph {
  margin: 0 0 13px 0;
}
.ArticleBodyComponent .text_editor_block_quote {
  margin: 5px 10px 10px;
  position: relative;
  z-index: 5;
  font-size: 120%;
  float: left;
}
.ArticleBodyComponent .text_editor_block_quote.editorQuotes_right {
  float: right;
}
.ArticleBodyComponent .text_editor_contact_us_link {
  width: 208px;
  height: 16px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
}
.ArticleBodyComponent .text_editor_contact_us_link a {
  color: #9d9d9d;
}
.ArticleBodyComponent .iframeCaption {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
.originalLaunchDate {
  color: #8c8c8c;
  line-height: 20px;
  font-size: 14px;
}
.font-moses .originalLaunchDate {
  font-size: 12px;
  font-weight: 340;
}
.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;
}
.article-collapsible-box-component {
  min-height: 200px;
  position: relative;
  padding: 25px;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-collapsible-box-component:has(.article-body:not(.collapsed)) {
  max-height: 10100px;
  overflow: unset;
}
.article-collapsible-box-component .article-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 670;
  margin-bottom: 15px;
}
.article-collapsible-box-component .article-body {
  font-size: 18px;
  font-weight: 340;
  margin-bottom: 25px;
  line-height: 28px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 10000px;
}
.article-collapsible-box-component .article-body.collapsed {
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
  max-height: fit-content;
}
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ul[style],
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ol[style] {
  display: block !important;
}
.article-collapsible-box-component .article-body .text_editor_block_quote {
  margin: 15px 0 !important;
  font-size: 22px;
  line-height: 30px;
}
.article-collapsible-box-component .article-body .text_editor_paragraph_collapsible {
  color: #000000;
  direction: rtl;
  font-family: "Moses", "NarkisBlock";
  font-size: 18px;
  font-style: normal;
  font-weight: 340;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.article-collapsible-box-component .show-fade {
  width: 100%;
  height: 118.595px;
  position: absolute;
  margin-inline-start: -20px;
  bottom: 0;
  background: linear-gradient(180.97deg, rgba(245, 245, 245, 0) -11.94%, #EFEFEF 74.43%);
  transition: 0.4s linear;
}
.article-collapsible-box-component .toggle-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: sticky;
  top: 200px;
  bottom: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Up / White' filter='url(%23filter0_d_1_5530)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7211 26.7968C16.2372 27.3255 17.074 27.3255 17.5901 26.7968L26.0007 18.1813L34.4112 26.7968C34.9273 27.3255 35.7641 27.3255 36.2802 26.7968C36.7963 26.2682 36.7963 25.411 36.2802 24.8823L27.4024 15.7881C26.6282 14.9951 25.3731 14.9951 24.5989 15.7881L15.7211 24.8823C15.205 25.411 15.205 26.2682 15.7211 26.7968Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5530' x='0' y='0.193359' width='52' height='52' 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 %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5530'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5530'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5530' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  cursor: pointer;
  float: left;
  z-index: 10;
}
.article-collapsible-box-component .toggle-btn.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Down / White' filter='url(%23filter0_d_1_5066)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7201 19.5899C16.2362 19.0612 17.073 19.0612 17.5891 19.5899L25.9997 28.2054L34.4102 19.5899C34.9264 19.0612 35.7631 19.0612 36.2793 19.5899C36.7954 20.1186 36.7954 20.9757 36.2793 21.5044L27.4014 30.5986C26.6273 31.3916 25.3721 31.3916 24.5979 30.5986L15.7201 21.5044C15.204 20.9757 15.204 20.1186 15.7201 19.5899Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5066' x='0' y='0.193359' width='52' height='52' 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 %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5066'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5066'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5066' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  top: unset;
  position: absolute;
  left: 25px;
  float: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn.collapsed {
  right: 25px;
  left: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn {
  float: right;
}
.article-collapsible-box-component .toggle-btn .toggle-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-inline-start: 1px solid #fff;
  transition: 0.4s linear;
  line-height: 22px;
  padding: 8px;
}
.englishSite .article-collapsible-box-component .toggle-btn .toggle-text {
  font-size: 16px;
}
.article-collapsible-box-component .toggle-btn .toggle-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s linear;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-open {
  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 %3Cpath d='M12 6.86979V5.53646H6.66667V0.203125H5.33333V5.53646H0V6.86979H5.33333V12.2031H6.66667V6.86979H12Z' fill='white'/%3E %3C/svg%3E");
  rotate: 45deg;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-close {
  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 %3Cpath d='M12 6.86979V5.53646H6.66667V0.203125H5.33333V5.53646H0V6.86979H5.33333V12.2031H6.66667V6.86979H12Z' fill='white'/%3E %3C/svg%3E");
}
.drag-article-message {
  width: 740px !important;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #F1F1F1;
}
.drag-article-message:hover {
  border: 1px dashed #b7c0ff;
}
.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;
}
@-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;
}
.font-moses .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background-image: none;
  background-color: #ed1c24;
  font-size: 16px;
  font-weight: 670;
}
.ArticleComment1280 {
  background-color: transparent !important;
}
.ArticleComment1280.level1 {
  border-top: 1px solid #dadadd;
  padding: 15px 0px;
}
.ArticleComment1280.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 10px;
  padding-bottom: 10px;
}
.ArticleComment1280.expanded {
  background-color: transparent !important;
}
.ArticleComment1280 .redTitleText {
  color: #de1a1a;
  font-weight: 600;
}
.ArticleComment1280 .topView {
  display: flex;
}
.ArticleComment1280 .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 10px;
}
.ArticleComment1280 .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%239D9D9D' fill-rule='nonzero'%3E %3Cg%3E %3Cpath d='M11.56 0v3.29c0 2.512-1.92 4.561-4.328 4.667l-.197.005-4.747-.001 1.943 1.764-.711.835L.659 7.96H.657V7.96L0 7.363l3.463-3.652.77.778L1.99 6.85h5.044c1.845 0 3.352-1.495 3.444-3.377l.005-.183V0h1.076z' transform='translate(-1153.000000, -781.000000) translate(1153.000000, 781.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 11px;
  margin-top: 2px;
}
.ArticleComment1280 .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  min-width: 20px;
  flex-shrink: 0;
}
.font-moses .ArticleComment1280 .topView .commentNum {
  font-size: 14px;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 2px;
}
.ArticleComment1280 .topView .topLeftView .commentDetailsWrapper {
  display: flex;
}
.ArticleComment1280 .topView .topLeftView .details {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  justify-content: flex-start;
}
.ArticleComment1280 .topView .topLeftView .details > div {
  display: flex;
  flex-shrink: 0;
}
.ArticleComment1280 .topView .topLeftView .details .publishDate {
  margin-left: 25px;
}
.ArticleComment1280 .topView .topLeftView .details span {
  margin-left: 5px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper {
  display: flex;
  align-items: center;
  width: auto;
  margin: auto 0 auto 22px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg {
  margin-left: 7px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg {
  position: relative;
  bottom: 1px;
  fill: #727276;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  cursor: pointer;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg.likePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg {
  cursor: pointer;
  position: relative;
  top: 3px;
  fill: #727276;
  width: 16px;
  height: 16px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg.dislikePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  color: #727276;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin: auto 0px auto 2px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-left: 0;
}
.ArticleComment1280 .topView .topLeftView .details .commentToComent {
  background: transparent;
  border: 0;
  color: #1417ac;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.3px;
  margin-left: 28px;
}
.font-moses .ArticleComment1280 .topView .topLeftView .details .commentToComent {
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView .commentTitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 8px;
  cursor: pointer;
}
.font-moses .ArticleComment1280 .topView .topLeftView .commentTitle {
  font-size: 14px;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView .commentTitle.expanded {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ArticleComment1280 .topView .topLeftView .commentText {
  margin-bottom: 8px;
  padding: 0;
  border: 0px;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-align: right;
  color: #000;
  display: none;
}
.font-moses .ArticleComment1280 .topView .topLeftView .commentText {
  font-size: 14px;
  line-height: 20px;
  font-weight: 340;
}
.ArticleComment1280 .topView .topLeftView .commentText.expanded {
  display: block;
}
.ArticleComment1280 .expandedView {
  padding-bottom: 0;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 30px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 55px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 85px;
}
.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;
}
.font-moses .ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  margin: 6px 0 auto 9px;
  font-size: 10px;
  font-weight: 670;
}
.ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: 32px;
}
.font-moses .ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-family: 'MosesDisplay', 'NarkisBlock' ! important;
  font-size: 34px;
  line-height: 38px;
  font-weight: 800;
  letter-spacing: 1.02px;
}
.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;
}
.font-moses .ArticleCommentsTopTabUI1280 .newCommentBtn {
  font-size: 16px;
  font-weight: 670;
  background-color: #de1a1a;
  background-image: none;
}
.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;
}
.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;
  }
}
.article-commercial-promotion-container {
  font-family: 'NarkisBlock';
}
.font-moses .article-commercial-promotion-container {
  font-family: "Moses", 'NarkisBlock';
}
.article-commercial-promotion-container .seperator {
  height: 1px;
  display: block;
  background: #78787b;
  margin: 20px 0;
}
.article-commercial-promotion-container .product-container .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: right;
  display: block;
}
.font-moses .article-commercial-promotion-container .product-container .title {
  font-size: 21px;
  font-weight: 670;
  line-height: 32px;
}
.article-commercial-promotion-container .product-container .inner-container {
  padding: 20px 0;
  display: flex;
}
.article-commercial-promotion-container .product-container .inner-container .image-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.article-commercial-promotion-container .product-container .inner-container .image-container img {
  width: 370px;
  height: 370px;
  object-fit: cover;
}
.article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 15px;
  text-align: right;
  font-weight: 300;
  color: #78787b;
  margin-top: 18px;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 13px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .inner-container .description {
  margin-right: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  max-height: 370px;
  overflow: hidden;
}
.article-commercial-promotion-container .product-container .inner-container .description span {
  line-height: 1.4;
  font-size: 20px;
  text-overflow: clip;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .description span {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-bottom: 20px;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 20px;
  width: 176px;
  height: 50px;
  justify-content: center;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  overflow: hidden;
  word-break: break-all;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-color);
  padding: 8px;
  line-height: 35px;
}
.font-moses .article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 20px;
  line-height: 28px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf:hover {
  background-color: var(--btn-color);
  color: var(--btn-bg-color);
}
.article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  color: #78787b;
  text-align: center;
}
.font-moses .article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 11px;
  font-weight: 340;
}
.englishSite .article-commercial-promotion-container .product-container .title {
  text-align: left;
}
.englishSite .article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  text-align: left;
}
.englishSite .article-commercial-promotion-container .product-container .inner-container .description {
  padding-right: initial;
  padding-left: 25px;
  text-align: left;
}
.englishSite .article-commercial-promotion-container .product-container .inner-container .legal-text-container {
  justify-content: flex-start;
}
.ArticleFacebookComments iframe {
  width: 100% ! important;
}
.ArticleHeaderComponent1280 {
  background-color: white;
  direction: rtl;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent1280 .marketingCredit {
  color: #78787b;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  height: 28px;
}
.ArticleHeaderComponent1280 a.marketingCredit {
  color: #78787b;
}
.ArticleHeaderComponent1280 a.marketingCredit:hover {
  color: #78787b;
}
.ArticleHeaderComponent1280 .withAvatar > span:not(.date) {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent1280 .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent1280 .withAvatar .authoranddate .authors {
  max-width: 380px;
}
.ArticleHeaderComponent1280 .authoranddate {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 265px;
  flex-wrap: wrap;
}
.ArticleHeaderComponent1280 .authoranddate .authors {
  margin-left: 8px;
  max-width: 400px;
}
.ArticleHeaderComponent1280 .infoSeparator {
  margin: auto 6px;
  font-size: 16px;
  color: #78787b;
}
.ArticleHeaderComponent1280 .authorAvatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 8px;
  display: block !important;
}
.ArticleHeaderComponent1280 .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent1280 .printView > span,
.ArticleHeaderComponent1280 .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent1280 .mainTitleWrapper {
  margin-bottom: 14px;
}
.font-moses .ArticleHeaderComponent1280 .mainTitleWrapper {
  margin-bottom: 15px;
}
.ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 44px/48px 'NarkisBlock';
}
.font-moses .ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  font: 800 40px/46px 'MosesDisplay', 'NarkisBlock';
}
.ArticleHeaderComponent1280 .subTitleWrapper {
  margin-bottom: 25px;
}
.ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font: normal 24px/28px 'NarkisBlock';
  height: auto !important;
  width: 100%;
}
.ArticleHeaderComponent1280 .subTitleWrapper .subTitle br {
  display: none;
}
.font-moses .ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  font: 340 21px/28px 'Moses', 'NarkisBlock';
}
.ArticleHeaderComponent1280 .subTitleWrapper .subTitle b {
  font-weight: 670;
}
.ArticleHeaderComponent1280 .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.ArticleHeaderComponent1280 .authorAndDateContainer.marketingArt .date {
  align-items: center;
  display: inline-flex;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors {
  color: #78787b;
  font: normal 16px/20px 'NarkisBlock';
  margin-left: 6px;
}
.font-moses .ArticleHeaderComponent1280 .authorAndDateContainer .authors {
  font: 340 13px/17px 'Moses', 'NarkisBlock';
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .date {
  color: #78787b;
  line-height: 20px;
  font-size: 16px;
}
.font-moses .ArticleHeaderComponent1280 .authorAndDateContainer .date {
  font-size: 13px;
  line-height: 17px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .date .publishedLabel {
  margin-left: 5px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer > span:not(.date) {
  display: flex;
  position: absolute;
  left: 0;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper {
  display: flex;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeVoters {
  font-size: 18px;
  line-height: 0.89;
  margin-top: 4px;
}
.font-moses .ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeVoters {
  font-size: 15px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeRatingStars {
  margin-right: 1px;
}
.ArticleHeaderComponent1280 .authorAndDateContainer .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}
.blog_article .ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}
.font-moses .blog_article .ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: normal;
}
.blog_article .ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #000000;
  margin: 0;
}
.font-moses .blog_article .ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  font-size: 25px;
}
.blog_article .ArticleHeaderComponent1280 .authorAndDateContainer {
  width: 100%;
  max-width: 866px;
}
.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;
}
.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 width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%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 width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%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: ")";
}
.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;
  }
}
.SiteArticleSocialShare1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.SiteArticleSocialShare1280 .shareIcon1280 {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.SiteArticleSocialShare1280 .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");
}
.SiteArticleSocialShare1280 .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");
}
.SiteArticleSocialShare1280 .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");
}
.SiteArticleSocialShare1280 .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");
}
.SiteArticleSocialShare1280 .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");
}
.SiteArticleSocialShare1280 .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");
}
.SiteArticleSocialShare1280 .shareIcon1280.tg {
  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='M29.88 14.9552C29.88 17.5414 29.223 20.0164 27.9099 22.3796C26.596 24.7428 24.7528 26.5837 22.3796 27.9022C20.006 29.2203 17.5209 29.88 14.9248 29.88C12.3286 29.88 9.87359 29.2203 7.50038 27.9022C5.12678 26.5837 3.28361 24.7428 1.97009 22.3796C0.656568 20.0164 0 17.5414 0 14.9552C0 12.3691 0.669298 9.84581 2.00828 7.44714C3.34687 5.04847 5.20548 3.20761 7.58409 1.92418C9.96231 0.641523 12.4092 0 14.9248 0C17.4403 0 19.8868 0.641523 22.2654 1.92418C24.6437 3.20761 26.5073 5.04847 27.8567 7.44714C29.2053 9.84581 29.88 12.3486 29.88 14.9552Z' fill='white'/%3E %3Cpath d='M20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694ZM20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694ZM27.8567 7.44714C26.5073 5.04847 24.6437 3.20761 22.2654 1.92418C19.8868 0.641523 17.4403 0 14.9248 0C12.4092 0 9.96231 0.641523 7.58409 1.92418C5.20548 3.20761 3.34687 5.04847 2.00828 7.44714C0.669298 9.84581 0 12.3486 0 14.9552C0 17.5618 0.656568 20.0164 1.97009 22.3796C3.28361 24.7428 5.12678 26.5837 7.50038 27.9022C9.87359 29.2203 12.3483 29.88 14.9248 29.88C17.5013 29.88 20.006 29.2203 22.3796 27.9022C24.7528 26.5837 26.596 24.7428 27.9099 22.3796C29.223 20.0164 29.88 17.5414 29.88 14.9552C29.88 12.3691 29.2053 9.84581 27.8567 7.44714ZM23.6727 8.38262L20.9342 21.573C20.8223 22.0197 20.5438 22.2427 20.0975 22.2427C19.935 22.2427 19.7726 22.1918 19.6106 22.0903L15.5636 19.1238L13.3119 21.2536C13.2004 21.3655 13.0685 21.421 12.9165 21.421C12.6021 21.421 12.3938 21.279 12.2927 20.9951L10.6953 16.1874L6.72422 14.9552C6.47078 14.8638 6.32882 14.6864 6.29834 14.4225C6.29834 14.1386 6.43529 13.9461 6.70918 13.8446C17.5719 9.78756 23.0339 7.75884 23.0944 7.75884C23.2364 7.75884 23.3706 7.81478 23.4976 7.92626C23.6245 8.03813 23.6827 8.19012 23.6727 8.38262ZM20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694Z' fill='%2346B5E7'/%3E %3C/svg%3E");
}
.SiteArticleSocialShare1280 .shareIcon1280.copyLink {
  background-image: 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");
}
.SiteArticleSocialShareNew1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 24px;
  position: relative;
  width: 350px;
}
.DesktopModeContainer .SiteArticleSocialShareNew1280 {
  position: absolute;
  left: 0;
}
.SiteArticleSocialShareNew1280.bottomBtns {
  float: left;
}
.SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
  background-position: center;
  margin: 0 7px 0 7px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  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");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  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");
}
.SiteArticleSocialShareNew1280 .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");
  background-size: contain;
}
.SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  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");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.more {
  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: 95%;
  background-position: center;
}
.SiteArticleSocialShareNew1280 .menuMore {
  width: 246px;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 25px 45px 8px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
}
.SiteArticleSocialShareNew1280 .menuMore a,
.SiteArticleSocialShareNew1280 .menuMore a:hover {
  text-decoration: none;
  color: inherit;
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 17px;
  display: block;
  cursor: pointer;
}
.font-moses .SiteArticleSocialShareNew1280 .menuMore a,
.font-moses .SiteArticleSocialShareNew1280 .menuMore a:hover {
  height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.SiteArticleSocialShareNew1280 .close {
  display: none;
}
.SiteArticleSocialShareNew1280 .open {
  z-index: 100;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb {
  background: #1417ac;
  height: 24px;
  display: flex;
  min-width: 90px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  margin-left: 7px;
  padding: 0 9px 0 11px;
}
.font-moses .SiteArticleSocialShareNew1280 .addNewComment.tb {
  min-width: 85px;
  background-color: #de1a1a;
  border-radius: 29px;
  padding: 0 14px;
  justify-content: center;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span {
  color: #fff;
  letter-spacing: -0.3px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span:not(.shareIcon1280) {
  font-size: 15.6px;
  font-weight: 400;
  margin-right: 2px;
}
.font-moses .SiteArticleSocialShareNew1280 .addNewComment.tb span:not(.shareIcon1280) {
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 500;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: none;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 0 0 0 2px;
  border: 0;
  padding: 0;
  cursor: pointer;
  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='%23fff' 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: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  background-size: contain;
  margin-top: 2px;
  color: #fff;
}
.font-moses .SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  display: none;
}
.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;
}
.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;
}
.magazine_art .MagazineArticleTopMedia {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.commertial-article .magazine_art .MagazineArticleTopMedia {
  background-color: #f5f4f4;
}
.magazine_art .MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.magazine_art .MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper .articleCategory {
  color: #000;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 340;
  line-height: 28px;
  height: 34px;
  border-bottom: 1px solid #000;
}
.magazine_art .MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper .articleCategory.special {
  color: #fff;
  background-color: red;
  height: fit-content;
  line-height: normal;
  padding: 2px 10px;
  font-weight: 700;
  border-bottom: none;
}
.magazine_art .MagazineArticleTopMedia .content {
  display: flex;
}
.magazine_art .MagazineArticleTopMedia h1,
.magazine_art .MagazineArticleTopMedia h2 {
  margin: 0;
}
.magazine_art .MagazineArticleTopMedia .mainTitle {
  color: #000;
  text-align: center;
  font-family: "MosesDisplay";
  font-size: 54px;
  font-style: normal;
  font-weight: 660;
  line-height: 105%;
  /* 56.7px */
  letter-spacing: -0.54px;
}
.magazine_art .MagazineArticleTopMedia .subTitle {
  color: #000;
  text-align: center;
  font-family: "Moses";
  font-size: 21px;
  font-style: normal;
  font-weight: 340;
  line-height: 28px;
  /* 133.333% */
}
.magazine_art .MagazineArticleTopMedia .promoLabel {
  color: #000;
  text-align: center;
  font-family: "MosesDisplay";
  font-size: 22px;
  font-weight: 660;
  line-height: 105%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='217' height='35' viewBox='0 0 217 35' fill='none'%3E %3Cpath d='M17.4895 34.6431C17.6218 34.596 18.1622 34.6846 18.3939 34.6595C18.1445 35.1232 17.0123 34.8142 17.4895 34.6431ZM40.4771 0.900043C40.2848 1.01725 40.0924 1.13447 39.9 1.25172C40.456 1.31211 41.198 1.21236 41.7133 1.30779C41.7975 1.32386 41.5873 1.65517 41.7861 1.66526C41.9849 1.67526 41.9366 1.23008 42.2241 1.17589C42.5471 1.11637 44.0336 1.39436 44.5442 1.37582C46.4494 1.3043 48.3864 1.0091 50.3134 1.15605C48.3343 1.52592 50.3427 1.82146 50.8945 1.6676C51.0163 1.63218 50.9829 0.802743 52.9707 0.973462C54.2345 1.08211 53.0856 2.28948 55.1861 1.65635C53.5415 0.857172 55.1454 0.885262 56.4213 0.834773C56.6417 0.825814 58.4176 0.91901 59.1973 0.869078C59.4643 0.851727 59.8639 0.410421 60.2177 0.393087C60.4611 0.381483 60.6493 0.615888 61.0103 0.597819C62.6873 0.516555 64.3746 0.471549 66.0651 0.526665C65.0921 1.65778 66.8489 0.990839 66.9284 1.04317C67.336 1.34029 65.5141 1.45353 66.238 1.63241C67.2454 1.58285 68.2503 1.53382 69.2528 1.48532C68.4245 1.35972 70.3375 0.530022 70.7004 0.890659C70.535 -0.094532 75.3161 1.68984 76.0265 1.35309C76.1782 1.28183 75.1799 0.805415 77.4757 1.00238C77.7251 1.02438 77.6341 1.32306 77.7644 1.29387C77.8424 1.27631 78.3053 0.325073 78.8144 0.842405C78.9997 1.03135 77.8332 1.66473 80.4086 1.3881C79.3785 0.435268 83.9584 0.831267 84.8172 1.06603C84.6463 0.938162 84.4753 0.810312 84.3042 0.682479C85.148 1.02395 85.2961 0.695375 85.4854 0.711578C86.2481 0.776688 87.2957 1.09812 88.0019 1.0626C88.8282 1.02165 88.8267 0.422787 89.79 0.648801C89.561 0.518301 89.3319 0.387829 89.1025 0.257383C89.7676 0.284321 90.4307 0.311493 91.0944 0.338882C89.5643 1.14196 91.4239 0.374414 91.5536 0.356604C91.7516 0.326468 91.4691 0.652822 91.8001 0.61027C91.8343 0.603406 91.783 0.2981 92.2931 0.260557C93.3584 0.183285 93.1919 0.568631 93.6386 0.561638C93.6794 0.559436 93.5349 0.284891 94.3052 0.215405C96.7506 -0.00516891 94.2948 0.426323 94.2005 0.465031C94.077 0.51601 94.925 1.66137 92.8398 1.26578C93.5404 1.39141 93.6133 1.90019 93.6921 1.91235C93.7621 1.92228 94.971 1.84381 95.0372 1.82598C95.63 1.64994 95.1058 1.3048 95.2212 1.24184C95.3161 1.191 96.7713 1.63707 97.106 0.589125C97.8041 1.55122 96.7119 1.46756 95.5458 1.622C95.3769 1.8209 96.658 2.00706 96.7249 2.00628C98.3729 1.99684 97.4567 1.20716 97.8148 0.697977C98.0005 0.431587 98.6824 0.970366 98.0534 0.261122C99.5636 0.179609 98.6492 0.596027 98.747 0.656652C98.8947 0.745734 99.422 0.539608 99.4881 0.566545C99.5853 0.606409 99.2491 0.85419 99.6318 0.939548C99.6953 0.951929 100.31 0.525452 99.5147 0.32571C100.576 0.382011 100.487 0.0207691 100.849 0.7484C101.573 -0.632998 101.38 1.56176 101.667 1.63811C102.43 1.83946 102.205 0.757499 102.246 0.704571C102.523 0.365242 104.627 0.731936 105.148 0.575119C104.942 1.35523 103.482 0.587187 103.154 0.739424C102.064 1.24553 104.691 1.12549 103.902 2.10726C104.233 1.83739 104.564 1.56757 104.894 1.29781C105.505 1.92665 104.639 2.20277 106.288 1.96981C106.557 1.42559 105.121 2.05765 105.409 1.62887C105.579 1.37714 106.535 1.32163 106.554 1.18911C106.573 1.02953 105.708 1.21996 105.844 0.974394C106.143 0.444071 109.29 0.944628 106.895 1.23638C107.563 1.22646 107.908 2.27929 108.486 1.95068C108.86 1.73751 106.756 0.284094 109.911 0.549109C109.978 1.04634 108.65 0.696522 108.616 0.734468C108.567 0.789592 108.808 1.91165 108.85 1.96702C109.002 2.14888 112.201 1.54763 112.896 2.11248C112.627 1.46342 115.339 1.99923 115.632 1.80244C115.71 1.74801 115.418 1.35022 115.502 1.30831C116.026 1.0588 117.436 1.77091 118.088 1.79105C118.819 1.81376 118.728 1.47044 118.769 1.47119C119.094 1.49124 118.834 1.72313 119.032 1.72304C119.334 1.72259 121.391 1.77708 121.493 1.7291C121.523 1.71409 121.19 1.32085 121.638 1.24818C121.715 1.23564 121.665 1.69995 122.989 1.50472C124.582 1.27016 121.885 0.922093 122.549 0.438255C123.57 1.13548 123.539 0.448772 123.816 0.503917C123.912 0.523992 124.623 1.11107 125.396 1.07809C124.841 1.17003 124.285 1.26213 123.728 1.35439C124.276 1.45919 125.331 1.33765 125.788 1.45575C126.01 1.51322 125.825 1.99185 126.306 1.98149C126.408 1.97672 126.82 0.810266 125.556 1.32795C125.457 0.910184 126.056 1.185 126.335 1.06851C126.377 1.05035 126.547 0.354197 126.9 0.789392C126.984 0.896576 126.047 2.92414 128.444 1.46676C128.521 1.4198 128.256 1.16351 128.331 1.11118C128.383 1.07573 128.991 1.18255 129.059 1.14687C129.128 1.10854 128.835 0.828668 128.918 0.774487C129.339 0.495279 129.883 1.60146 129.018 1.51186C129.307 1.64998 129.595 1.78814 129.883 1.92634C129.579 1.0933 130.338 1.69555 130.737 1.67277C133.292 1.52759 131.586 0.974828 132.027 0.698364C132.744 0.254763 132.189 1.67261 133.25 1.25354C133.348 1.21446 132.076 0.600328 134.567 0.961214C134.199 0.981668 133.831 1.00219 133.463 1.02278C133.669 1.82815 134.792 0.978465 134.877 0.967969C135.855 0.865995 135.193 1.14987 136.645 0.74894C136.774 0.712953 137.054 0.91388 137.331 0.817512C138.479 0.420515 135.823 0.556196 135.752 0.230438C135.721 0.0703812 138.574 0.136915 138.671 0.21394C139.083 0.553533 137.377 0.349281 137.699 0.769079C137.804 0.917339 141.914 0.655192 142.724 0.827299C143.665 1.0266 144.075 2.12137 144.096 0.897024C144.347 2.10199 144.591 1.28478 144.711 1.2945C146.172 1.42341 146.18 1.43572 147.436 1.33671C147.713 1.31528 147.942 1.683 148.041 1.62271C148.098 1.58627 147.997 1.19463 148.278 1.07792C148.669 0.918085 150.986 1.35155 151.154 1.56994C151.323 1.78807 150.173 1.64963 150.375 2.00723C151.205 2.05471 152.014 1.97862 152.859 2.02859C153.21 2.05042 153.026 2.29596 153.178 2.30317C153.243 2.30712 154.456 2.107 154.406 2.0147C154.293 1.79936 150.541 1.88738 151.535 1.46747C151.727 1.38626 152.392 1.96813 152.295 1.27098C155.639 1.47785 158.964 1.69044 162.297 1.90922C160.383 2.39451 158.202 1.89148 156.214 1.90833C155.94 1.90989 155.013 1.82812 155.12 2.18149C156.819 2.29911 158.947 2.15148 160.585 2.40975C160.637 2.41826 160.439 2.73071 160.634 2.78424C161 2.8841 162.203 2.39627 162.401 2.53174C162.435 2.56304 161.748 2.96705 161.95 3.23544C162.467 3.92418 162.629 2.42261 163.083 2.44888C163.428 2.46945 165.8 3.24232 166.399 2.79485C167.039 2.31748 164.652 2.47616 164.835 2.07934C166.458 1.70803 168.078 2.17053 169.591 2.15213C169.618 2.15141 169.393 1.83279 169.731 1.79598C170.318 1.73189 170.47 2.18042 170.755 2.25775C171.065 2.34015 172.165 2.30025 172.308 2.46579C172.327 2.48748 172.095 2.92404 172.061 2.93571C171.579 3.10719 171.421 2.5306 171.377 2.5223C171.214 2.49703 171.048 2.71302 170.899 2.69674C170.654 2.66967 170.522 2.46374 170.197 2.43891C169.974 2.42106 170.181 2.81551 169.968 2.79315C169.89 2.78334 169.061 1.87531 168.962 2.78249C168.917 3.0662 175.893 3.58745 176.582 3.37676C175.982 3.25331 175.398 3.13041 174.804 3.00749C176 3.3009 177.483 2.60971 177.56 3.68642C182.055 3.88174 186.531 4.08762 191.036 4.30546C191.835 4.42019 191.376 5.0975 192.698 4.93525C192.365 4.70535 192.031 4.4755 191.697 4.24571C192.366 4.41911 195.351 4.81001 195.845 4.68306C195.909 4.66634 196.016 4.04431 196.767 4.0138C197.433 3.98701 197.525 4.45839 197.877 4.55914C198.172 4.64244 198.51 4.53036 198.597 4.55899C198.664 4.58182 198.682 4.86884 198.843 4.92391C199.352 5.09452 198.962 4.2755 199.442 5.21703C199.317 5.24833 199.191 5.27963 199.066 5.31095C199.679 5.46449 200.52 5.91207 199.595 6.08984C199.437 6.1206 199.581 5.84804 199.464 5.84478C194.873 5.75159 198.52 6.40437 200.145 6.02651C200.55 6.44993 202.884 6.27579 202.957 6.35938C203.06 6.48003 202.652 6.79468 203.163 7.09507C203.273 7.15831 206.369 7.03347 205.239 7.54086C205.006 7.64543 203.528 7.47725 203.168 7.48146C203.983 8.37882 205.992 7.20021 206.221 7.24019C207.117 7.4067 204.463 7.93412 206.49 8.105C208.046 8.23658 206.603 7.60528 207.211 7.3783C207.554 7.25085 209.289 7.95239 209.27 7.12263C209.876 7.05564 209.507 7.4816 209.581 7.51579C209.653 7.54608 210.843 7.34051 211.222 7.52913C211.268 7.55254 211.105 7.97762 211.152 8.0146C211.245 8.07828 212.397 8.03418 212.445 7.99945C212.475 7.97519 212.215 7.5883 212.331 7.50103C212.466 7.40041 213.567 7.52984 213.631 7.42441C213.723 7.26467 212.357 7.32166 212.599 6.90865C213.224 7.03783 214.256 6.79468 214.682 6.47097C214.577 6.56416 213.969 6.55538 213.759 6.51335C213.882 5.89979 215.186 5.95706 214.722 6.42885C215.015 6.17714 214.827 6.0307 214.996 5.78911C215.04 5.72796 215.443 5.7302 215.524 5.62628C215.535 5.60536 215.129 5.35685 215.217 5.23463C215.376 5.01372 216.592 5.11091 216.689 5.17419C216.962 5.35328 215.963 5.51922 215.87 5.77644C215.857 5.81595 216.681 6.3582 216.692 6.40377C216.723 6.88902 215.798 6.50493 215.888 6.94428C216.117 7.04503 216.346 7.1458 216.574 7.2466C215.664 7.65308 214.011 7.36415 213.562 7.84966C214.902 7.74993 216.29 7.82051 216.244 8.94943C216.225 9.42487 215.642 9.68187 215.66 9.80362C215.728 10.2394 216.54 9.79967 216.568 9.82365C216.591 9.85094 216.601 9.87703 216.6 9.90201C216.6 9.90202 216.6 9.90203 216.6 9.90204C216.591 10.1553 215.452 10.2946 215.39 10.4081C215.287 10.61 215.759 11.4746 215.751 11.6617C215.733 11.6985 214.918 11.8682 215.178 12.2048C215.441 12.5449 216.146 12.579 216.169 12.6142C216.297 12.8165 215.056 12.9495 215.015 13.0647C214.993 13.1228 215.642 13.5097 215.658 13.6144C215.67 13.7194 215.158 13.9281 214.947 14.25C214.79 14.4892 215.214 14.6931 215.136 14.7286C215.082 14.7519 213.914 14.7039 213.855 14.7448C213.767 14.8053 214.03 15.108 213.987 15.1797C213.927 15.2827 213.553 15.1631 213.598 15.2731C213.633 15.3551 215.056 16.4183 215.036 16.6873C215.002 17.146 213.496 16.0309 214.866 17.8979C214.876 17.9102 215.23 17.7945 215.24 17.8061C215.443 18.1478 214.303 18.6184 215.676 18.5807C213.105 19.0636 215.333 19.2592 214.927 20.0185C214.77 20.3102 213.776 20.3957 213.77 20.4402C213.852 20.821 214.178 20.5402 214.278 20.7292C214.334 20.8347 213.433 21.2004 213.623 21.4668C213.721 21.6041 214.662 21.5918 214.699 21.6194C215.061 21.8789 214.596 22.1262 214.671 22.3036C214.721 22.4226 215.286 22.4532 215.3 22.4749C215.322 22.5195 214.537 22.9629 214.37 23.123C214.244 23.2462 214.693 23.4635 214.606 23.5161C214.082 23.8298 213.024 22.9396 214.029 24.1693C214.091 24.2447 214.488 24.2301 214.499 24.2451C214.732 24.5918 214.001 24.5935 213.859 24.8649C213.617 25.3325 214.677 25.1065 213.791 25.4085C214.435 25.7444 214.8 25.7451 215.567 25.6874C213.441 25.8492 212.645 27.0537 214.999 27.1112C214.252 27.0637 214.308 27.7624 214.085 27.7662C213.946 27.7678 212.885 27.0357 213.325 28.6059C213.381 28.802 214.049 28.5804 213.828 28.9694C212.248 28.809 213.785 29.2205 213.785 29.2731C213.737 30.1859 209.87 29.2938 209.215 29.3755C208.441 29.4688 207.73 30.1649 207.562 30.1599C207.01 30.1408 207.481 29.7912 207.362 29.6524C207.242 29.5147 205.645 30.1605 205.567 30.1194C205.267 29.9544 205.592 29.5317 205.561 29.5087C205.186 29.2297 203.078 29.4978 202.49 29.3776C202.5 29.6593 203.681 29.7213 202.928 30.1481C202.051 30.6457 202.042 29.4049 202.021 29.3496C198.058 29.2299 194.111 29.1194 190.177 29.0179C190.208 29.6785 192.798 29.2566 192.852 29.3454C193.183 29.869 188.832 29.7326 188.296 29.4855C188.7 29.6394 189.104 29.7934 189.507 29.9474C188.792 30.6857 187.272 29.6572 186.269 29.9649C185.943 30.0646 186.555 30.3742 186.542 30.3938C186.171 30.6783 185.595 30.4356 186.041 30.0521C185.144 30.4068 185.285 29.9924 184.604 29.9427C184.569 29.9404 184.853 30.2542 184.31 30.3667C184.056 30.419 182.704 30.3845 182.515 30.6474C182.438 30.7582 183.093 31.9626 183.205 30.9436C184.661 31.4802 183.687 30.4906 184.257 30.5292C184.344 30.537 184.129 31.1014 185.569 30.8717C185.269 31.8921 183.637 31.0794 183.349 31.1965C182.758 31.437 185.154 32.0315 185.614 31.2425C185.387 32.039 185.782 31.3552 186.316 31.4028C186.9 31.4546 186.638 31.6865 186.954 31.6965C187.818 31.7264 187.479 31.1503 188.183 31.6809C187.526 30.081 189.421 31.507 189.969 31.9371C189.054 31.9911 188.133 32.0454 187.216 32.1003C187.266 32.1847 187.315 32.2691 187.365 32.3535C187.126 32.3351 186.888 32.3167 186.649 32.2984C186.689 32.2199 186.73 32.1415 186.77 32.063C185.522 32.5461 185.235 31.9571 185.134 31.9478C183.839 31.8454 182.324 31.8107 181.011 31.7755C180.814 31.7703 180.937 32.2907 179.513 31.8499C179.058 31.7096 179.501 31.3179 178.979 31.3655C178.302 32.4428 178.336 31.5711 178.142 31.565C177.587 31.5516 177.24 31.8143 177.188 31.8159C176.501 31.8417 175.487 31.7725 174.74 31.7956C174.726 31.7994 175.109 32.1444 174.624 32.0337C174.454 31.9943 172.95 30.5249 171.589 30.9628C171.938 31.0674 172.287 31.1719 172.635 31.2766C172.228 31.1317 169.321 31.4306 170.021 31.8298C170.451 32.0736 171.531 31.1723 171.628 32.0638C170.66 31.775 165.365 32.0642 164.947 31.8507C164.89 31.8201 165.248 31.5385 165.17 31.5001C165.109 31.4707 163.888 31.5155 163.727 31.4017C163.632 31.334 164.175 31.1675 164.133 31.0628C164.093 30.9878 162.579 30.8356 162.487 31.1957C162.861 31.0574 163.904 31.2039 163.349 31.4983C163.278 31.5348 162.918 31.2947 162.832 31.3412C162.028 31.7692 164.409 31.7076 164.782 31.7188C163.26 32.1498 160.984 31.5645 159.237 31.8346C158.54 31.5215 160.285 31.3925 159.495 31.1293C157.856 30.5839 159.05 31.5378 158.998 31.5752C158.584 31.8716 157.213 30.221 157.192 31.4594C156.602 31.2632 156.797 31.1102 155.957 31.2586C156.066 31.3461 156.174 31.4337 156.283 31.5213C155.343 32.2232 153.394 30.3829 153.544 30.2472C153.949 29.8838 154.969 30.4762 155.057 30.4638C155.187 30.4454 155.568 29.1942 156.967 30.3411C157.562 29.5077 154.727 29.7357 156.025 29.1821C155.156 29.2616 151.565 28.6203 151.036 28.9834C150.974 29.0308 151.248 29.8746 150.371 29.4346C149.954 29.2252 150.966 29.2297 150.776 29.0357C150.205 28.4374 142.117 28.7103 140.587 28.7284C140.487 28.7283 140.526 28.4681 140.428 28.4694C140.127 28.4735 139.025 28.8509 138.485 28.7257C139.597 29.2192 137.431 29.2353 136.886 29.1774C136.054 29.0889 136.109 28.6307 135.75 28.53C134.367 28.1415 132.183 29.2134 131.119 28.1878C131.171 29.1985 129.26 27.6793 128.381 27.6651C127.694 27.6536 126.69 28.3165 127.617 28.7293C126.43 28.6757 125.168 28.8576 124.065 28.9138C123.882 28.9232 124.136 28.6256 123.823 28.6512C123.795 28.6557 123.754 28.9483 123.485 28.9776C121.264 29.2233 122.346 28.6057 121.931 28.4211C121.699 28.3177 121.527 28.2661 121.401 28.2489C122.7 28.1964 124.19 28.0884 124.588 28.082C124.253 27.4335 121.722 28.1933 120.978 28.017C120.952 28.0105 121.043 27.6545 121.017 27.6518C121.016 27.6518 121.016 27.6518 121.015 27.6518C120.737 27.6234 118.959 27.7493 119.323 28.1755C119.421 28.2893 120.24 28.2915 121.208 28.2565C120.946 28.3352 121.14 28.7352 121.094 28.752C120.533 28.9473 119.158 28.5532 118.668 28.4994C118.557 28.4875 118.565 28.7434 118.546 28.7439C118.106 28.6847 118.289 27.9547 117.835 28.7068C117.039 27.7945 119.331 28.5756 119.176 27.9841C119.045 27.5274 113.948 27.7617 113.955 28.4798C113.937 28.4031 113.867 28.3078 113.722 28.1994C113.403 27.9584 111.969 28.0327 111.726 28.1648C111.685 28.1908 111.701 28.8868 111.65 28.8932C111.523 28.9091 109.789 28.3633 109.14 28.7752C109.49 28.8726 109.84 28.97 110.19 29.0675C108.076 29.0742 108.401 29.2816 109.107 29.4892C109.142 29.491 109.177 29.5174 109.21 29.5202C109.757 29.6738 110.456 29.8219 110.467 29.8768C110.51 30.0858 106.916 30.205 107.606 29.5589C107.703 29.4704 109.367 29.7566 108.543 29.2965C108.399 29.2159 107.33 29.3484 107.273 29.2978C106.897 28.9604 109.232 28.5097 108.946 28.0303C108.38 28.4874 107.652 28.2475 107.001 28.3663C106.705 28.42 106.633 28.7691 106.596 28.7757C106.049 28.8676 106.356 28.5013 106.173 28.5107C106.075 28.5171 104.997 29.2977 105.199 28.2239C101.681 29.0216 104.213 29.0141 106.398 28.9503C105.708 29.3422 104.364 29.1558 103.765 29.2481C103.55 29.2816 103.678 29.6394 103.314 29.712C102.568 29.8607 98.9661 29.4616 98.0254 29.3693C98.5991 29.2403 98.4278 28.8508 97.9865 28.8797C97.5453 28.9088 97.9183 29.4279 97.8325 29.4843C97.7414 29.5425 95.666 29.3067 95.3192 29.3762C96.8826 29.1795 96.5284 28.7922 95.1995 28.7584C95.3911 28.6453 95.5826 28.5322 95.774 28.4192C94.9971 28.5806 93.3519 27.9965 92.9 28.176C92.8293 28.2048 93.0861 28.5304 93.0464 28.5466C92.6512 28.6879 91.2969 28.363 91.2345 28.4751C91.1815 28.5684 91.7606 28.8389 91.5473 28.9753C91.5015 29.004 90.9465 28.5655 90.4055 28.678C90.2046 28.7194 90.3279 29.0279 90.2774 29.0462C89.8558 29.198 90.1018 28.6752 89.3291 28.7645C88.7627 28.8307 88.3442 29.3432 87.5575 29.1807C90.1385 29.8101 87.9727 29.5552 86.8944 29.7609C86.7215 29.7937 86.8751 30.354 85.8379 30.0893C88.0313 29.0553 85.2064 29.5576 84.6243 29.552C84.5924 29.5488 84.5782 29.1785 84.2933 29.1752C84.2697 29.1757 84.3043 29.4257 84.0433 29.4472C81.5603 29.6513 83.1463 29.3538 82.6718 29.1114C82.4698 29.0081 81.2617 29.3739 80.9347 29.3859C80.8595 29.3875 80.8915 29.1271 80.6006 29.1402C80.0861 29.1642 79.6271 29.4459 79.2869 29.4715C79.2471 29.4733 79.2414 29.0629 78.5967 29.203C78.4154 29.2422 78.213 29.3901 78.4724 29.5053C79.3329 29.8838 80.945 29.1953 81.9102 29.5733C82.7912 29.9173 80.0244 29.9781 79.8785 29.982C79.8255 29.9839 80.3653 29.7744 79.8143 29.7399C79.3438 29.7113 78.4911 30.4293 77.7863 30.2829C77.7327 30.272 77.1637 29.6774 77.1892 29.6421C77.2126 29.6162 78.0742 29.476 77.9468 29.3035C77.9317 29.2839 77.3832 29.2941 77.3101 29.1654C77.2204 29.0088 76.9662 27.4648 76.8505 27.4273C76.5518 27.335 76.7496 27.6855 76.5567 27.6632C76.1438 27.6161 74.7028 27.176 74.6623 27.7127C74.9 27.7416 75.1376 27.7706 75.3751 27.7996C74.0561 27.8707 74.6211 28.0921 74.4354 28.1949C74.2352 28.3062 74.2862 27.8342 73.8399 27.7955C73.7435 27.7869 71.8763 27.9092 71.9123 28.1066C72.9425 27.7784 72.5663 28.3659 72.6143 28.3756C72.7958 28.4112 73.0228 28.0816 73.2655 28.085C74.9719 28.1147 73.2584 28.6519 73.6627 28.7794C73.8018 28.8223 74.0743 28.54 74.1332 28.5536C74.3247 28.5974 74.3323 28.9625 74.4592 28.9314C74.7554 28.8592 74.4023 28.3468 74.4255 28.3196C74.6872 27.9929 75.7309 28.3827 75.091 28.9528C75.4816 29.1507 75.5189 28.4669 75.8297 28.7364C76.4472 29.2701 75.5301 29.142 75.2826 29.2348C74.3954 29.5696 74.128 29.3105 72.8636 29.4164C72.4081 29.4539 71.8716 29.7929 71.6598 29.8139C71.5269 29.8271 70.2487 28.6892 70.236 30.4972C69.7386 30.3291 68.9661 29.1486 68.4636 29.2103C68.0139 29.2664 68.1663 29.9038 68.1246 29.9291C68.0608 29.9689 67.5151 29.9264 67.3319 30.0195C67.1172 30.1294 67.2288 30.3719 66.8871 30.4764C66.0365 30.736 66.0487 30.0831 65.9602 30.042C64.9315 29.5672 65.3926 30.4887 65.1672 30.5667C64.9602 30.6379 61.9827 30.3278 61.3766 30.5732C61.6264 30.4383 61.876 30.3034 62.1255 30.1686C61.6685 29.7689 61.2014 30.4408 61.1808 29.7109C61.1091 30.891 60.1644 30.1188 59.8843 30.1541C59.7741 30.1685 59.7862 30.3692 59.6481 30.3802C59.1089 30.4246 57.8857 30.2862 57.5933 30.3933C56.3304 30.8542 59.592 31.526 59.8453 31.5662C59.3366 31.5615 56.4449 31.8768 57.7863 32.4198C57.9936 32.5035 58.3486 31.9697 58.4637 31.9471C59.2425 31.7976 58.6364 32.281 58.6985 32.3249C58.8039 32.3956 59.3097 31.9298 59.4461 31.9819C59.4915 31.9986 59.2081 32.4315 59.9518 32.4278C59.5943 32.8487 57.4945 32.5473 57.2199 32.6499C57.1221 32.6865 57.7544 33.5617 55.9405 32.7333C55.9628 32.8152 55.9852 32.8971 56.0076 32.979C54.9999 33.0314 54.0192 33.0837 53.0228 33.1368C53.1272 32.9451 53.6783 32.5535 52.9765 32.6479C52.5723 32.7024 52.8802 33.119 52.8435 33.132C52.4893 33.2535 46.0181 33.2448 44.783 33.3208C44.3591 33.3453 43.1813 33.7111 43.0908 33.7195C42.5516 33.7654 40.6263 33.5884 40.2428 33.6454C40.0041 33.6818 40.2389 34.0295 40.0266 34.0179C39.8296 34.0066 40.0254 33.6606 39.9666 33.6477C39.4823 33.5348 35.8038 34.0711 34.9128 33.7719C35.4546 33.8547 38.1136 33.108 38.0531 32.8689C38.0408 32.8362 37.385 32.5922 37.2538 32.7221C37.0251 32.432 36.2858 33.35 35.8668 33.1836C35.8194 33.1647 35.9919 32.6556 35.249 32.5823C34.9931 32.5574 34.3345 32.9673 33.6491 32.5436C32.6649 32.7793 27.5687 32.2594 27.2222 32.8123C27.2127 32.8412 27.9385 33.0082 27.4576 33.2439C26.8181 33.5573 27.3728 32.5453 26.615 32.4801C26.5028 32.47 24.3938 32.6295 24.3338 32.693C23.7156 33.2698 25.5529 33.445 25.5313 33.5107C25.4697 33.6761 23.9505 33.8178 23.8902 33.781C23.8304 33.7425 25.0444 32.9669 23.5683 33.2898C23.7409 33.3735 23.9134 33.4572 24.0859 33.5409C23.393 33.733 23.3115 33.2225 23.1414 33.196C22.6122 33.112 22.0651 33.9066 21.1915 32.9699C20.9605 32.7213 21.3235 32.4272 21.2944 32.3897C21.0157 32.0542 20.6997 32.9827 20.275 32.3095C20.2429 32.2593 21.1732 31.8211 19.5263 31.8686C19.6417 31.9309 19.757 31.9932 19.8723 32.0556C19.6449 32.209 17.9774 32.3459 17.7508 32.3182C17.0901 32.2367 17.6496 31.7478 16.9898 31.8242C17.4285 32.4576 15.439 32.6027 15.5366 32.043C15.2803 32.7502 13.5692 32.2638 12.7691 32.2727C12.2649 32.2786 11.2447 32.6164 11.0829 32.586C10.8859 32.5485 10.93 32.07 10.5732 31.9753C10.4727 31.9482 9.42624 32.3318 8.49121 31.8687C8.3107 31.7795 7.91108 30.9834 8.23446 30.7704C8.78281 30.4062 9.89096 31.0221 9.85981 30.5449C9.82714 30.0344 8.38232 30.3858 7.99682 30.3318C6.19608 30.0827 7.21174 29.5053 7.16043 29.3421C7.02784 28.9464 6.04803 28.9916 6.00573 28.9571C5.83076 28.8032 6.51516 28.4636 6.51744 28.2194C6.51969 27.9014 5.55462 27.3601 5.76601 27.2458C6.06904 27.0834 6.95354 27.5321 7.00767 27.5075C7.71365 27.1756 6.70764 26.4746 6.42441 26.1233C6.33857 26.0151 6.65973 25.822 6.59055 25.7917C5.53426 25.333 6.40603 26.83 5.71079 26.7514C5.09015 26.6815 5.86856 26.1726 5.84403 26.1469C5.81266 26.1187 5.07315 26.1173 4.95154 25.9506C4.8921 25.867 6.77969 24.8648 6.68517 24.4472C6.07657 24.5602 5.46719 24.6734 4.85702 24.7869C4.79049 24.2403 5.68588 24.614 5.77493 24.5545C5.95458 24.4349 5.43366 24.1747 5.44973 24.0006C5.45782 23.89 6.04521 23.4764 5.49712 23.3325C5.30864 23.2828 4.93033 23.6803 4.2364 23.3108C6.58625 22.7291 4.93588 22.4765 4.85953 22.2846C4.78458 22.0928 5.89931 21.5975 4.53011 21.7248C4.43437 20.6599 4.54834 21.3865 4.93185 21.1858C5.40135 20.9392 4.28685 20.625 6.03963 20.8329C5.92415 20.3367 4.52268 20.4193 4.44664 20.382C4.38123 20.3481 4.68499 20.0918 4.57089 20.0124C3.2211 19.092 4.14066 19.502 3.73806 18.8986C3.70245 18.8447 2.44756 18.659 3.39384 18.5366C5.11711 18.3144 5.85917 18.9984 6.09832 17.4754C4.80236 16.8606 3.28551 17.8904 2.89685 17.9204C2.30193 17.9647 2.90847 17.6349 2.83208 17.5509C2.80567 17.5238 2.29296 17.567 2.28517 17.5428C1.87971 16.4011 4.57019 17.445 5.39332 17.2167C5.16458 17.0513 4.9357 16.886 4.70667 16.7207C5.00922 16.7036 5.31158 16.6865 5.61373 16.6694C4.16072 16.3705 5.55871 16.5395 5.88639 15.593C5.96002 15.3803 5.02563 15.7721 6.08567 15.1523C5.28492 15.0443 5.53253 14.8448 4.81954 15.1326C4.82582 14.7573 6.43515 14.2802 7.06711 14.0669C4.79393 13.7212 6.12955 15.052 4.1475 14.3912C3.79998 14.8674 4.73192 14.7453 4.65818 14.8245C4.39418 15.109 3.73811 14.6936 2.99614 15.6847C2.87538 15.8474 3.4261 16.3165 2.6351 16.3201C2.54763 16.3197 2.02931 15.9206 2.0352 15.8902C2.09079 15.5616 2.5937 15.6667 2.60955 15.5298C2.62447 15.4002 2.07076 15.497 2.06756 15.4613C2.03635 15.0532 2.52647 15.2891 2.45212 15.1635C2.29175 14.8905 0.258702 14.0802 2.88064 14.2476C0.726488 14.7845 2.61933 14.7082 3.45657 14.502C3.67018 14.4501 3.71635 14.2041 4.01983 14.109C4.41019 13.9859 4.87487 14.0875 5.07691 14.0358C5.2941 13.9791 4.03099 13.4439 5.83547 13.5556C4.90175 13.0122 3.30231 13.6792 2.38482 13.3074C0.533404 12.556 3.62212 12.2743 3.93952 12.1848C4.02447 12.1605 3.72599 11.8406 3.78242 11.8184C3.87535 11.7841 5.63047 11.8774 5.79305 11.599C5.95583 11.3206 5.15327 11.633 5.08956 11.3506C5.04708 11.1603 7.14328 10.7504 5.9981 10.6577C5.209 10.5942 3.78189 11.4127 3.50834 10.5943C4.66683 10.4863 5.82243 10.3789 6.97517 10.2722C6.33258 9.97857 5.68894 9.68514 5.04425 9.39191C6.34374 9.24831 7.46535 9.56672 8.69521 9.07576C5.68672 8.16522 9.63547 8.23953 9.67804 8.11574C9.6905 8.04184 8.48841 7.26179 8.29375 7.11839C9.32839 6.76907 12.4805 6.51468 10.6006 5.56331C10.9436 5.78066 11.7373 5.19176 11.7252 5.14961C11.6086 4.70639 9.84535 5.05251 10.1213 4.64017C10.4416 4.16158 10.9316 4.7812 11.4447 4.71417C14.0752 4.36674 13.2795 2.05904 15.9283 2.34697C15.8725 2.26562 15.8177 2.18424 15.7628 2.10286C18.664 2.1467 21.5372 2.19507 24.4156 2.24699C25.5296 1.50339 28.5215 0.988504 29.9899 1.02921C30.2874 1.03667 31.7418 1.37282 31.8583 1.43544C32.0638 1.55573 30.9487 1.63234 31.4586 1.85467C31.5641 1.90005 34.0464 1.99423 33.8581 1.6007C33.5801 1.56143 32.7173 1.7835 32.5726 1.69332C31.5659 1.04717 39.1816 1.39505 39.5428 1.11885C39.3697 0.993486 39.2001 0.868052 39.0294 0.742656C39.5056 0.795158 39.9951 0.84746 40.4771 0.900043ZM19.3883 33.4568C19.1146 33.8647 18.3891 33.5861 17.9683 33.711C17.3865 33.8856 16.4395 35.4542 16.8193 33.8994C17.6771 33.7515 18.5336 33.6039 19.3883 33.4568ZM31.9156 33.7048C31.3386 33.505 31.7597 32.6323 32.2372 32.9782C32.2901 33.0176 32.6958 33.9737 31.9156 33.7048ZM25.8867 33.4573C25.9107 33.4452 26.4095 33.4542 26.4272 33.4673C26.8835 33.8007 25.3796 33.7715 25.8867 33.4573ZM54.9615 32.3404C54.3328 32.3893 54.8031 33.1638 55.1887 32.8343C55.2124 32.8134 55.003 32.3378 54.9615 32.3404ZM54.5133 32.328C54.0111 31.636 53.0513 33.076 53.8328 32.9179C53.9087 32.902 54.5367 32.3617 54.5133 32.328ZM29.8668 33.4159C29.9243 33.1455 30.5188 33.2596 30.7725 33.3173C30.7721 33.5628 30.1138 33.3793 29.8668 33.4159ZM44.8869 32.9781C44.9081 32.7661 42.849 32.8234 42.7139 33.1052C43.0376 32.9796 44.868 33.1684 44.8869 32.9781ZM50.1613 32.5705C50.1083 32.535 49.3961 32.605 49.4206 32.791C49.7741 33.0285 50.4001 32.7311 50.1613 32.5705ZM60.6573 32.3889C60.6948 32.3414 60.1443 31.1639 61.4153 31.9237C61.6019 32.035 60.9476 32.3559 61.0139 32.3974C61.1527 32.4781 61.2619 32.515 61.3493 32.5205C60.7654 32.6286 60.1568 32.6852 60.0966 32.6142C59.8139 32.279 60.6407 32.4087 60.6573 32.3889ZM66.1573 31.4171C66.2757 31.2218 67.0506 31.3137 67.2275 31.3909C67.2579 31.4054 67.1338 31.9159 67.481 31.8728C67.7596 31.8373 67.3351 31.3225 67.8799 31.3979C68.4302 31.4737 67.702 31.8555 67.7503 31.8813C67.8153 31.9151 68.6608 31.669 68.6386 31.9724C68.6223 32.197 67.7107 32.0583 67.486 32.1093C67.1986 32.1748 67.5538 32.5436 67.0705 32.4703C66.7668 32.4247 66.925 31.7648 66.8606 31.7325C66.8067 31.7065 65.7518 32.1007 66.159 31.4192C66.1584 31.4185 66.1579 31.4178 66.1573 31.4171ZM61.5072 32.4888C61.4635 32.5118 61.412 32.5245 61.3493 32.5205C61.4023 32.5107 61.455 32.4995 61.5072 32.4888ZM21.0409 33.1196C21.3452 33.3136 20.467 33.5993 20.1231 33.3437C20.1111 33.1297 20.9926 33.0894 21.0409 33.1196ZM62.0411 31.9446C62.9124 32.0951 62.2776 32.3319 61.5072 32.4888C61.7505 32.3611 61.7484 31.8943 62.0411 31.9446ZM37.2538 32.7221C37.2918 32.7702 37.3169 32.8461 37.3229 32.9716C37.2229 32.8366 37.2125 32.763 37.2538 32.7221ZM39.2905 32.8976C39.9767 32.4987 38.5644 32.5475 38.5795 32.821C38.5863 32.9243 39.2631 32.9135 39.2905 32.8976ZM55.7762 32.3627C55.7112 32.3264 56.6881 31.1528 55.2549 32.0464C56.031 32.1683 55.2172 32.3091 55.2311 32.4101C55.2684 32.7002 56.5617 32.3969 56.8506 32.5175C57.0661 31.9931 55.9908 32.4821 55.7779 32.3626C55.7773 32.3627 55.7768 32.3627 55.7762 32.3627ZM76.0894 31.5642C75.9187 31.8711 75.3642 31.7796 74.99 31.7662C75.161 31.4592 75.7161 31.5506 76.0894 31.5642ZM174.148 32.1204C171.581 32.3441 171.273 31.0957 173.61 31.6389C173.655 31.6503 174.306 31.9981 174.148 32.1204ZM152.123 31.384C151.888 30.8393 152.694 30.7641 153.217 30.9956C153.336 31.0477 153.768 31.6025 153.263 31.702C153.289 31.0464 152.514 30.784 152.123 31.384ZM62.5264 31.5901C62.7761 31.225 63.5677 31.4693 63.9825 31.517C63.7346 31.818 62.895 31.697 62.5264 31.5901ZM165.729 31.2931C165.459 31.2468 165.267 31.714 165.313 31.754C165.519 31.9378 166.033 31.5672 165.729 31.2931ZM60.0077 31.5759C59.9684 31.3608 60.9995 31.1358 61.0802 31.6678C60.8588 31.6329 60.0357 31.7107 60.0077 31.5759ZM75.3832 31.4107C75.2215 31.303 76.0502 31.0967 76.3023 31.2026C76.285 31.4324 75.4895 31.4807 75.3832 31.4107ZM161.369 31.3702C161.128 31.3249 160.524 31.3016 160.453 31.4907C160.366 31.7271 161.254 31.662 161.369 31.3702ZM206.46 32.1542C206.487 32.2407 205.526 32.824 205.113 32.6538C204.329 32.3282 206.43 32.0926 206.46 32.1542ZM168.293 31.1022C169.045 31.5657 168.209 31.1146 168.232 31.5867C168.745 31.6142 170.016 31.6643 169.151 31.1824C168.983 31.0891 168.531 31.1376 168.293 31.1022ZM167.593 30.93C167.509 31.0811 166.949 31.5513 167.425 31.5265C167.645 31.5143 168.01 30.9866 167.593 30.93ZM200.645 32.1676C199.974 31.7277 203.108 32.0552 203.193 32.1317C203.239 32.1718 203.269 32.2093 203.285 32.2407C203.405 32.1123 203.996 32.1085 204.053 32.4452C203.877 32.4116 203.393 32.4247 203.338 32.3857C203.314 32.3691 203.296 32.3537 203.285 32.3382C203.068 32.6213 200.775 32.2508 200.645 32.1676ZM195.458 31.5732C196.262 30.9819 196.368 32.0327 196.299 32.0643C195.433 32.4661 196.013 31.7116 195.988 31.6747C195.93 31.6127 195.313 31.952 195.461 31.5732C195.46 31.5732 195.459 31.5732 195.458 31.5732ZM199.581 31.9607C199.614 31.9481 200.273 32.0019 200.3 32.0193C200.829 32.3885 198.964 32.2378 199.581 31.9607ZM70.2938 30.6251C70.7691 30.7227 70.3096 31.1142 69.9926 30.98C69.9665 30.9667 69.8744 30.5389 70.2938 30.6251ZM167.216 31.0261C167.11 30.9508 164.316 30.6211 164.472 31.2063C164.714 31.1418 167.884 31.5048 167.216 31.0261ZM146.332 30.5407C146.826 30.5515 146.281 31.0932 146.019 30.8854C145.922 30.8082 146.207 30.5383 146.332 30.5407ZM58.6016 31.102C58.0946 31.4123 58.1828 30.3994 58.633 30.7382C58.6507 30.7514 58.6215 31.0898 58.6016 31.102ZM150.262 30.9088C148.564 31.2178 148.989 29.4835 151.183 30.1021C151.113 30.1786 151.041 30.255 150.972 30.3315C153.532 30.6298 151.139 30.4563 150.521 30.5451C150.284 30.5787 150.478 30.8718 150.263 30.9109C150.263 30.9102 150.262 30.9095 150.262 30.9088ZM143.738 30.4758C142.122 29.2223 145.222 30.0623 146.132 29.9134C145.253 30.4122 144.117 30.3213 145.656 30.8622C143.397 30.9355 144.348 30.4555 144.256 30.4135C144.151 30.3664 143.807 30.5296 143.738 30.4758ZM148.061 30.5216C148.156 30.4868 148.865 30.7477 149.121 30.7103C148.758 31.127 147.43 30.7582 148.061 30.5216ZM189.997 31.6971C190.066 31.3685 190.219 31.1294 190.778 31.2692C190.599 31.4301 190.236 31.5625 189.997 31.6971ZM18.7939 31.7346C18.4046 31.7225 17.6255 31.6214 17.8737 31.9615C17.9007 31.9903 18.7987 31.9295 18.7939 31.7346ZM159.103 30.6056C159.023 30.5634 156.882 30.5 157.615 30.8771C157.837 30.9906 159.783 30.9774 159.103 30.6056ZM170.133 30.8607C169.954 30.8534 169.226 30.9003 169.211 30.9781C169.155 31.2472 170.049 31.1175 170.133 30.8607ZM16.8192 31.4557C16.766 31.4229 15.5907 31.5197 15.7248 31.676C15.9806 31.9714 16.9953 31.5684 16.8192 31.4557ZM72.0056 29.828C72.1047 29.8145 72.2406 30.1717 72.275 30.1753C72.3564 30.1792 74.1673 30.0182 73.4807 30.4877C73.3675 30.5661 70.7523 30.4233 70.4093 30.3828C70.2709 29.8918 71.3961 30.3454 71.667 30.2912C71.7147 30.2809 71.74 29.8683 72.0048 29.8301C72.0051 29.8294 72.0054 29.8287 72.0056 29.828ZM192.93 31.4343C193.014 31.1231 195.162 30.9806 195.124 31.3594C194.394 31.3841 193.657 31.4089 192.93 31.4343ZM191.855 31.3505C191.409 31.1157 192.471 31.0736 192.78 31.1806C192.777 31.3914 191.92 31.3848 191.855 31.3505ZM166.125 29.6072C165.909 29.6796 166.559 30.1497 166.409 30.2356C166.314 30.2891 165.839 30.1082 165.683 30.2482C165.639 30.2927 166.119 30.732 166.26 30.7163C166.461 30.6955 166.274 30.3535 166.492 30.3556C167.218 30.3629 167.856 30.6171 168.533 30.6256C168.595 30.6257 168.125 30.3771 168.647 30.3913C168.729 30.3931 169.201 30.7587 169.832 30.7194C171.248 29.6479 172.244 30.7513 174.005 30.3942C173.942 30.2889 172.636 29.9811 172.558 29.9692C171.091 29.755 168.455 29.6791 166.922 29.6461C166.528 29.6372 166.715 29.8741 166.545 29.8792C166.41 29.8828 166.579 29.4544 166.125 29.6072ZM18.9933 31.4899C18.7953 31.0644 18.1531 31.3566 17.7364 31.3469C17.8946 31.7313 18.5849 31.4065 18.9933 31.4899ZM182.306 30.752C182.098 30.7633 181.452 30.6168 181.398 30.7453C181.323 30.9129 182.255 31.0438 182.306 30.752ZM82.2255 29.8338C82.2454 29.8218 82.7434 29.8401 82.7623 29.8535C83.2102 30.1953 81.7167 30.1388 82.2255 29.8338ZM94.1713 29.8246C94.55 29.7692 94.9311 29.6324 95.0601 29.9815C94.8189 29.9292 94.1284 30.0685 94.1713 29.8246ZM110.643 29.7668C110.566 29.3086 111.7 29.6054 111.914 29.6466C111.835 29.8502 110.701 30.0968 110.643 29.7668ZM189.956 30.2572C190.652 30.3043 190.525 29.6064 190.958 29.9332C191.028 29.9884 191.219 31.4395 190.47 30.8762C190.335 30.7749 190.884 30.4472 189.956 30.2572ZM151.545 30.1219C151.727 29.8214 152.282 29.9195 152.657 29.9494C152.569 30.1733 151.813 30.1041 151.545 30.1219ZM14.6783 31.1747C14.3396 30.757 12.8411 31.1217 13.2232 31.3925C13.2777 31.4277 14.4668 31.165 14.6783 31.1747ZM64.2834 30.1798C64.9013 29.8332 63.609 29.7489 63.2057 30.0847C63.3903 30.0602 64.2419 30.2026 64.2834 30.1798ZM106.687 29.5206C106.717 29.5067 107.377 29.5384 107.407 29.555C107.948 29.9061 106.08 29.8184 106.687 29.5206ZM90.235 29.2935C90.4672 29.0144 92.0294 29.2277 92.3844 29.5032C92.045 29.9106 89.9429 29.6417 90.235 29.2935ZM187.079 30.3733C187.571 30.3726 188.048 30.4713 188.501 30.604C188.399 30.8346 187.122 30.5489 187.079 30.3733ZM109.107 29.4892C109.142 29.491 109.177 29.5174 109.21 29.5202C109.175 29.5103 109.141 29.4991 109.107 29.4892ZM175.965 29.9248C175.548 29.8228 175.625 30.2524 175.651 30.2661C175.963 30.412 176.436 30.04 175.965 29.9248ZM18.4971 30.8694C18.3407 30.4879 17.6463 30.8083 17.2382 30.7287C17.3651 31.0299 18.1727 30.9196 18.4971 30.8694ZM141.998 29.6652C141.48 29.2408 143.612 28.7785 144.054 29.0537C144.084 29.3125 142.075 29.7232 141.998 29.6652ZM62.338 29.6317C62.2917 29.3299 61.4078 29.7095 61.5992 29.8493C61.7206 29.9382 62.366 29.8192 62.338 29.6317ZM145.121 29.243C145.323 29.1531 145.788 29.4574 145.621 29.6372C145.406 29.8678 145.069 29.2688 145.121 29.243ZM163.069 29.2783C162.984 29.2304 161.807 29.5191 162.285 29.8365C162.617 30.0571 162.678 29.621 162.757 29.6211C162.843 29.624 164.72 30.1948 163.069 29.2783ZM130.076 29.2949C130.519 29.1816 131.053 29.3204 131.515 29.3155C131.326 29.5011 130.263 29.5446 130.076 29.2949ZM65.7951 29.4965C65.6869 29.3755 62.7395 29.3479 64.4192 29.6982C64.5176 29.7179 66.1286 29.8619 65.7951 29.4965ZM189.956 30.2572C189.868 30.2513 189.767 30.2339 189.651 30.2007C189.767 30.2158 189.868 30.2392 189.956 30.2572ZM182.043 29.9958C182.211 29.7799 181.398 29.7001 181.161 29.8113C181.08 30.0783 182.019 30.026 182.043 29.9958ZM131.552 29.0086C131.817 28.8845 132.307 29.0227 132.64 29.0106C132.582 29.2148 131.662 29.2173 131.552 29.0086ZM112.761 28.7029C113.295 28.8249 113.95 28.7697 113.961 28.5193C113.972 28.5584 113.998 28.6 114.04 28.6418C114.084 28.6832 114.654 28.5674 114.902 28.6533C116.389 29.162 109.161 28.9465 113.353 28.2426C113.155 28.396 112.958 28.5494 112.761 28.7029ZM88.1242 28.7197C87.8205 28.4172 86.9778 28.8059 87.1982 28.9241C87.352 29.0051 88.4285 29.0242 88.1242 28.7197ZM99.7306 28.472C99.6401 28.4179 98.8122 28.6347 98.7915 28.7953C99.269 28.9625 100.144 28.7232 99.7306 28.472ZM85.7986 28.3816C85.6082 28.3372 85.3698 28.8308 85.3924 28.8521C85.5872 29.0298 86.12 28.6525 85.7986 28.3816ZM188.548 28.8926C188.27 28.7439 187.354 29.0742 187.154 29.3934C187.12 29.3297 187.025 29.2452 186.848 29.1421C186.849 29.1421 186.849 29.1421 186.85 29.1421C186.623 29.0028 179.353 28.6685 184.215 29.4216C184.366 29.4457 184.166 29.1489 184.785 29.2168C184.826 29.2216 184.84 29.4599 184.966 29.4749C185.257 29.5077 186.799 29.6995 187.113 29.5168C187.115 29.561 187.134 29.6035 187.175 29.6431C187.544 29.9964 188.765 29.0072 188.548 28.8926ZM101.369 28.4227C101.203 28.3351 100.677 28.4206 100.623 28.6306C100.885 28.7326 101.756 28.627 101.369 28.4227ZM65.6909 28.6368C65.3497 28.4692 64.4954 28.8052 64.7577 28.9728C64.9189 29.0757 66.0844 28.829 65.6909 28.6368ZM96.104 28.5566C98.0388 28.7952 96.5655 28.5342 96.8602 28.2249C96.6083 28.3354 96.3562 28.446 96.104 28.5566ZM197.497 29.9549C197.191 29.8744 197.573 29.2787 197.901 29.6188C198.005 29.7268 197.668 29.9988 197.497 29.9549ZM211.457 30.2418C211.213 29.6938 212.493 30.0575 211.976 30.4082C211.952 30.4198 211.476 30.2629 211.457 30.2418ZM201.716 29.6821C201.494 30.0417 201.356 30.0806 200.767 29.9706C201.647 29.8961 200.845 29.5452 201.716 29.6821ZM113.955 28.4798C113.958 28.4947 113.961 28.5056 113.961 28.5193C113.957 28.5058 113.955 28.493 113.955 28.4798ZM83.9693 28.4932C83.7251 28.1848 83.0477 28.214 83.2524 28.5248C83.2723 28.5535 83.8725 28.7237 83.9693 28.4932ZM187.154 29.3934C187.185 29.4499 187.167 29.4854 187.113 29.5168C187.112 29.4753 187.127 29.4365 187.154 29.3934ZM87.6311 28.2088C87.6088 28.4407 88.6447 28.5229 88.6858 28.4954C89.2762 28.089 88.0592 28.1914 87.6311 28.2088ZM58.8357 28.4224C58.7827 28.4476 59.1376 29.0398 59.3446 28.8018C59.5049 28.6171 59.0343 28.3269 58.8357 28.4224ZM203.725 29.5997C204.051 29.6111 204.51 29.6265 204.585 29.9134C204.368 29.8623 203.711 29.8079 203.725 29.5997ZM210.965 29.8334C210.562 30.1529 209.681 30.1201 209.12 30.045C209.126 29.605 210.592 29.9231 210.965 29.8334ZM189.435 29.0817C189.409 29.0631 188.588 28.9085 188.692 29.206C188.845 29.6421 189.663 29.2484 189.435 29.0817ZM60.4366 28.7126C60.8001 28.5037 59.9452 27.895 59.5655 28.3829C59.3708 28.6327 60.3755 28.7476 60.4366 28.7126ZM81.8483 28.1066C81.3655 28.2817 82.569 28.5734 82.7332 28.264C82.5102 28.2415 82.0199 28.0446 81.8483 28.1066ZM98.3568 27.6786C96.8277 26.7976 97.6662 28.4134 97.9349 28.2698C97.9724 28.2493 98.3935 27.6993 98.3568 27.6786ZM10.827 29.5212C10.6139 29.6514 11.4377 30.072 11.5328 29.7747C11.5917 29.5886 10.9635 29.4381 10.827 29.5212ZM121.401 28.2489C121.336 28.2515 121.272 28.2542 121.208 28.2565C121.256 28.2421 121.319 28.2376 121.401 28.2489ZM77.4205 26.9642C78.5173 28.2054 78.3921 27.2408 78.4863 27.245C78.6895 27.2563 79.1647 27.59 79.5459 27.5304C79.1101 27.6761 78.6738 27.822 78.2371 27.9679C78.5864 28.0542 81.5888 28.4843 81.6476 28.2808C81.7346 27.9905 80.794 28.0907 80.7661 28.0656C80.7262 28.0296 80.5708 27.2265 80.4829 27.1968C80.3398 27.1491 77.828 27.1594 77.4205 26.9642ZM95.1675 27.833C95.4138 27.9273 95.4853 28.2458 95.599 28.169C95.6377 28.1427 95.6424 27.8386 95.7747 27.7592C95.5724 27.7838 95.37 27.8084 95.1675 27.833ZM75.5098 28.1134C75.2017 27.7454 76.5649 27.8704 76.6086 27.9116C76.8442 28.1608 75.762 28.4139 75.5098 28.1134ZM87.1114 27.9432C87.0615 27.9219 86.0087 27.8146 86.0187 28.0207C86.299 28.1754 87.7043 28.2099 87.1114 27.9432ZM95.9385 27.7376C96.3068 27.7712 97.003 28.0741 96.9211 27.6166C96.9205 27.6166 96.92 27.6166 96.9194 27.6166C96.5927 27.6569 96.2657 27.6972 95.9385 27.7376ZM61.6754 27.7247C60.9826 27.0068 61.3206 27.9228 61.9267 28.1482C62.1037 27.8178 61.7889 27.8416 61.6754 27.7247ZM59.4848 27.2178C59.2934 27.0896 57.3339 27.2679 57.6399 27.6485C57.7491 27.7841 58.8709 27.4175 58.923 27.4433C59.0024 27.4815 58.6505 27.9145 59.2498 27.8196C59.2121 27.6756 59.5506 27.2605 59.4848 27.2178ZM61.1042 27.2672C60.4179 26.7239 60.2827 27.7493 60.7921 27.7436C60.9911 27.742 61.2021 27.3456 61.1042 27.2672ZM63.8808 27.3094C63.634 27.2163 62.9776 27.0852 62.5315 27.4327C63.1362 27.4519 63.7399 27.4714 64.3428 27.491C64.4092 27.2973 64.0969 27.3913 63.8792 27.3094C63.8797 27.3094 63.8803 27.3094 63.8808 27.3094ZM215.142 27.3659C214.616 27.0556 215.858 26.9915 215.907 27.0648C216.053 27.3072 215.378 27.5045 215.142 27.3659ZM6.302 20.3715C6.14822 20.2609 6.03749 19.8839 5.7139 20.0942C6.05554 20.3638 6.39686 20.6334 6.73785 20.903C6.9742 20.2513 6.47017 20.4935 6.302 20.3715ZM4.95401 18.0641C5.00046 18.047 4.71043 17.0666 5.3398 17.7064C5.76531 18.1383 3.54859 18.6483 3.12873 18.2239C3.56815 18.0048 4.55388 18.2047 4.95401 18.0641ZM0.885007 13.918C0.85645 13.84 1.70563 13.6946 1.8061 13.7468C2.33437 14.022 1.04023 14.3356 0.885007 13.918ZM3.60929 14.0129C3.20397 13.8345 4.08317 13.6805 4.34974 13.7822C4.38156 13.9654 3.67193 14.0388 3.60929 14.0129ZM210.193 12.8414C209.787 12.1538 209.351 13.5869 210.023 13.3191C210.055 13.3065 210.21 12.8749 210.193 12.8414ZM1.68445 12.8914C2.09104 13.0696 1.2094 13.2241 0.941062 13.1228C0.910135 12.9398 1.62267 12.8654 1.68445 12.8914ZM209.948 11.2294C209.394 10.7253 209.537 12.3557 209.606 12.4237C209.892 12.6925 210.918 12.0916 211.133 11.9409C209.614 12.1298 210.209 11.467 209.948 11.2294ZM207.272 12.1108C206.734 12.2654 208.083 12.6441 208.357 12.2008C208.093 12.2131 207.426 12.066 207.272 12.1108ZM204.061 11.4795C203.778 11.4117 202.934 11.2441 202.783 11.4948C203.097 11.4589 203.932 11.7382 204.061 11.4795ZM203.441 10.6924C203.006 10.3304 202.866 11.3381 203.39 11.0541C203.411 11.0431 203.457 10.7123 203.441 10.6924ZM200.938 10.2444C200.657 9.83263 200.289 10.8011 200.765 10.843C200.907 10.8536 200.968 10.2915 200.938 10.2444ZM209.294 9.45758C208.881 9.27 208.316 9.95212 209.209 10.0609C208.89 10.1569 208.572 10.2529 208.253 10.349C209.413 10.7835 209.361 9.80804 209.696 9.86022C210.164 9.93417 210.098 10.7354 209.994 10.984C210.393 10.5059 212.041 10.5576 212.995 10.4993C212.169 10.2621 210.818 9.85473 210.008 9.69487C209.775 9.64863 209.54 9.86059 209.341 9.82886C209.022 9.77681 209.318 9.47004 209.296 9.45764C209.296 9.45762 209.295 9.4576 209.294 9.45758ZM197.636 10.1244C196.789 9.64189 197.303 10.6425 197.795 10.4823C197.816 10.4695 197.657 10.1362 197.636 10.1244ZM0.432966 9.9427C1.60377 10.3135 0.784328 10.8871 3.1695 9.97673C2.17605 10.5972 3.12793 10.3999 2.93818 10.6429C2.78597 10.8352 2.18567 10.7009 2.54446 11.0655C2.07667 10.6712 0.10258 10.8535 0.0113114 10.7902C0.0121418 10.7902 0.0129722 10.7901 0.0138026 10.7901C-0.0406445 10.7525 0.058986 9.8249 0.432966 9.9427ZM204.144 8.90744C203.897 7.7044 203.721 9.59475 203.189 8.58682C202.391 9.99792 205.262 8.65652 205.564 9.8818C202.499 9.63623 207.559 11.1534 205.47 9.26393C207.225 9.98408 206.06 9.05904 206.343 8.83707C206.645 8.60067 207.638 8.90347 207.603 8.45723C207.602 8.45721 207.602 8.45719 207.601 8.45717C206.987 8.46685 206.372 8.4767 205.755 8.48671C206.324 9.4662 205.077 9.13556 204.685 8.34016C204.504 8.52924 204.324 8.71833 204.144 8.90744ZM207.579 9.92658C207.52 9.90245 206.18 9.99053 206.26 10.186C206.435 10.3148 208.331 10.2337 207.579 9.92658ZM213.444 9.92819C212.966 9.90809 212.232 9.69382 211.957 10.0458C212.437 10.0657 213.17 10.2802 213.444 9.92819ZM188.831 9.05722C188.211 9.33672 190.092 9.47773 189.557 9.11091C189.531 9.09359 188.862 9.04419 188.831 9.05722ZM202.754 9.04162C202.147 8.65638 202.402 9.82693 202.87 9.53965C202.897 9.5227 202.782 9.0592 202.754 9.04162ZM1.36541 9.76898C1.39756 9.48303 3.07979 9.625 3.37554 9.61254C3.21678 9.88249 1.32964 10.0965 1.36541 9.76898ZM214.324 8.89565C213.413 7.83749 212.074 8.97108 211.932 8.94012C211.792 8.90865 212.03 8.46975 211.998 8.45658C211.925 8.42868 210.422 8.41175 210.351 8.44046C210.298 8.46287 210.546 9.10074 210.231 9.28755C210.835 8.95145 213.588 9.27608 213.728 9.2119C213.84 9.16043 213.034 8.46984 214.323 8.89558C214.323 8.8956 214.324 8.89562 214.324 8.89565ZM211.582 8.79028C211.949 9.0673 210.89 9.06175 210.645 8.95566C210.09 8.7179 211.532 8.75712 211.582 8.79028ZM209.07 8.45699C208.953 8.39364 207.872 8.30185 207.77 8.59181C208.269 8.99001 209.337 8.60424 209.07 8.45699ZM197.024 8.09541C196.742 8.12421 195.974 7.87506 195.922 8.12991C196.205 8.10117 196.972 8.35023 197.024 8.09541ZM6.99008 7.33983C6.51814 7.14085 7.5923 7.01765 7.9092 7.11022C7.93196 7.28052 7.03041 7.3569 6.99008 7.33983ZM202.731 6.58858C202.571 6.5048 199.147 6.58811 198.678 6.69393C199.127 6.90151 202.513 7.02643 202.664 6.9373C202.71 6.91047 202.752 6.60155 202.731 6.58858ZM210.08 6.72377C210.404 6.35769 210.59 6.8174 210.629 6.82449C211.008 6.89588 211.816 6.84013 211.626 7.19701C210.944 7.02529 209.438 7.4508 210.08 6.72377ZM196.835 6.38079C195.677 6.48505 197.881 6.95124 197.602 6.54793C197.584 6.52349 196.955 6.36977 196.835 6.38079ZM203.114 6.49126C203.378 6.19438 206.762 6.57255 207.314 6.5928C206.804 7.13796 206.424 6.69723 205.763 6.70327C205.585 6.70557 205.624 6.9411 205.605 6.94081C205.296 6.9411 205.536 6.67884 205.348 6.6683C205.23 6.66217 202.743 6.90868 203.114 6.49126ZM210.267 6.46881C210.459 6.25898 212.593 6.24428 212.676 6.30509C213.302 6.75584 210.421 6.54935 210.267 6.46881ZM202.819 5.98104C203.207 5.33963 204.876 5.83385 203.712 6.12089C203.601 6.14682 203.144 5.84798 202.819 5.98104ZM196.978 5.76233C196.922 5.7413 195.721 5.57357 195.693 5.78089C195.866 5.86689 197.617 5.99373 196.978 5.76233ZM197.623 5.07858C197.594 5.08266 197.863 5.49191 197.301 5.42358C197.254 5.41735 197.181 4.964 196.466 5.10701C196.321 5.13653 196.088 5.42773 196.104 5.44675C196.823 6.17636 199.084 4.89191 197.623 5.07858ZM210.319 6.10519C210.212 5.91095 210.507 5.35644 210.744 5.65118C210.846 5.77842 210.636 6.10996 210.319 6.10519ZM193.163 5.46387C193.87 5.14211 191.683 5.01278 191.568 5.09733C191.632 5.31255 193.092 5.49516 193.163 5.46387ZM7.99195 4.66152C7.99139 4.66154 7.99084 4.66155 7.99028 4.66157C8.58433 4.71978 8.22724 5.01654 8.25525 5.02457C9.52793 5.40179 9.17259 4.76779 9.36699 4.68527C9.78327 4.50702 9.74083 5.29352 10.4407 4.94553C9.2818 5.46349 10.3444 5.2278 10.3865 5.5058C10.555 6.64027 8.80559 5.0229 8.22535 5.28095C8.14468 5.31666 8.76034 5.66039 8.5542 5.77062C7.87799 6.12794 5.73754 4.43881 7.99195 4.66152ZM210.937 5.6083C211.219 5.2834 213.289 5.68409 212.727 5.93939C212.638 5.98013 210.515 6.08103 210.937 5.6083ZM114.172 3.32359C114.671 3.03456 113.515 2.69271 113.299 2.91801C113.193 3.03021 113.952 3.45041 114.172 3.32359ZM106.074 2.08636C105.479 2.14611 104.854 3.35512 105.594 3.16632C105.672 3.14568 106.142 2.25378 106.074 2.08636ZM144.937 2.90773C144.327 2.46877 144.354 3.27112 144.806 3.2652C144.965 3.26325 144.956 2.92162 144.937 2.90773ZM121.356 2.82642C121.294 2.79817 120.578 2.84685 120.603 3.03127C120.868 3.14272 121.755 3.02006 121.356 2.82642ZM145.135 2.79597C144.764 2.93604 145.392 3.52367 145.848 2.96245C145.619 3.0061 145.173 2.78166 145.135 2.79597ZM201.6 4.16763C201.282 4.48667 200.414 4.35893 199.911 4.39943C199.871 3.97123 201.241 4.23318 201.6 4.16763ZM108.592 2.56903C108.032 2.87012 109.232 3.11543 109.122 2.7181C109.107 2.69651 108.614 2.55618 108.592 2.56903ZM164.885 3.06209C164.471 3.30863 165.763 3.67593 165.414 3.22178C165.397 3.2032 164.908 3.04836 164.885 3.06209ZM170.527 3.32396C170.213 3.23131 168.907 3.23038 169.411 3.48927C169.488 3.52901 170.496 3.55641 170.527 3.32396ZM9.39192 4.37716C9.21093 3.94451 10.1828 4.01752 10.3236 4.08968C10.3791 4.11976 9.62814 4.93999 9.39192 4.37716ZM140.932 2.79387C140.611 2.84527 139.78 2.73249 139.631 2.96093C140.025 2.91727 141.032 3.25293 140.932 2.79387ZM111.141 2.56618C110.655 2.08986 109.824 2.13707 110.029 2.75924C110.947 2.71742 109.916 2.19988 111.141 2.56618ZM147.209 2.30924C146.952 2.26961 146.748 2.86462 146.776 2.89314C147.052 3.16449 147.461 2.545 147.209 2.30924ZM127.958 2.61974C127.945 2.36427 127.12 2.47535 127.229 2.64036C127.265 2.69573 127.969 2.82645 127.958 2.61974ZM190.842 3.69157C190.472 3.44773 191.629 3.25309 191.961 3.53505C192.114 3.93175 190.889 3.71964 190.842 3.69157ZM154.321 2.55924C154.365 2.18085 153.074 2.37551 153.577 2.69731C153.703 2.77781 154.305 2.68572 154.321 2.55924ZM166.632 2.32208C165.763 2.75646 169.372 3.15042 168.433 2.56814C168.367 2.52652 166.709 2.28531 166.632 2.32208ZM172.538 2.72825C172.39 2.67519 172.493 1.40364 173.098 1.90826C173.178 1.97372 172.792 2.30187 172.856 2.38032C172.895 2.42498 174.228 2.63378 174.29 2.60552C174.357 2.57328 174.288 2.16346 174.356 2.11922C174.433 2.06976 175.247 2.44697 175.676 2.46088C176.482 2.48635 176.585 2.14906 176.65 2.14946C176.846 2.1518 177.168 2.40069 177.563 2.40983C179.559 2.45443 182.578 2.24268 184.148 3.00481C182.748 2.67868 181.41 2.95146 180.018 3.0114C180.444 2.31247 177.956 3.50728 179.413 2.72453C178.744 2.88405 173.024 2.89295 172.54 2.72828C172.539 2.72827 172.539 2.72826 172.538 2.72825ZM103.738 1.7341C104.099 1.29834 102.239 1.40093 102.081 1.90457C102.328 1.97355 103.693 1.78341 103.738 1.7341ZM112.344 0.66565C112.518 0.590721 112.685 -0.25918 113.597 0.172699C113.598 0.172701 113.599 0.172701 113.599 0.172703C113.866 0.298845 113.562 0.505627 113.611 0.579468C113.629 0.609597 114.459 1.03329 113.769 1.10052C112.715 1.20382 113.67 0.468142 113.108 0.458647C113.04 0.457846 111.975 0.917243 112.036 1.01829C112.043 1.03006 112.363 0.932898 112.416 0.974907C112.616 1.1328 112.519 1.39815 112.547 1.41079C112.639 1.4431 114.321 0.992522 114.564 1.38785C114.645 1.515 111.883 1.8063 111.777 1.74038C111.71 1.69864 111.738 0.961961 111.668 0.889485C111.633 0.853335 110.532 1.12926 110.388 1.06161C110.347 1.04202 110.315 1.02091 110.292 1.00351C110.459 1.23138 109.46 1.21523 109.49 0.958089C109.507 0.856985 110.195 0.91528 110.22 0.932963C110.231 0.940441 110.24 0.95075 110.249 0.957862C110.107 0.679921 112.43 0.692896 111.929 0.279449C112.61 0.0533123 111.832 0.885803 112.344 0.66565ZM115.606 0.214811C115.536 0.29217 115.466 0.369532 115.396 0.446896C116.584 0.259163 117.936 0.635094 119.306 0.636396C119.654 0.637301 119.255 0.162249 119.711 0.293129C120.076 0.398027 120.478 0.838886 120.28 0.936217C120.231 0.960489 119.489 0.671847 119.116 0.700171C118.018 0.784046 118.299 1.19126 118.233 1.20204C118.163 1.21339 117.479 0.925919 117.104 0.937841C116.161 0.96873 115.73 1.21731 114.437 0.889621C115.183 0.622831 114.776 0.040432 115.606 0.214811ZM159.768 1.49876C159.817 1.2438 160.59 1.48429 160.872 1.45177C160.823 1.70731 160.051 1.46606 159.768 1.49876ZM44.2489 1.48189C44.021 1.90657 45.8018 1.97203 45.3256 1.63294C45.2203 1.55764 44.4728 1.47996 44.2489 1.48189ZM52.266 1.57232C52.502 1.45169 51.5371 1.16815 51.5451 1.49292C51.5486 1.59702 52.2357 1.58798 52.266 1.57232ZM130.919 0.694489C130.964 0.681646 131.617 0.779817 131.637 0.801334C132.068 1.25002 129.916 0.97719 130.919 0.694489ZM61.9901 0.882731C61.1617 1.17121 63.6752 1.25004 62.902 0.911663C62.8637 0.895158 62.0288 0.868706 61.9901 0.882731ZM65.4802 0.751292C65.2811 0.769006 64.392 0.646021 64.3821 0.774289C64.3678 0.981116 65.3851 1.10675 65.4802 0.751292ZM147.403 0.7261C147.313 0.251961 148.478 0.625313 148.884 0.571297C148.974 1.04574 147.811 0.671573 147.403 0.7261ZM140.028 0.291895C144.963 -0.0276871 143.869 0.970167 139.731 0.519226C139.729 0.215803 139.716 0.31217 140.028 0.291895ZM146.336 0.419884C146.153 0.720551 145.592 0.623749 145.212 0.594882C145.283 0.385073 146.062 0.470867 146.336 0.419884ZM42.1104 0.879526C42.4115 0.489876 43.7891 0.931308 43.5494 1.09452C43.494 1.12976 42.002 1.09241 42.1104 0.879526ZM131.333 0.292746C131.22 -0.16806 132.697 0.0304642 132.812 0.133595C133.267 0.547869 131.448 0.191919 131.333 0.292746ZM154.402 0.420633C154.669 0.064455 155.408 0.261307 155.884 0.273718C155.662 0.578218 154.807 0.433334 154.402 0.420633ZM150.954 0.0872688C150.984 0.0738468 151.646 0.115856 151.677 0.132917C152.217 0.492539 150.339 0.375536 150.954 0.0872688ZM7.06596 1.23061C7.08766 1.21827 7.58911 1.22475 7.60695 1.23772C8.06517 1.56869 6.56016 1.54753 7.06596 1.23061Z' fill='%2370EBFF' fill-opacity='0.8'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* 133.333% */
}
.magazine_art .MagazineArticleTopMedia .moreArticleDetails {
  display: flex;
  gap: 8px;
}
.magazine_art .MagazineArticleTopMedia .moreArticleDetails .author-area {
  gap: 8px;
  display: inline-flex;
}
.magazine_art .MagazineArticleTopMedia .moreArticleDetails .author-area,
.magazine_art .MagazineArticleTopMedia .moreArticleDetails .date {
  color: #78787B;
  text-align: right;
  font-family: "Moses";
  font-size: 16px;
  font-style: normal;
  font-weight: 340;
  line-height: 24px;
}
.magazine_art .MagazineArticleTopMedia .moreArticleDetails .author-area a,
.magazine_art .MagazineArticleTopMedia .moreArticleDetails .date a {
  color: inherit;
  text-decoration: none;
}
.magazine_art .MagazineArticleTopMedia .moreArticleDetails .author-area a:hover,
.magazine_art .MagazineArticleTopMedia .moreArticleDetails .date a:hover {
  text-decoration: underline;
}
.magazine_art .MagazineArticleTopMedia .MagazineArticleTopStoryVideo {
  position: relative;
}
.magazine_art .MagazineArticleTopMedia .MagazineArticleTopStoryVideo .videoDetails {
  margin-top: 5px;
  width: auto;
  max-width: fit-content;
  font-size: 13px;
  line-height: 16px;
  font-weight: 340;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #78787B;
}
.magazine_art .MagazineArticleTopMedia .MagazineArticleTopStoryImage {
  position: relative;
}
.magazine_art .MagazineArticleTopMedia .MagazineArticleTopStoryImage .ImageDetails {
  margin-top: 5px;
  width: auto;
  max-width: fit-content;
  font-size: 13px;
  line-height: 16px;
  font-weight: 340;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #78787B;
}
.magazine_art .MagazineArticleTopMedia .MagazineArticleTopStoryImage a {
  display: block;
  width: 100%;
}
.magazine_art .MagazineArticleTopMedia .MagazineArticleTopStoryImage img {
  width: 100%;
  height: auto;
}
.magazine_art .MagazineArticleTopMedia.regular:not(.titleInTop) .moreArticleDetails {
  flex-direction: row;
  gap: 8px;
  width: 740px;
  margin-inline-start: 40px;
  margin-top: 70px;
}
.magazine_art .MagazineArticleTopMedia.regular .content {
  flex-direction: column;
}
.magazine_art .MagazineArticleTopMedia.regular .articleHeaderInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  gap: 25px;
  padding: 50px 65px 40px;
  box-sizing: border-box;
}
.magazine_art .MagazineArticleTopMedia.regular .articleHeaderInfo .articleCategory {
  display: none;
}
.magazine_art .MagazineArticleTopMedia.regular .articleHeaderInfo .subTitleWrapper {
  text-align: center;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .content {
  gap: 0;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .MagazineArticleTopStoryImage {
  width: 740px;
  max-height: 732px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .MagazineArticleTopStoryImage .img {
  width: 100%;
  height: auto;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .articleHeaderInfo {
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 0 65px;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .articleHeaderInfo .mainTitle {
  text-align: center;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .articleHeaderInfo .subTitleWrapper {
  text-align: center;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .content {
  gap: 65px;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .MagazineArticleTopStoryImage {
  width: 679px;
  max-height: 732px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .MagazineArticleTopStoryImage .img {
  width: 100%;
  height: auto;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo {
  justify-content: center;
  align-items: start;
  max-width: 496px;
  padding: 0;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo .mainTitleWrapper {
  align-items: start;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo .mainTitleWrapper .articleCategory {
  text-align: start;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo .mainTitle {
  text-align: start;
}
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo .subTitleWrapper {
  text-align: start;
}
.magazine_art .MagazineArticleTopMedia.vertical .content {
  gap: 0px;
}
.magazine_art .MagazineArticleTopMedia.vertical .MagazineArticleTopStoryVideo {
  width: 425px;
  min-height: 756px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.magazine_art .MagazineArticleTopMedia.vertical .MagazineArticleTopStoryVideo #player[style] {
  width: 100% !important;
  height: 755px !important;
}
.magazine_art .MagazineArticleTopMedia.vertical .MagazineArticleTopStoryImage {
  width: 425px;
  min-height: 756px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magazine_art .MagazineArticleTopMedia.vertical .MagazineArticleTopStoryImage .img {
  width: 100%;
  height: auto;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 0 45px;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo .mainTitleWrapper {
  padding: 0 45px;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo .mainTitle {
  text-align: center;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo .subTitleWrapper {
  text-align: center;
}
.magazine_art .MagazineArticleTopMedia.vertical .content,
.magazine_art .MagazineArticleTopMedia.vertical-wide .content,
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .content {
  flex-direction: row-reverse;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo,
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo,
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .articleHeaderInfo {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex-grow: 1;
  gap: 25px;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo .mainTitle,
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo .mainTitle,
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .articleHeaderInfo .mainTitle {
  color: #000;
  font-family: "MosesDisplay";
  font-size: 54px;
  font-style: normal;
  font-weight: 760;
  line-height: 105%;
  /* 56.7px */
  letter-spacing: -0.54px;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo .subTitleWrapper,
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo .subTitleWrapper,
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .articleHeaderInfo .subTitleWrapper {
  color: #000;
  font-family: "Moses";
  font-size: 21px;
  font-style: normal;
  font-weight: 340;
  line-height: 28px;
}
.magazine_art .MagazineArticleTopMedia.vertical .articleHeaderInfo .subTitleWrapper h2,
.magazine_art .MagazineArticleTopMedia.vertical-wide .articleHeaderInfo .subTitleWrapper h2,
.magazine_art .MagazineArticleTopMedia.vertical-wide-centered .articleHeaderInfo .subTitleWrapper h2 {
  margin: 0;
  padding: 0;
}
.magazine_art .MagazineArticleTopMedia.titleInTop .MagazineArticleTopStoryVideo,
.magazine_art .MagazineArticleTopMedia.titleInTop .MagazineArticleTopStoryImage {
  order: 1;
}
.magazine_art .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,iVBORw0KGgoAAAANSUhEUgAAADgAAAAzCAYAAADCQcvdAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAP pUlEQVRo3r1ab4xcV3X/nXPv+zOzfrPrkLFj2CTOhpjKcWwna1BwC2wU2khQkVK6i/qh/dBUSqu0 qoQqVZUqVarUD/3QVqUBQoF+6wdsVNKopX9EsEloSErsxNhYCKsLOE4hniT2zuzuzHv33nP6Ye4b TzZre+1scqSnebM7793zu+f+O7/fIVyjqeqGf/vRj34UaZoihDC6ABAAGGNGV1VVyPMcIqL9fh9F UeCJJ5647HuJaF2/1vs74RrsSuA+9rGPgZnBzAghEDNDRMh7D2MMvPeUJMno9845WGsRQoC1VuPv YYxREYGIIISgvV4P09PTOHTo0FVBrtsZbwXcAw88ABEhVcXExAScc6SqZK2lEAKpKsWeJWYmVR31 NBFBRDR+VyKCMUa990pEmiSJrqysgIiUmVFVlXY6HZw6deqaQG4IYO3U3NwcGo0GrLXw3pOIUJZl GAwGbIyhYZvEAJiISESMqlL8DmYevUtE6k5TIhJmHqIFQvzUEILkea5lWSoza2xX+/0+jhw5siGQ diMAFxYWMDs7CwAUQkCWZVSWJRlj2DnHwwAxi4hhZqOqJoKyAIiZTewoHn4oMbMCEBFRIgoAAhEJ EYUQQmDmICLinAvMrCEEybJMy7IEABw4cEBnZmYuO/c2DPA7zx0HAPzZn3yGnHOUZRlXVTVExGy8 94aIEhGxAKyIWCKyqmojSDP2SaqqcUhqvBcAXlUDEQUR8QCciPj43VlrRVVDVVVCROKc06Io8Ed/ /Ke6sLBwRZBXjO/8/DwtLi4iTVNiZsrznJmZrbWWiIyqJiKSMLM1xiQikgFIACQRkAXAqmpo6EHd nsZIjqIXQXoAFQDHzD6E4ESkYmZPRE5Vg/c+iIgMBgMREVRVpTMzM3ro0KF1QV4pgrS4uIiiKMg5 x3mecxx6hogSIkpFJGXm1BiTqmoGIFHVlIhsc2IiPfhLH7nptpnb371lS7EtSdM2M+VE3FCVvqr2 q7J6dXm5d/4nP158+Zmnv/2z5eVepaqOiCpVrYwxVXxnxcw2gveqGvI8D4PBQIqi0MXFRYoj4k0g LxvBubk5AlCDMzEKibU2JaLEGJOJSMbMmapmzJyJSHrXvv1bP/SR+++cnJq8k4gbG5njw/kp/e5S 99RTR5/8/skTL1xk5lJESiIqRaRk5iqEUKpq5b13quqJKAwGA0mSRAHIegvPugDn5uao0WhwCIGI iOP8Spg5BZARUcbMOYAMQE5E+Xumby5+7Tc+/f5Wa3Lv1Yb+1bD2et0Tj3/tq/9z7qWzXVUtAQwA DESkVNUBgFJEHADPzEFVgzFG+/2+HjlyRMdBvsmR+fl5On36NM3MzLAxxlRVZVTVElEW51iDiHIi ypk5V9X84w/++s679u77FSLO3wKwtREdnP7Bqf944p8P/4SIBiLDYR0BDpi5jMPZpWkaQgiyuLgo u3fv1sOHD18+gnFocqPRMCEEy8yWmTMiygBkqtoA0Iwgmw89/Mjd7W3bD24WsLXWOf/KM1/54ueO qeqqqvYB9ImoD2CgqqWIVCLijTG+3+8LAD169OhoPr4B4Pz8PAGgpaUlQ0QmgktFJFfVnIgaRNRg 5iaA5u//4WfunZyamn27wNW2dPHisS/8/d98F8CqiKzGSK4SUT/O1UpEvKqGyclJATBaVXn8RYuL i3Tu3DmOJxQGYL33VkQSIkqZOQOQq2r+0MOP3P1OgAOAyamp2YcefmRWVXMAeT2iRCT13icAbJZl LCJ87tw5iqsqVBVmPHpbt24lVWURMfXCUs81Y0yuqg0ianz8E5/cOXP7Hb/8ToCrbWJiy82Tk1M/ P/OjHy6rqhhjBIAgHu289yIikue57tixQ++8807Mz89f2gc7nQ4AUKPRoDzP2TlnmNmKiDXGJHEr SHe8e7q4a9/+BzbD6RACTe9o3z6z89ZfWPu/J5/67jfyPJfxv921b/8DJ144/k8vnzvrVdUbY1wI ITHGeBExeZ4H55x0Oh0CMDyox2ep1+tRURTEzOScYwCjKIpIEk8t6SfnPz27WaulquJ7x0+ce+bZ 5378rSPfPuu9HwG68PrrydrfE3H+4KfmD4hIqqqpiKTRPwvAOOeYmbkoCur1egAwnIPz8/OYmZlB r9cjZmZVZSIyxhgbD8yJqqZ79u6farUm920GuNjDmGhOhJM/+OHZ2Xv2b7PWsnNOAKA/6Jv1nmm1 Jvfu2bt/SlXrI2ES/WRVZWamXq+HmZkZzM/PDwF2Oh10Oh1qNBoUQmBrrQFQn17quWg/PHf/bry1 TfwNZozRZrMZfus3Fz4wOTmZv/76hfLfvvHvr1ytXz48d/9uIqoB2niEtNZaDiFQo9GgTqdDnU6H GHF4lmVJzEzMTCGE+vRv4yZvtxRFOrV1as9mgQMA5xzd+/6755rNRuPChYvl33720ROt1qS72nNT W6f2bCmKdCxrMUTEwyxriKEsS/R6vUvbRFEUNBgMSEQ4rqSjwzUAc+/BD7UB2rSTinOOPnDP3vua jbx54cLF8tEv/MML773jfcvnz7/685+efek1a61c/mnKh/6gHmk2JtcsIjwYDKgoCgLiHBwMBqiq CmmakveeVJVV1cQE1QAwt83cvuNtBbdr1/L0zTcPsubExaf++9kTrVbLX+kd0Z8aIEd6hLz3SNMU VVVhMBgMt4myLMk5R2makjGGIs1AzMwY5nO8ZUux7e0Et2PHu0trrW694QbXmpz01tor0ndF0doW F0Ouh2fN/YQQ4JxDWZaw8/PzWF5eRrfbRQgBqkpJktQgueZY0ix712YA7HaX7HrgYsqDJEm0vr+S JWl6YwRHw7x5aM45EhECgDvuuOPSRt9qtdDv9ynLMkTOZBTJYTSpuRkAgw/0V3/9d8+oCN67a9fq OLhrMWO4gSEFQrW/IkJJkmB1dRWtVgvAZTL6mt6r74c03+Zs7q3JSb9r1/uWjTXaak366wE3tOGC N+7nehn9ugBr3nL8AVUZXA9I5xzdO7vvvjzPmvXxK8/z6q13lQ5qX8e51bU22ia63S6MMeqcAxFp pPOUiBSAiujq9YD7wD1778vzrNntLQ+6S0sboik3YiFIH0NOVWuelYjUOafGGHS73SHAw4cP48yZ MwCGeoG1ViPjrABEVUVVpSrL164HXL2gfP6xLx031lzncFzn/VX1avSt9lNFRK21MGbYzpkzZ4YR zLJMkyRRY4yGEGpwKkOkQkSyvNw7f7nGvPe0e9ft708T21TVdbeCW2+7bbXVmvQbc//q1ut1zxOR qGoQEalBhhDUGIMkSZBl2RBgnuf15qjWWq0Z5kjKBgDhx4v/+7PLNba83DNbp1rbW1sm3lOWJV9u n7v+BeXNFv2pGfGaFRdrrVZVpWmaap7nl+Zgr9fTPM+VmaXWCsZI2fDsM093VGWwXmPdbtfGXk0+ eGDf2w4O0MGzzzzdGQfIzCEKNZrnOcbTJS2KQrMsUxFREVFjjKhqAOCJyKuqX+71qqWLS6fWa857 zwCwf++enc1ms/H2ggMuvH7hB8u9Xllzoxhm9WKMCTI0zbIMRVEME952u412u639fl+NMRITz0BE IdLpTlX9U0efPI0h7b6uWWvZey8vnDjxyoOf+NV3bd+2vdpscAD0O09969SYX46IPIDgvZeaH223 29put4eczOnTp6nRaNCNN95YH3NGZ1AMUxFDROb8Kz+XfffM5lmW3/SGHr1wIdm3Z/dtAMDMdNvO nZPbt7Xf5UMI3d7KheGRdnOs21068a+P//OPxqlDVa0AVBGo5HkuZ8+exTe/+c1LG31RFOj1etpo NDRJkhBlKy8ijpnrnqq+fvirx377d373feO0fCNvhD//i7987rXXXsvSJJVGsxmmtk5Vt9y6s3/T TZuWhEBVBo9/7avPM/NIwwghuOhnSJJEnHO6srKiRVEocOkko+12GwCwtLSkVVVpHM+BiHwIwRlj ShGx//fyS72TJ178r73773mwbnjrDTe4u/bu747TDGmaymSr5TcqNW/ETp548T9fPvfSsqqWzFyG EJyqOu+9j/KaGmNGWFT1DfQDzc7OUpqmPDExwc1mM3HO1ZJYzsw5M0+oapOIGg/93h/Mbtu2/Rc3 zfur2Kuvdp790uc/+71I+K6IyKqIrALoM3OZJEm1uroaVlZWpKoqff755xXAG4hfnZmZ0enpaWVm LcsyAPDWWheHRCUiAwyp88E/fvFzLyxdvHjsnQC3dPHi8a889rnn63kXRZiSmStrrQcQapl7enpa Z2ZmRgLM2vFDtWy2RptI12gTORE1iSh/6OFHDrwD2sTxSNfX2sQqhgtMf0ybCLU2Ma4wrV3etN1u a6fTUWutNJtNz8xeVZ2qliGEckzlWQGw+uXHHn3u5Pdf/Dqg/c0EpiqD7794/F++/NijzwOo9Yi+ iPSjTliqqmfm0Gw2xVornU5H2+32leWzGEWM6YNGRAyG+mACII36YIqhPpgRUXbzLbe2HvzUwgeL orUPb1Ef7HaXTjz+tUPfe/nc2V7cAsaHZq0P1lJ3rQ9K1AdxNYAALsloUeGlmj6M+nxSa/LMnKpq GlWo5O7ZA1sPfmjunlZrcg/RxlkAVekvXVw69fS3nzx58sSLF5nZRYW3igpvWUcuKrwuKryhVniP Hj36pqT3ij09OztLazV6Y4xJksQSkQ0hjMCq6ugiIlu0WumH5+5/z/TNt9yypSi2J0nSJuIGETWH Wp/0q8q9urLce+XsT39y7umj33olavSBiFx9RVDOGFOqqnPOuRDCuHwtvV5Pjx07dm0aPXDFKguO VRY21sZYY4wRkQRDKs9G4nhE60XyisauUSaOoUokqioAPIbStAsh1AeNusrC+6GMFGKVhV6tyuKK AFUVCwsLWFxcpKIo4JzjLVu2kDGGRISNMey9r6m7UV1MBF9zqrXWwZFeqJmwWEUyAqh1flcf9OO9 t9b6WBwkIQRZXl6uI4crgQOuUghU8x0LCwsaS0pEVSlNU6yurkqscCIRoShhcWTjOIohFAURRmTA 6s/xerV4LwCUmUMIQZhZvPdhWEA1zBDyPA+rq6uaJIluBNxVIzgeSQC477776lo18t4jKsE0GAww Vqs2+oz0f63VjQry4v9G760L7uIQHdElIQSNtWqyplZN11tQrhvgOEgA2LNnD9rtNtI0HTk6Vm2I sWpD1NFaU21I4wV5Y9WGiNWGSJJExqoNtaoqxH0OGwV3TQDXgqzt4MGDKIoCxpi6XpRCCFinXhRJ kozaW1MvCmbWWC+KmHgjhIBYL6qdTmdUYVhPn43YNW/IV6v4rYcxM2MwGIxX/FKs+AVw2Ypf9Pt9 jakb2u32mwphrwZubWT/H26K2uYpzlKkAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA3LTMwVDA4 OjQxOjE4KzAwOjAws8SgFQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNy0zMFQwODo0MToxOCsw MDowMMKZGKkAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC' /%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;
  }
}
.link-text-component {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.link-text-component .linked-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.link-text-component .logo {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  object-fit: contain;
}
.link-text-component .DraftEditor-root {
  color: #78787B !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0 !important;
}
.link-text-component .public-DraftEditor-content > div > *:last-child {
  margin-bottom: 0 !important;
}
.link-text-component .text {
  color: #78787B !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}
.link-text-component a {
  color: #78787B !important;
}
.link-text-component a:hover {
  color: #000 !important;
  font-weight: 500;
}
.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;
}
.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%;
}
.premium-paywall-desktop-signin-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.premium-paywall-desktop-signin-email.newspaper .title-container span {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signin-email.newspaper .buttons-container {
  margin-top: 50px;
}
.premium-paywall-desktop-signin-email.newspaper .email-signin {
  margin-top: 50px;
}
.premium-paywall-desktop-signin-email .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signin-email .radio-buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  direction: rtl;
}
.premium-paywall-desktop-signin-email .radio-buttons-container .radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.premium-paywall-desktop-signin-email .radio-buttons-container .radio-option input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  cursor: pointer;
  accent-color: #2261D0;
}
.premium-paywall-desktop-signin-email .radio-buttons-container .radio-option .radio-text {
  line-height: 24px;
  white-space: nowrap;
}
.premium-paywall-desktop-signin-email .email-signin {
  width: 460px;
  margin-top: 40px;
  z-index: 1;
  position: relative;
}
.premium-paywall-desktop-signin-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-desktop-signin-email .email-signin input {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.premium-paywall-desktop-signin-email .email-signin .error-text {
  position: relative;
  height: 20px;
  padding-top: 4px;
  margin-top: 0;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.premium-paywall-desktop-signin-email .email-signin .error-text a {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
}
.premium-paywall-desktop-signin-email .email-signin .error-text a:visited,
.premium-paywall-desktop-signin-email .email-signin .error-text a:hover,
.premium-paywall-desktop-signin-email .email-signin .error-text a:active {
  color: #DE1A1A;
  -webkit-text-fill-color: #DE1A1A;
}
.premium-paywall-desktop-signin-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .error-text {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: unset;
  text-align: right;
  color: #DE1A1A;
}
.premium-paywall-desktop-signin-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.premium-paywall-desktop-signin-email .buttons-container .button-base {
  width: 100%;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signin-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signin-email .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signin-email .separator {
  margin-top: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  direction: rtl;
  text-align: center;
  width: 100%;
}
.premium-paywall-desktop-signin-email .separator .line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.premium-paywall-desktop-signin-email .separator .text {
  padding: 0 10px;
  white-space: nowrap;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.premium-paywall-desktop-signin-email .social-signin {
  gap: 20px;
  width: 460px;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.premium-paywall-desktop-signin-email .social-signin .social-button {
  width: 178px;
  cursor: pointer;
  height: 40px;
  align-items: baseline;
  background-color: #fcfcfc;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1.5px solid #000;
  font-weight: 700;
}
.premium-paywall-desktop-signin-email .social-signin .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .social-signin .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  position: relative;
  top: 4px;
  margin-left: 3px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .login {
  margin-top: 34px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.premium-paywall-desktop-signin-email .login button {
  background: none;
  border: none;
  color: #2261D0;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.premium-paywall-desktop-signin-email .newspaper-users {
  margin-top: 5px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
  justify-content: center;
  align-items: baseline;
}
.premium-paywall-desktop-signin-email .newspaper-users > :first-child {
  display: flex;
  align-items: center;
}
.premium-paywall-desktop-signin-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-desktop-signin-email .newspaper-users .yedioth-label {
  margin-right: 3px;
  width: 104px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.30786 14.624C4.29719 14.24 4.35053 13.8933 4.46786 13.584C4.59586 13.2747 4.74519 13.0133 4.91586 12.8C5.09719 12.576 5.33186 12.3147 5.61986 12.016C6.01453 11.6107 6.30253 11.2693 6.48386 10.992C6.66519 10.7147 6.75586 10.384 6.75586 10C6.76653 9.44533 6.57986 9.01867 6.19586 8.72C5.82253 8.42133 5.26253 8.272 4.51586 8.272C4.14253 8.272 3.75319 8.336 3.34786 8.464C2.95319 8.58133 2.63319 8.71467 2.38786 8.864L2.35586 7.616C2.71853 7.43467 3.13453 7.29067 3.60386 7.184C4.07319 7.07733 4.55853 7.024 5.05986 7.024C6.07319 7.024 6.88386 7.248 7.49186 7.696C8.11053 8.13333 8.42519 8.79467 8.43586 9.68C8.43586 10.0853 8.36653 10.4533 8.22786 10.784C8.08919 11.1147 7.92386 11.3973 7.73186 11.632C7.53986 11.8667 7.26786 12.16 6.91586 12.512C6.49986 12.9173 6.18519 13.2747 5.97186 13.584C5.76919 13.8827 5.66786 14.2293 5.66786 14.624H4.30786ZM4.09986 16.064H6.03586V18H4.09986V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.4743 7.7396C84.2988 8.02591 85.5267 7.79335 85.9677 8.59852C85.5843 10.584 85.776 12.6957 86.6017 14.4311C86.5052 15.7551 85.7337 16.6864 85.1244 17.9556H77.7583C78.2064 16.6228 78.2699 16.0601 78.6592 15.1869C78.7357 15.0146 78.7886 15.0179 78.9027 14.9444C79.0791 14.8347 79.2638 14.7909 79.4296 14.8183C80.1906 14.7711 80.1247 14.9192 80.5199 14.7711C80.6551 13.5721 79.9518 10.9142 79.9518 10.9142L78.1417 10.9065C78.1417 9.45744 77.8924 8.11586 76.9327 7.04193C77.9112 6.86313 78.6781 8.06211 79.7919 7.99081C80.3094 8.02591 81.0962 7.82955 81.1726 8.50967C80.9609 10.8177 81.4408 12.8778 82.1888 14.8095C83.1333 14.9499 83.6813 14.7075 85.0503 14.8227C84.7234 13.6413 84.5176 10.8473 84.4811 10.9142C84.4811 10.9142 83.1297 10.9603 82.4581 10.9065C82.7839 9.56494 82.3617 8.07966 81.729 6.88068C82.4382 6.88068 82.8992 7.45329 83.4743 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.5068 8.06741C94.3583 8.22757 98.4889 8.15188 98.4889 8.15188L98.8664 10.7758H97.9961C98.2078 11.9561 98.4948 13.3932 99.0311 14.4309C98.3407 15.4873 97.862 16.7213 97.5538 17.9554H96.8529L96.8505 10.8175L91.6555 10.8076C91.5791 9.42983 91.2239 7.97307 90.3806 6.86295C91.0134 6.43403 91.3262 7.3478 91.9637 7.58913C92.5506 7.81291 92.8846 7.95003 93.5068 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9162 8.34225L58.0879 8.59345C58.0314 10.4539 58.5101 12.1147 56.3437 13.0811L58.9359 16.5431L56.7588 18.25C55.224 16.3347 51.6438 12.7071 51.6438 12.7071L51.2322 14.9832L53.2163 15.0238L53.441 17.956C53.441 17.956 50.0655 17.956 49.9937 17.9407L49.802 17.7794C50.55 15.1851 50.3771 12.6544 49.9937 9.97014L51.0875 7.48333H51.3745L55.7862 12.6829C56.1708 12.9144 56.4966 12.3242 56.7083 12.0741C56.8612 11.7165 56.88 11.3304 56.4389 11.1691L54.8664 11.0803C54.8088 9.77378 54.4054 8.59345 53.3892 7.64458L53.4845 7.39447C54.6171 8.48595 56.3813 8.14589 57.9162 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7994 8.18463C28.625 7.84457 28.4274 8.59489 28.3921 9.04355C28.4615 10.1745 29.2695 14.4428 29.3542 15.1767C29.3824 15.4147 28.0805 17.9344 28.0805 17.9344L24.4815 17.9322C24.4815 17.9322 25.44 16.1837 25.7658 15.2534C25.8364 15.2567 27.4136 15.2567 27.4136 15.2567V11.0115C24.9978 11.3044 25.8811 9.65127 25.4012 8.77479C25.2683 8.13088 24.5767 7.57582 24.5767 6.9681C25.8046 7.0032 26.3998 8.50604 27.7994 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.087 7.81134C74.7397 8.52766 76.197 7.81134 76.5616 8.76021C76.4275 10.9245 76.7145 12.9287 77.4049 14.7716C76.8297 15.7731 76.3275 16.3523 75.9276 17.956H75.3313L75.3384 10.9958C75.3384 10.9958 74.4763 10.9728 73.6259 10.9958C73.867 8.99496 72.8567 7.61169 72.418 6.95242C73.2813 6.75606 73.4824 7.59634 74.087 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8089 10.9523C42.9041 12.3312 43.2346 13.5521 43.698 14.7862C43.1229 15.7877 42.6195 16.3417 42.2208 17.9454H41.7597C41.127 14.2959 42.4548 10.2141 40.2296 7.18974C41.5727 6.67088 41.668 8.46002 42.8959 8.20992H48.0462C48.0462 8.20992 48.2873 8.26257 48.4073 8.35033C48.5496 8.45673 48.6072 8.58398 48.659 8.71671C48.5237 10.8821 48.8118 12.929 49.5022 14.7708C48.9271 15.7735 48.4237 16.221 48.025 17.9433H47.2935L47.3005 10.9655H42.9923L42.8089 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.8187 7.81134C88.4703 8.52766 89.9287 7.81134 90.2933 8.76021C90.2933 8.76021 90.5144 10.5099 91.2648 11.8087C90.6226 12.5722 89.9769 12.955 89.5782 14.5587H89.076L89.0701 10.9958C89.0701 10.9958 88.1633 11.0364 87.3577 10.9958C87.5988 8.99496 86.5885 7.61169 86.1498 6.95242C87.0131 6.75606 87.4106 7.59634 87.8187 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.682 7.81139C101.334 8.5277 102.792 7.81139 103.156 8.76026C103.156 8.76026 103.377 10.5099 104.128 11.8087C103.486 12.5722 102.922 12.955 102.523 14.5588H101.954L101.96 10.9959C101.96 10.9959 100.997 10.9728 100.222 10.9959C100.462 8.99501 99.4526 7.61174 99.0127 6.95247C99.876 6.75611 100.108 7.56457 100.682 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.3807 10.9956C31.3807 10.9956 30.6715 10.989 29.8987 10.9956C30.1387 8.99476 29.1295 7.61149 28.6908 6.95222C29.5541 6.75586 29.9199 7.64988 30.3598 7.8243C31.3736 8.37168 32.4698 7.81114 32.8344 8.76001C32.7003 10.9243 32.9873 12.9285 33.6777 14.7714C33.1025 15.7729 32.3286 16.3521 31.9287 17.9558H31.3865L31.3807 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5954 11.0106C22.5954 11.0106 21.5874 11.0051 20.9911 11.0106C21.2311 9.00973 20.2208 7.62646 19.7821 6.96719C20.6453 6.77083 20.9206 7.50031 21.451 7.8272C22.1037 8.54242 23.561 7.8272 23.9256 8.77498C23.7915 10.9404 24.0608 12.9533 24.7512 14.7962C24.1749 15.7977 23.6186 16.3769 23.2187 17.9807H22.5965L22.5954 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1948 11.0627H14.3535C13.5667 11.6353 13.7219 12.944 14.0842 13.7996C15.1733 15.2388 14.1618 16.4477 13.7972 17.7541L13.6361 17.9329H10.0371L11.2262 15.0874L12.7563 15.0918C12.4599 14.1495 12.22 12.0949 12.7575 11.0572C12.5682 10.9694 12.1906 10.9376 11.9025 10.9727C11.8636 9.54229 11.6672 8.34331 10.958 7.19808C11.4755 6.35672 11.9742 7.842 12.6081 7.8782C14.6229 8.30821 16.9328 8.13269 19.3074 8.18425C19.5379 8.238 19.7049 8.38829 19.8414 8.80294C19.7073 10.9672 20.0013 12.9857 20.6917 14.8285C20.1166 15.8301 19.6144 16.4093 19.2145 18.0119H18.1912L18.1948 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.1996 8.75618C40.0655 10.9205 40.3666 12.9246 41.057 14.7675C40.4818 15.769 39.9796 16.3482 39.5809 17.952H38.8623L38.8541 10.9907L33.9449 10.9885C34.0401 9.64691 33.8237 8.26583 32.9605 7.29941C33.0369 7.0142 33.5744 7.12061 33.7849 7.21056C34.4036 7.80621 34.8399 7.94442 35.435 8.15833H39.5786C39.8467 8.24828 40.0525 8.45122 40.1996 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.4059 11.0937H66.6034C65.8178 11.6663 65.9718 12.8137 66.3353 13.6705C67.4232 15.1086 66.4117 16.471 66.0471 17.7764L65.886 17.9563H62.2882C62.2882 17.9563 63.0739 15.9061 63.4773 14.9583C63.5431 14.9331 65.0074 14.9616 65.0074 14.9616C64.711 14.0204 64.4711 12.1259 65.0086 11.0893C64.8192 11.0004 64.4617 11.0268 64.1747 11.0619C64.1359 9.63144 63.9183 8.37432 63.2079 7.2291C63.7266 6.38773 64.2253 7.87301 64.858 7.90921C66.8151 8.39187 69.2097 8.08802 71.435 8.17687C71.6655 8.23172 71.7984 8.48402 71.9913 8.82408C71.8572 10.9884 72.1324 13.0331 72.8228 14.876C72.2465 15.8775 71.7443 16.3799 71.3456 17.9837L70.42 17.9969L70.4059 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-email .newspaper-users .yedioth-plus-label {
  margin-left: 3px;
  width: 53.167px;
  position: relative;
  height: 17px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.premium-paywall-desktop-signin-email .yedioth-label-newspaper-mode {
  width: 211.5px;
  height: 27px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='212' height='27' viewBox='0 0 212 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2960_89648)'%3E%3Cpath d='M165.074 2.31874C166.932 2.99072 169.691 2.44855 170.679 4.3347C169.817 8.99279 170.248 13.9563 172.098 18.0264C171.886 21.1344 170.146 23.3183 168.774 26.3041H152.217C153.221 23.1733 153.37 21.8522 154.24 19.8057C154.412 19.401 154.53 19.4086 154.789 19.2406C155.181 18.981 155.596 18.8817 155.972 18.9428C157.681 18.8359 157.54 19.1795 158.426 18.8359C158.724 16.0181 157.148 9.77933 157.148 9.77933L153.08 9.76405C153.08 6.3583 152.523 3.21217 150.367 0.692219C152.562 0.272227 154.287 3.08999 156.796 2.92199C157.964 3.00599 159.727 2.54019 159.9 4.13616C159.43 9.55024 160.504 14.3916 162.189 18.9275C164.314 19.2559 165.544 18.6908 168.617 18.9581C167.88 16.1861 167.418 9.6266 167.34 9.78696C167.34 9.78696 164.298 9.89386 162.793 9.77168C163.522 6.62556 162.573 3.13581 161.154 0.325684C162.753 0.325684 163.788 1.66966 165.082 2.34164L165.074 2.31874Z' fill='%23DE1A1A'/%3E%3Cpath d='M187.622 3.091C189.535 3.46517 198.824 3.28954 198.824 3.28954L199.671 9.45197H197.719C198.189 12.2239 198.84 15.5991 200.047 18.0351C198.495 20.5168 197.413 23.411 196.731 26.3127H195.155V9.55124L183.475 9.52833C183.302 6.29058 182.503 2.86955 180.605 0.265598C182.024 -0.742383 182.73 1.40339 184.165 1.96847C185.482 2.49537 186.234 2.81609 187.637 3.091H187.622Z' fill='%23DE1A1A'/%3E%3Cpath d='M107.621 3.73968L108.013 4.32767C107.888 8.69559 108.962 12.5977 104.094 14.8657L109.918 22.9906L105.026 26.9996C101.577 22.5095 93.5259 13.9875 93.5259 13.9875L92.6009 19.3252L97.0615 19.4245L97.5632 26.3047C97.5632 26.3047 89.9747 26.3047 89.8179 26.2665L89.3867 25.8847C91.0644 19.791 90.6802 13.85 89.8179 7.55016L92.2795 1.70844H92.9301L102.847 13.9111C103.709 14.4533 104.438 13.0711 104.917 12.4831C105.262 11.6432 105.309 10.7345 104.313 10.3603L100.777 10.1465C100.652 7.08434 99.7426 4.30476 97.4613 2.08262L97.673 1.49463C100.221 4.05276 104.18 3.25859 107.637 3.7244L107.621 3.73968Z' fill='%23DE1A1A'/%3E%3Cpath d='M39.928 3.36619C41.7859 2.57203 41.3391 4.32835 41.2607 5.38215C41.4175 8.03956 43.2362 18.0583 43.4243 19.7841C43.4871 20.3415 40.563 26.2596 40.563 26.2596H32.4727C32.4727 26.2596 34.6285 22.1513 35.3576 19.9673C35.5144 19.9673 39.0578 19.9673 39.0578 19.9673V10.0021C33.6251 10.6893 35.6163 6.81013 34.5344 4.75599C34.2365 3.24402 32.6843 1.93823 32.6843 0.510254C35.4438 0.594252 36.7765 4.12218 39.928 3.36619Z' fill='%23DE1A1A'/%3E%3Cpath d='M143.97 2.48827C145.436 4.16823 148.713 2.48826 149.528 4.71804C149.23 9.80376 149.873 14.5077 151.425 18.8298C150.132 21.1817 149.003 22.541 148.101 26.3056H146.761L146.776 9.96412C146.776 9.96412 144.832 9.91066 142.927 9.96412C143.468 5.26784 141.195 2.02246 140.215 0.472305C142.159 0.00649565 142.606 1.98428 143.97 2.48827Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.6684 9.86406C73.88 13.1018 74.6248 15.9654 75.6674 18.8672C74.3739 21.2191 73.245 22.5173 72.3435 26.2819H71.3087C69.8897 17.7141 72.8687 8.13064 67.8672 1.03659C70.8854 -0.185202 71.097 4.01471 73.8565 3.42672H85.4353C85.4353 3.42672 85.9763 3.54891 86.2506 3.75508C86.5721 3.99944 86.7053 4.30489 86.8151 4.61034C86.5093 9.69606 87.16 14.4992 88.7122 18.8213C87.4187 21.1733 86.2898 22.2271 85.3883 26.2667H83.742L83.7577 9.88697H74.076L73.6605 9.85641L73.6684 9.86406Z' fill='%23DE1A1A'/%3E%3Cpath d='M174.833 2.48827C176.299 4.16823 179.576 2.48826 180.391 4.71804C180.391 4.71804 180.885 8.82632 182.579 11.8732C181.136 13.6677 179.686 14.5611 178.792 18.3334H177.663L177.648 9.96412C177.648 9.96412 175.609 10.0634 173.798 9.96412C174.339 5.26784 172.066 2.02246 171.086 0.472305C173.022 0.00649565 173.924 1.98428 174.841 2.48827H174.833Z' fill='%23DE1A1A'/%3E%3Cpath d='M203.755 2.4886C205.221 4.16857 208.498 2.4886 209.313 4.71837C209.313 4.71837 209.807 8.82665 211.5 11.8735C210.058 13.668 208.788 14.5615 207.894 18.3337H206.616L206.632 9.96445C206.632 9.96445 204.468 9.911 202.72 9.96445C203.261 5.26818 200.988 2.02279 200.008 0.472639C201.952 0.00682992 202.469 1.90825 203.763 2.4886H203.755Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9778 9.96265C47.9778 9.96265 46.3864 9.94738 44.646 9.96265C45.187 5.26638 42.9214 2.02099 41.9336 0.47084C43.8778 0.00503069 44.6931 2.10498 45.6887 2.51734C47.97 3.80022 50.4315 2.4868 51.2468 4.71657C50.9411 9.80229 51.5918 14.5062 53.144 18.8283C51.8505 21.1803 50.1101 22.5395 49.2164 26.3042H47.9935L47.9778 9.96265Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2209 10.0007C28.2209 10.0007 25.9553 9.98544 24.6148 10.0007C25.1557 5.30443 22.8823 2.05141 21.9023 0.508895C23.8387 0.0507215 24.458 1.76123 25.6574 2.52486C27.1234 4.20482 30.4003 2.52485 31.2234 4.75463C30.9177 9.83272 31.5292 14.5672 33.0814 18.8893C31.7879 21.2412 30.5336 22.6005 29.6399 26.3651H28.2366V10.0007H28.2209Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3364 10.1244H9.69737C7.9335 11.4684 8.27843 14.5381 9.09373 16.5465C11.5396 19.9217 9.26621 22.7623 8.4509 25.8321L8.09029 26.2521H0L2.67324 19.578H6.11475C5.44839 17.3788 4.90747 12.5527 6.11475 10.1168C5.69142 9.91059 4.83692 9.83422 4.19409 9.91822C4.10785 6.55829 3.66885 3.74052 2.06961 1.05257C3.22985 -0.917572 4.35872 2.56455 5.77766 2.64855C10.3088 3.65653 15.4985 3.24417 20.8372 3.36634C21.3546 3.48852 21.7309 3.8398 22.0366 4.81723C21.7309 9.90295 22.3972 14.6374 23.9495 18.9671C22.6559 21.3191 21.5271 22.6783 20.6255 26.443H18.3207V10.1244H18.3364Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.7942 4.70897C67.4963 9.79469 68.1705 14.4986 69.7227 18.8207C68.4292 21.1727 67.3003 22.5319 66.4066 26.2965H64.7917L64.776 9.95505H53.7381C53.9576 6.80129 53.4637 3.56353 51.5273 1.28794C51.6998 0.615948 52.9071 0.867944 53.3853 1.07412C54.7729 2.47155 55.7606 2.79991 57.0933 3.3039H66.4066C67.0102 3.51007 67.4728 3.99116 67.802 4.70897H67.7942Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M135.692 10.1924H127.147C125.375 11.5364 125.728 14.232 126.543 16.2403C128.989 19.6155 126.715 22.8151 125.892 25.8848L125.532 26.3048H117.441C117.441 26.3048 119.213 21.494 120.115 19.2642C120.264 19.2031 123.556 19.2719 123.556 19.2719C122.89 17.065 122.349 12.6131 123.556 10.1771C123.133 9.97095 122.333 10.032 121.683 10.116C121.596 6.75611 121.11 3.80853 119.511 1.12058C120.671 -0.857199 121.8 2.63255 123.219 2.71655C127.617 3.84671 133.003 3.13653 138.004 3.34271C138.522 3.47253 138.82 4.06052 139.259 4.86232C138.953 9.94041 139.572 14.7436 141.124 19.0733C139.831 21.4253 138.702 22.6013 137.8 26.3659L135.715 26.3965L135.684 10.1924H135.692Z' fill='%23DE1A1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2960_89648'%3E%3Crect width='211.5' height='27' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signin-finish {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signin-finish .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signin-finish .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signin-finish .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signin-finish .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-desktop-signin-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signin-password .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signin-password .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signin-password .otp {
  display: flex;
  direction: ltr;
  gap: 15px;
  margin-top: 30px;
}
.premium-paywall-desktop-signin-password .otp input {
  width: 35px;
  height: 35px;
  border: 1px solid #B7B7B7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.premium-paywall-desktop-signin-password .avalibale-label {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 56px;
}
.premium-paywall-desktop-signin-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.premium-paywall-desktop-signin-password .buttons-container .button-base {
  width: 178px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signin-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signin-password .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signin-password .error-text {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 20px;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-desktop-signin-password .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signin-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .digital-edition-label {
  width: 172px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #A51C21;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .title {
  color: #000;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 24px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .button-base {
  margin-top: 43px;
  width: 150px;
  cursor: pointer;
  height: 38px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .error-text {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 2px;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms {
  display: flex;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #000;
  flex-direction: column;
  margin-top: 27px;
  z-index: 1;
  width: 460px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #DE1A1A;
  border-radius: 2px;
  cursor: pointer;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container {
  display: inline-grid;
  grid-gap: 5px;
  grid-template-columns: 15px auto;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  top: 2px;
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container a {
  color: #000;
  text-decoration: underline;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .inner-container .text {
  height: 32px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .error-text {
  margin-top: unset;
  margin-right: 20px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .terms .error-text a {
  color: #DE1A1A;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .back-button {
  font-size: 17px;
  line-height: 26px;
  margin-top: 25px;
}
.premium-calcalist-paywall-desktop-signup-confirm-terms .back-button button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-desktop-signup-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.premium-paywall-desktop-signup-email .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signup-email .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
.premium-paywall-desktop-signup-email .email-signup {
  width: 460px;
  margin-top: 10px;
  z-index: 1;
  position: relative;
}
.premium-paywall-desktop-signup-email .email-signup.error.email input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-desktop-signup-email .email-signup input {
  font-size: 14px;
  color: #78787B;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.premium-paywall-desktop-signup-email .email-signup .error-text {
  position: relative;
  height: 20px;
  padding-top: 4px;
  margin-top: 0;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.premium-paywall-desktop-signup-email .email-signup .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.premium-paywall-desktop-signup-email .buttons-container .button-base {
  width: 100%;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signup-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signup-email .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signup-email .terms {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #000;
  flex-direction: column;
  margin-top: 34px;
  z-index: 1;
}
.premium-paywall-desktop-signup-email .terms.error {
  position: relative;
}
.premium-paywall-desktop-signup-email .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #DE1A1A;
  border-radius: 2px;
  cursor: pointer;
}
.premium-paywall-desktop-signup-email .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-desktop-signup-email .terms .inner-container {
  display: inline-grid;
  grid-gap: 5px;
  grid-template-columns: 15px auto;
}
.premium-paywall-desktop-signup-email .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  top: 2px;
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
}
.premium-paywall-desktop-signup-email .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-desktop-signup-email .terms .inner-container a {
  color: #000;
  text-decoration: underline;
}
.premium-paywall-desktop-signup-email .terms .inner-container .text {
  height: 32px;
}
.premium-paywall-desktop-signup-email .terms .error-text {
  margin-top: unset;
  margin-right: 20px;
}
.premium-paywall-desktop-signup-email .terms .error-text a {
  color: #DE1A1A;
}
.premium-paywall-desktop-signup-email .error-text {
  font-size: 13px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: unset;
  text-align: right;
  color: #DE1A1A;
}
.premium-paywall-desktop-signup-email .separator {
  margin-top: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  direction: rtl;
  text-align: center;
  width: 100%;
}
.premium-paywall-desktop-signup-email .separator .line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.premium-paywall-desktop-signup-email .separator .text {
  padding: 0 10px;
  white-space: nowrap;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.premium-paywall-desktop-signup-email .social-signup {
  gap: 20px;
  width: 460px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.premium-paywall-desktop-signup-email .social-signup .social-button {
  width: 178px;
  cursor: pointer;
  height: 40px;
  align-items: baseline;
  background-color: #fcfcfc;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1.5px solid #000;
  font-weight: 700;
}
.premium-paywall-desktop-signup-email .social-signup .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .social-signup .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 24px;
  position: relative;
  top: 4px;
  margin-left: 3px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .login {
  margin-top: 34px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.premium-paywall-desktop-signup-email .login button {
  color: #2261D0;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.premium-paywall-desktop-signup-email .newspaper-users {
  margin-top: 5px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
  justify-content: center;
  align-items: baseline;
}
.premium-paywall-desktop-signup-email .newspaper-users > :first-child {
  display: flex;
  align-items: center;
}
.premium-paywall-desktop-signup-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-desktop-signup-email .newspaper-users .yedioth-label {
  margin-right: 3px;
  width: 104px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.30786 14.624C4.29719 14.24 4.35053 13.8933 4.46786 13.584C4.59586 13.2747 4.74519 13.0133 4.91586 12.8C5.09719 12.576 5.33186 12.3147 5.61986 12.016C6.01453 11.6107 6.30253 11.2693 6.48386 10.992C6.66519 10.7147 6.75586 10.384 6.75586 10C6.76653 9.44533 6.57986 9.01867 6.19586 8.72C5.82253 8.42133 5.26253 8.272 4.51586 8.272C4.14253 8.272 3.75319 8.336 3.34786 8.464C2.95319 8.58133 2.63319 8.71467 2.38786 8.864L2.35586 7.616C2.71853 7.43467 3.13453 7.29067 3.60386 7.184C4.07319 7.07733 4.55853 7.024 5.05986 7.024C6.07319 7.024 6.88386 7.248 7.49186 7.696C8.11053 8.13333 8.42519 8.79467 8.43586 9.68C8.43586 10.0853 8.36653 10.4533 8.22786 10.784C8.08919 11.1147 7.92386 11.3973 7.73186 11.632C7.53986 11.8667 7.26786 12.16 6.91586 12.512C6.49986 12.9173 6.18519 13.2747 5.97186 13.584C5.76919 13.8827 5.66786 14.2293 5.66786 14.624H4.30786ZM4.09986 16.064H6.03586V18H4.09986V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.4743 7.7396C84.2988 8.02591 85.5267 7.79335 85.9677 8.59852C85.5843 10.584 85.776 12.6957 86.6017 14.4311C86.5052 15.7551 85.7337 16.6864 85.1244 17.9556H77.7583C78.2064 16.6228 78.2699 16.0601 78.6592 15.1869C78.7357 15.0146 78.7886 15.0179 78.9027 14.9444C79.0791 14.8347 79.2638 14.7909 79.4296 14.8183C80.1906 14.7711 80.1247 14.9192 80.5199 14.7711C80.6551 13.5721 79.9518 10.9142 79.9518 10.9142L78.1417 10.9065C78.1417 9.45744 77.8924 8.11586 76.9327 7.04193C77.9112 6.86313 78.6781 8.06211 79.7919 7.99081C80.3094 8.02591 81.0962 7.82955 81.1726 8.50967C80.9609 10.8177 81.4408 12.8778 82.1888 14.8095C83.1333 14.9499 83.6813 14.7075 85.0503 14.8227C84.7234 13.6413 84.5176 10.8473 84.4811 10.9142C84.4811 10.9142 83.1297 10.9603 82.4581 10.9065C82.7839 9.56494 82.3617 8.07966 81.729 6.88068C82.4382 6.88068 82.8992 7.45329 83.4743 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.5068 8.06741C94.3583 8.22757 98.4889 8.15188 98.4889 8.15188L98.8664 10.7758H97.9961C98.2078 11.9561 98.4948 13.3932 99.0311 14.4309C98.3407 15.4873 97.862 16.7213 97.5538 17.9554H96.8529L96.8505 10.8175L91.6555 10.8076C91.5791 9.42983 91.2239 7.97307 90.3806 6.86295C91.0134 6.43403 91.3262 7.3478 91.9637 7.58913C92.5506 7.81291 92.8846 7.95003 93.5068 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9162 8.34225L58.0879 8.59345C58.0314 10.4539 58.5101 12.1147 56.3437 13.0811L58.9359 16.5431L56.7588 18.25C55.224 16.3347 51.6438 12.7071 51.6438 12.7071L51.2322 14.9832L53.2163 15.0238L53.441 17.956C53.441 17.956 50.0655 17.956 49.9937 17.9407L49.802 17.7794C50.55 15.1851 50.3771 12.6544 49.9937 9.97014L51.0875 7.48333H51.3745L55.7862 12.6829C56.1708 12.9144 56.4966 12.3242 56.7083 12.0741C56.8612 11.7165 56.88 11.3304 56.4389 11.1691L54.8664 11.0803C54.8088 9.77378 54.4054 8.59345 53.3892 7.64458L53.4845 7.39447C54.6171 8.48595 56.3813 8.14589 57.9162 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7994 8.18463C28.625 7.84457 28.4274 8.59489 28.3921 9.04355C28.4615 10.1745 29.2695 14.4428 29.3542 15.1767C29.3824 15.4147 28.0805 17.9344 28.0805 17.9344L24.4815 17.9322C24.4815 17.9322 25.44 16.1837 25.7658 15.2534C25.8364 15.2567 27.4136 15.2567 27.4136 15.2567V11.0115C24.9978 11.3044 25.8811 9.65127 25.4012 8.77479C25.2683 8.13088 24.5767 7.57582 24.5767 6.9681C25.8046 7.0032 26.3998 8.50604 27.7994 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.087 7.81134C74.7397 8.52766 76.197 7.81134 76.5616 8.76021C76.4275 10.9245 76.7145 12.9287 77.4049 14.7716C76.8297 15.7731 76.3275 16.3523 75.9276 17.956H75.3313L75.3384 10.9958C75.3384 10.9958 74.4763 10.9728 73.6259 10.9958C73.867 8.99496 72.8567 7.61169 72.418 6.95242C73.2813 6.75606 73.4824 7.59634 74.087 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8089 10.9523C42.9041 12.3312 43.2346 13.5521 43.698 14.7862C43.1229 15.7877 42.6195 16.3417 42.2208 17.9454H41.7597C41.127 14.2959 42.4548 10.2141 40.2296 7.18974C41.5727 6.67088 41.668 8.46002 42.8959 8.20992H48.0462C48.0462 8.20992 48.2873 8.26257 48.4073 8.35033C48.5496 8.45673 48.6072 8.58398 48.659 8.71671C48.5237 10.8821 48.8118 12.929 49.5022 14.7708C48.9271 15.7735 48.4237 16.221 48.025 17.9433H47.2935L47.3005 10.9655H42.9923L42.8089 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.8187 7.81134C88.4703 8.52766 89.9287 7.81134 90.2933 8.76021C90.2933 8.76021 90.5144 10.5099 91.2648 11.8087C90.6226 12.5722 89.9769 12.955 89.5782 14.5587H89.076L89.0701 10.9958C89.0701 10.9958 88.1633 11.0364 87.3577 10.9958C87.5988 8.99496 86.5885 7.61169 86.1498 6.95242C87.0131 6.75606 87.4106 7.59634 87.8187 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.682 7.81139C101.334 8.5277 102.792 7.81139 103.156 8.76026C103.156 8.76026 103.377 10.5099 104.128 11.8087C103.486 12.5722 102.922 12.955 102.523 14.5588H101.954L101.96 10.9959C101.96 10.9959 100.997 10.9728 100.222 10.9959C100.462 8.99501 99.4526 7.61174 99.0127 6.95247C99.876 6.75611 100.108 7.56457 100.682 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.3807 10.9956C31.3807 10.9956 30.6715 10.989 29.8987 10.9956C30.1387 8.99476 29.1295 7.61149 28.6908 6.95222C29.5541 6.75586 29.9199 7.64988 30.3598 7.8243C31.3736 8.37168 32.4698 7.81114 32.8344 8.76001C32.7003 10.9243 32.9873 12.9285 33.6777 14.7714C33.1025 15.7729 32.3286 16.3521 31.9287 17.9558H31.3865L31.3807 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5954 11.0106C22.5954 11.0106 21.5874 11.0051 20.9911 11.0106C21.2311 9.00973 20.2208 7.62646 19.7821 6.96719C20.6453 6.77083 20.9206 7.50031 21.451 7.8272C22.1037 8.54242 23.561 7.8272 23.9256 8.77498C23.7915 10.9404 24.0608 12.9533 24.7512 14.7962C24.1749 15.7977 23.6186 16.3769 23.2187 17.9807H22.5965L22.5954 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1948 11.0627H14.3535C13.5667 11.6353 13.7219 12.944 14.0842 13.7996C15.1733 15.2388 14.1618 16.4477 13.7972 17.7541L13.6361 17.9329H10.0371L11.2262 15.0874L12.7563 15.0918C12.4599 14.1495 12.22 12.0949 12.7575 11.0572C12.5682 10.9694 12.1906 10.9376 11.9025 10.9727C11.8636 9.54229 11.6672 8.34331 10.958 7.19808C11.4755 6.35672 11.9742 7.842 12.6081 7.8782C14.6229 8.30821 16.9328 8.13269 19.3074 8.18425C19.5379 8.238 19.7049 8.38829 19.8414 8.80294C19.7073 10.9672 20.0013 12.9857 20.6917 14.8285C20.1166 15.8301 19.6144 16.4093 19.2145 18.0119H18.1912L18.1948 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.1996 8.75618C40.0655 10.9205 40.3666 12.9246 41.057 14.7675C40.4818 15.769 39.9796 16.3482 39.5809 17.952H38.8623L38.8541 10.9907L33.9449 10.9885C34.0401 9.64691 33.8237 8.26583 32.9605 7.29941C33.0369 7.0142 33.5744 7.12061 33.7849 7.21056C34.4036 7.80621 34.8399 7.94442 35.435 8.15833H39.5786C39.8467 8.24828 40.0525 8.45122 40.1996 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.4059 11.0937H66.6034C65.8178 11.6663 65.9718 12.8137 66.3353 13.6705C67.4232 15.1086 66.4117 16.471 66.0471 17.7764L65.886 17.9563H62.2882C62.2882 17.9563 63.0739 15.9061 63.4773 14.9583C63.5431 14.9331 65.0074 14.9616 65.0074 14.9616C64.711 14.0204 64.4711 12.1259 65.0086 11.0893C64.8192 11.0004 64.4617 11.0268 64.1747 11.0619C64.1359 9.63144 63.9183 8.37432 63.2079 7.2291C63.7266 6.38773 64.2253 7.87301 64.858 7.90921C66.8151 8.39187 69.2097 8.08802 71.435 8.17687C71.6655 8.23172 71.7984 8.48402 71.9913 8.82408C71.8572 10.9884 72.1324 13.0331 72.8228 14.876C72.2465 15.8775 71.7443 16.3799 71.3456 17.9837L70.42 17.9969L70.4059 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-desktop-signup-email .newspaper-users .yedioth-plus-label {
  margin-left: 3px;
  width: 53.167px;
  position: relative;
  height: 17px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.premium-paywall-desktop-signup-finish {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signup-finish .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signup-finish .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signup-finish .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signup-finish .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-desktop-signup-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.premium-paywall-desktop-signup-password .title {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: unset;
  font-weight: 700;
}
.premium-paywall-desktop-signup-password .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.premium-paywall-desktop-signup-password .otp {
  display: flex;
  direction: ltr;
  gap: 15px;
  margin-top: 30px;
}
.premium-paywall-desktop-signup-password .otp input {
  width: 35px;
  height: 35px;
  border: 1px solid #B7B7B7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.premium-paywall-desktop-signup-password .avalibale-label {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 56px;
}
.premium-paywall-desktop-signup-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.premium-paywall-desktop-signup-password .buttons-container .button-base {
  width: 178px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-desktop-signup-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-desktop-signup-password .buttons-container .button-base:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-desktop-signup-password .error-text {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 20px;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-desktop-signup-password .resend-code-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.premium-paywall-desktop-signup-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.PremiumPaywallCheckoutPlans.checkout-flow {
  width: 820px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.PremiumPaywallCheckoutPlans.checkout-flow .subtitle {
  width: 660px;
}
.PremiumPaywallCheckoutPlans.checkout-flow .cancel-text {
  text-align: center;
}
.PremiumPaywallCheckoutPlans.checkout-flow .cancel-text br {
  display: contents;
}
.PremiumPaywallCheckoutPlans.checkout-flow .footer {
  border-top: 1px solid #d7d7d7;
  width: 560px;
}
.PremiumPaywallCheckoutPlans.checkout-flow .footer .footer-terms-text {
  padding: 0 35px;
}
.PremiumPaywallCheckoutPlans .yedioth-label {
  width: 131px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='16' viewBox='0 0 131 16' fill='none'%3E%3Cpath d='M83.9622 6.65838L83.5085 6.24201H78.1281L77.6897 6.76131C77.459 8.78236 78.0614 10.4759 78.9227 12.0245C78.4664 13.2221 77.5231 14.656 77.3104 15.966H72.1991C72.5913 14.7379 72.8245 13.4748 73.9627 11.7952C74.5368 11.8186 75.1982 11.7461 75.7929 11.7952C75.9108 11.1753 75.3468 10.1508 75.3827 9.18938C75.4366 7.71569 75.839 6.30517 75.7749 6.25371C75.5442 6.26774 75.2366 6.19289 74.6983 6.24435C74.624 3.94494 74.4061 2.06189 73.3603 0.146106C75.0751 -0.394245 75.4776 2.3847 77.7923 2.08061H84.7107C84.7107 2.08061 85.2157 2.06657 85.6259 2.11336C85.7899 2.13207 85.8412 2.29581 85.9078 2.41043C86.6409 3.64786 85.7822 5.43967 86.2411 6.83382C86.1411 8.24669 87.4279 9.7578 88.061 11.1473C88.1482 11.3508 88.3404 11.4794 88.3251 11.725C88.3071 12.0268 87.9508 12.2022 87.8201 12.3496C87.5022 12.7403 87.2664 12.8455 86.9716 13.2853C86.2103 14.1321 85.713 15.3952 85.1773 15.9683C85.185 15.9777 84.5441 15.9987 83.9648 15.9683V6.65838H83.9622ZM90.3065 15.8631C90.5782 16.0853 91.2344 15.9847 91.4959 15.7531C92.1188 14.1414 92.7442 13.449 93.4107 12.7145C93.5209 12.5438 93.8132 12.4923 93.8234 12.2607C93.8311 12.0806 93.6209 11.9987 93.6004 11.8443C92.2931 9.44669 92.2726 6.40575 92.329 3.62447C92.7955 1.54494 90.4603 2.18119 89.3222 1.68763C88.3045 1.33441 87.9559 -0.382549 86.7204 0.291135C87.8149 1.80692 88.161 4.08763 88.0508 6.10868C88.6275 6.78002 89.6554 5.84669 90.3014 6.58119V15.8631H90.3065ZM100.514 6.2116C100.885 6.3192 101.713 6.23499 102.48 6.25371C102.803 6.26306 103.054 6.22564 103.298 6.42447C103.585 6.66306 103.477 6.97885 103.515 7.31335C103.633 8.3847 103.761 9.56598 103.867 10.5625C103.905 10.9344 104.072 11.1052 103.9 11.3788C103.692 11.7063 103.285 11.6455 102.918 11.6525C102.223 11.6642 101.521 11.6923 100.962 11.6128C100.737 11.5449 100.611 11.325 100.427 11.18C100.36 10.9087 100.211 10.7169 100.142 10.4455C99.5884 8.17183 99.1552 5.82798 99.1834 3.30166C99.1859 2.95546 99.1911 2.75195 98.9886 2.48529C98.6579 2.05488 98.1708 2.02213 97.5761 2.09464C96.984 2.02213 96.4406 2.18353 95.9459 1.9426C94.9026 1.73207 94.3053 -0.417636 93.1006 0.227977C94.1131 1.97067 95.2076 3.93324 94.8026 6.27008C95.3307 6.31453 95.8049 6.30517 96.2381 6.28412C96.5739 6.26774 96.7943 6.23031 97.0455 6.42914C97.389 6.69113 97.366 7.15897 97.4275 7.56365C97.5582 8.45254 97.6787 9.26189 97.8299 10.1227C97.9222 10.6467 98.2708 11.1403 97.8351 11.5075C97.4993 11.7882 96.6764 11.6549 96.6764 11.6549C96.6764 11.6549 96.0638 11.5356 95.7792 11.7321C95.5562 11.8888 95.5537 12.0946 95.4306 12.3262C94.9257 13.2876 94.554 14.3636 94.2899 15.1309C94.1618 15.4958 94.0311 15.5987 94.1874 15.828C94.3668 16.0853 95.0051 15.9777 95.0051 15.9777H103.444C103.444 15.9777 104.31 16.0596 104.707 15.7882C105.064 15.5473 105.102 15.2479 105.264 14.8853C105.848 13.5683 106.517 12.2724 106.656 10.7964C105.725 8.60926 105.392 6.12739 105.738 3.69698C105.781 3.3695 106.181 2.62096 105.707 2.27476C105.392 2.04318 105.082 2.2116 104.677 2.14377C103.833 2.00575 103.059 2.25137 102.508 1.90751C101.344 1.69932 100.706 -0.546291 99.2936 0.270083C100.773 2.33324 100.847 3.56599 100.811 4.81043L100.509 6.21862L100.514 6.2116ZM109.15 2.05956C107.986 1.85137 107.301 -0.572022 105.892 0.246691C107.368 2.30751 107.276 3.52154 107.24 4.76833C107.268 5.23616 107.058 5.78587 107.458 6.06891C107.714 6.24669 108.247 6.2233 108.247 6.2233C108.247 6.2233 109.76 6.17417 109.834 6.35429C109.98 6.68645 109.929 6.95312 109.939 7.40692C110.031 8.87359 109.872 10.4011 109.947 11.6455C110.211 11.6876 110.549 11.6689 110.744 11.5964C111.505 10.7473 111.862 9.31101 112.387 8.57417C112.682 8.00575 112.731 7.973 113.005 7.48879C113.169 7.20341 112.938 6.95546 112.808 6.74493C112.561 6.34026 112.346 6.12505 112.274 5.72505C112.015 5.04435 112.287 3.87944 112.197 3.01628C112.133 2.41511 111.967 2.12739 111.249 2.0923C110.99 2.07827 110.616 1.99874 110.208 2.05722L109.15 2.06189V2.05956ZM115.391 1.97768C114.228 1.76716 113.582 -0.499508 112.172 0.319205C113.648 2.38236 113.692 3.85839 113.656 5.10517C113.735 5.44201 113.602 5.5847 113.746 5.84201C114.04 6.36599 115.33 6.27476 115.33 6.27476H119.224C119.224 6.27476 119.921 6.2654 120.264 6.4923C120.856 6.87593 120.751 7.74142 120.749 8.18119C120.736 10.4198 120.687 14.8104 120.749 15.2432C120.782 15.4724 120.695 15.6151 120.821 15.8022C121.051 16.1484 121.574 15.9332 121.951 15.9332C122.123 15.2783 122.446 14.1531 122.84 13.442C123.115 12.6537 124.199 11.3859 124.209 10.7824C124.212 10.3894 123.945 10.1531 123.797 9.56832C123.556 8.62563 123.192 7.18704 122.935 6.26072L123.743 6.26774C123.743 6.26774 123.986 6.18119 124.066 6.06423C124.184 5.88646 124.03 5.69932 124.012 5.53792C123.927 4.78002 123.843 4.26072 123.74 3.37885C123.702 3.03032 123.681 2.62798 123.343 2.34026C122.992 2.04084 122.674 2.08996 122.164 2.08763C119.721 2.06891 117.727 2.12271 116.189 2.08061L115.389 1.98236L115.391 1.97768ZM127.09 2.05956C125.929 1.85137 125.245 -0.572022 123.832 0.246691C125.309 2.30751 125.217 3.52154 125.181 4.76833C125.209 5.23616 124.996 5.78587 125.399 6.06891C125.652 6.24669 126.188 6.2233 126.188 6.2233C126.188 6.2233 127.698 6.17417 127.775 6.35429C127.921 6.68645 127.87 6.95312 127.88 7.40692C127.97 8.87359 127.813 10.4011 127.885 11.6455C128.152 11.6876 128.487 11.6689 128.68 11.5964C129.444 10.7473 129.8 9.31101 130.325 8.57417C130.623 8.00575 130.669 7.973 130.946 7.48879C131.105 7.20341 130.877 6.95546 130.748 6.74493C130.502 6.34026 130.284 6.12505 130.213 5.72505C129.951 5.04435 130.225 3.87944 130.136 3.01628C130.072 2.41511 129.91 2.12739 129.187 2.0923C128.928 2.07827 128.557 1.99874 128.147 2.05722L127.088 2.06189L127.09 2.05956ZM20.3965 15.9122C21.1014 14.5063 21.5398 13.7204 22.037 12.6514C22.155 12.3964 22.1678 12.111 22.46 11.9426C22.7522 11.7718 23.0957 12.0479 23.3469 11.8981C23.652 11.8841 24.0185 11.7672 24.1364 11.4303C24.2031 11.2338 24.1364 10.773 24.1364 10.773V7.35078C24.1364 7.35078 24.2415 6.72622 23.998 6.44318C23.6801 6.06891 23.1598 6.23031 22.6856 6.23031C22.278 6.23031 22.0165 6.28178 21.732 6.05254C21.3167 5.71569 21.691 5.22915 21.7038 4.75429C21.7397 3.50985 21.6654 2.2771 20.1889 0.213942C21.5987 -0.604771 22.2472 1.66189 23.4084 1.87008L25.0003 2.02213C25.0003 2.02213 25.7334 1.91453 25.8795 2.2233C26.0487 2.57651 25.7949 2.83616 25.841 3.19406C25.7283 6.0923 26.1666 8.58119 26.9202 11.1964C26.9407 11.3555 27.1586 11.842 27.1586 12.0291C27.1586 12.2724 26.851 12.8151 26.7664 12.9835C26.3973 13.8841 26.2255 14.1508 25.6924 15.1543C25.5796 15.3695 25.4565 15.5543 25.2002 15.6829C24.6286 15.9777 23.8724 15.8958 23.4315 15.8935C22.2395 15.8841 21.5961 15.8935 20.3965 15.9098M11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM39.2576 6.22798C39.2576 6.22798 39.7677 6.23733 39.9343 6.4502C40.2778 6.88528 40.2316 7.8116 40.2316 7.8116V15.8467C40.5085 16.0689 41.1621 15.9683 41.4262 15.7344C42.049 14.1227 42.331 13.5753 43.0077 12.8432C43.1026 12.6654 43.6306 12.4666 43.5614 12.2443C43.4896 12.0128 43.2615 11.7999 43.2487 11.6455C41.9927 9.2385 42.5515 6.39172 42.6079 3.61043C42.5874 3.33441 42.7745 2.89932 42.5335 2.54377C42.331 2.24903 42.0234 2.13207 41.7286 2.03382C39.5934 1.92388 36.0816 2.14143 34.8614 1.96131C33.8464 1.60809 33.1517 -0.543952 31.9187 0.129732C33.0133 1.64552 33.3798 4.20926 33.267 6.22798C35.5817 6.26072 36.9634 6.26072 39.2601 6.22798M39.9369 6.4502C40.2803 6.88528 40.2342 7.8116 40.2342 7.8116V15.8467C40.511 16.0689 41.1647 15.9683 41.4287 15.7344C42.0516 14.1227 42.3336 13.5753 43.0103 12.8432C43.1051 12.6654 43.6332 12.4666 43.564 12.2443C43.4922 12.0128 43.2641 11.7999 43.2513 11.6455C41.9952 9.2385 42.554 6.39172 42.6104 3.61043C42.5899 3.33441 42.777 2.89932 42.5361 2.54377C42.3336 2.24903 42.026 2.13207 41.7312 2.03382C39.5959 1.92388 36.0842 2.14143 34.864 1.96131C33.8489 1.60809 33.1543 -0.543952 31.9213 0.129732C33.0158 1.64552 33.3824 4.20926 33.2696 6.22798C35.5843 6.26072 36.9659 6.26072 39.2627 6.22798C39.2627 6.22798 39.7728 6.23733 39.9394 6.4502M67.1724 2.504C66.7366 1.80926 64.9756 2.03149 64.9756 2.03149C62.6634 2.33792 62.2969 -0.394245 60.5846 0.146106C61.6304 2.05956 62.8659 3.18938 62.9377 5.48879C63.6811 5.70634 64.4783 5.38119 65.1653 5.70634C65.4447 6.10634 65.3524 6.31686 65.3293 6.78938C65.3242 6.89932 65.3601 7.0233 65.3293 7.16833C65.2217 7.69932 64.6526 7.83733 64.1322 8.01511C62.2431 5.54727 60.036 3.15897 58.2084 0.637334C58.0392 0.401077 57.8546 -0.0246541 57.4829 0.0455213C57.1651 0.10634 57.0113 0.670082 57.0113 0.670082C56.3448 2.22096 56.4063 1.85839 55.7886 3.69464C56.1526 7.304 57.0907 11.2268 55.8321 14.6163C55.786 14.7496 55.5886 15.4631 55.7065 15.6479C55.9065 15.9519 56.3627 15.9543 56.3627 15.9543L60.9409 15.9192C60.9024 15.0724 60.6897 14.118 60.6384 13.0303C60.6205 12.7098 60.6717 12.3496 60.3821 12.0666C60.0924 11.7788 59.8207 11.7438 59.3388 11.7625C58.7851 11.7835 58.2314 11.9707 57.8931 11.5519C57.6213 11.2058 57.8751 10.4572 57.8751 10.4572L58.0187 8.13908C58.2417 7.72973 58.398 7.54025 58.7877 7.704C60.887 10.4525 63.0172 13.2502 65.114 15.9964C66.6494 14.7145 67.2621 14.1204 68.1131 13.3929C67.9337 12.8783 65.9163 10.6935 65.2191 9.7461C64.8577 9.40926 65.0115 8.69581 65.3344 8.43616C67.644 7.60575 67.4569 5.57534 67.2928 3.65955C67.2441 3.10283 67.4159 2.89698 67.1698 2.504M64.973 2.03149C62.6609 2.33792 62.2943 -0.394245 60.582 0.146106C61.6278 2.05956 62.8634 3.18938 62.9352 5.48879C63.6785 5.70634 64.4757 5.38119 65.1627 5.70634C65.4421 6.10634 65.3498 6.31686 65.3268 6.78938C65.3216 6.89932 65.3575 7.0233 65.3268 7.16833C65.2191 7.69932 64.65 7.83733 64.1297 8.01511C62.2405 5.54727 60.0335 3.15897 58.2058 0.637334C58.0366 0.401077 57.8521 -0.0246541 57.4804 0.0455213C57.1625 0.10634 57.0087 0.670082 57.0087 0.670082C56.3422 2.22096 56.4038 1.85839 55.786 3.69464C56.15 7.304 57.0882 11.2268 55.8296 14.6163C55.7834 14.7496 55.5861 15.4631 55.704 15.6479C55.9039 15.9519 56.3602 15.9543 56.3602 15.9543L60.9383 15.9192C60.8999 15.0724 60.6871 14.118 60.6358 13.0303C60.6179 12.7098 60.6692 12.3496 60.3795 12.0666C60.0898 11.7788 59.8181 11.7438 59.3362 11.7625C58.7825 11.7835 58.2289 11.9707 57.8905 11.5519C57.6188 11.2058 57.8726 10.4572 57.8726 10.4572L58.0161 8.13908C58.2391 7.72973 58.3955 7.54025 58.7851 7.704C60.8845 10.4525 63.0146 13.2502 65.1114 15.9964C66.6469 14.7145 67.2595 14.1204 68.1105 13.3929C67.9311 12.8783 65.9138 10.6935 65.2165 9.7461C64.8551 9.40926 65.0089 8.69581 65.3319 8.43616C67.6414 7.60575 67.4543 5.57534 67.2903 3.65955C67.2416 3.10283 67.4133 2.89698 67.1672 2.504C66.7315 1.80926 64.9705 2.03149 64.9705 2.03149M17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.PremiumPaywallCheckoutPlans .title {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 670;
  line-height: 44px;
}
.PremiumPaywallCheckoutPlans .subtitle {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  width: 610px;
  margin: auto;
  margin-top: 10px;
}
.PremiumPaywallCheckoutPlans .subtitle .bold {
  font-weight: bold;
}
.PremiumPaywallCheckoutPlans .subtitle br {
  display: contents;
}
.PremiumPaywallCheckoutPlans .plans-container {
  margin-top: 30px;
  justify-content: center;
  display: flex;
  gap: 15px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box {
  width: 250px;
  height: 248px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px 20px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-promo-text {
  visibility: hidden;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.selected {
  border: 2px solid #2261D0;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 670;
  line-height: 60px;
  margin-top: 10px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price::before {
  content: "₪";
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  margin-right: 2px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price-frequency {
  color: #78787B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-top: 5px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
  color: #2261D0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 18px;
  position: absolute;
  bottom: 70px;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-button {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 22px;
  display: flex;
  width: 210px;
  height: 40px;
  border: none;
  justify-content: center;
  margin-top: 48px;
  align-items: center;
  background-color: #2261D0;
  border-radius: 5px;
  cursor: pointer;
}
.PremiumPaywallCheckoutPlans .cancel-text {
  margin-top: 15px;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
}
.PremiumPaywallCheckoutPlans .cancel-text a {
  color: #2261D0;
  text-decoration: underline;
}
.PremiumPaywallCheckoutPlans .cancel-text a:hover,
.PremiumPaywallCheckoutPlans .cancel-text a:visited {
  color: #2261D0;
}
.PremiumPaywallCheckoutPlans .login {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
}
.PremiumPaywallCheckoutPlans .login button {
  color: #2261D0;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.PremiumPaywallCheckoutPlans .newspaper-users {
  margin-top: 5px;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
  justify-content: center;
  align-items: baseline;
}
.PremiumPaywallCheckoutPlans .newspaper-users > :first-child {
  display: flex;
  align-items: center;
}
.PremiumPaywallCheckoutPlans .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-label {
  margin-right: 3px;
  width: 104px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.30786 14.624C4.29719 14.24 4.35053 13.8933 4.46786 13.584C4.59586 13.2747 4.74519 13.0133 4.91586 12.8C5.09719 12.576 5.33186 12.3147 5.61986 12.016C6.01453 11.6107 6.30253 11.2693 6.48386 10.992C6.66519 10.7147 6.75586 10.384 6.75586 10C6.76653 9.44533 6.57986 9.01867 6.19586 8.72C5.82253 8.42133 5.26253 8.272 4.51586 8.272C4.14253 8.272 3.75319 8.336 3.34786 8.464C2.95319 8.58133 2.63319 8.71467 2.38786 8.864L2.35586 7.616C2.71853 7.43467 3.13453 7.29067 3.60386 7.184C4.07319 7.07733 4.55853 7.024 5.05986 7.024C6.07319 7.024 6.88386 7.248 7.49186 7.696C8.11053 8.13333 8.42519 8.79467 8.43586 9.68C8.43586 10.0853 8.36653 10.4533 8.22786 10.784C8.08919 11.1147 7.92386 11.3973 7.73186 11.632C7.53986 11.8667 7.26786 12.16 6.91586 12.512C6.49986 12.9173 6.18519 13.2747 5.97186 13.584C5.76919 13.8827 5.66786 14.2293 5.66786 14.624H4.30786ZM4.09986 16.064H6.03586V18H4.09986V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.4743 7.7396C84.2988 8.02591 85.5267 7.79335 85.9677 8.59852C85.5843 10.584 85.776 12.6957 86.6017 14.4311C86.5052 15.7551 85.7337 16.6864 85.1244 17.9556H77.7583C78.2064 16.6228 78.2699 16.0601 78.6592 15.1869C78.7357 15.0146 78.7886 15.0179 78.9027 14.9444C79.0791 14.8347 79.2638 14.7909 79.4296 14.8183C80.1906 14.7711 80.1247 14.9192 80.5199 14.7711C80.6551 13.5721 79.9518 10.9142 79.9518 10.9142L78.1417 10.9065C78.1417 9.45744 77.8924 8.11586 76.9327 7.04193C77.9112 6.86313 78.6781 8.06211 79.7919 7.99081C80.3094 8.02591 81.0962 7.82955 81.1726 8.50967C80.9609 10.8177 81.4408 12.8778 82.1888 14.8095C83.1333 14.9499 83.6813 14.7075 85.0503 14.8227C84.7234 13.6413 84.5176 10.8473 84.4811 10.9142C84.4811 10.9142 83.1297 10.9603 82.4581 10.9065C82.7839 9.56494 82.3617 8.07966 81.729 6.88068C82.4382 6.88068 82.8992 7.45329 83.4743 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.5068 8.06741C94.3583 8.22757 98.4889 8.15188 98.4889 8.15188L98.8664 10.7758H97.9961C98.2078 11.9561 98.4948 13.3932 99.0311 14.4309C98.3407 15.4873 97.862 16.7213 97.5538 17.9554H96.8529L96.8505 10.8175L91.6555 10.8076C91.5791 9.42983 91.2239 7.97307 90.3806 6.86295C91.0134 6.43403 91.3262 7.3478 91.9637 7.58913C92.5506 7.81291 92.8846 7.95003 93.5068 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9162 8.34225L58.0879 8.59345C58.0314 10.4539 58.5101 12.1147 56.3437 13.0811L58.9359 16.5431L56.7588 18.25C55.224 16.3347 51.6438 12.7071 51.6438 12.7071L51.2322 14.9832L53.2163 15.0238L53.441 17.956C53.441 17.956 50.0655 17.956 49.9937 17.9407L49.802 17.7794C50.55 15.1851 50.3771 12.6544 49.9937 9.97014L51.0875 7.48333H51.3745L55.7862 12.6829C56.1708 12.9144 56.4966 12.3242 56.7083 12.0741C56.8612 11.7165 56.88 11.3304 56.4389 11.1691L54.8664 11.0803C54.8088 9.77378 54.4054 8.59345 53.3892 7.64458L53.4845 7.39447C54.6171 8.48595 56.3813 8.14589 57.9162 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.7994 8.18463C28.625 7.84457 28.4274 8.59489 28.3921 9.04355C28.4615 10.1745 29.2695 14.4428 29.3542 15.1767C29.3824 15.4147 28.0805 17.9344 28.0805 17.9344L24.4815 17.9322C24.4815 17.9322 25.44 16.1837 25.7658 15.2534C25.8364 15.2567 27.4136 15.2567 27.4136 15.2567V11.0115C24.9978 11.3044 25.8811 9.65127 25.4012 8.77479C25.2683 8.13088 24.5767 7.57582 24.5767 6.9681C25.8046 7.0032 26.3998 8.50604 27.7994 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.087 7.81134C74.7397 8.52766 76.197 7.81134 76.5616 8.76021C76.4275 10.9245 76.7145 12.9287 77.4049 14.7716C76.8297 15.7731 76.3275 16.3523 75.9276 17.956H75.3313L75.3384 10.9958C75.3384 10.9958 74.4763 10.9728 73.6259 10.9958C73.867 8.99496 72.8567 7.61169 72.418 6.95242C73.2813 6.75606 73.4824 7.59634 74.087 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8089 10.9523C42.9041 12.3312 43.2346 13.5521 43.698 14.7862C43.1229 15.7877 42.6195 16.3417 42.2208 17.9454H41.7597C41.127 14.2959 42.4548 10.2141 40.2296 7.18974C41.5727 6.67088 41.668 8.46002 42.8959 8.20992H48.0462C48.0462 8.20992 48.2873 8.26257 48.4073 8.35033C48.5496 8.45673 48.6072 8.58398 48.659 8.71671C48.5237 10.8821 48.8118 12.929 49.5022 14.7708C48.9271 15.7735 48.4237 16.221 48.025 17.9433H47.2935L47.3005 10.9655H42.9923L42.8089 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.8187 7.81134C88.4703 8.52766 89.9287 7.81134 90.2933 8.76021C90.2933 8.76021 90.5144 10.5099 91.2648 11.8087C90.6226 12.5722 89.9769 12.955 89.5782 14.5587H89.076L89.0701 10.9958C89.0701 10.9958 88.1633 11.0364 87.3577 10.9958C87.5988 8.99496 86.5885 7.61169 86.1498 6.95242C87.0131 6.75606 87.4106 7.59634 87.8187 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.682 7.81139C101.334 8.5277 102.792 7.81139 103.156 8.76026C103.156 8.76026 103.377 10.5099 104.128 11.8087C103.486 12.5722 102.922 12.955 102.523 14.5588H101.954L101.96 10.9959C101.96 10.9959 100.997 10.9728 100.222 10.9959C100.462 8.99501 99.4526 7.61174 99.0127 6.95247C99.876 6.75611 100.108 7.56457 100.682 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.3807 10.9956C31.3807 10.9956 30.6715 10.989 29.8987 10.9956C30.1387 8.99476 29.1295 7.61149 28.6908 6.95222C29.5541 6.75586 29.9199 7.64988 30.3598 7.8243C31.3736 8.37168 32.4698 7.81114 32.8344 8.76001C32.7003 10.9243 32.9873 12.9285 33.6777 14.7714C33.1025 15.7729 32.3286 16.3521 31.9287 17.9558H31.3865L31.3807 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5954 11.0106C22.5954 11.0106 21.5874 11.0051 20.9911 11.0106C21.2311 9.00973 20.2208 7.62646 19.7821 6.96719C20.6453 6.77083 20.9206 7.50031 21.451 7.8272C22.1037 8.54242 23.561 7.8272 23.9256 8.77498C23.7915 10.9404 24.0608 12.9533 24.7512 14.7962C24.1749 15.7977 23.6186 16.3769 23.2187 17.9807H22.5965L22.5954 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1948 11.0627H14.3535C13.5667 11.6353 13.7219 12.944 14.0842 13.7996C15.1733 15.2388 14.1618 16.4477 13.7972 17.7541L13.6361 17.9329H10.0371L11.2262 15.0874L12.7563 15.0918C12.4599 14.1495 12.22 12.0949 12.7575 11.0572C12.5682 10.9694 12.1906 10.9376 11.9025 10.9727C11.8636 9.54229 11.6672 8.34331 10.958 7.19808C11.4755 6.35672 11.9742 7.842 12.6081 7.8782C14.6229 8.30821 16.9328 8.13269 19.3074 8.18425C19.5379 8.238 19.7049 8.38829 19.8414 8.80294C19.7073 10.9672 20.0013 12.9857 20.6917 14.8285C20.1166 15.8301 19.6144 16.4093 19.2145 18.0119H18.1912L18.1948 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.1996 8.75618C40.0655 10.9205 40.3666 12.9246 41.057 14.7675C40.4818 15.769 39.9796 16.3482 39.5809 17.952H38.8623L38.8541 10.9907L33.9449 10.9885C34.0401 9.64691 33.8237 8.26583 32.9605 7.29941C33.0369 7.0142 33.5744 7.12061 33.7849 7.21056C34.4036 7.80621 34.8399 7.94442 35.435 8.15833H39.5786C39.8467 8.24828 40.0525 8.45122 40.1996 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.4059 11.0937H66.6034C65.8178 11.6663 65.9718 12.8137 66.3353 13.6705C67.4232 15.1086 66.4117 16.471 66.0471 17.7764L65.886 17.9563H62.2882C62.2882 17.9563 63.0739 15.9061 63.4773 14.9583C63.5431 14.9331 65.0074 14.9616 65.0074 14.9616C64.711 14.0204 64.4711 12.1259 65.0086 11.0893C64.8192 11.0004 64.4617 11.0268 64.1747 11.0619C64.1359 9.63144 63.9183 8.37432 63.2079 7.2291C63.7266 6.38773 64.2253 7.87301 64.858 7.90921C66.8151 8.39187 69.2097 8.08802 71.435 8.17687C71.6655 8.23172 71.7984 8.48402 71.9913 8.82408C71.8572 10.9884 72.1324 13.0331 72.8228 14.876C72.2465 15.8775 71.7443 16.3799 71.3456 17.9837L70.42 17.9969L70.4059 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-plus-label,
.PremiumPaywallCheckoutPlans .newspaper-print .yedioth-plus-label {
  margin-left: 3px;
  width: 53.167px;
  position: relative;
  height: 17px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.PremiumPaywallCheckoutPlans .newspaper-print {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #000;
  align-items: center;
  display: flex;
  margin-top: 40px;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2261D0;
  background-color: #EFEFEF;
  padding: 15px 15px 12px 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.PremiumPaywallCheckoutPlans .newspaper-print > div:first-child {
  display: flex;
  align-items: center;
}
.PremiumPaywallCheckoutPlans .newspaper-print .line2 {
  padding-right: 3px;
}
.PremiumPaywallCheckoutPlans .newspaper-print .newspaper-week-text {
  display: flex;
  justify-content: center;
  padding-left: 3px;
}
.PremiumPaywallCheckoutPlans .newspaper-print .yedioth-plus-label {
  top: -1px !important;
  background-position: center;
  margin-right: 3px;
}
.PremiumPaywallCheckoutPlans .newspaper-print .yedioth-label {
  margin-left: 3px;
  margin-right: 3px;
  width: 94px;
  height: 11px;
  position: relative;
  top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='16' viewBox='0 0 131 16' fill='none'%3E%3Cpath d='M83.9622 6.65838L83.5085 6.24201H78.1281L77.6897 6.76131C77.459 8.78236 78.0614 10.4759 78.9227 12.0245C78.4664 13.2221 77.5231 14.656 77.3104 15.966H72.1991C72.5913 14.7379 72.8245 13.4748 73.9627 11.7952C74.5368 11.8186 75.1982 11.7461 75.7929 11.7952C75.9108 11.1753 75.3468 10.1508 75.3827 9.18938C75.4366 7.71569 75.839 6.30517 75.7749 6.25371C75.5442 6.26774 75.2366 6.19289 74.6983 6.24435C74.624 3.94494 74.4061 2.06189 73.3603 0.146106C75.0751 -0.394245 75.4776 2.3847 77.7923 2.08061H84.7107C84.7107 2.08061 85.2157 2.06657 85.6259 2.11336C85.7899 2.13207 85.8412 2.29581 85.9078 2.41043C86.6409 3.64786 85.7822 5.43967 86.2411 6.83382C86.1411 8.24669 87.4279 9.7578 88.061 11.1473C88.1482 11.3508 88.3404 11.4794 88.3251 11.725C88.3071 12.0268 87.9508 12.2022 87.8201 12.3496C87.5022 12.7403 87.2664 12.8455 86.9716 13.2853C86.2103 14.1321 85.713 15.3952 85.1773 15.9683C85.185 15.9777 84.5441 15.9987 83.9648 15.9683V6.65838H83.9622ZM90.3065 15.8631C90.5782 16.0853 91.2344 15.9847 91.4959 15.7531C92.1188 14.1414 92.7442 13.449 93.4107 12.7145C93.5209 12.5438 93.8132 12.4923 93.8234 12.2607C93.8311 12.0806 93.6209 11.9987 93.6004 11.8443C92.2931 9.44669 92.2726 6.40575 92.329 3.62447C92.7955 1.54494 90.4603 2.18119 89.3222 1.68763C88.3045 1.33441 87.9559 -0.382549 86.7204 0.291135C87.8149 1.80692 88.161 4.08763 88.0508 6.10868C88.6275 6.78002 89.6554 5.84669 90.3014 6.58119V15.8631H90.3065ZM100.514 6.2116C100.885 6.3192 101.713 6.23499 102.48 6.25371C102.803 6.26306 103.054 6.22564 103.298 6.42447C103.585 6.66306 103.477 6.97885 103.515 7.31335C103.633 8.3847 103.761 9.56598 103.867 10.5625C103.905 10.9344 104.072 11.1052 103.9 11.3788C103.692 11.7063 103.285 11.6455 102.918 11.6525C102.223 11.6642 101.521 11.6923 100.962 11.6128C100.737 11.5449 100.611 11.325 100.427 11.18C100.36 10.9087 100.211 10.7169 100.142 10.4455C99.5884 8.17183 99.1552 5.82798 99.1834 3.30166C99.1859 2.95546 99.1911 2.75195 98.9886 2.48529C98.6579 2.05488 98.1708 2.02213 97.5761 2.09464C96.984 2.02213 96.4406 2.18353 95.9459 1.9426C94.9026 1.73207 94.3053 -0.417636 93.1006 0.227977C94.1131 1.97067 95.2076 3.93324 94.8026 6.27008C95.3307 6.31453 95.8049 6.30517 96.2381 6.28412C96.5739 6.26774 96.7943 6.23031 97.0455 6.42914C97.389 6.69113 97.366 7.15897 97.4275 7.56365C97.5582 8.45254 97.6787 9.26189 97.8299 10.1227C97.9222 10.6467 98.2708 11.1403 97.8351 11.5075C97.4993 11.7882 96.6764 11.6549 96.6764 11.6549C96.6764 11.6549 96.0638 11.5356 95.7792 11.7321C95.5562 11.8888 95.5537 12.0946 95.4306 12.3262C94.9257 13.2876 94.554 14.3636 94.2899 15.1309C94.1618 15.4958 94.0311 15.5987 94.1874 15.828C94.3668 16.0853 95.0051 15.9777 95.0051 15.9777H103.444C103.444 15.9777 104.31 16.0596 104.707 15.7882C105.064 15.5473 105.102 15.2479 105.264 14.8853C105.848 13.5683 106.517 12.2724 106.656 10.7964C105.725 8.60926 105.392 6.12739 105.738 3.69698C105.781 3.3695 106.181 2.62096 105.707 2.27476C105.392 2.04318 105.082 2.2116 104.677 2.14377C103.833 2.00575 103.059 2.25137 102.508 1.90751C101.344 1.69932 100.706 -0.546291 99.2936 0.270083C100.773 2.33324 100.847 3.56599 100.811 4.81043L100.509 6.21862L100.514 6.2116ZM109.15 2.05956C107.986 1.85137 107.301 -0.572022 105.892 0.246691C107.368 2.30751 107.276 3.52154 107.24 4.76833C107.268 5.23616 107.058 5.78587 107.458 6.06891C107.714 6.24669 108.247 6.2233 108.247 6.2233C108.247 6.2233 109.76 6.17417 109.834 6.35429C109.98 6.68645 109.929 6.95312 109.939 7.40692C110.031 8.87359 109.872 10.4011 109.947 11.6455C110.211 11.6876 110.549 11.6689 110.744 11.5964C111.505 10.7473 111.862 9.31101 112.387 8.57417C112.682 8.00575 112.731 7.973 113.005 7.48879C113.169 7.20341 112.938 6.95546 112.808 6.74493C112.561 6.34026 112.346 6.12505 112.274 5.72505C112.015 5.04435 112.287 3.87944 112.197 3.01628C112.133 2.41511 111.967 2.12739 111.249 2.0923C110.99 2.07827 110.616 1.99874 110.208 2.05722L109.15 2.06189V2.05956ZM115.391 1.97768C114.228 1.76716 113.582 -0.499508 112.172 0.319205C113.648 2.38236 113.692 3.85839 113.656 5.10517C113.735 5.44201 113.602 5.5847 113.746 5.84201C114.04 6.36599 115.33 6.27476 115.33 6.27476H119.224C119.224 6.27476 119.921 6.2654 120.264 6.4923C120.856 6.87593 120.751 7.74142 120.749 8.18119C120.736 10.4198 120.687 14.8104 120.749 15.2432C120.782 15.4724 120.695 15.6151 120.821 15.8022C121.051 16.1484 121.574 15.9332 121.951 15.9332C122.123 15.2783 122.446 14.1531 122.84 13.442C123.115 12.6537 124.199 11.3859 124.209 10.7824C124.212 10.3894 123.945 10.1531 123.797 9.56832C123.556 8.62563 123.192 7.18704 122.935 6.26072L123.743 6.26774C123.743 6.26774 123.986 6.18119 124.066 6.06423C124.184 5.88646 124.03 5.69932 124.012 5.53792C123.927 4.78002 123.843 4.26072 123.74 3.37885C123.702 3.03032 123.681 2.62798 123.343 2.34026C122.992 2.04084 122.674 2.08996 122.164 2.08763C119.721 2.06891 117.727 2.12271 116.189 2.08061L115.389 1.98236L115.391 1.97768ZM127.09 2.05956C125.929 1.85137 125.245 -0.572022 123.832 0.246691C125.309 2.30751 125.217 3.52154 125.181 4.76833C125.209 5.23616 124.996 5.78587 125.399 6.06891C125.652 6.24669 126.188 6.2233 126.188 6.2233C126.188 6.2233 127.698 6.17417 127.775 6.35429C127.921 6.68645 127.87 6.95312 127.88 7.40692C127.97 8.87359 127.813 10.4011 127.885 11.6455C128.152 11.6876 128.487 11.6689 128.68 11.5964C129.444 10.7473 129.8 9.31101 130.325 8.57417C130.623 8.00575 130.669 7.973 130.946 7.48879C131.105 7.20341 130.877 6.95546 130.748 6.74493C130.502 6.34026 130.284 6.12505 130.213 5.72505C129.951 5.04435 130.225 3.87944 130.136 3.01628C130.072 2.41511 129.91 2.12739 129.187 2.0923C128.928 2.07827 128.557 1.99874 128.147 2.05722L127.088 2.06189L127.09 2.05956ZM20.3965 15.9122C21.1014 14.5063 21.5398 13.7204 22.037 12.6514C22.155 12.3964 22.1678 12.111 22.46 11.9426C22.7522 11.7718 23.0957 12.0479 23.3469 11.8981C23.652 11.8841 24.0185 11.7672 24.1364 11.4303C24.2031 11.2338 24.1364 10.773 24.1364 10.773V7.35078C24.1364 7.35078 24.2415 6.72622 23.998 6.44318C23.6801 6.06891 23.1598 6.23031 22.6856 6.23031C22.278 6.23031 22.0165 6.28178 21.732 6.05254C21.3167 5.71569 21.691 5.22915 21.7038 4.75429C21.7397 3.50985 21.6654 2.2771 20.1889 0.213942C21.5987 -0.604771 22.2472 1.66189 23.4084 1.87008L25.0003 2.02213C25.0003 2.02213 25.7334 1.91453 25.8795 2.2233C26.0487 2.57651 25.7949 2.83616 25.841 3.19406C25.7283 6.0923 26.1666 8.58119 26.9202 11.1964C26.9407 11.3555 27.1586 11.842 27.1586 12.0291C27.1586 12.2724 26.851 12.8151 26.7664 12.9835C26.3973 13.8841 26.2255 14.1508 25.6924 15.1543C25.5796 15.3695 25.4565 15.5543 25.2002 15.6829C24.6286 15.9777 23.8724 15.8958 23.4315 15.8935C22.2395 15.8841 21.5961 15.8935 20.3965 15.9098M11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM39.2576 6.22798C39.2576 6.22798 39.7677 6.23733 39.9343 6.4502C40.2778 6.88528 40.2316 7.8116 40.2316 7.8116V15.8467C40.5085 16.0689 41.1621 15.9683 41.4262 15.7344C42.049 14.1227 42.331 13.5753 43.0077 12.8432C43.1026 12.6654 43.6306 12.4666 43.5614 12.2443C43.4896 12.0128 43.2615 11.7999 43.2487 11.6455C41.9927 9.2385 42.5515 6.39172 42.6079 3.61043C42.5874 3.33441 42.7745 2.89932 42.5335 2.54377C42.331 2.24903 42.0234 2.13207 41.7286 2.03382C39.5934 1.92388 36.0816 2.14143 34.8614 1.96131C33.8464 1.60809 33.1517 -0.543952 31.9187 0.129732C33.0133 1.64552 33.3798 4.20926 33.267 6.22798C35.5817 6.26072 36.9634 6.26072 39.2601 6.22798M39.9369 6.4502C40.2803 6.88528 40.2342 7.8116 40.2342 7.8116V15.8467C40.511 16.0689 41.1647 15.9683 41.4287 15.7344C42.0516 14.1227 42.3336 13.5753 43.0103 12.8432C43.1051 12.6654 43.6332 12.4666 43.564 12.2443C43.4922 12.0128 43.2641 11.7999 43.2513 11.6455C41.9952 9.2385 42.554 6.39172 42.6104 3.61043C42.5899 3.33441 42.777 2.89932 42.5361 2.54377C42.3336 2.24903 42.026 2.13207 41.7312 2.03382C39.5959 1.92388 36.0842 2.14143 34.864 1.96131C33.8489 1.60809 33.1543 -0.543952 31.9213 0.129732C33.0158 1.64552 33.3824 4.20926 33.2696 6.22798C35.5843 6.26072 36.9659 6.26072 39.2627 6.22798C39.2627 6.22798 39.7728 6.23733 39.9394 6.4502M67.1724 2.504C66.7366 1.80926 64.9756 2.03149 64.9756 2.03149C62.6634 2.33792 62.2969 -0.394245 60.5846 0.146106C61.6304 2.05956 62.8659 3.18938 62.9377 5.48879C63.6811 5.70634 64.4783 5.38119 65.1653 5.70634C65.4447 6.10634 65.3524 6.31686 65.3293 6.78938C65.3242 6.89932 65.3601 7.0233 65.3293 7.16833C65.2217 7.69932 64.6526 7.83733 64.1322 8.01511C62.2431 5.54727 60.036 3.15897 58.2084 0.637334C58.0392 0.401077 57.8546 -0.0246541 57.4829 0.0455213C57.1651 0.10634 57.0113 0.670082 57.0113 0.670082C56.3448 2.22096 56.4063 1.85839 55.7886 3.69464C56.1526 7.304 57.0907 11.2268 55.8321 14.6163C55.786 14.7496 55.5886 15.4631 55.7065 15.6479C55.9065 15.9519 56.3627 15.9543 56.3627 15.9543L60.9409 15.9192C60.9024 15.0724 60.6897 14.118 60.6384 13.0303C60.6205 12.7098 60.6717 12.3496 60.3821 12.0666C60.0924 11.7788 59.8207 11.7438 59.3388 11.7625C58.7851 11.7835 58.2314 11.9707 57.8931 11.5519C57.6213 11.2058 57.8751 10.4572 57.8751 10.4572L58.0187 8.13908C58.2417 7.72973 58.398 7.54025 58.7877 7.704C60.887 10.4525 63.0172 13.2502 65.114 15.9964C66.6494 14.7145 67.2621 14.1204 68.1131 13.3929C67.9337 12.8783 65.9163 10.6935 65.2191 9.7461C64.8577 9.40926 65.0115 8.69581 65.3344 8.43616C67.644 7.60575 67.4569 5.57534 67.2928 3.65955C67.2441 3.10283 67.4159 2.89698 67.1698 2.504M64.973 2.03149C62.6609 2.33792 62.2943 -0.394245 60.582 0.146106C61.6278 2.05956 62.8634 3.18938 62.9352 5.48879C63.6785 5.70634 64.4757 5.38119 65.1627 5.70634C65.4421 6.10634 65.3498 6.31686 65.3268 6.78938C65.3216 6.89932 65.3575 7.0233 65.3268 7.16833C65.2191 7.69932 64.65 7.83733 64.1297 8.01511C62.2405 5.54727 60.0335 3.15897 58.2058 0.637334C58.0366 0.401077 57.8521 -0.0246541 57.4804 0.0455213C57.1625 0.10634 57.0087 0.670082 57.0087 0.670082C56.3422 2.22096 56.4038 1.85839 55.786 3.69464C56.15 7.304 57.0882 11.2268 55.8296 14.6163C55.7834 14.7496 55.5861 15.4631 55.704 15.6479C55.9039 15.9519 56.3602 15.9543 56.3602 15.9543L60.9383 15.9192C60.8999 15.0724 60.6871 14.118 60.6358 13.0303C60.6179 12.7098 60.6692 12.3496 60.3795 12.0666C60.0898 11.7788 59.8181 11.7438 59.3362 11.7625C58.7825 11.7835 58.2289 11.9707 57.8905 11.5519C57.6188 11.2058 57.8726 10.4572 57.8726 10.4572L58.0161 8.13908C58.2391 7.72973 58.3955 7.54025 58.7851 7.704C60.8845 10.4525 63.0146 13.2502 65.1114 15.9964C66.6469 14.7145 67.2595 14.1204 68.1105 13.3929C67.9311 12.8783 65.9138 10.6935 65.2165 9.7461C64.8551 9.40926 65.0089 8.69581 65.3319 8.43616C67.6414 7.60575 67.4543 5.57534 67.2903 3.65955C67.2416 3.10283 67.4133 2.89698 67.1672 2.504C66.7315 1.80926 64.9705 2.03149 64.9705 2.03149M17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879Z' fill='black'/%3E%3C/svg%3E");
}
.PremiumPaywallCheckoutPlans .newspaper-print .newspaper_terms {
  color: #2261D0;
  margin-right: 3px;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}
.PremiumPaywallCheckoutPlans .footer {
  margin-top: 10px;
  border-top: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.PremiumPaywallCheckoutPlans .footer .footer-links {
  margin-top: 20px;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 3px;
  line-height: 19px;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  padding: 0px 83px;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text a {
  color: #000;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta {
  width: 100%;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.half_wide {
  width: 50%;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  height: 30px;
  display: flex;
  align-items: center;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  font-size: 14px;
  font-weight: bold;
}
.font-moses .pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  font-weight: 670;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  height: 30px;
  line-height: 30px;
  float: left;
  color: #8e8e8e;
}
.pplus .PplusArticleHeader {
  text-align: right;
  direction: rtl;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.pplus .PplusArticleHeader .ArticleHeaderShareMobileComponent {
  display: none ! important;
}
.pplus .PplusArticleHeader .PplusArticleHeader_title .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 36px/36px 'arial';
}
.pplus .PplusArticleHeader .PplusArticleHeader_subtitle {
  margin-top: 5px;
}
.pplus .PplusArticleHeader .PplusArticleHeader_subtitle .subTitle {
  margin: 5px 0 15px;
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer {
  padding: 0 0 10px;
  font: normal 14px arial;
  color: #8c8c8c;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: baseline;
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .date {
  font: normal 14px arial;
  color: #8c8c8c;
  margin-left: 10px;
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .authors {
  color: #8a8a8a;
  font: bold 14px/20px arial;
  outline: none;
  margin-left: 10px;
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .authors .marketingCredit {
  color: #4681f5;
  font-weight: 600;
  margin-right: 10px;
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .ArticleHeaderShareComponent {
  display: flex;
  width: auto;
  align-self: flex-end;
  margin-right: auto;
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .ArticleHeaderShareComponent button {
  margin: 0 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-size: 37px auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .ArticleHeaderShareComponent button.whatsappIcon {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='73.5px' height='74.5px'%3E %3Cpath fill-rule='evenodd' stroke='rgb(70, 129, 245)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(70, 129, 245)' d='M36.614,0.500 L36.636,0.500 C56.184,0.500 72.031,16.346 72.031,35.895 L72.031,37.854 C72.031,57.402 56.184,73.250 36.636,73.250 L36.614,73.250 C17.065,73.250 1.218,57.402 1.218,37.854 L1.218,35.895 C1.218,16.346 17.065,0.500 36.614,0.500 Z'/%3E %3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M36.502,55.486 C33.135,55.486 29.977,54.596 27.238,53.055 L17.512,55.486 L19.946,45.756 C18.405,43.016 17.512,39.864 17.512,36.496 C17.512,26.010 26.016,17.507 36.502,17.507 C46.991,17.507 55.492,26.010 55.492,36.496 C55.492,46.985 46.991,55.486 36.502,55.486 ZM36.502,20.039 C27.428,20.039 20.044,27.422 20.044,36.496 C20.044,39.876 21.071,43.019 22.824,45.635 L22.789,45.781 L21.311,51.688 L24.288,51.028 L27.569,50.298 L27.579,50.295 L27.584,50.308 C30.157,51.975 33.216,52.954 36.502,52.954 C45.576,52.954 52.960,45.571 52.960,36.496 C52.960,27.422 45.576,20.039 36.502,20.039 ZM44.098,45.168 C43.198,45.474 42.202,45.635 37.768,43.850 C33.041,41.943 29.782,37.171 29.549,36.862 C29.314,36.556 27.640,34.355 27.640,32.078 C27.640,29.800 28.808,28.641 29.275,28.218 C29.678,27.854 30.210,27.640 30.521,27.640 C30.833,27.640 32.079,27.523 32.469,28.450 C32.858,29.378 33.792,31.655 33.908,31.885 C34.027,32.117 34.104,32.387 33.948,32.696 C33.792,33.005 33.716,33.198 33.481,33.468 C33.248,33.737 32.991,34.071 32.781,34.278 C32.546,34.508 32.304,34.758 32.576,35.223 C32.848,35.685 33.785,37.201 35.175,38.425 C36.959,40.003 38.465,40.492 38.931,40.722 C39.398,40.954 39.672,40.915 39.944,40.606 C40.216,40.297 41.111,39.255 41.423,38.794 C41.735,38.329 42.046,38.407 42.476,38.561 C42.901,38.714 45.201,39.834 45.668,40.067 C46.132,40.297 46.444,40.413 46.563,40.606 C46.680,40.799 46.680,41.726 46.291,42.806 C45.901,43.887 44.865,44.905 44.098,45.168 Z'/%3E %3C/svg%3E");
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .ArticleHeaderShareComponent button.twIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38.5px' height='40.5px'%3E %3Cpath fill-rule='evenodd' stroke='rgb(64,169,225)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(64,169,225)' d='M18.999,1.250 C29.217,1.250 37.499,9.532 37.499,19.750 L37.499,20.250 C37.499,30.467 29.217,38.750 18.999,38.750 C8.782,38.750 0.499,30.467 0.499,20.250 L0.499,19.750 C0.499,9.532 8.782,1.250 18.999,1.250 Z'/%3E %3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.162,26.614 C11.861,27.708 13.877,28.346 16.044,28.346 C23.167,28.346 27.192,22.305 26.950,16.887 C27.699,16.344 28.349,15.666 28.864,14.893 C28.176,15.200 27.437,15.407 26.660,15.500 C27.452,15.024 28.061,14.269 28.347,13.368 C27.606,13.810 26.785,14.131 25.910,14.303 C25.211,13.555 24.215,13.087 23.110,13.087 C20.634,13.087 18.813,15.407 19.372,17.817 C16.184,17.657 13.356,16.123 11.464,13.792 C10.459,15.523 10.943,17.789 12.651,18.934 C12.023,18.915 11.431,18.741 10.914,18.453 C10.872,20.237 12.145,21.907 13.992,22.279 C13.450,22.426 12.858,22.459 12.258,22.345 C12.745,23.875 14.163,24.988 15.842,25.020 C14.230,26.290 12.199,26.855 10.162,26.614 Z'/%3E %3C/svg%3E");
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .ArticleHeaderShareComponent button.fbIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38.5px' height='39.5px'%3E %3Cpath fill-rule='evenodd' stroke='rgb(59, 89, 152)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(59, 89, 152)' d='M19.000,0.500 C29.217,0.500 37.500,8.782 37.500,19.000 L37.500,19.500 C37.500,29.717 29.217,37.999 19.000,37.999 C8.782,37.999 0.500,29.717 0.500,19.500 L0.500,19.000 C0.500,8.782 8.782,0.500 19.000,0.500 Z'/%3E %3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M16.293,30.498 L20.576,30.498 L20.576,19.782 L23.563,19.782 L23.883,16.196 L20.576,16.196 C20.576,16.196 20.576,14.855 20.576,14.151 C20.576,13.306 20.746,12.971 21.564,12.971 C22.223,12.971 23.883,12.971 23.883,12.971 L23.883,9.248 C23.883,9.248 21.439,9.248 20.917,9.248 C17.730,9.248 16.293,10.650 16.293,13.335 C16.293,15.672 16.293,16.196 16.293,16.196 L14.064,16.196 L14.064,19.827 L16.293,19.827 L16.293,30.498 Z'/%3E %3C/svg%3E");
}
.pplus .PplusArticleHeader .PplusArticleHeader_footer .ArticleHeaderShareComponent button.mailIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='37px' height='38px'%3E %3Cpath fill-rule='evenodd' fill='rgb(70, 129, 245)' d='M18.497,0.235 C28.713,0.235 36.996,8.518 36.996,18.735 L36.996,19.262 C36.996,29.479 28.713,37.762 18.497,37.762 C8.279,37.762 -0.003,29.479 -0.003,19.262 L-0.003,18.735 C-0.003,8.518 8.279,0.235 18.497,0.235 Z'/%3E %3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M29.389,25.703 L21.673,19.171 L29.490,12.495 C29.549,12.653 29.596,12.820 29.596,12.999 L29.596,24.997 C29.596,25.258 29.510,25.489 29.389,25.703 ZM8.813,11.525 C8.858,11.520 8.898,11.498 8.947,11.498 L28.046,11.498 C28.122,11.498 28.189,11.531 28.263,11.540 L18.498,20.995 L8.813,11.525 ZM7.537,25.608 C7.450,25.421 7.395,25.217 7.395,24.997 L7.395,12.999 C7.395,12.793 7.440,12.596 7.517,12.418 L15.328,19.148 L7.537,25.608 ZM18.493,23.001 L20.499,20.171 L27.976,26.498 L8.947,26.498 C8.918,26.498 8.894,26.483 8.864,26.481 L16.494,20.154 L18.493,23.001 Z'/%3E %3C/svg%3E");
}
.pplus .PplusArticleHeader .ArticleHeaderShareComponent {
  display: inline !important;
}
.pplus .PplusArticleHeader .ArticleHeaderShareComponent button {
  margin: 0 !important;
  width: 25px !important;
  height: 25px !important;
}
.PplusArticleHeadlinesAuto .slotList {
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.PplusArticleHeadlinesAuto .slotView {
  display: inline-flex;
  padding: 13px 0;
  overflow: hidden;
  height: 226px;
  box-sizing: border-box;
}
.PplusArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.PplusArticleHeadlinesAuto .slotView .imageView {
  width: 355px;
  height: 200px;
  flex-shrink: 0;
  margin-left: 16px;
  overflow: hidden;
  font-size: 10px;
  position: relative;
}
.PplusArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.PplusArticleHeadlinesAuto .slotView .imageView .videoIcon .icon {
  width: 28px;
  height: 28px;
}
.PplusArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.PplusArticleHeadlinesAuto .slotView .textDiv .moreDetails {
  margin-top: auto;
  color: #979797;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 400;
}
.font-moses .PplusArticleHeadlinesAuto .slotView .textDiv .moreDetails {
  line-height: 28px;
  font-size: 16px;
  font-weight: 340;
}
.PplusArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 54px;
  margin: 0 0 9px;
  overflow: hidden;
  line-height: 1.08;
  font-weight: bold;
  font-size: 26px;
}
.font-moses .PplusArticleHeadlinesAuto .slotView .slotTitle {
  line-height: 28px;
  font-weight: 670;
  font-size: 23px;
  margin: 0 0 10px;
}
.PplusArticleHeadlinesAuto .slotView .slotTitle > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.PplusArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.PplusArticleHeadlinesAuto .slotView .slotSubTitle {
  max-height: 130px;
  line-height: 1.3;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.font-moses .PplusArticleHeadlinesAuto .slotView .slotSubTitle {
  font-weight: 340;
}
.PplusArticleHeadlinesAuto .slotMore {
  margin: 5px 0 0;
  line-height: 12px;
  font-size: 12px;
  color: #ababab;
  height: 17px;
  overflow-y: hidden;
}
.PplusArticleHeadlinesAuto .slotMore a {
  font-size: 12px;
  text-decoration: none;
}
.PplusArticleHeadlinesAuto .slotMore a:hover {
  color: #f50000;
}
.CategoryLabel {
  width: auto;
  height: 52px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 29px;
  right: 29px;
  font-family: 'NarkissBlock';
  font-size: 28px;
  z-index: 22;
  box-shadow: -4px 4px 0 0 #272727;
}
.font-moses .CategoryLabel {
  font-family: 'Moses';
  font-size: 25px;
  font-weight: 500;
}
.CategoryLabel div {
  margin: 0 25px;
}
.PplusCommercialArticlesComponenta {
  border: 1px solid #e8e8e8;
}
.PplusCommercialArticlesComponenta .PplusWrapper {
  height: 31px;
  margin-bottom: 15px ;
}
.PplusCommercialArticlesComponenta .PplusWrapper .PplusStarTab {
  height: 31px;
  margin-top: 11px;
}
.PplusCommercialArticlesComponenta .PplusWrapper .PplusStarTab .leshonitStar {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.PplusCommercialArticlesComponenta .PplusWrapper .PplusStarTab .leshonitText {
  font-size: 20px;
  line-height: 26px;
  margin-right: 8px;
}
.font-moses .PplusCommercialArticlesComponenta .PplusWrapper .PplusStarTab .leshonitText {
  font-size: 23px;
  line-height: normal;
  font-weight: 670;
}
.PplusCommercialArticlesComponenta .slotsContent {
  margin: 0 14px 0 8px;
}
.PplusCommercialArticlesComponenta .slotsContent .slotTitle {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  overflow: hidden;
  max-height: 34px;
}
.font-moses .PplusCommercialArticlesComponenta .slotsContent .slotTitle {
  font-weight: 670;
  line-height: 20px;
  max-height: 40px;
}
.PplusCommercialArticlesComponenta .slotsContent .slotTitle > a {
  text-decoration: none;
}
.PplusCommercialArticlesComponenta .slotsContent .slotTitle > a:hover {
  text-decoration: none;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView {
  margin-bottom: 0;
  display: flex;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView .mediaArea {
  position: relative;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView .mediaArea .videoIcon {
  left: 5px;
  right: unset;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView .mediaArea .havakIcon {
  right: 5px;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView .slotText {
  flex-grow: 1;
  padding: 0 10px 0 0;
  position: relative;
  text-decoration: none;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView .slotText .conmmertialContent {
  position: absolute;
  bottom: 0;
  margin-top: auto;
  font-size: 12px;
  line-height: 15px;
}
.font-moses .PplusCommercialArticlesComponenta .slotsContent .slotView .slotText .conmmertialContent {
  line-height: 16px;
  font-weight: 340;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView .slotText .conmmertialContent a {
  text-decoration: none;
}
.PplusCommercialArticlesComponenta .slotsContent .slotView .slotText .conmmertialContent a:hover {
  text-decoration: none;
}
.PplusCommercialArticlesComponenta .slotsContent .slotList > div > div {
  margin-bottom: 12px;
}
.PplusCommercialArticlesComponenta .slotsContent .slotList > div > div:last-child {
  margin-bottom: 16px;
}
.PplusCommercialArticlesComponenta .slotsContent .slotList > div > div .MediaCarousel {
  position: relative;
  width: 96px;
  height: 59px;
  overflow: hidden;
  flex-shrink: 0;
}
.PplusCommercialArticlesComponenta .bottomLinks {
  margin: 0 5px 5px 5px;
  list-style: none;
  padding: 11px 0 0 0;
  display: flex;
  border-top: 1px solid #d0dbec;
  flex-wrap: wrap;
}
.PplusCommercialArticlesComponenta .bottomLinks li {
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
  margin-bottom: 4px;
  border-left: 1px solid #55a4db;
}
.PplusCommercialArticlesComponenta .bottomLinks li > a {
  text-decoration: none;
}
.PplusCommercialArticlesComponenta .bottomLinks li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.PplusCommercialArticlesComponenta .bottomLinks li:last-child {
  border-left: none;
  padding: 0 10px 0 0;
}
.leftAndRightTransitionAnimation,
.PplusGalleryContainer .mediaListContainer .mediaListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.PplusGalleryContainer {
  border: 1px solid #E6E6E6;
  background: #fff;
}
.PplusGalleryContainer.disallowEdit {
  pointer-events: none;
}
.PplusGalleryContainer .galleryTabTitle {
  margin-bottom: 10px;
  padding-right: 10px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.PplusGalleryContainer .gallerySelectedMedia {
  position: relative;
}
.PplusGalleryContainer .gallerySelectedMedia .credit {
  display: none;
}
.PplusGalleryContainer .gallerySelectedMedia .galleryDroppedImage {
  overflow: hidden;
}
.PplusGalleryContainer .gallerySelectedMedia .galleryDroppedImage .big {
  top: calc(50% - 50px) ! important;
  right: calc(50% - 50px) ! important;
  position: absolute;
  width: 100px ! important;
  height: 100px ! important;
  background-size: 100px 100px ! important;
}
.PplusGalleryContainer .gallerySelectedMedia .galleryDroppedImage > span {
  width: 100%;
  height: 100%;
}
.PplusGalleryContainer .gallerySelectedMedia .selectedMediaDetails {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.PplusGalleryContainer .gallerySelectedMedia .selectedMediaDetails .EditableVideo > .big {
  top: calc(50% - 50px) ! important;
  left: calc(50% - 50px) ! important;
  position: absolute;
  width: 100px ! important;
  height: 100px ! important;
  background-size: 100px 100px ! important;
}
.PplusGalleryContainer .gallerySelectedMedia .selectedMediaDetails > a {
  text-decoration: none;
  width: 70%;
}
.PplusGalleryContainer .gallerySelectedMedia .selectedMediaDetails > a .linkTo {
  color: #ff0000;
}
.PplusGalleryContainer .gallerySelectedMedia .selectedMediaDetails > a:hover {
  text-decoration: none;
}
.PplusGalleryContainer .gallerySelectedMedia .selectedMediaDetails .title {
  flex-grow: 1;
  align-items: center;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
  color: #fff;
  padding: 10px 12px;
  direction: rtl;
}
.PplusGalleryContainer .gallerySelectedMedia .selectedMediaDetails .title .linkTo {
  margin-right: 10px;
  direction: rtl;
  font-size: 11px;
  color: #ff0000;
  align-self: flex-end;
  width: 105px;
}
.PplusGalleryContainer .mediaListContainer {
  position: relative;
  border-top: 4px solid #fff;
}
.PplusGalleryContainer .mediaListContainer .button {
  top: 0;
  z-index: 2;
  width: 23px;
  height: 100%;
  border: medium none;
  position: absolute;
  cursor: pointer;
}
.PplusGalleryContainer .mediaListContainer .mediaList {
  margin: auto;
  overflow: hidden;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper {
  display: flex;
  overflow-x: hidden;
  position: relative;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper {
  padding: 6px 3px;
  position: relative;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .lisPreviewImage {
  width: 145px;
  height: 82px;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .itemTitle {
  height: 22px;
  line-height: 22px;
  font-weight: normal;
  font-size: 12px;
  padding-right: 18px;
  overflow: hidden;
  color: #fff;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .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;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster.small {
  top: calc(50% - 30px);
  right: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper .mediaWrapper .iconOnPoster:hover:after {
  box-shadow: inset 0 0 7px #0064ff;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50%;
}
.PplusGalleryContainer .mediaListContainer .mediaListWrapper .cameraImgIcon {
  display: none;
}
.PplusGalleryContainer .galleryArrow {
  top: 6px;
  z-index: 2;
  width: 23px;
  height: 105px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
}
.PplusGalleryContainer .galleryArrow:disabled {
  opacity: 0.8;
}
.PplusGalleryContainer .galleryArrow:after {
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  position: absolute;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: calc(50% - 10px);
  border-radius: 2px;
}
.PplusGalleryContainer .scrollRightBtn {
  right: -2px;
}
.PplusGalleryContainer .scrollRightBtn:after {
  right: 7px;
  transform: rotate(135deg);
}
.PplusGalleryContainer .scrollRightBtn:before {
  bottom: -2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 2px;
  z-index: 0;
  transform: rotate(125deg);
  right: 1px;
}
.PplusGalleryContainer .scrollLeftBtn {
  left: -2px;
}
.PplusGalleryContainer .scrollLeftBtn:after {
  left: 7px;
  transform: rotate(-45deg);
}
.PplusGalleryContainer .scrollLeftBtn:before {
  bottom: -2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 2px;
  z-index: 0;
  transform: rotate(-125deg);
  left: 1px;
}
.GenericTab {
  width: auto;
  min-width: 141px;
  text-align: center;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 27px;
  transform: skew(-20deg);
  font-family: 'Almoni';
  line-height: 1.5;
  font-size: 33px;
  padding: 0 10px;
  z-index: 22;
  box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.16);
}
.GenericTab div {
  transform: skewX(18deg);
  letter-spacing: 0.5px;
}
.PplusHeader {
  background: #0a0a0a;
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 25px;
  box-sizing: border-box;
}
.PplusHeader .pplusLogo {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77.788' height='37.588' viewBox='0 0 77.788 37.588'%3E %3Cg id='PPlus_logo' data-name='PPlus logo' transform='translate(-5897.953 -6960.094)'%3E %3Cpath id='Path_1277' data-name='Path 1277' d='M-30.617-61.235A13.661,13.661,0,0,0-16.956-74.9,13.662,13.662,0,0,0-30.617-88.558,13.662,13.662,0,0,0-44.279-74.9,13.662,13.662,0,0,0-30.617-61.235' transform='translate(5945.078 7052.494)' fill='red'/%3E %3Cpath id='Path_1278' data-name='Path 1278' d='M-35.942,0a15.8,15.8,0,0,0-6.647,1.4,15.809,15.809,0,0,0-4.695,3.3,15.623,15.623,0,0,0-4.7,11.343,12.456,12.456,0,0,0,.132,1.978,15.192,15.192,0,0,0,4.563,9.338,15.637,15.637,0,0,0,5.143,3.535,16.019,16.019,0,0,0,6.2,1.187h.079v3.983l8.652-6.567a12.3,12.3,0,0,0,1.53-1.161,2.3,2.3,0,0,1,.264-.211c.237-.237.528-.475.791-.765a16.662,16.662,0,0,0,2.293-2.821,15.405,15.405,0,0,0,2.323-6.517c0-.263.026-.554.053-.844.026-.369.026-.739.026-1.134A15.623,15.623,0,0,0-24.625,4.695,15.376,15.376,0,0,0-35.942,0m-1.926,5.223a1.449,1.449,0,0,1,.633.185,1.182,1.182,0,0,1,.369.607l.212.923a4.108,4.108,0,0,1,1.292-1.425,3.559,3.559,0,0,1,2.136-.686,6.6,6.6,0,0,1,1.9.264,3.568,3.568,0,0,1,1.715,1.161A5.969,5.969,0,0,1-28.371,8.6a13.889,13.889,0,0,1,.475,4.009,10.918,10.918,0,0,1-.5,3.64,6.436,6.436,0,0,1-1.213,2.242,4.214,4.214,0,0,1-1.715,1.187,4.868,4.868,0,0,1-1.741.4,4.28,4.28,0,0,1-2.057-.422,4.406,4.406,0,0,1-1.24-.9V26.8a.748.748,0,0,1-.238.528.8.8,0,0,1-.58.263h-2.3a.861.861,0,0,1-.607-.263.716.716,0,0,1-.211-.528V6.014a.756.756,0,0,1,.211-.58.941.941,0,0,1,.607-.211Z' transform='translate(5949.932 6961.624)' fill='%23ffcd0e'/%3E %3Cpath id='Path_1279' data-name='Path 1279' d='M-9.636-4.67a4.054,4.054,0,0,0-.475-1.292,2.509,2.509,0,0,0-.713-.607,2.1,2.1,0,0,0-.9-.185,1.891,1.891,0,0,0-1.583.923,5.873,5.873,0,0,0-.633,3.166A6.151,6.151,0,0,0-13.3.553a1.8,1.8,0,0,0,1.583,1,1.881,1.881,0,0,0,1.714-1,6.959,6.959,0,0,0,.554-3.218,10.148,10.148,0,0,0-.185-2' transform='translate(5927.346 6976.713)' fill='%23ffe13b'/%3E %3Cpath id='Path_1280' data-name='Path 1280' d='M-7.034,0h-2.3a.9.9,0,0,0-.606.237.916.916,0,0,0-.237.581V20.654a.93.93,0,0,0,.237.607.89.89,0,0,0,.606.211h2.3a.921.921,0,0,0,.58-.211.9.9,0,0,0,.211-.607V.818A.879.879,0,0,0-6.454.237.948.948,0,0,0-7.034,0' transform='translate(5956.371 6964.171)' fill='%23fff'/%3E %3Cpath id='Path_1281' data-name='Path 1281' d='M-7.034,0H-9.328a.816.816,0,0,0-.607.211.82.82,0,0,0-.237.58V11.026a3.653,3.653,0,0,0,1.081,2.743A3.8,3.8,0,0,0-6.268,14.8a5.418,5.418,0,0,0,4.141-1.846l.238.9a.85.85,0,0,0,.264.528.757.757,0,0,0,.554.211H.695a.83.83,0,0,0,.581-.264.8.8,0,0,0,.211-.554V.791a.923.923,0,0,0-.211-.58A.878.878,0,0,0,.695,0H-1.626A.816.816,0,0,0-2.18.211a.819.819,0,0,0-.238.58V8.52A3.425,3.425,0,0,1-3.1,10.683a2.222,2.222,0,0,1-1.714.817,1.208,1.208,0,0,1-1.029-.4,1.056,1.056,0,0,1-.369-.9V.791a.791.791,0,0,0-.211-.58A.855.855,0,0,0-7.034,0' transform='translate(5962.305 6971.056)' fill='%23fff'/%3E %3Cpath id='Path_1282' data-name='Path 1282' d='M-20.217-.651a7.409,7.409,0,0,0-1.926-.29,3.83,3.83,0,0,0-2.189.66A4.96,4.96,0,0,0-25.6,1.169l-.238-.923a1.355,1.355,0,0,0-.342-.606,1.253,1.253,0,0,0-.66-.185h-1.608A.734.734,0,0,0-29-.334a.69.69,0,0,0-.237.58V20.979a.722.722,0,0,0,.237.58.88.88,0,0,0,.554.237h2.321a.836.836,0,0,0,.58-.237.819.819,0,0,0,.237-.58V12.987a6,6,0,0,0,1.24.9,4.6,4.6,0,0,0,2.084.369,4.424,4.424,0,0,0,1.74-.343,3.74,3.74,0,0,0,1.661-1.187,6.7,6.7,0,0,0,1.24-2.242,10.341,10.341,0,0,0,.528-3.614,11.983,11.983,0,0,0-.528-4.01,6.568,6.568,0,0,0-1.187-2.4A3.69,3.69,0,0,0-20.217-.651m-1.424,4.009a3.491,3.491,0,0,1,.475,1.293,8.3,8.3,0,0,1,.211,2A6.661,6.661,0,0,1-21.562,9.9a1.815,1.815,0,0,1-1.688,1,1.9,1.9,0,0,1-1.609-1,6.632,6.632,0,0,1-.58-3.245,6.4,6.4,0,0,1,.58-3.191,2,2,0,0,1,1.609-.923,3.022,3.022,0,0,1,.9.158,2.44,2.44,0,0,1,.712.659' transform='translate(5961.271 6971.601)' fill='%23fff'/%3E %3Cpath id='Path_1283' data-name='Path 1283' d='M-14.2-.059c-.317-.027-.659-.027-1.081-.027a4.8,4.8,0,0,0-3.588,1.267A4.193,4.193,0,0,0-20.08,4.267a3.829,3.829,0,0,0,.343,1.715,5.151,5.151,0,0,0,.844,1.187,11.231,11.231,0,0,0,1.108.844c.449.237.9.475,1.293.712a16.448,16.448,0,0,1,1.556.818,1.383,1.383,0,0,1,.659,1.161,1.277,1.277,0,0,1-.317.817,1.718,1.718,0,0,1-1.029.264,6.588,6.588,0,0,1-1.714-.264c-.528-.185-1.082-.4-1.635-.607a.552.552,0,0,0-.607.079.909.909,0,0,0-.37.527l-.554,1.715a.721.721,0,0,0,.527.923,16.155,16.155,0,0,0,2.163.66,9.032,9.032,0,0,0,2.374.289,6.376,6.376,0,0,0,2.374-.421,4.394,4.394,0,0,0,1.583-1.056,3.477,3.477,0,0,0,.87-1.5,5.162,5.162,0,0,0,.264-1.636,4.7,4.7,0,0,0-.264-1.767A4.46,4.46,0,0,0-11.4,7.432a3.347,3.347,0,0,0-1.055-.871c-.4-.237-.818-.5-1.188-.686-.659-.343-1.24-.659-1.715-.95-.528-.264-.765-.58-.765-.923a1.2,1.2,0,0,1,.29-.765,1.072,1.072,0,0,1,.923-.343,3.739,3.739,0,0,1,1.451.264c.4.132.765.264,1.055.369a.663.663,0,0,0,.554-.053,1.589,1.589,0,0,0,.37-.58l.527-1.319A.563.563,0,0,0-11.058,1a1.388,1.388,0,0,0-.528-.422,7.94,7.94,0,0,0-.95-.316A2.819,2.819,0,0,0-13.38.046c-.264-.027-.528-.079-.818-.106' transform='translate(5986.087 6970.746)' fill='%23fff'/%3E %3Cpath id='Path_1284' data-name='Path 1284' d='M0-84.238H77.788v-37.588H0Z' transform='translate(5897.953 7081.92)' fill='none'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 119px;
  height: 58px;
  flex-shrink: 0;
  margin-left: 12px;
}
.PplusHeader .linksWrapper {
  width: 885px;
  overflow: hidden;
}
.PplusHeader .linksWrapper ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.PplusHeader .linksWrapper li {
  margin: 0 18px;
}
.PplusHeader .linksWrapper .menuItem {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  white-space: nowrap;
}
.font-moses .PplusHeader .linksWrapper .menuItem {
  font-size: 19px;
  font-weight: 340;
}
.PplusHeader .linksWrapper .menuItem:hover {
  color: #ffd32a;
}
.PplusHeader .linksWrapper .menuItem a {
  text-decoration: none;
  color: #fff;
}
.PplusHeader .linksWrapper .menuItem a:hover {
  color: #ffd32a;
}
.PplusHeader .linksWrapper .current {
  font-weight: bold;
}
.font-moses .PplusHeader .linksWrapper .current {
  font-weight: 670;
}
.PplusHeader .stick-left-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.PplusHeader .stick-left-wrapper .pplusSocial {
  display: flex;
}
.PplusHeader .stick-left-wrapper .pplusSocial .socialBtn {
  width: 22px;
  height: 22px;
  margin: 0 8px;
}
.PplusHeader .stick-left-wrapper .pplusSocial .pplus_instagram {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_1891' data-name='Group 1891' transform='translate(-4.079 -4.079)'%3E %3Cpath id='prefix__Path_432' d='M12.079 5.52c2.136 0 2.389.008 3.233.047a4.428 4.428 0 0 1 1.486.275 2.649 2.649 0 0 1 1.518 1.518 4.428 4.428 0 0 1 .275 1.485c.038.844.047 1.1.047 3.233s-.008 2.389-.047 3.233a4.428 4.428 0 0 1-.275 1.486 2.649 2.649 0 0 1-1.516 1.518 4.428 4.428 0 0 1-1.486.275c-.843.038-1.1.047-3.233.047s-2.389-.008-3.233-.047a4.428 4.428 0 0 1-1.486-.275A2.649 2.649 0 0 1 5.843 16.8a4.428 4.428 0 0 1-.275-1.485c-.038-.844-.047-1.1-.047-3.233s.008-2.389.047-3.233a4.428 4.428 0 0 1 .275-1.486 2.649 2.649 0 0 1 1.518-1.52 4.428 4.428 0 0 1 1.485-.275c.844-.038 1.1-.047 3.233-.047m0-1.441c-2.173 0-2.445.009-3.3.048a5.872 5.872 0 0 0-1.94.372A4.091 4.091 0 0 0 4.5 6.839a5.872 5.872 0 0 0-.372 1.942c-.039.853-.048 1.126-.048 3.3s.009 2.445.048 3.3a5.872 5.872 0 0 0 .372 1.938 4.091 4.091 0 0 0 2.34 2.34 5.872 5.872 0 0 0 1.942.372c.853.039 1.126.048 3.3.048s2.445-.009 3.3-.048a5.872 5.872 0 0 0 1.942-.372 4.091 4.091 0 0 0 2.34-2.34 5.872 5.872 0 0 0 .372-1.942c.039-.853.048-1.126.048-3.3s-.009-2.445-.048-3.3a5.872 5.872 0 0 0-.372-1.942 4.091 4.091 0 0 0-2.34-2.34 5.872 5.872 0 0 0-1.942-.372c-.853-.039-1.126-.048-3.3-.048z' class='prefix__cls-1' data-name='Path 432'/%3E %3Cpath id='prefix__Path_433' d='M130.743 126.635a4.108 4.108 0 1 0 4.108 4.108 4.108 4.108 0 0 0-4.108-4.108zm0 6.775a2.667 2.667 0 1 1 2.667-2.667 2.667 2.667 0 0 1-2.667 2.667z' class='prefix__cls-1' data-name='Path 433' transform='translate(-118.664 -118.664)'/%3E %3Ccircle id='prefix__Ellipse_40' cx='.96' cy='.96' r='.96' class='prefix__cls-1' data-name='Ellipse 40' transform='translate(15.389 6.849)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.PplusHeader .stick-left-wrapper .pplusSocial .pplus_tiktok {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.614' height='15.675' viewBox='0 0 13.614 15.675'%3E %3Cpath fill='%23fff' d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)'/%3E %3Cpath d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)' style='mix-blend-mode:darken;isolation:isolate' fill='%23fff'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.PplusHeader .stick-left-wrapper .pplusSocial .pplus_fb {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.385' height='16' viewBox='0 0 7.385 16'%3E %3Cpath id='prefix__Path_320' d='M1224.709 106.423h3.222v-8.068h2.248l.24-2.7h-2.487v-1.54c0-.637.128-.889.744-.889h1.744v-2.8h-2.231c-2.4 0-3.478 1.056-3.478 3.077v2.154h-1.676v2.735h1.676z' data-name='Path 320' transform='translate(-1223.034 -90.423)' style='fill:%23fff'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.PplusHeader .stick-left-wrapper .ynetLogo {
  background: transparent url("/Common/images/y-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
.PplusHeader.sticky-header {
  position: fixed;
  width: 1240px;
  top: 0;
  height: 42px;
  z-index: 9999;
  overflow: hidden;
  animation: slideDown 0.4s forwards;
  -webkit-animation: slideDown 0.4s forwards;
}
.PplusHeader.sticky-header .pplusLogo {
  width: 78px;
  height: 38px;
  margin-left: 53px;
}
@keyframes slideDown {
  from {
    transform: translateY(-42px);
  }
  to {
    transform: translateY(0);
  }
}
.hotTitlesComponenta {
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.5px #979797;
}
.hotTitlesComponenta .headline {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.hotTitlesComponenta .headline .title {
  width: auto;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
}
.hotTitlesComponenta .headline .star {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  flex-shrink: 0;
  background-color: #272727;
  mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.hotTitlesComponenta .headline .line {
  height: 3px;
  width: 100%;
  margin: 0 8px 0 3px;
  border-radius: 30px;
  background-color: #272727;
}
.hotTitlesComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView {
  flex-direction: column;
  margin-bottom: 10px;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .mediaArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-left: 10px;
  flex-shrink: 0;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: auto !important;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .mediaArea .MediaCarousel img {
  width: 100% !important;
  height: 168px;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .mediaArea .MediaCarousel div {
  width: 100% !important;
  height: 168px !important;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .mediaArea .onImage {
  height: 26px;
  width: 84px;
  top: 133px;
  right: 0;
  margin: 0 9px 9px 0;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .mediaArea .videoIcon {
  height: 26px !important;
  top: 133px;
  left: 0;
  margin: 0 0 9px 9px;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .mediaArea .videoIcon .icon {
  height: 22px;
  width: 22px;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .textdiv {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .textdiv a,
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .textdiv a:hover {
  text-decoration: none;
  color: inherit;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .slotTitle {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: normal;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.hotTitlesComponenta .slotsContent .slotList > div:nth-child(1) .slotView .moreDetails {
  display: none;
}
.hotTitlesComponenta .slotsContent .slotList .slotView {
  display: flex;
  margin-bottom: 16px;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .mediaArea {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 84px;
  margin-left: 10px;
  flex-shrink: 0;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .mediaArea img {
  width: 100%;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .mediaArea .onImage {
  top: 60px;
  right: 0;
  margin: 0 6px 6px 0;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon {
  top: 60px;
  left: 0;
  height: 18px !important;
  margin: 0 0 6px 6px;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  height: 14px;
  width: 14px;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .textdiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .textdiv a,
.hotTitlesComponenta .slotsContent .slotList .slotView .textdiv a:hover {
  text-decoration: none;
  color: inherit;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .slotTitle {
  color: #000;
  font-size: 18px;
  line-height: 1.11;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}
.hotTitlesComponenta .slotsContent .slotList .slotView .moreDetails {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #979797;
}
#circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
}
.circularG {
  position: absolute;
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 0.768s;
  -o-animation-duration: 0.768s;
  -ms-animation-duration: 0.768s;
  -webkit-animation-duration: 0.768s;
  -moz-animation-duration: 0.768s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
#circularG_1 {
  left: 0;
  top: 13px;
  animation-delay: 0.288s;
  -o-animation-delay: 0.288s;
  -ms-animation-delay: 0.288s;
  -webkit-animation-delay: 0.288s;
  -moz-animation-delay: 0.288s;
}
#circularG_2 {
  left: 3px;
  top: 3px;
  animation-delay: 0.384s;
  -o-animation-delay: 0.384s;
  -ms-animation-delay: 0.384s;
  -webkit-animation-delay: 0.384s;
  -moz-animation-delay: 0.384s;
}
#circularG_3 {
  top: 0;
  left: 13px;
  animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
}
#circularG_4 {
  right: 3px;
  top: 3px;
  animation-delay: 0.576s;
  -o-animation-delay: 0.576s;
  -ms-animation-delay: 0.576s;
  -webkit-animation-delay: 0.576s;
  -moz-animation-delay: 0.576s;
}
#circularG_5 {
  right: 0;
  top: 13px;
  animation-delay: 0.672s;
  -o-animation-delay: 0.672s;
  -ms-animation-delay: 0.672s;
  -webkit-animation-delay: 0.672s;
  -moz-animation-delay: 0.672s;
}
#circularG_6 {
  right: 3px;
  bottom: 3px;
  animation-delay: 0.768s;
  -o-animation-delay: 0.768s;
  -ms-animation-delay: 0.768s;
  -webkit-animation-delay: 0.768s;
  -moz-animation-delay: 0.768s;
}
#circularG_7 {
  left: 13px;
  bottom: 0;
  animation-delay: 0.864s;
  -o-animation-delay: 0.864s;
  -ms-animation-delay: 0.864s;
  -webkit-animation-delay: 0.864s;
  -moz-animation-delay: 0.864s;
}
#circularG_8 {
  left: 3px;
  bottom: 3px;
  animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -moz-animation-delay: 0.96s;
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
.pplus-infinite-headlines {
  left: auto !important;
}
.pplusLoadMoreComponenta {
  width: 824px;
}
.pplusLoadMoreComponenta .buttonAndLoaderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  margin: 25px 0 45px auto;
}
.pplusLoadMoreComponenta .buttonAndLoaderContainer .loadMoreArticlesButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 293px;
  height: 55px;
  border-radius: 2px;
  background-color: #000;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  cursor: pointer;
}
.font-moses .pplusLoadMoreComponenta .buttonAndLoaderContainer .loadMoreArticlesButton {
  font-size: 21px;
  line-height: 1.62;
  font-weight: 500;
}
.pplusLoadMoreComponenta .buttonAndLoaderContainer .loadMoreArticlesButton .btnImage {
  width: 34px;
  height: 34px;
  margin-left: 13px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36' height='36' viewBox='0 0 36 36'%3E %3Cdefs%3E %3CclipPath id='clip-path'%3E %3Crect id='Rectangle_2' data-name='Rectangle 2' width='32' height='31.993' transform='translate(0 0)' fill='%23fff'/%3E %3C/clipPath%3E %3CclipPath id='clip-reload'%3E %3Crect width='36' height='36'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='reload' clip-path='url(%23clip-reload)'%3E %3Crect width='36' height='36' fill='rgba(255,255,255,0)'/%3E %3Cg id='Group_5' data-name='Group 5' transform='translate(2 2.004)'%3E %3Cg id='Group_4' data-name='Group 4' transform='translate(0 -0.004)' clip-path='url(%23clip-path)'%3E %3Cpath id='Path_7' data-name='Path 7' d='M16,0A15.972,15.972,0,0,1,27.312,4.68l3.633-3.633v9.23h-9.23L24.989,7a12.711,12.711,0,1,0,3.7,8.3,1.645,1.645,0,1,1,3.284-.18A16,16,0,1,1,16,0' transform='translate(0 0.004)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.pplusLoadMoreComponenta .slotList {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.pplusLoadMoreComponenta .slotList .slotView {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  text-align: right;
  flex-shrink: 0;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .slotTitle a {
  line-height: 1.09;
  margin-bottom: 6px;
  font-size: 44px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.font-moses .pplusLoadMoreComponenta .slotList .slotView .headlineArea .slotTitle a {
  font-family: "MosesDisplay", "NarkisBlock";
  font-size: 37px;
  font-weight: 670;
  line-height: normal;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .lineContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .lineContainer .leftStar {
  width: 28px;
  height: 28px;
  position: relative;
  top: -1px;
  background-color: #272727;
  mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .lineContainer .line {
  width: 766px;
  height: 3px;
  background-color: #272727;
  border-radius: 5px;
  margin-right: 1px;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .lineContainer .rightStar {
  width: 28px;
  height: 28px;
  transform: scaleX(-1);
  position: relative;
  top: -1px;
  background-color: #272727;
  mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: space-between;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author {
  display: flex;
  align-items: center;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author .authorImg {
  height: 40px;
  margin-left: 8px;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author .authorImg img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author .Details {
  display: flex;
  flex-direction: column;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author .Details .authorName {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.font-moses .pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author .Details .authorName {
  font-size: 15px;
  line-height: 20px;
  font-weight: 670;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author .Details .timeOfPublishing {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.font-moses .pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .author .Details .timeOfPublishing {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.pplusLoadMoreComponenta .slotList .slotView .headlineArea .articleInfo .socialMedia {
  display: flex;
  align-items: center;
}
.pplusLoadMoreComponenta .slotList .slotView .slotView {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  text-align: right;
  flex-shrink: 0;
}
.pplusLoadMoreComponenta .slotList .slotView .mediaArea {
  position: relative;
}
.pplusLoadMoreComponenta .slotList .slotView .mediaArea .onImage {
  position: absolute;
  width: 133px;
  height: 41px;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 36px;
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  z-index: 1;
}
.pplusLoadMoreComponenta .slotList .slotView .mediaArea .videoIcon {
  left: 30px;
  bottom: 36px;
  border-radius: 50%;
}
.pplusLoadMoreComponenta .slotList .slotView .mediaArea .videoIcon .icon {
  width: 41px;
  height: 41px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.pplusLoadMoreComponenta .fadeInUp {
  animation: fadeInUp 0.5s ease;
  -webkit-animation: fadeInUp 0.5s ease;
}
.PplusMultiArticleComponenta {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.PplusMultiArticleComponenta .headlineArea {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.PplusMultiArticleComponenta .headlineArea .slotTitle {
  line-height: 1.09;
  margin-bottom: 6px;
  font-size: 44px;
  font-weight: 600;
  color: #000;
}
.font-moses .PplusMultiArticleComponenta .headlineArea .slotTitle span {
  font-family: "MosesDisplay", "NarkisBlock";
}
.font-moses .PplusMultiArticleComponenta .headlineArea .slotTitle {
  font-family: "MosesDisplay", "NarkisBlock";
  font-size: 37px;
  font-weight: 670;
  line-height: 1.2;
}
.PplusMultiArticleComponenta .headlineArea .slotTitle a,
.PplusMultiArticleComponenta .headlineArea .slotTitle a:hover {
  text-decoration: none;
}
.PplusMultiArticleComponenta .headlineArea .lineContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.PplusMultiArticleComponenta .headlineArea .lineContainer .leftStar {
  width: 28px;
  height: 28px;
  position: relative;
  top: -1px;
  background-color: #272727;
  mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.PplusMultiArticleComponenta .headlineArea .lineContainer .line {
  width: 766px;
  height: 3px;
  background-color: #272727;
  border-radius: 5px;
  margin-right: 1px;
}
.PplusMultiArticleComponenta .headlineArea .lineContainer .rightStar {
  width: 28px;
  height: 28px;
  transform: scaleX(-1);
  position: relative;
  top: -1px;
  background-color: #272727;
  mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: space-between;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo .author {
  display: flex;
  align-items: center;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo .author .authorImg {
  height: 40px;
  margin-left: 8px;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo .author .authorImg img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo .author .Details {
  display: flex;
  flex-direction: column;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo .author .Details .authorName {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.font-moses .PplusMultiArticleComponenta .headlineArea .articleInfo .author .Details .authorName {
  font-size: 15px;
  line-height: 20px;
  font-weight: 670;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo .author .Details .timeOfPublishing {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.font-moses .PplusMultiArticleComponenta .headlineArea .articleInfo .author .Details .timeOfPublishing {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.PplusMultiArticleComponenta .headlineArea .articleInfo .socialMedia {
  display: flex;
  align-items: center;
}
.PplusMultiArticleComponenta .slotView {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  text-align: right;
  flex-shrink: 0;
}
.PplusMultiArticleComponenta .mediaArea {
  position: relative;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel {
  height: 100% !important;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox {
  height: 0;
  position: relative;
  overflow: hidden;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span {
  font-size: 0;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > span,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > a,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > div {
  font-size: 0;
  display: block;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > span > img,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > a > img,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > div > img,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > span > div,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > a > div,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > div > div {
  position: absolute  !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > span .flowplayer,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > a .flowplayer,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > div .flowplayer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > span .SiteVideoLightbox > img,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > a .SiteVideoLightbox > img,
.PplusMultiArticleComponenta .mediaArea .MediaCarousel .mediaItems .aspectRatioBox > span > div .SiteVideoLightbox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PplusMultiArticleComponenta .mediaArea .yedioth-plus-logo {
  width: 133px;
  height: 41px;
  position: absolute;
  left: auto;
  top: auto;
  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");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background: transparent;
  z-index: 1;
}
.PplusMultiArticleComponenta .mediaArea .onImage {
  right: 30px;
  bottom: 36px;
}
.PplusMultiArticleComponenta .mediaArea .onCarouselImage {
  right: 30px;
  bottom: 75px;
}
.PplusMultiArticleComponenta .mediaArea .videoIcon {
  left: 30px;
  bottom: 36px;
  border-radius: 50%;
}
.PplusMultiArticleComponenta .mediaArea .videoIcon .icon {
  width: 41px;
  height: 41px;
}
.PplusMultiArticleComponenta .mediaArea .CarouselVideoIcon {
  bottom: 75px !important;
}
.PplusMultiArticleComponenta .mediaArea .scrollLeftBtn {
  display: flex;
  position: absolute;
  width: 43px;
  height: 86px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom-right-radius: 43px;
  border-top-right-radius: 43px;
  border: none;
  z-index: 2;
  background: #000 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 33px;
  background-position-y: center;
  background-position-x: left;
}
.PplusMultiArticleComponenta .mediaArea .scrollRightBtn {
  display: flex;
  position: absolute;
  width: 43px;
  height: 86px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom-left-radius: 43px;
  border-top-left-radius: 43px;
  border: none;
  z-index: 2;
  background: #000 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 33px;
  background-position-y: center;
  background-position-x: right;
}
.PplusMultiArticleComponenta .mediaArea .disable {
  opacity: 50%;
}
.PplusMultiArticleComponenta .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  bottom: 0;
  left: 0;
  justify-content: center;
  background-color: #000;
  padding: 14px 0;
}
.PplusMultiArticleComponenta .mediaArea .GalleryPaging button {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: lightgrey;
  margin: 0 7px;
  border: 0;
  cursor: pointer;
  color: lightgrey;
}
.PplusMultiArticleComponenta .mediaArea .GalleryPaging button.selected {
  background: #000;
  border: solid 2px #fff;
  color: #000;
  padding: 0;
}
.shareMenu {
  display: flex;
}
.shareMenu .socialIcon {
  width: 24px;
  height: 24px;
  margin: 0 6px;
  cursor: pointer;
}
.shareMenu .whatsapp {
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.shareMenu .twitter {
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.shareMenu .facebook {
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.shareMenu .email {
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin-left: 0;
}
@media (prefers-color-scheme: dark) {
  .shareMenu .email {
    filter: invert(1);
  }
}
.PplusStripComponenta {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
}
.PplusStripComponenta .slotTitle {
  line-height: 26px;
  margin-top: -6px;
  font-size: 36px;
  font-weight: bold;
}
.PplusStripComponenta .slotTitle a,
.PplusStripComponenta .slotTitle a:hover {
  text-decoration: none;
}
.PplusStripComponenta .slotSubTitle {
  line-height: 16px;
  margin: 2px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.PplusStripComponenta .mediaArea {
  position: relative;
}
.pplus {
  font-family: "NarkisBlock";
  direction: rtl;
  /* fixes shifting borders in ie */
}
.font-moses .pplus {
  font-family: "Moses", "NarkisBlock";
}
.pplus .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.pplus .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.pplus .media-leave {
  opacity: 1;
  z-index: 1;
}
.pplus .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.pplus.site_page_root {
  font-family: "NarkisBlock" ! important;
}
.pplus:not(.yplus) * {
  font-family: "NarkisBlock";
}
.font-moses .pplus:not(.yplus) * {
  font-family: "Moses", "NarkisBlock";
}
.pplus .PplusWrapper {
  width: 100%;
  height: 39px;
  margin-bottom: 17px;
}
.pplus .PplusWrapper .PplusStarTab {
  width: 100%;
  height: 42px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.pplus .PplusWrapper .PplusStarTab a {
  text-decoration: none;
}
.pplus .PplusWrapper .PplusStarTab .leshonitStar {
  background-color: #202020;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.4213 0.648801L15.5746 8.12839L22.1623 12.2209L14.8878 14.4284L13.1318 21.6488L8.48105 15.5322L0.806032 15.9012L5.20844 9.91482L2.22352 2.92329L9.59302 5.33911L15.4213 0.648801Z' fill='%23FFCD0E'/%3E %3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.pplus .PplusWrapper .PplusStarTab .leshonitText {
  color: #202020;
  font-size: 28px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 1.32;
}
.font-moses .pplus .PplusWrapper .PplusStarTab .leshonitText {
  font-size: 23px;
  line-height: normal;
  font-weight: 670;
}
.pplus .ArticleBodyComponent {
  font-family: "NarkisBlock" !important;
  /*  & .public-DraftEditor-content>div>*:not(figure) {
        width: 720px;
    }*/
}
.font-moses .pplus .ArticleBodyComponent {
  font-family: "Moses", "NarkisBlock" ! important;
}
.pplus .ArticleBodyComponent .text_editor_contact_us_link {
  display: none;
}
.pplus .ArticleBodyComponent figure {
  margin: 0 0 30px 0;
}
.pplus .ArticleBodyComponent .pHeader {
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-family: "NarkisBlock";
  color: #000000;
}
.font-moses .pplus .ArticleBodyComponent .pHeader {
  font-family: 'MosesDisplay', 'NarkisBlock';
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}
.pplus .ArticleBodyComponent .colored_underline_header {
  color: #000;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 670;
  line-height: normal;
  text-decoration-color: #00B4D8 ! important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  margin: 0 0 13px 0;
  box-sizing: border-box;
}
.pplus .ArticleBodyComponent .text_side_line {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 670;
  line-height: 30px;
  padding: 15px 53px 15px 40px;
  position: relative;
  margin: 25px 0;
  box-sizing: border-box;
}
.pplus .ArticleBodyComponent .text_side_line:after {
  width: 8px;
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  background-color: #00B4D8;
  border-radius: 1px;
  right: 20px;
  content: "";
}
.pplus .ArticleBodyComponent .one_quote_teaser,
.pplus .ArticleBodyComponent .two_quotes_teaser,
.pplus .ArticleBodyComponent .red_one_quote_teaser,
.pplus .ArticleBodyComponent .red_two_quotes_teaser {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 670;
  line-height: 30px;
  position: relative;
  padding: 25px 40px;
}
.magazine_art.pplus .ArticleBodyComponent .one_quote_teaser > div,
.magazine_art.pplus .ArticleBodyComponent .two_quotes_teaser > div,
.magazine_art.pplus .ArticleBodyComponent .red_one_quote_teaser > div,
.magazine_art.pplus .ArticleBodyComponent .red_two_quotes_teaser > div {
  margin-top: 9px;
}
.pplus .ArticleBodyComponent .one_quote_teaser::before,
.pplus .ArticleBodyComponent .two_quotes_teaser::before,
.pplus .ArticleBodyComponent .red_one_quote_teaser::before,
.pplus .ArticleBodyComponent .red_two_quotes_teaser::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  top: 0;
  right: 0;
}
.magazine_art.pplus .ArticleBodyComponent .one_quote_teaser::before,
.magazine_art.pplus .ArticleBodyComponent .two_quotes_teaser::before,
.magazine_art.pplus .ArticleBodyComponent .red_one_quote_teaser::before,
.magazine_art.pplus .ArticleBodyComponent .red_two_quotes_teaser::before {
  right: 10px !important;
}
.magazine_art.pplus .ArticleBodyComponent .two_quotes_teaser > div {
  margin: 9px 0;
}
.pplus .ArticleBodyComponent .two_quotes_teaser::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  bottom: 0;
  left: 0;
}
.pplus .ArticleBodyComponent .red_one_quote_teaser::before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
}
.magazine_art.pplus .ArticleBodyComponent .red_two_quotes_teaser > div {
  margin: 9px 0;
}
.pplus .ArticleBodyComponent .red_two_quotes_teaser::before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
}
.pplus .ArticleBodyComponent .red_two_quotes_teaser::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  bottom: 0;
  left: 0;
}
.pplus .ArticleBodyComponent .highlight_header {
  max-width: 650px;
  margin: 20px auto;
}
.pplus .ArticleBodyComponent .highlight_header > div > span {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 670;
  line-height: 30px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='42' fill='none'%3E %3Cpath d='M217.774 2.278c-1.947.72-9.957 1.124-16.174.817-3.716-.184-33.736 1.274-35.2 1.709-.88.262-10 .743-20.267 1.069-10.266.326-21.546.794-25.066 1.04C102.008 8.244 73.059 9.944 65.6 10.17c-13.255.401-13.5.431-12.8 1.563.376.609-.628 1.105-2.337 1.154-8.098.237-15.692 1.114-17.256 1.994-1.189.669-.219.841 3.06.542l4.8-.437-4.681 1.132c-2.574.623-4.974.731-5.333.241-.359-.491-3.773-1.033-7.585-1.204-6.236-.281-6.723-.159-4.845 1.214 1.148.84 2.766 1.267 3.596.948 1.03-.395.899.132-.413 1.664-1.822 2.129-4.394 2.249-3.094.145.338-.546-.734-1.041-2.382-1.099-1.648-.058-4.197-.53-5.663-1.047-2.61-.92-2.603-.932.347-.559 1.658.209 2.618.005 2.134-.453-.485-.459-3.096-1.124-5.803-1.478l-4.921-.644 1.142 4.277c.852 3.192 1.685 4.277 3.283 4.277 2.012 0 2.033.109.335 1.807-1.674 1.673-1.678 1.949-.064 3.733 1.624 1.794 1.604 1.928-.288 1.943-1.196.01-1.561.339-.888.8 1.264.865 3.024 4.595 2.76 5.847-.163.768 9.917.485 32.363-.911 18.942-1.177 39.989-2.029 41.082-1.661.585.197.747.871.36 1.498-.421.68-.201.828.544.368.686-.424.979-1.207.65-1.739-.348-.564 2.428-.731 6.65-.4 16.145 1.267 36.58 1.471 36.58.364 0-.702 1.871-.889 5.067-.506 3.578.429 4.44.314 2.933-.393-1.524-.715.303-.991 6.4-.969 5.315.02 7.528.323 5.867.804-1.467.425 1.653.602 6.933.393 5.28-.209 14.16-.437 19.734-.506 6.075-.075 8.852-.407 6.933-.828-2.64-.58-1.952-.845 3.926-1.517 4.862-.556 7.869-.417 9.462.436 1.586.848 2.103.873 1.611.077-.513-.83 3.434-1.191 13.471-1.235 7.808-.033 21.877-.333 31.263-.665 26.135-.926 67.119-.93 89.334-.01 13.7.567 20 .478 20-.284 0-.612.508-1.113 1.129-1.113.622 0 .909.36.639.8-.27.44 9.662.878 22.071.973 12.408.095 25.673.42 29.478.723 4.075.324 7.467.093 8.257-.562.771-.64 2.814-.796 4.816-.366 6.161 1.323 27.95 2.346 29.876 1.404 1.189-.582 1.867-.495 1.867.238 0 .633.6 1.073 1.333.977 5.04-.654 21.093.242 20.534 1.147-.781 1.262-.855 1.247 8 1.609 3.813.156 15.001.822 24.861 1.48 9.86.659 23.728.889 30.817.512 7.375-.392 12.642-.282 12.31.257-.845 1.374 39.017 1.289 40.012-.086.545-.754 1.054-.729 1.6.077.448.663 4.317 1.254 8.8 1.344 4.4.089 8.72.268 9.6.399 2.859.424 13.816-1.447 14.446-2.467.337-.546.005-.992-.739-.992-.743 0 .976-2.106 3.82-4.681 4.434-4.014 4.788-4.607 2.48-4.166-1.48.283-3.015-.011-3.412-.653-.397-.641-.154-1.167.539-1.167.957 0 .963-.358.026-1.487-.948-1.142-.916-1.475.136-1.432.753.03 3.29-.074 5.637-.232l4.267-.288-5.334-1.214c-2.933-.667-5.813-1.51-6.4-1.873-.586-.363-2.866-.985-5.066-1.382-2.2-.397-4-1.18-4-1.74s-.84-1.019-1.867-1.019c-1.027 0-4.507-1.037-7.733-2.303-4.203-1.649-9.65-2.542-19.2-3.146-30.552-1.933-54.119-3.05-75.734-3.587-12.613-.313-26.533-.825-30.933-1.136-4.4-.312-26.24-.771-48.533-1.02-22.294-.249-46.534-.747-53.867-1.106-8.617-.423-12.814-.292-11.867.368 1.012.704-.313 1.008-4.266.979-3.154-.024-6.266-.453-6.918-.953-1.639-1.258-22.193-.096-22.652 1.281-.248.744-.796.76-1.652.049-1.591-1.32-7.879-1.768-10.904-.777-1.243.406-3.506.265-5.029-.314-1.803-.685-2.995-.689-3.415-.01-.354.574-1.179.713-1.832.31-.653-.404-9.38-.594-19.393-.423-18.174.312-38.382.18-56.692-.368-5.328-.16-10.731.096-12.006.568M60.511 11.311c-.354.355-1.274.392-2.044.084-.851-.34-.598-.593.644-.644 1.125-.046 1.755.206 1.4.56m569.743 12.043c1.021.647 1.093 1.094.24 1.504-.828.397-.802.501.079.329 2.136-.419 2.291-2.788.183-2.771-1.511.013-1.625.226-.502.938M408.8 28.486c-1.32.254-3.48.254-4.8 0-1.32-.254-.24-.462 2.4-.462 2.64 0 3.72.208 2.4.462' fill='%2370EBFF' fill-rule='evenodd'/%3E %3C/svg%3E") !important;
  box-decoration-break: clone;
  background-color: transparent;
  background-size: 101% 30px;
  padding: 0 5px;
}
.pplus .ArticleBodyComponent .text_editor_paragraph {
  font-size: 20px;
  font-weight: lighter;
  font-style: inherit;
  line-height: 28px;
  letter-spacing: -0.11px;
  margin: 0 0 30px 0;
  font-family: "NarkisBlock";
}
.font-moses .pplus .ArticleBodyComponent .text_editor_paragraph {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 18px;
  font-weight: 340;
  line-height: 28px;
  margin: 0 0 25px 0;
}
.pplus .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.pplus .ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.pplus .ArticleBodyComponent .text_editor_block_quote {
  font-family: "NarkisBlock";
  width: 100% !important;
  border-top: 2px solid #de1a1a;
  border-bottom: 2px solid #de1a1a;
  border-left: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  white-space: normal;
  float: unset;
}
.pplus .ArticleBodyComponent .text_editor_block_quote span[data-text="true"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px 45px;
}
.pplus .ArticleBodyComponent .public-DraftStyleDefault-ul,
.pplus .ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-size: 20px;
  font-weight: lighter;
  font-style: normal;
  line-height: 22px;
  list-style-position: inherit !important;
  padding-inline-start: 23px;
  white-space: normal !important;
  margin: 0 0 30px 0;
  font-family: "NarkisBlock";
}
.font-moses .pplus .ArticleBodyComponent .public-DraftStyleDefault-ul,
.font-moses .pplus .ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 18px;
  font-weight: 340;
}
.pplus .ArticleBodyComponent .public-DraftStyleDefault-ul li {
  padding-bottom: 10px;
}
.pplus .ArticleBodyComponent .public-DraftStyleDefault-ul li > * {
  position: relative;
  right: -2px;
}
.pplus .ArticleBodyComponent .public-DraftStyleDefault-ol li {
  padding-bottom: 10px;
}
.pplus .ArticleBodyComponent .public-DraftStyleDefault-ol li > * {
  position: relative;
  right: 3px;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta {
  display: block;
  width: 100%;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.half_wide {
  width: 100%;
  margin: 0;
  float: none;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener {
  display: block;
  position: relative;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .expand {
  display: none;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: flex;
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 28px;
  width: auto;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 14px 2px 10px;
  font-size: 14px;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.font-moses .pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  font-size: 12px;
  font-weight: 500;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  width: auto;
  padding: 0 4px;
  height: 18px;
  background: #fff;
  color: #2e2e2f;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 2px;
}
.font-moses .pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  font-size: 12px;
  font-weight: 340;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 2px;
  background: #fff;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after {
  height: 15px;
  right: -2px;
  top: 1px;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  height: 11px;
  right: -4px;
  top: 3px;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 100%;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 14px;
  margin-top: 8px;
  display: inline-block;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 14px;
  line-height: 18px;
  color: #78787b;
  font-family: "NarkisBlock";
  font-weight: normal;
}
.font-moses .pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.font-moses .pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  float: unset;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .expand {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: #2e2e2f;
  border-radius: 50%;
  box-shadow: none;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  cursor: pointer;
}
.pplus .ArticleBodyComponent .ArticleImageComponenta .expand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9)'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.audio-podcast-player {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.audio-podcast-player .podcast-container-details-image-container {
  position: absolute;
  width: calc(100% - 151px);
  height: 100%;
  left: 0;
}
.audio-podcast-player .podcast-container-details-image-container .container-background-image {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #878787;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(23px) brightness(0.8);
  -webkit-filter: blur(23px) brightness(0.8);
}
.audio-podcast-player .audio-podcast-player-container {
  display: flex;
  width: 100%;
  height: 151px;
  overflow: hidden;
  position: relative;
}
.audio-podcast-player .audio-podcast-player-container .podcast-image {
  width: 151px;
  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: 20px 0;
  padding-inline-start: 28px;
  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;
  z-index: 1;
  color: #fff;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-category-rpf {
  font-size: 15px;
  font-weight: normal;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-title-rpf {
  font-size: 19px;
  font-weight: 500;
  -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: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_7' data-name='Group 7' xmlns='http://www.w3.org/2000/svg' width='13.738' height='13.738' viewBox='0 0 13.738 13.738'%3E %3Cpath id='Path_3' data-name='Path 3' d='M0,0H13.738V13.738H0Z' fill='none'/%3E %3Cpath id='Path_4' data-name='Path 4' d='M12.154,7.294a3.433,3.433,0,0,0-2.43-1V9.724l-2.43,2.43a3.436,3.436,0,0,0,4.86-4.86ZM9.724,4a5.724,5.724,0,1,0,5.724,5.724A5.723,5.723,0,0,0,9.724,4Zm0,10.3A4.579,4.579,0,1,1,14.3,9.724,4.578,4.578,0,0,1,9.724,14.3Z' transform='translate(-2.855 -2.855)' fill='%23fff'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .podcast-duration-rpf {
  font-size: 16px;
  font-weight: normal;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 33px;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  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: #e9e9e9;
}
.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: 20px;
  border-color: transparent transparent transparent #000;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  margin-left: 4px;
}
.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 16px;
  height: 20px;
  margin: 0;
}
.article-audio-podcast-componenta .empty-place-holder {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  background-color: #979797;
  padding: 20px;
}
.article-audio-podcast-componenta .empty-place-holder .place-holder-title {
  color: #000;
  font-size: 24px;
  flex-grow: 1;
  text-align: center;
}
.article-audio-podcast-componenta .empty-place-holder .place-holder-play-btn {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 20px;
  border: none;
  border-radius: 50%;
  background-color: #2c2c2c;
  cursor: pointer;
}
.article-audio-podcast-componenta .empty-place-holder .place-holder-play-btn .place-holder-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  border-color: transparent transparent transparent #979797;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  margin-inline-end: 4px;
}
.signup-for-podcast {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.signup-for-podcast .signup-for-podcast-title-rpf {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-inline-end: 30px;
  width: 130px;
}
.signup-for-podcast .signup-for-podcast-buttons {
  display: flex;
}
.signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-inline-start: 20px;
}
.signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn:hover {
  opacity: 0.7;
}
.signup-for-podcast .signup-for-podcast-buttons .spotify-signup-btn {
  width: 125px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='47' viewBox='0 0 125 47'%3E %3Cg id='spotify_desktop' data-name='spotify desktop' transform='translate(-0.489)'%3E %3Crect id='Rectangle_11421' data-name='Rectangle 11421' width='125' height='47' rx='6' transform='translate(0.489)' fill='%23ebeced'/%3E %3Cg id='Component_16_1' data-name='Component 16 – 1' transform='translate(12.533 7.311)'%3E %3Cpath id='Spotify_logo_with_text' d='M53.618,16.6c-2.576-.614-3.033-1.045-3.033-1.951,0-.856.805-1.432,2-1.432a5.854,5.854,0,0,1,3.52,1.337.17.17,0,0,0,.239-.038L57.6,12.745a.169.169,0,0,0-.032-.229A7.609,7.609,0,0,0,52.626,10.8c-2.78,0-4.724,1.669-4.724,4.056,0,2.56,1.676,3.467,4.572,4.167,2.463.568,2.88,1.043,2.88,1.893,0,.942-.841,1.528-2.194,1.528a5.923,5.923,0,0,1-4.1-1.694.175.175,0,0,0-.123-.041.167.167,0,0,0-.116.059l-1.411,1.678a.17.17,0,0,0,.016.235A8.4,8.4,0,0,0,53.1,24.86c3,0,4.932-1.637,4.932-4.171.005-2.139-1.275-3.323-4.412-4.086Zm11.2-2.54a4.045,4.045,0,0,0-3.243,1.56V14.44a.168.168,0,0,0-.167-.169H59.1a.168.168,0,0,0-.167.169V27.55a.169.169,0,0,0,.167.169H61.4a.169.169,0,0,0,.167-.169V23.412a4.149,4.149,0,0,0,3.243,1.468c2.413,0,4.857-1.858,4.857-5.409s-2.44-5.41-4.855-5.41h0Zm2.175,5.41a2.78,2.78,0,0,1-2.709,3.071,2.866,2.866,0,0,1-2.766-3.071A2.866,2.866,0,0,1,64.28,16.4a2.811,2.811,0,0,1,2.709,3.07Zm8.943-5.41a5.421,5.421,0,1,0,5.523,5.41,5.438,5.438,0,0,0-5.523-5.41Zm0,8.5a2.934,2.934,0,0,1-2.9-3.089,2.864,2.864,0,0,1,2.862-3.052,2.941,2.941,0,0,1,2.918,3.09A2.871,2.871,0,0,1,75.932,22.559Zm12.16-8.288H85.554V11.677a.168.168,0,0,0-.167-.169H83.08a.17.17,0,0,0-.169.169v2.594H81.8a.168.168,0,0,0-.167.169v1.982a.168.168,0,0,0,.167.169h1.108V21.72c0,2.071,1.031,3.122,3.067,3.122a4.2,4.2,0,0,0,2.159-.538.165.165,0,0,0,.085-.146V22.271a.168.168,0,0,0-.08-.142.164.164,0,0,0-.164-.007,2.912,2.912,0,0,1-1.354.326c-.739,0-1.07-.337-1.07-1.088V16.592h2.538a.168.168,0,0,0,.167-.169V14.442a.163.163,0,0,0-.166-.169h0Zm8.842.01v-.319c0-.937.36-1.355,1.165-1.355a3.9,3.9,0,0,1,1.3.24.168.168,0,0,0,.221-.161V10.743a.167.167,0,0,0-.119-.162,6.318,6.318,0,0,0-1.917-.275c-2.128,0-3.256,1.2-3.256,3.467v.488H93.22a.17.17,0,0,0-.169.169v1.992a.17.17,0,0,0,.169.169h1.108V24.5a.169.169,0,0,0,.169.169h2.3a.168.168,0,0,0,.169-.169V16.592h2.153l3.3,7.909c-.374.83-.743,1-1.245,1a2.647,2.647,0,0,1-1.272-.362.184.184,0,0,0-.134-.012.168.168,0,0,0-.1.091l-.782,1.715a.168.168,0,0,0,.073.219,4.853,4.853,0,0,0,2.462.631c1.7,0,2.645-.794,3.473-2.928l4-10.337a.169.169,0,0,0-.155-.23h-2.4a.169.169,0,0,0-.16.113l-2.46,7.024-2.693-7.028a.168.168,0,0,0-.157-.109h-3.94Zm-5.126-.01H89.5a.17.17,0,0,0-.169.169V24.5a.169.169,0,0,0,.169.169h2.307a.169.169,0,0,0,.169-.169V14.441a.169.169,0,0,0-.169-.169h0ZM90.667,9.69a1.654,1.654,0,1,0,1.653,1.653A1.654,1.654,0,0,0,90.667,9.69Zm20.2,7.816a1.627,1.627,0,1,1,1.632-1.632,1.617,1.617,0,0,1-1.632,1.632Zm.009-3.093a1.465,1.465,0,1,0,1.452,1.461A1.451,1.451,0,0,0,110.878,14.413Zm.36,1.628.46.643h-.388l-.413-.59h-.354v.59h-.324v-1.7h.759c.4,0,.657.2.657.543a.506.506,0,0,1-.394.517Zm-.274-.769h-.422v.539h.422c.21,0,.337-.1.337-.27S111.174,15.272,110.964,15.272Z' transform='translate(-47.369 -3.149)' fill='%23414548'/%3E %3Cpath id='Spotify_logo_with_text-2' data-name='Spotify_logo_with_text' d='M16.3.277A16.045,16.045,0,1,0,32.343,16.322,16.045,16.045,0,0,0,16.3.277h0Zm7.358,23.141a1,1,0,0,1-1.376.331c-3.767-2.3-8.51-2.822-14.095-1.546a1,1,0,0,1-.445-1.95c6.112-1.4,11.355-.8,15.584,1.79A1,1,0,0,1,23.656,23.418Zm1.964-4.369a1.251,1.251,0,0,1-1.721.412,21.059,21.059,0,0,0-15.988-1.87A1.251,1.251,0,1,1,7.184,15.2,23.408,23.408,0,0,1,25.208,17.33a1.25,1.25,0,0,1,.412,1.72Zm.169-4.549c-5.171-3.071-13.7-3.354-18.64-1.855a1.5,1.5,0,1,1-.871-2.872c5.668-1.721,15.089-1.388,21.043,2.146A1.5,1.5,0,1,1,25.789,14.5Z' transform='translate(67.757 -0.277)' fill='%231ed760'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .apple-podcasts-signup-btn {
  width: 185px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='185' height='47' viewBox='0 0 185 47'%3E %3Cdefs%3E %3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f452ff'/%3E %3Cstop offset='1' stop-color='%23832bc1'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='apple_desktop' data-name='apple desktop' transform='translate(0.4)'%3E %3Crect id='Rectangle_11420' data-name='Rectangle 11420' width='185' height='47' rx='6' transform='translate(-0.4)' fill='%23ebeced'/%3E %3Cg id='Component_15_1' data-name='Component 15 – 1' transform='translate(10.6 8)'%3E %3Ctext id='Apple_Podcasts' data-name='Apple Podcasts' transform='translate(0 20)' fill='%233d4144' font-size='18' font-family='SegoeUI, Segoe UI' letter-spacing='0.008em'%3E%3Ctspan x='0' y='0'%3EApple Podcasts%3C/tspan%3E%3C/text%3E %3Cg id='XMLID_632_' transform='translate(134.425)'%3E %3Cpath id='XMLID_662_' d='M30.092,26.6a6.468,6.468,0,0,1-1.965,2.578,6.57,6.57,0,0,1-2.159,1.126,13.2,13.2,0,0,1-3.714.389H8.441a13.635,13.635,0,0,1-3.714-.389,6.383,6.383,0,0,1-2.159-1.126A6.494,6.494,0,0,1,.6,26.6,12.161,12.161,0,0,1,0,22.254H0V8.441H0A12.161,12.161,0,0,1,.6,4.093,6.468,6.468,0,0,1,2.568,1.514,6.57,6.57,0,0,1,4.727.389,13.635,13.635,0,0,1,8.441,0H22.254a13.635,13.635,0,0,1,3.714.389,6.383,6.383,0,0,1,2.159,1.125,6.494,6.494,0,0,1,1.965,2.578,11.963,11.963,0,0,1,.6,4.349V22.254A12.161,12.161,0,0,1,30.092,26.6Z' transform='translate(0 0)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E %3Cg id='Group_532' data-name='Group 532' transform='translate(4.552 3.397)'%3E %3Cpath id='XMLID_657_' d='M129.2,166.378a1.367,1.367,0,0,0-.409-.88,3.09,3.09,0,0,0-2.22-.8,3.047,3.047,0,0,0-2.22.8,1.445,1.445,0,0,0-.409.88,11.353,11.353,0,0,0,.051,2.323c.082.941.235,2.2.43,3.469a13.825,13.825,0,0,0,.358,1.75,2.039,2.039,0,0,0,3.581,0,13.824,13.824,0,0,0,.358-1.75c.194-1.279.348-2.527.43-3.469A10.664,10.664,0,0,0,129.2,166.378Z' transform='translate(-115.77 -151.245)' fill='%23fff'/%3E %3Cpath id='XMLID_655_' d='M130.434,108.017a2.517,2.517,0,1,1-2.517-2.517A2.515,2.515,0,0,1,130.434,108.017Z' transform='translate(-117.122 -98.102)' fill='%23fff'/%3E %3Cpath id='XMLID_653_' d='M55.256,33.2a10.8,10.8,0,0,0-3.54,20.985.146.146,0,0,0,.194-.153c-.051-.368-.113-.737-.153-1.105a.406.406,0,0,0-.215-.3,9.413,9.413,0,1,1,7.51,0,.348.348,0,0,0-.215.3l-.153,1.105a.141.141,0,0,0,.194.153A10.8,10.8,0,0,0,55.256,33.2Z' transform='translate(-44.491 -33.2)' fill='%23fff'/%3E %3Cpath id='XMLID_651_' d='M86.343,68.149a7.228,7.228,0,0,0-3.786,13.2.148.148,0,0,0,.225-.123,10.043,10.043,0,0,1-.01-1.238.417.417,0,0,0-.143-.348,5.847,5.847,0,1,1,7.991,0,.487.487,0,0,0-.143.348c.02.4.01.788-.01,1.228a.142.142,0,0,0,.225.123,7.222,7.222,0,0,0-4.349-13.189Z' transform='translate(-75.823 -64.568)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .google-podcasts-signup-btn {
  width: 160px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260.38 49.66' xmlns='http://www.w3.org/2000/svg' width='260.38' height='49.66'%3E %3Cdefs%3E %3Cstyle%3E.cls-1 %7Bfill: %23fab908;%7D.cls-2 %7Bfill: %230066d9;%7D.cls-3 %7Bfill: %234285f4;%7D.cls-4 %7Bfill: %23ea4335;%7D.cls-5 %7Bfill: %2334a853;%7D.cls-6 %7Bfill: %233c4043;%7D%3C/style%3E %3C/defs%3E %3Cg data-name='Layer 2' id='Layer_2'%3E %3Cg data-name='Layer 1' id='Layer_1-2'%3E %3Cg data-name='logo Podcasts 192px' id='_logo_Podcasts_192px'%3E %3Cpolygon points='232.45 15.8 232.45 23.33 232.45 26.34 232.45 33.86 238.65 33.86 238.65 26.34 238.65 23.33 238.65 15.8 232.45 15.8' class='cls-1' id='Shape'%3E%3C/polygon%3E %3Ccircle r='3.1' cy='23.14' cx='213.82' class='cls-2' id='Oval'%3E%3C/circle%3E %3Ccircle r='3.1' cy='26.52' cx='213.82' class='cls-2' data-name='Oval' id='Oval-2'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='210.72' class='cls-2' id='Rectangle-path'%3E%3C/rect%3E %3Ccircle r='3.1' cy='26.52' cx='257.28' class='cls-3' data-name='Oval' id='Oval-3'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.14' cx='257.28' class='cls-3' data-name='Oval' id='Oval-4'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='254.17' class='cls-3' data-name='Rectangle-path' id='Rectangle-path-2'%3E%3C/rect%3E %3Ccircle r='3.1' cy='33.3' cx='224.55' class='cls-4' data-name='Oval' id='Oval-5'%3E%3C/circle%3E %3Ccircle r='3.1' cy='36.68' cx='224.55' class='cls-4' data-name='Oval' id='Oval-6'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='33.3' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-3'%3E%3C/rect%3E %3Ccircle r='3.1' cy='12.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-7'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-8'%3E%3C/circle%3E %3Crect height='11.08' width='6.21' y='12.98' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-4'%3E%3C/rect%3E %3Ccircle r='3.1' cy='16.37' cx='246.56' class='cls-5' data-name='Oval' id='Oval-9'%3E%3C/circle%3E %3Ccircle r='3.1' cy='12.98' cx='246.56' class='cls-5' data-name='Oval' id='Oval-10'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='12.98' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-5'%3E%3C/rect%3E %3Ccircle r='3.1' cy='6.49' cx='235.55' class='cls-1' data-name='Oval' id='Oval-11'%3E%3C/circle%3E %3Ccircle r='3.1' cy='3.1' cx='235.55' class='cls-1' data-name='Oval' id='Oval-12'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='3.1' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-6'%3E%3C/rect%3E %3Ccircle r='3.1' cy='46.56' cx='235.55' class='cls-1' data-name='Oval' id='Oval-13'%3E%3C/circle%3E %3Ccircle r='3.1' cy='43.17' cx='235.55' class='cls-1' data-name='Oval' id='Oval-14'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='43.17' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-7'%3E%3C/rect%3E %3Ccircle r='3.1' cy='36.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-15'%3E%3C/circle%3E %3Ccircle r='3.1' cy='25.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-16'%3E%3C/circle%3E %3Crect height='11' width='6.21' y='25.68' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-8'%3E%3C/rect%3E %3Ccircle r='3.1' cy='15.8' cx='235.55' class='cls-1' data-name='Oval' id='Oval-17'%3E%3C/circle%3E %3Ccircle r='3.1' cy='33.86' cx='235.55' class='cls-1' data-name='Oval' id='Oval-18'%3E%3C/circle%3E %3C/g%3E %3Cg id='wordmark'%3E %3Cpath d='M98.28,37.69H95.76V18.5h6.69a6.31,6.31,0,0,1,4.32,1.62,5.49,5.49,0,0,1,0,8.17,6.31,6.31,0,0,1-4.32,1.62H98.28Zm0-10.13h4.22a3.29,3.29,0,0,0,2.55-1,3.25,3.25,0,0,0,0-4.61,3.28,3.28,0,0,0-2.55-1H98.28Zm12.4-1.42a7.15,7.15,0,0,1,9.92,0,6.87,6.87,0,0,1,2,5,6.87,6.87,0,0,1-2,5,7.15,7.15,0,0,1-9.92,0,6.87,6.87,0,0,1-2-5A6.81,6.81,0,0,1,110.68,26.14Zm1.86,8.44a4.28,4.28,0,0,0,3.1,1.28,4.2,4.2,0,0,0,3.08-1.3,4.62,4.62,0,0,0,1.3-3.44,4.62,4.62,0,0,0-1.3-3.44,4.3,4.3,0,0,0-6.16,0,4.63,4.63,0,0,0-1.31,3.44A4.73,4.73,0,0,0,112.54,34.58Zm17.61,3.54a6,6,0,0,1-4.5-2,7,7,0,0,1-1.89-5,7,7,0,0,1,1.89-5,6,6,0,0,1,4.5-2,5.78,5.78,0,0,1,2.75.64,4.58,4.58,0,0,1,1.82,1.61h.11l-.11-1.83V18.5h2.52V37.69h-2.41V35.86h-.11a4.58,4.58,0,0,1-1.82,1.61A5.79,5.79,0,0,1,130.15,38.12Zm.41-2.26a4.07,4.07,0,0,0,3-1.28,4.76,4.76,0,0,0,1.24-3.46,4.76,4.76,0,0,0-1.24-3.46,4.11,4.11,0,0,0-3-1.28,4.05,4.05,0,0,0-3,1.3,4.72,4.72,0,0,0-1.26,3.44,4.72,4.72,0,0,0,1.26,3.44A4.05,4.05,0,0,0,130.56,35.86ZM146,38.12a6.66,6.66,0,0,1-5-2,6.9,6.9,0,0,1-1.94-5,6.9,6.9,0,0,1,1.94-5,6.65,6.65,0,0,1,5-2,6.13,6.13,0,0,1,3.72,1.07,6.26,6.26,0,0,1,2.17,2.7l-2.3.94a3.77,3.77,0,0,0-3.76-2.46,4,4,0,0,0-3,1.34,4.76,4.76,0,0,0-1.27,3.4,4.76,4.76,0,0,0,1.27,3.4,4,4,0,0,0,3,1.34,3.89,3.89,0,0,0,3.89-2.46l2.25.94a6.25,6.25,0,0,1-6,3.78Zm11.95,0a5.4,5.4,0,0,1-3.57-1.21,4,4,0,0,1-1.44-3.19,3.89,3.89,0,0,1,1.7-3.36,7,7,0,0,1,4.19-1.22,7.45,7.45,0,0,1,3.65.8v-.37a2.89,2.89,0,0,0-1-2.32,3.69,3.69,0,0,0-2.49-.87,3.93,3.93,0,0,0-2,.51,2.66,2.66,0,0,0-1.22,1.39l-2.3-1a5.16,5.16,0,0,1,1.83-2.18,6,6,0,0,1,3.62-1,6.3,6.3,0,0,1,4.28,1.47,5.21,5.21,0,0,1,1.7,4.15v7.94h-2.41V35.86h-.11A5,5,0,0,1,158,38.12Zm.41-2.26a4.18,4.18,0,0,0,2.84-1.13,3.52,3.52,0,0,0,1.28-2.7,5.1,5.1,0,0,0-3.21-.86,4.22,4.22,0,0,0-2.77.78,2.33,2.33,0,0,0-.93,1.82,1.73,1.73,0,0,0,.85,1.53A3.39,3.39,0,0,0,158.36,35.86Zm13.91,2.26A6.12,6.12,0,0,1,168.55,37a6.37,6.37,0,0,1-2.15-2.68l2.25-.91a3.71,3.71,0,0,0,3.65,2.47,3.38,3.38,0,0,0,1.93-.51,1.56,1.56,0,0,0,.75-1.34q0-1.29-1.83-1.74l-2.72-.65A6.44,6.44,0,0,1,168,30.46,2.91,2.91,0,0,1,166.84,28a3.31,3.31,0,0,1,1.58-2.83,6.46,6.46,0,0,1,3.74-1.08,6.31,6.31,0,0,1,3.18.79,4.46,4.46,0,0,1,2,2.26l-2.19.89a3,3,0,0,0-3.07-1.75,3.58,3.58,0,0,0-1.89.46,1.36,1.36,0,0,0-.77,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.48,3.48,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,172.27,38.12Zm12.83-.22a4.37,4.37,0,0,1-3.22-1.1,4.18,4.18,0,0,1-1.11-3.11V26.81h-2.35V24.55h2.35v-4h2.52v4h3.29v2.26h-3.29v6.7c0,1.43.61,2.14,1.81,2.14a2.78,2.78,0,0,0,1.15-.21l.88,2.11A5.06,5.06,0,0,1,185.1,37.9Zm8.84.22A6.12,6.12,0,0,1,190.22,37a6.3,6.3,0,0,1-2.15-2.68l2.25-.91A3.71,3.71,0,0,0,194,35.92a3.41,3.41,0,0,0,1.94-.51,1.56,1.56,0,0,0,.75-1.34c0-.86-.61-1.44-1.84-1.74l-2.71-.65a6.44,6.44,0,0,1-2.44-1.22A2.88,2.88,0,0,1,188.51,28a3.28,3.28,0,0,1,1.58-2.83,6.44,6.44,0,0,1,3.74-1.08,6.36,6.36,0,0,1,3.18.79,4.5,4.5,0,0,1,2,2.26l-2.2.89a3,3,0,0,0-3.07-1.75,3.6,3.6,0,0,0-1.89.46,1.37,1.37,0,0,0-.76,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.53,3.53,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,193.94,38.12Z' class='cls-6' id='Podcasts'%3E%3C/path%3E %3Cpath d='M0,27.11a11.26,11.26,0,0,1,11.41-11,10.84,10.84,0,0,1,7.71,3l-2.18,2.11a7.88,7.88,0,0,0-5.53-2.16,8,8,0,1,0,0,16,7.59,7.59,0,0,0,5.68-2.2,6.19,6.19,0,0,0,1.67-3.77H11.41v-3H21.76A10.32,10.32,0,0,1,21.93,28a9.7,9.7,0,0,1-2.66,7,10.47,10.47,0,0,1-7.86,3.07A11.26,11.26,0,0,1,0,27.11Zm30.17-3a7.08,7.08,0,1,1,0,14.15,7.08,7.08,0,1,1,0-14.15Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.15,4.15,0,0,0,30.17,35.43ZM46,24.08a7.08,7.08,0,1,1-7.26,7.07A7,7,0,0,1,46,24.08Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.14,4.14,0,0,0,46,35.43ZM65.46,24.31h3V37c0,5.23-3.15,7.37-6.87,7.37A6.9,6.9,0,0,1,55.2,40.2L58,39.07a4,4,0,0,0,3.64,2.51c2.38,0,3.86-1.44,3.86-4.14v-1h-.11A5,5,0,0,1,61.54,38a7.08,7.08,0,0,1,0-14.15,5,5,0,0,1,3.81,1.59h.11ZM61.82,35.24A4,4,0,0,0,65.67,31a4,4,0,0,0-3.85-4.32,4.13,4.13,0,0,0-4,4.32A4.11,4.11,0,0,0,61.82,35.24Zm8.84,2.51V17h3.17V37.75Zm11.89-2.32a4.19,4.19,0,0,0,3.57-2l2.46,1.61a7.27,7.27,0,0,1-6,3.14,7,7,0,0,1-7.18-7.08,6.8,6.8,0,0,1,6.83-7.07,6.68,6.68,0,0,1,6.19,4.5l.32.79L79,33.29A3.73,3.73,0,0,0,82.55,35.43Zm-.24-8.63a3.91,3.91,0,0,0-3.79,4.12L85,28.31A2.78,2.78,0,0,0,82.31,26.8Z' class='cls-6' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .youtube-podcasts-signup-btn {
  width: 121px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='274' height='106' viewBox='0 0 274 106'%3E %3Cg id='_1536' data-name='1536' transform='translate(-207 -1453.583)'%3E %3Crect id='Rectangle_11414' data-name='Rectangle 11414' width='274' height='106' rx='16' transform='translate(207 1453.583)' fill='%23ebeced'/%3E %3Cg id='Group_566' data-name='Group 566' transform='translate(-2884.556 1000.557)'%3E %3Cg id='Group_564' data-name='Group 564' transform='translate(3108.313 484.141)'%3E %3Cpath id='Path_1843' data-name='Path 1843' d='M3131.5,624.366l-4.055,20.185-4.2-20.185h-6.93l7.667,27.224v13.1h6.635v-12.95l7.963-27.371Z' transform='translate(-3116.313 -622.711)' fill='%23282828'/%3E %3Cpath id='Path_1844' data-name='Path 1844' d='M3683.533,905.839c-8.755,0-9.216,6.852-9.216,15.3s.221,15.3,9.216,15.3,9.216-6.852,9.216-15.3S3692.288,905.839,3683.533,905.839Zm0,26.157c-3.133,0-2.442-4.859-2.442-10.853s-.543-10.852,2.442-10.852,2.534,4.859,2.534,10.852S3686.666,932,3683.533,932Z' transform='translate(-3654.042 -893.956)' fill='%23282828'/%3E %3Cpath id='Path_1845' data-name='Path 1845' d='M4286.418,945.509a3.093,3.093,0,0,1-2.967,1.885c-1.825,0-1.825-2.327-1.825-2.327v-23.03h-6.709v23.03s-.185,6.99,5.75,6.99a7.132,7.132,0,0,0,6.421-3.808l.8,3.293h5.087v-29.5h-6.562Z' transform='translate(-4232.818 -909.567)' fill='%23282828'/%3E %3Cpath id='Path_1846' data-name='Path 1846' d='M5227.924,945.509a3.093,3.093,0,0,1-2.967,1.885c-1.826,0-1.826-2.327-1.826-2.327v-23.03h-6.709v23.03s-.184,6.99,5.75,6.99a7.132,7.132,0,0,0,6.421-3.808l.8,3.293h5.087v-29.5h-6.561Z' transform='translate(-5140.114 -909.567)' fill='%23282828'/%3E %3Cpath id='Path_1847' data-name='Path 1847' d='M4749.286,625.761v-5.445h-19.833v5.445h6.487v35.1h6.857v-35.1Z' transform='translate(-4670.839 -618.808)' fill='%23282828'/%3E %3Cpath id='Path_1848' data-name='Path 1848' d='M5836.046,590.689a7.585,7.585,0,0,0-6.488,3.817v-15.7h-6.415v42.049h5.548l.7-2.811a6.743,6.743,0,0,0,5.766,3.252c6.193,0,6.708-6.916,6.708-14.421S5841.8,590.689,5836.046,590.689Zm-.959,9.957V610.7c0,3.9-.885,5.849-2.8,5.849a3.151,3.151,0,0,1-2.728-1.619V598.252c.575-1.4,1.5-2.781,2.949-2.781C5835.456,595.471,5835.087,600.646,5835.087,600.646Z' transform='translate(-5724.791 -578.806)' fill='%23282828'/%3E %3Cpath id='Path_1849' data-name='Path 1849' d='M6427.422,926.959c-.08,3.027-.551,5.037-2.566,5.037-2.745,0-2.555-3.729-2.466-8.682h11.04c0-.709,0-1.433,0-2.171,0-8.452.184-15.3-8.571-15.3s-9.216,6.852-9.216,15.3.221,15.3,9.216,15.3c6.652,0,8.151-3.749,8.481-9.12l-5.916-.367Zm-2.566-16.668c2.723,0,2.587,4.041,2.542,9.3H6422.4C6422.346,914.332,6422.134,910.291,6424.856,910.291Z' transform='translate(-6295.759 -893.956)' fill='%23282828'/%3E %3C/g%3E %3Cg id='Group_565' data-name='Group 565' transform='translate(3252.796 471.967)'%3E %3Cpath id='Path_1850' data-name='Path 1850' d='M825.273,577.534c-4.385-.034-8.3-.059-12.214-.156-2.348-.058-4.7-.127-7.043-.225q-3.828-.16-7.652-.389c-2.574-.157-5.145-.368-7.706-.68a31.527,31.527,0,0,1-3.456-.553,11.77,11.77,0,0,1-6.3-3.844,12.3,12.3,0,0,1-2.758-5.722q-.593-2.9-.94-5.845c-.356-3.008-.565-6.026-.7-9.05-.17-3.719-.176-7.439-.109-11.16q.062-3.444.3-6.882c.212-3.11.5-6.212,1-9.291a22.242,22.242,0,0,1,.837-3.945,11.933,11.933,0,0,1,8.2-7.8,18.986,18.986,0,0,1,2.685-.493c1.675-.254,3.358-.439,5.044-.594,1.431-.132,2.865-.23,4.3-.336,2.151-.158,4.3-.259,6.458-.354q2.328-.1,4.657-.168c7.2-.209,14.4-.222,21.6-.148q5.121.053,10.241.23,3.675.127,7.348.307c2.294.113,4.587.255,6.875.459a45.5,45.5,0,0,1,5.419.684,12.259,12.259,0,0,1,9.018,6.928,14.908,14.908,0,0,1,1.051,3.449c.493,2.362.835,4.746,1.092,7.144s.425,4.8.545,7.211c.182,3.654.188,7.31.115,10.967-.051,2.552-.186,5.1-.385,7.648-.183,2.352-.427,4.7-.763,7.036a48.49,48.49,0,0,1-.873,4.842,11.711,11.711,0,0,1-3.965,6.268,12.06,12.06,0,0,1-5.659,2.629c-1.97.362-3.956.6-5.949.785-2.607.244-5.219.414-7.834.545-2.667.134-5.335.228-8,.307C834.765,577.491,829.784,577.511,825.273,577.534Z' transform='translate(-776.349 -509.864)' fill='%23fe0000'/%3E %3Cpath id='Path_1851' data-name='Path 1851' d='M1530.948,911.882V882.9c8.431,4.828,16.823,9.642,25.282,14.489Z' transform='translate(-1491.888 -863.592)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.aod-floating-player-wrapper {
  height: 60px;
  width: 1240px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  left: 50%;
  padding: 0 42px;
  z-index: 5;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
  background-color: #2d2d2d;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.31);
  border: solid 1px #6e6e6e;
}
.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: 15px;
  height: 15px;
  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;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  width: 100%;
  color: #fff;
  font-size: 25px;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  font-size: 22px;
  font-weight: 340;
  line-height: 25px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper {
  height: 40px;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: -5px;
}
.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 {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  margin-left: 24px;
  direction: ltr;
  width: 294px;
  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: 15px;
  margin-top: 2px;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
  font-size: 14px;
  font-weight: 340;
  line-height: 19px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type='range'] {
  width: 100%;
  background-color: #cacdce;
  accent-color: #de1a1a;
  height: 4px;
  border-radius: 1.8px;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Back 30' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m362.993 128 4 3v-6z' transform='translate(-351.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 0 0-29v1.993a12.507 12.507 0 1 1-12.506 12.506h-1.994a14.5 14.5 0 0 0 14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .forwardStep {
  margin-left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Skip 15' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m366.993 128-4 3v-6z' transform='translate(-348.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 1 0-29v1.993a12.507 12.507 0 1 0 12.51 12.507h1.993a14.5 14.5 0 0 1-14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  width: 29px;
  height: 31px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 15px;
  font-weight: 300;
  padding: 7px;
  color: #fff;
  cursor: pointer;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  font-size: 12px;
  font-weight: 340;
  padding: 9px;
}
.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: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 16px;
  cursor: pointer;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button:hover {
  background-color: #ce0000;
}
.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: 12px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  margin-left: 2px;
}
.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 12px;
  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: '';
  position: absolute;
  z-index: -2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #a8efff, #a8efff);
  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: 36px;
  height: 36px;
  background: #e02020;
  border-radius: 50%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
  display: flex;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
  position: relative;
  margin-left: 24px;
}
.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: -57px;
  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;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-message {
  font-size: 15px;
  font-weight: 340;
}
.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: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #424242;
  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: #585858;
}
.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: 20px;
  height: 20px;
  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-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 {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 35px;
  width: 624px;
}
.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: #2d2d2d;
}
.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: 25px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
  font-size: 22px;
  font-weight: 340;
  line-height: 25px;
}
.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 {
  position: absolute;
  height: 100%;
  width: 109px;
  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, #2d2d2d, rgba(20, 23, 172, 0));
}
.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, #2d2d2d, rgba(20, 23, 172, 0));
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.radio-floating-player {
  width: 1240px;
  height: 60px;
  display: flex;
  position: fixed;
  align-items: center;
  bottom: 50px;
  background-color: #2d2d2d;
  padding: 0 22px 0 35px;
  z-index: 10;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.31);
  border: solid 1px #6e6e6e;
}
.radio-floating-player.show {
  transform: translateY(0);
}
.radio-floating-player.hide {
  transform: translateY(200%);
}
.radio-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  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;
}
.radio-floating-player .floating-player-logic-container {
  display: flex;
}
.radio-floating-player .floating-player-logic-container .floating-player-button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 16px;
}
.radio-floating-player .floating-player-logic-container .floating-player-button:hover {
  background-color: #ce0000;
}
.radio-floating-player .floating-player-logic-container .floating-player-button .floating-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 12px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  margin-left: 2px;
}
.radio-floating-player .floating-player-logic-container .floating-player-button .floating-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 12px;
  margin: 0;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader {
  position: relative;
  z-index: 0;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #a8efff, #a8efff);
  animation: rotate 1s linear infinite;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 36px;
  height: 36px;
  background: #e02020;
  border-radius: 50%;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler {
  display: flex;
  flex-direction: row;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons {
  display: flex;
  align-items: center;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .ruler-btn {
  width: 30px;
  height: 30px;
  margin-left: 16px;
  padding: 0;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .sound-off-btn {
  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");
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .sound-on-btn {
  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");
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .go-live-btn {
  width: 37px;
  height: 37px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29.881' height='37' viewBox='0 0 29.881 37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='29.881' height='37' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M7.963,23.137v-7.41H9.679v5.941H12.63v1.469Z' fill='%23fff'/%3E%3Crect width='1.716' height='7.41' transform='translate(13.878 15.727)' fill='%23fff'/%3E%3Cpath d='M19.221,23.137l-2.34-7.41H18.74l1.651,5.954,1.664-5.954h1.858l-2.339,7.41Z' fill='%23fff'/%3E%3Cpath d='M25.2,15.727v7.41h4.681V21.824H26.917V20h2.834V18.756H26.917V17.04h2.964V15.727Z' fill='%23fff'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.264,37A17.232,17.232,0,0,1,5.056,31.984,17.031,17.031,0,0,1,4.921,7.9l.135-.135a17.3,17.3,0,0,1,11.353-5V0l3.83,2.85V.386L25,3.93,20.239,7.475V5.01l-3.83,2.85V5.126a14.918,14.918,0,0,0-9.675,4.3A14.689,14.689,0,0,0,6.616,30.2c.039.04.078.079.118.118a14.868,14.868,0,0,0,10.53,4.327,15.056,15.056,0,0,0,4.166-.584V36.5a17.509,17.509,0,0,1-4.166.5' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .go-live-btn.disabled {
  cursor: default;
  opacity: 0.5;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .start-over-btn {
  width: 37px;
  height: 37px;
  margin-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36.608' height='37' viewBox='0 0 36.608 37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='36.608' height='37' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1.87,19.121a3.97,3.97,0,0,1-1.039-.132A2.438,2.438,0,0,1,0,18.6V17.482a2.779,2.779,0,0,0,.594.285,4.423,4.423,0,0,0,.7.188,3.568,3.568,0,0,0,.643.066,1.123,1.123,0,0,0,.688-.193.673.673,0,0,0,.258-.577.554.554,0,0,0-.159-.418,1.237,1.237,0,0,0-.418-.253c-.173-.066-.369-.128-.589-.188a3.323,3.323,0,0,1-1.248-.654,1.538,1.538,0,0,1-.446-1.2A1.66,1.66,0,0,1,.66,13.159,2.725,2.725,0,0,1,2.4,12.653a4.14,4.14,0,0,1,.9.105,2.969,2.969,0,0,1,.8.28v1.133a2.211,2.211,0,0,0-.5-.226,4.157,4.157,0,0,0-.6-.142,3.454,3.454,0,0,0-.561-.05,1.566,1.566,0,0,0-.8.176.574.574,0,0,0-.3.528.566.566,0,0,0,.336.55,5.024,5.024,0,0,0,.841.308,4.862,4.862,0,0,1,.919.363,1.578,1.578,0,0,1,.6.549,1.672,1.672,0,0,1,.215.9,1.745,1.745,0,0,1-.665,1.5,2.8,2.8,0,0,1-1.711.5' fill='%23fff'/%3E%3Cpath d='M6.666,19V13.907h-1.7V12.73H9.9v1.177H8.185V19Z' fill='%23fff'/%3E%3Cpath d='M10.428,19l1.914-6.269h2.135L16.379,19H14.862L14.5,17.68H12.309L11.936,19ZM12.6,16.635h1.617l-.8-2.893Z' fill='%23fff'/%3E%3Cpath d='M17.468,19V12.73h2.244a3.246,3.246,0,0,1,1.947.494A1.521,1.521,0,0,1,22.33,14.5a1.488,1.488,0,0,1-.357,1.007,2.257,2.257,0,0,1-1.172.621,4.639,4.639,0,0,1,.693.522,3.356,3.356,0,0,1,.627.842L22.957,19H21.3l-.671-1.375a3.161,3.161,0,0,0-.384-.616A1.006,1.006,0,0,0,19.8,16.7a1.9,1.9,0,0,0-.655-.077h-.22V19Zm2-5.214h-.55v1.848h.485a2.022,2.022,0,0,0,1.044-.231.738.738,0,0,0,.385-.671.8.8,0,0,0-.357-.7,1.786,1.786,0,0,0-1.007-.242' fill='%23fff'/%3E%3Cpath d='M24.9,19V13.907H23.2V12.73h4.939v1.177H26.422V19Z' fill='%23fff'/%3E%3Cpath d='M6.842,28.077a2.964,2.964,0,0,1-2.151-.77,3.216,3.216,0,0,1-.8-2.408,3.292,3.292,0,0,1,.8-2.453,3.02,3.02,0,0,1,2.2-.782,2.9,2.9,0,0,1,2.123.765A3.254,3.254,0,0,1,9.8,24.843,3.331,3.331,0,0,1,9.014,27.3a2.945,2.945,0,0,1-2.172.781m.022-1.188a1.262,1.262,0,0,0,1.072-.467,2.463,2.463,0,0,0,.358-1.491,2.738,2.738,0,0,0-.358-1.595,1.247,1.247,0,0,0-1.072-.484,1.294,1.294,0,0,0-1.072.474,2.47,2.47,0,0,0-.38,1.54,2.591,2.591,0,0,0,.363,1.54,1.275,1.275,0,0,0,1.089.483' fill='%23fff'/%3E%3Cpath d='M12.352,28l-1.979-6.27h1.573l1.4,5.038L14.75,21.73h1.574L14.344,28Z' fill='%23fff'/%3E%3Cpath d='M17.413,28V21.73h3.96v1.111H18.865v1.452h2.4v1.056h-2.4v1.54h2.508V28Z' fill='%23fff'/%3E%3Cpath d='M22.693,28V21.73h2.244a3.242,3.242,0,0,1,1.946.494,1.521,1.521,0,0,1,.671,1.277,1.488,1.488,0,0,1-.357,1.007,2.258,2.258,0,0,1-1.171.621,4.579,4.579,0,0,1,.692.522,3.356,3.356,0,0,1,.627.842L28.182,28H26.521l-.671-1.375a3.159,3.159,0,0,0-.385-.616,1,1,0,0,0-.446-.308,1.892,1.892,0,0,0-.654-.077h-.22V28Zm2-5.214h-.55v1.848h.484a2.026,2.026,0,0,0,1.045-.231.74.74,0,0,0,.385-.671.8.8,0,0,0-.358-.7,1.783,1.783,0,0,0-1.006-.242' fill='%23fff'/%3E%3Cpath d='M19.344,37a17.232,17.232,0,0,0,12.208-5.016A17.031,17.031,0,0,0,31.687,7.9l-.135-.135a17.3,17.3,0,0,0-11.353-5V0l-3.83,2.85V.386L11.608,3.93,16.37,7.475V5.01L20.2,7.86V5.126a14.918,14.918,0,0,1,9.675,4.3A14.689,14.689,0,0,1,29.993,30.2c-.039.04-.078.079-.118.118a14.868,14.868,0,0,1-10.53,4.327,15.056,15.056,0,0,1-4.166-.584V36.5a17.5,17.5,0,0,0,4.165.5' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .disabled {
  cursor: default;
  opacity: 0.5;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 354px;
  height: 4px;
  margin-top: 16px;
  direction: ltr;
  border-radius: 1.8px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .range-wrap {
  position: relative;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .range-wrap .range-bubble {
  width: fit-content;
  height: 10px;
  position: absolute;
  left: 0;
  font-size: 11.5px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback {
  display: flex;
  align-items: center;
  align-self: end;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback .dot {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback.disabled {
  color: #8f8f8f;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback.disabled .dot {
  background-color: #8f8f8f;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 354px;
  height: 4px;
  margin-top: 16px;
  direction: ltr;
  border-radius: 1.8px;
  pointer-events: none;
  touch-action: none;
  -ms-touch-action: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 4px;
  width: 1px;
  background-color: #ebb505;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .progress-time {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .live-feedback {
  display: flex;
  align-items: center;
  align-self: end;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .live-feedback .dot {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #fec300;
}
.radio-floating-player .floating-player-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  font-size: 26px;
}
.radio-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 20px;
  font-weight: 300;
  white-space: nowrap;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 25px;
  height: 25px;
  margin: 0 5px 5px;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 35px;
  width: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 150px;
  background: #2d2d2d;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right,
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 109px;
  top: 0;
  z-index: 1;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.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%;
}
.MessageToAuthor {
  width: 100%;
  height: 324px;
  margin-top: 16px;
}
.MessageToAuthor > div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 23px 23px;
  border-radius: 7px;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8), 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
  border: solid 0.5px #f1f1f5;
  background-color: #ffffff;
  z-index: 1;
  display: flex;
}
.MessageToAuthor > div:after {
  position: absolute;
  top: 34px;
  right: 50px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: -2px -2px 4px -1px rgba(218, 218, 221, 0.8);
  transform: rotate(45deg);
  z-index: 0;
}
.MessageToAuthor * {
  font-size: 18px;
  color: #3b3b48;
  letter-spacing: -0.3px;
  font-weight: normal;
}
.MessageToAuthor .successMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.MessageToAuthor textarea,
.MessageToAuthor input {
  border-radius: 4px;
  background-color: #ededed;
  box-sizing: border-box;
  border: 0;
  outline: 0;
}
.MessageToAuthor input {
  height: 47px;
  padding: 12px;
  margin-bottom: 16px;
}
.MessageToAuthor textarea {
  width: 408px;
  height: 100%;
  margin-left: 19px;
  padding: 12px 15px;
  border: 0;
}
.MessageToAuthor textarea.error {
  border: 1px solid red;
}
.MessageToAuthor .infoArea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.MessageToAuthor .sendToAuthor {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(120deg, #474cdd, #1417ac 38%);
  font-weight: 300;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.MessageToAuthor .title {
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
}
.MessageToAuthor .closeWindow {
  width: 14px;
  height: 14px;
  border: 0;
  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-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -10px;
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  clear: both;
  margin-top: 40px;
}
.ynetnews .SiteArticleContact,
.vesty .SiteArticleContact {
  direction: ltr;
}
.SiteArticleContact .commentInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f8f9;
  padding: 14px 14px 16px 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  flex-direction: row-reverse;
}
.font-moses .SiteArticleContact .commentInfoBox {
  font-size: 16px;
  font-weight: 670;
  line-height: 1;
}
.ynetnews .SiteArticleContact .commentInfoBox,
.vesty .SiteArticleContact .commentInfoBox {
  padding: 14px 30px 16px 14px;
}
.SiteArticleContact .commentInfoBox .toAllComments {
  text-decoration: underline;
  padding-inline-start: 10px;
  border-inline-start: 2px solid #000;
  cursor: pointer;
}
.ynetnews .SiteArticleContact .commentInfoBox .toAllComments,
.vesty .SiteArticleContact .commentInfoBox .toAllComments {
  margin-left: unset;
  margin-right: 33px;
}
.SiteArticleContact .commentInfoBox > div:not(.toAllComments) {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-grow: 1;
  justify-content: space-between;
  margin-inline-end: 10px;
}
.SiteArticleContact .addNewComment {
  background-image: linear-gradient(126deg, #474cdd, #1417ac 42%);
  height: 36px;
  display: flex;
  width: 236px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  padding: 0 19px;
}
.font-moses .SiteArticleContact .addNewComment {
  background-image: none;
  background-color: #ed1c24;
}
.ynetnews .SiteArticleContact .addNewComment,
.vesty .SiteArticleContact .addNewComment {
  width: 170px;
}
.SiteArticleContact .addNewComment span {
  color: #f3f8f9;
  letter-spacing: -0.3px;
}
.SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 17px;
  font-weight: 600;
}
.font-moses .SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 16px;
  font-weight: 670;
  letter-spacing: normal;
}
.SiteArticleContact .addNewComment .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 4px 0 2px 4px;
  border: 0;
  padding: 0;
  cursor: pointer;
  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='%23fff' 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");
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-size: contain;
}
.ynetnews .SiteArticleContact .addNewComment .shareIcon1280,
.vesty .SiteArticleContact .addNewComment .shareIcon1280 {
  margin: 4px 4px 2px 0px;
}
.font-moses .SiteArticleContact .addNewComment .shareIcon1280 {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.7864 0.5H3.20782C1.70988 0.5 0.5 1.66387 0.5 3.10485V11.2852C0.5 12.7206 1.70988 13.89 3.20782 13.89H4.14691V17.2874C4.14691 18.3127 5.43169 18.8226 6.18642 18.1021L10.565 13.89H18.7922C20.2844 13.89 21.5 12.7262 21.5 11.2852V3.10485C21.5 1.66941 20.2901 0.5 18.7922 0.5H18.7864Z' stroke='white' stroke-miterlimit='10'/%3E %3Cpath d='M10.9739 8.52573C10.1097 8.52573 9.4126 7.85512 9.4126 7.02379C9.4126 6.19245 10.1097 5.52184 10.9739 5.52184C11.8381 5.52184 12.5352 6.19245 12.5352 7.02379C12.5352 7.85512 11.8381 8.52573 10.9739 8.52573Z' fill='white'/%3E %3Cpath d='M16.3494 8.53112C15.4852 8.53112 14.7881 7.86051 14.7881 7.02917C14.7881 6.19784 15.4852 5.52723 16.3494 5.52723C17.2136 5.52723 17.9107 6.19784 17.9107 7.02917C17.9107 7.86051 17.2136 8.53112 16.3494 8.53112Z' fill='white'/%3E %3Cpath d='M5.64481 8.53112C4.78062 8.53112 4.0835 7.86051 4.0835 7.02917C4.0835 6.19784 4.78062 5.52723 5.64481 5.52723C6.50901 5.52723 7.20613 6.19784 7.20613 7.02917C7.20613 7.86051 6.50901 8.53112 5.64481 8.53112Z' fill='white'/%3E %3C/svg%3E");
  height: 18px;
  width: 21px;
  margin: 4px 0 2px 6px;
}
.SiteArticleContact * {
  font-weight: bold;
}
.font-moses .SiteArticleContact * {
  font-weight: 670;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
}
.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;
}
.SiteArticleContact .contactAuthor .authorAvatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -3px;
}
.ynetnews .SiteArticleContact .contactAuthor .authorAvatar {
  margin-left: unset;
  margin-right: 8px;
}
.SiteArticleContact .writeUsIcon {
  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='%231417AC'%3E %3Cpath fill-rule='nonzero' d='M11.5 2.212L11.5 0 0 0 0 13.5 11.5 13.5 11.5 7.725 9.988 9.099 9.988 11.989 1.5 11.989 1.5 1.515 9.988 1.515 9.988 3.75z'/%3E %3Cpath d='M2.75 2.75H7.75V3.75H2.75zM2.75 4.75H6.75V5.75H2.75z'/%3E %3Cpath d='M8.737 1.75L10.609 1.75 10.481 10.933 9.545 11.869 8.609 10.933z' transform='rotate(45 9.61 6.81)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  margin-left: 10px;
}
.ynetnews .SiteArticleContact .writeUsIcon,
.vesty .SiteArticleContact .writeUsIcon {
  margin-right: 10px;
  margin-left: unset;
}
.SiteArticleContact .foundMistake {
  display: flex;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
}
.font-moses .SiteArticleContact .foundMistake * {
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake.hasEditorState {
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 19px;
  color: #000;
  padding-inline-start: 25px;
  background-image: 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 %3Cg id='icon'%3E %3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.49278 1.85762C3.05911 1.85762 2.6432 2.0299 2.33655 2.33655C2.0299 2.6432 1.85762 3.0591 1.85762 3.49277V21.0174L5.36092 17.5141C5.5101 17.3649 5.71244 17.2811 5.92341 17.2811H20.5072C20.9409 17.2811 21.3568 17.1088 21.6634 16.8022C21.9701 16.4955 22.1424 16.0796 22.1424 15.6459V3.49277C22.1424 3.0591 21.9701 2.6432 21.6634 2.33655C21.3568 2.0299 20.9409 1.85762 20.5072 1.85762H3.49278ZM1.21157 1.21157C1.81658 0.606555 2.63716 0.266663 3.49278 0.266663H20.5072C21.3628 0.266663 22.1834 0.606555 22.7884 1.21157C23.3934 1.81658 23.7333 2.63716 23.7333 3.49277V15.6459C23.7333 16.5016 23.3934 17.3221 22.7884 17.9271C22.1834 18.5321 21.3628 18.872 20.5072 18.872H6.25291L1.62463 23.5003C1.39713 23.7278 1.05498 23.7959 0.757726 23.6728C0.460475 23.5496 0.266663 23.2596 0.266663 22.9378V3.49277C0.266663 2.63716 0.606556 1.81658 1.21157 1.21157Z' fill='black'/%3E %3Cg id='Union'%3E %3Cpath d='M9.86666 5.91998C9.86666 5.4487 10.2487 5.06665 10.72 5.06665H19.68C20.1513 5.06665 20.5333 5.4487 20.5333 5.91998C20.5333 6.39127 20.1513 6.77332 19.68 6.77332H10.72C10.2487 6.77332 9.86666 6.39127 9.86666 5.91998Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.53333 9.33353C4.53333 8.86224 4.91538 8.48019 5.38666 8.48019H19.68C20.1513 8.48019 20.5333 8.86224 20.5333 9.33353C20.5333 9.80481 20.1513 10.1869 19.68 10.1869H5.38666C4.91538 10.1869 4.53333 9.80481 4.53333 9.33353Z' fill='%23DE1A1A'/%3E %3Cpath d='M9.65333 12.2135C9.18204 12.2135 8.79999 12.5956 8.79999 13.0669C8.79999 13.5381 9.18204 13.9202 9.65333 13.9202H19.68C20.1513 13.9202 20.5333 13.5381 20.5333 13.0669C20.5333 12.5956 20.1513 12.2135 19.68 12.2135H9.65333Z' fill='%23DE1A1A'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.font-moses .SiteArticleContact .foundMistake.hasEditorState * {
  font-weight: 500 !important;
}
.font-moses .SiteArticleContact .foundMistake.hasEditorState a,
.font-moses .SiteArticleContact .foundMistake.hasEditorState a:hover,
.font-moses .SiteArticleContact .foundMistake.hasEditorState a:visited {
  color: #DE1A1A;
  text-decoration: none;
}
.SpecialWeekendMagazineAutoComponenta {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 3px solid #00B4D8;
  background-color: #fff;
  min-height: 100px;
  margin-bottom: 20px;
}
.SpecialWeekendMagazineAutoComponenta .tabTitle {
  background: linear-gradient(90deg, rgba(201, 240, 248, 0.43) 0%, #00B4D8 61.79%, #03045E 100%);
  height: 40px;
  color: #FFF;
  font-family: "Moses";
  font-size: 27px;
  font-style: normal;
  font-weight: 670;
  line-height: 1;
  letter-spacing: -1.35px;
  padding: 10px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.SpecialWeekendMagazineAutoComponenta .tabTitle:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='40' viewBox='0 0 38 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.985 -4.99714H25.1916C18.6112 -5.09714 12.2574 -2.57061 7.55044 2.04246C2.82345 6.65553 0.109936 12.9685 0.00326196 19.6015C-0.103412 26.2277 2.41009 32.6274 6.98374 37.3938C11.5574 42.1602 17.8245 44.8933 24.4049 45H25.1983C31.6388 44.9933 37.8258 42.4668 42.4528 37.9537C47.0798 33.4407 49.7867 27.2877 50 20.8014V20.0014C49.9933 13.5085 47.4865 7.27549 43.0062 2.60909C38.5259 -2.05064 32.4188 -4.78382 25.985 -4.99714ZM20.4468 4.44923C20.2201 4.24258 19.9201 4.14258 19.6201 4.14258V4.16258H16.7865C16.6465 4.14258 16.4998 4.16925 16.3665 4.22924C16.2332 4.29591 16.1198 4.38924 16.0398 4.51589C15.9598 4.64255 15.9065 4.78255 15.8998 4.93587C15.8865 5.08253 15.9198 5.23585 15.9865 5.36918L21.7602 25.228C21.9802 25.9813 22.3069 26.248 22.9603 26.248H24.5204C24.347 27.2679 24.0737 28.2679 23.7203 29.2345C23.547 30.1544 23.187 31.021 22.6603 31.781C22.1336 32.541 21.4535 33.1676 20.6668 33.6209L20.0467 33.9609C19.7801 34.1009 19.58 34.3409 19.48 34.6275C19.38 34.9142 19.3867 35.2341 19.5 35.5141L20.4468 37.554C20.5001 37.6873 20.5801 37.8007 20.6735 37.9007C20.7735 38.0006 20.8868 38.0806 21.0135 38.1273C21.1402 38.1806 21.2735 38.2006 21.4068 38.194C21.5402 38.1873 21.6735 38.1473 21.7935 38.0873L22.7736 37.594C24.087 36.8874 25.2271 35.8808 26.1072 34.6475C26.9872 33.4142 27.5873 31.9943 27.8606 30.4811L34.0344 5.43584C34.2211 4.64255 33.821 4.14925 33.201 4.14925H30.5141C30.3541 4.09592 30.1808 4.08259 30.0074 4.10925C29.8341 4.13592 29.6741 4.19591 29.5274 4.29591C29.3807 4.38924 29.2607 4.51589 29.1674 4.66922C29.074 4.82254 29.014 4.9892 28.9874 5.16919L25.6471 20.1083L24.9204 23.6281C24.8937 22.6082 24.7604 21.5883 24.5204 20.6016L20.8868 5.24252C20.8335 4.9292 20.6801 4.64922 20.4468 4.44923Z' fill='url(%23paint0_radial_9760_13216)' fill-opacity='0.96'/%3E %3Cdefs%3E %3CradialGradient id='paint0_radial_9760_13216' cx='0' cy='0' r='1' gradientTransform='matrix(33.6153 -11.9444 11.9444 33.6069 -2.67856 27.7778)' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='white' stop-opacity='0.3'/%3E %3Cstop offset='1' stop-color='white'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0px;
  right: -4px;
  position: absolute;
  height: 40px;
  width: 40px;
}
.SpecialWeekendMagazineAutoComponenta .slotItems {
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  gap: 26px;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem {
  position: relative;
  width: 160px;
  padding: 0;
  box-sizing: border-box;
  height: 220px;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem a,
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem a:hover {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem .slotItemImage {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00B4D8;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem .slotItemImage img {
  height: 100%;
  width: auto;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem .slotItemTitle {
  color: #000;
  text-align: center;
  font-family: "Moses";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: inherit;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem:last-child::after {
  display: none;
}
.SpecialWeekendMagazineAutoComponenta .slotItems .slotItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  width: 1px;
  height: 194px;
  background-color: #E8E8F7;
}
.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);
}
@font-face {
  font-family: "Almoni";
  src: url("/Common/images/fonts/almoni-tzar-regular-aaa.woff2") format("woff2"), url("/Common/images/fonts/almoni-tzar-regular-aaa.woff") format("woff"), url("/Common/images/fonts/almoni-tzar-regular-aaa.otf") format("truetype");
  /* chrome firefox opera Safari, Android, iOS 4.2+*/
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Regular.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Regular.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Medium.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Medium.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Semibold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Semibold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Bold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Bold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Heavy.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Heavy.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Black.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Black.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Light.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Light.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*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;
}
.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;
  }
}
.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;
}
